-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (69 loc) · 2.7 KB
/
index.html
File metadata and controls
73 lines (69 loc) · 2.7 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
<!DOCTYPE html>
<html>
<head>
<title>Leo Website</title>
<link rel="stylesheet" href="/styles/index.css">
<meta charset="UTF-8">
<meta name="description" content="LETS GO">
</head>
<body>
<header>
<img src="https://i.gifer.com/origin/8b/8b1b3a0e7a2ff5d84a2248c70a68df19_w200.gif" alt="[[Explosion]]">
<h1 style="text-align: center;">Hello you have reached Leos website.</h1>
<img src="https://i.gifer.com/origin/8b/8b1b3a0e7a2ff5d84a2248c70a68df19_w200.gif" alt="[[Explosion]]">
<div id="memes">
<img src="https://media.tenor.com/UtVyl8lH6B4AAAAj/gaster-andrew-cunningham.gif" alt="[[Gaster]]">
<img src="https://www.andersonkenya1.net/uploads/monthly_2021_09/-BaoRw.gif.3b1c7fcda1364002dfb83f80898f1174.gif"
alt="[[Sans]]">
<img src="https://media.tenor.com/-0XkW_MQOKoAAAAM/spy-kids-glasses.gif" alt="[[Child]]">
<img src="https://media.tenor.com/Ue3of8aitW8AAAAC/spamton-dance.gif"
alt="[[Spamton]]">
<img src="https://media1.giphy.com/media/YQitE4YNQNahy/giphy.gif" alt="[[Hacker]]">
</div>
</header>
<main>
<article>
<section>
<h2>Important, visit first:</h2>
<a href="normal/visitthis.html" class="bigtext">Visit first</a>
</section>
<section>
<h2>Geektyper:</h2>
<a href="geek/geektyper.html">Geektyper</a>
</section>
<section>
<h2>Desmos drawing:</h2>
<a href="desmos/desmos.html">Desmos</a>
</section>
<section>
<h2>You must bean Fran, bean!</h2>
<a href="#">Xiao wo shing show bing chilling</a>
</section>
<div class="divider"></div>
<section>
<h2>Responsive Front-End Certification</h2>
</section>
<section>
<h2>Basic HTML/CSS</h2>
<a href="frontend_cert/1_survey/survey.html">Form</a>
</section>
<section>
<h2>IDK</h2>
<a href="frontend_cert/2_tribute/tribute.html">Tribute page</a>
</section>
<section>
<h2>Responsive Design</h2>
<a href="frontend_cert/3_technicaldocs/technicaldocs.html">Technical Documentation</a>
</section>
<section>
<h2>Flex and Grid</h2>
<a href="#">Product Landing Page</a>
</section>
<section>
<h2>Final</h2>
<a href="#">Personal Portfolio</a>
</section>
</article>
</main>
</body>
</html>