-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (46 loc) · 1.91 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
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Charlie Walker</title>
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- My Style Sheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<header>
<nav>
<h1><a href="#"> ✨ Charlie Walker ✨ </a></h1>
<a href="https://github.com/CJAlethio">Github</a>
<a href="https://www.figma.com/proto/cXk1gaNCXjJFQRzxY5mEtk/Charlie-Walker%3A-UX-Portfolio?page-id=0%3A1&node-id=1-193&viewport=495%2C-4136%2C0.38&t=aq3maotNyNupFrzu-1&scaling=contain&content-scaling=fixed&starting-point-node-id=1%3A193&show-proto-sidebar=1">UX Portfolio</a>
</nav>
</header>
<section>
<aside>
<img src="Glamour.JPG" alt="Picture of Charlie">
</aside>
<article>
<h2>Origins</h2>
<p>I didn't know what I wanted but I knew that if I stayed in my hometown I wouldn't find it. Reaching out, I was looking for keywords as much as a feeling. I found it in "Visual Communication Design" - 3 words I never would've put together but was exactly what I was looking for. I got here from running away, but the interesting part of the story has always been why I chose to stay.</p>
<h2>Super Power</h2>
<p>Listening, Remembering, Creating</p>
<h2>Passions</h2>
<p>
<ol>
<li>Iterations (of all things)</li>
<li>Books (The Wheel of Time!)</li>
<li>Fire (🔥)</li>
<li>Cats (especially my own)</li>
</ol>
</p>
</article>
</section>
</main>
</body>
</html>