-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (71 loc) · 2.98 KB
/
Copy pathindex.html
File metadata and controls
79 lines (71 loc) · 2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="twitter:title" content="Accueil - RoBo_Go">
<meta name="twitter:description" content="L'Accueil de mon site">
<title>Accueil - RoBo_Go</title>
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link href="style.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" href="https://unpkg.com/7.css">
</head>
<body>
<main class="container">
<div class="card">
<div class="header-inner">
<h1 style="user-select: none;">RoBo_Go</h1>
</div>
<!-- Barre de navigation -->
<nav class="topbar">
<ul class="links">
<li>
<a href="https://robo-go.is-a.dev">
<img src="Home.png" alt="Home icon" draggable="false" class="link-icon"> Accueil
</a>
</li>
<li>
<a href="https://robo-go.is-a.dev/jeux">
<img src="games.ico" alt="Game icon" draggable="false" class="link-icon"> Jeux
</a>
</li>
<li>
<a href="https://robo-go.is-a.dev/about">
<img src="i.ico" alt="Info icon" draggable="false" class="link-icon"> À propos
</a>
</li>
</ul>
</nav>
<!-- Contenu -->
<div class="card-body">
<h2 class="welcome-title"><b>Bienvenue !</b></h2>
<h2 class="section-title">
<img src="i.ico" alt="" draggable="false" class="heading-icon"><b>Introduction</b>
</h2>
<p class="intro-text">Hey ! C'est le site de RoBo_Go ! Tu peux le regarder, si tu le veux...</p>
<h2 class="section-title">
<img src="i.ico" alt="" draggable="false" class="heading-icon"><b>Mise à jour</b>
</h2>
<ul class="upcoming-list">
<li>J'ai ajouté la mention "Créé par :" pour conaitre le créateur des jeux présentés. J'ai aussi mis une grande partie des images et du texte et "draggable=false"</li>
</ul>
<h2 class="section-title">
<img src="i.ico" alt="" draggable="false" class="heading-icon"><b>des trucs cools qui sont la bientôt</b>
</h2>
<ul class="upcoming-list">
<li>Des jeux et apps faits par ma personne</li>
<li class="green-item">Ma première appli ! Pour aider les vieux sur windows...</li>
</ul>
<h2 class="section-title">
<img src="i.ico" alt="" draggable="false" class="heading-icon"><b>NOTE !</b>
</h2>
<p class="note-text">Le site est en construction et là il est bof.</p>
</div>
</div>
</main>
<footer class="container footer"></footer>
</body>
</html>