-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
52 lines (47 loc) · 2.04 KB
/
about.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 name="viewport" content="width=device-width" />
<meta name="description" content="Kenzie Pierce About Me Section" />
<title>Kenzie Pierce About Me</title>
<link href="main.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/282b9685d8.js"></script>
</head>
<body>
<nav>
<div class="container-nav clearfix">
<h1 class="header">Kenzie Pierce <span class="silver">About</span></h1>
<div class="links links-left">
<a href="index.html" class="fas fa-home"></a>
</div>
<div class="links links-right">
<a href="https://github.com/maxxipierce" class="fab fa-github upper-git"></a>
<a href="https://www.linkedin.com/in/kenziepierce/" class="fab fa-linkedin"></a>
<a href="mailto:maxxipierce@gmail.com"
class="fas fa-envelope"></a>
</div>
</div>
</nav>
<section>
<div class="container-frames">
<div class="frame frame-auto">
<div class="image-frame">
<img src="img/minecraft-hero-og.jpg" class="img" alt="Minecraft characters image">
</div>
<div class="container-text">
<h2 class="about">About Me</h2>
<p class="about-description">I am a web developer with a love of all things Minecraft. When I’m not creating
in
Minecraft I love to create things for the web. I’ve always had an obsession with all things digital and
can’t
seem to get enough of exploring the online worlds. I love spending time with my animals and family when I’m
not hunkered down at my computer. My portfolio will always be a work in progress, as I add new projects
regularly, so always check back for more!</p>
</div>
</div>
</div>
</section>
</body>
</html>