-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (43 loc) · 2.08 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
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Emily Beer </title>
<!-- favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons2/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons2/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons2/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- my style sheet -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<article>
<img src="assets/Personal Logo v5-06.png" alt="A monochromatic green unicorn head logo with the initial 'EB' intigrated in the bottom">
<h1> Emily Beer </h1>
<!-- 🪴 -->
<h2>Origin Story</h2>
<p>Born and raised in Spokane, WA. I have one older brother who was a cubscout from age 6 and i was right there with him. I love the outdoors and Scouts let me learn and have fun there. As soon as Scouts was open to girls i joined and started a troop. I was part of the second ever class of girls to earn the Eagle Scout Award.</p>
<h2>Super Power</h2>
<p>Being over prepared for everything</p>
<h2>Favorite Things</h2>
<ol>
<li>Crochet</li>
<li>Camping</li>
<li>Reading</li>
<li>Food</li>
</ol>
<nav>
<a href="https://www.instagram.com/egbug.photos/">Instagram</a>
<a href="https://github.com/">Github</a>
<a href="https://www.figma.com/proto/mAew4vKcJiJEhGtdYkP0dc/Emily-Beer%3A-UX-Portfolio?page-id=1%3A2&node-id=2-69&viewport=365%2C348%2C0.07&t=mUde25TpDcqX9K8H-1&scaling=contain&starting-point-node-id=2%3A69">UX Portfolio</a>
</nav>
</article>
<aside>
<img src="assets/NerdPic.png" alt="A picture of Emily Beer Standing outside in a city, wearing Renaissance Fair or Fantasy style clothing.">
</aside>
</main>
</body>
</html>