-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (49 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<title>clangdo.com - root</title>
</head>
<body>
<main>
<header class="boxed-block bubble bubble-down">
<h1 id="title">Caelan's Personal Website</h1>
<img src="assets/images/avatar_circular_512.png"
alt="Caelan's avatar: a glowing blue sphere behind partially closed blast doors"
id="header-avatar"></img>
</header>
<article id="hello" class="boxed-block bubble bubble-right">
<p>
Hello literal world. This website is my personal open source
site for stuff. In particular it will serve as a
static showcase of my work, passions, opinions, and
occasionally complaints.
</p>
<p>
At this point you may have some questions.
</p>
<nav><ul class="inline-text-list">
<li>Who are you?</li>
<li>What is your website doing on my computer screen?</li>
<li>How did I even get here?</li>
<li>What is the meaning of life?</li>
</ul></nav>
<p>
You should not ask me these since I simply don't have
answers for you (yet). I probably will have some answers for
you at some point, for now I will let this serve as a simple
homepage with a simple link.
</p>
<p>
At this point the only thing here is my solution to the first
of many projects on my web journey, which I completed for free
code camp. You can find that solution
<a href="https://clangdo.com/free_code_camp/responsive_web_design/tribute/index.html">here</a>.
</p>
</article>
</main>
</body>
</html>