-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (54 loc) · 1.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Looking for a kick ass junior web developer? You found me!"
/>
<title>Zachary Peterson: Web Developer</title>
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<header>
<div id="tagline">
<h1>Zachary Peterson</h1>
<p>Front End Web Dev</p>
</div>
<picture id="headshot-container"
><img src="zachary-peterson.jpeg" id="headshot"
/></picture>
</header>
<main>
<div id="my-story">
<h2>My Story</h2>
<p>
I currently work at the University of Oklahoma as a MoneyCoach. I got
into coding after redesigning the
<a href="https://ou.edu/moneycoach">MoneyCoach website</a>. After
finishing the site, I became curious and decided to explore web
development as a profession. Now I spend my free time writing code and
attending <a href="https://www.techlahoma.org/">Techlahoma events</a>.
My goal is to become a web dev in fintech.
</p>
</div>
<div id="projects">
<h2>Projects</h2>
<!-- Create cards for cert projects only-->
</div>
<div id="contact-info">
<h2>Contact</h2>
<span
><a href="https://www.linkedin.com/in/zacharyjpeter94/"
>LinkedIn</a
></span
>
<span>-</span>
<span><a href="https://github.com/Zacharyjpeter">GitHub</a> </span>
<!-- Find transparent background icons for LinkedIn and GitHub-->
</div>
</main>
</body>
</html>