-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (50 loc) · 1.75 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Colaflaske</title>
<link rel="stylesheet" href="static/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<section class="__main">
<h1>colaflaske_</h1>
<article class="__info">
<p>
This is nothing but a landing page.<br />But while you're here, feel
free to check out my <span class="contact_marker">GitHub</span> or my
<span class="contact_marker">Twitter</span>
</p>
</article>
</section>
<section class="__footer">
<article class="__contact" id="__contact">
<a href="https://www.github.com/colaflaske" class="__social-link">
<img
class="__social-icon"
src="./static/img/icon_github.png"
alt="GitHub icon"
/>
</a>
<img
src="./static/img/down.svg"
id="sttArrow"
class="__social-link sttArrow"
/>
<a href="https://www.twitter.com/colaflaske" class="__social-link">
<img
class="__social-icon"
src="./static/img/icon_twitter.png"
alt="Twitter icon"
/>
</a>
</article>
</section>
<script src="script.js" type="text/javascript"></script>
</body>
</html>