-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (91 loc) · 2.84 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
property="og:site_name"
content="Joe Dodd: Full Stack Web Developer"
/>
<meta
property="og:description"
content="Joe Dodd is a full stack web developer focusing on custom solutions for the web and native."
/>
<title>Joe Dodd: Full Stack Web Developer</title>
<link
href="https://fonts.googleapis.com/css?family=Markazi+Text:400,700"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<nav>
<div class="header-container">
<div class="header-wrapper">
<h1 class="header-title">Joe Dodd</h1>
<p class="header-subtitle">Software Engineer</p>
</div>
</div>
</nav>
<main>
<section>
<div class="user-container">
<div class="user-wrapper">
<div>
<div class="intro-subtext">
<p>
Whether web or native, I leverage technical expertise and
natural curiosity to deliver high quality products that help,
and are loved by, users.
</p>
</div>
</div>
<div id="userContainer"></div>
</div>
</div>
</section>
<section>
<div class="intro-container">
<svg
viewBox="0 0 1200 53"
class="absolute top-0 text-white"
style="position: aboslute; top: 0; width: 100%; height: auto; color: hsl(0,0%,100%);"
>
<path
fill="currentColor"
d="M1196.008 53H1200V0H0v44.816-8.184C159.341 14.63 311.343 2.484 456.007.196 600.122-2.084 846.789 15.518 1196.008 53z"
></path>
</svg>
<div class="intro-wrapper">
<div id="reposContainer"></div>
<!-- <div class="intro-subtext">
<p>
Any items in this list are personal projects I've committed code
to in the last 14 days.
</p>
</div> -->
</div>
</div>
</section>
</main>
<!-- <footer>
<p style="font-size: 36px">Info</p>
<section>
<span><a href="https://github.com/joehdodd">GitHub profile</a>,</span>
<span
><a href="https://github.com/joehdodd/joedodd"
>Site source code</a
></span
>
<p>
Want to get in touch? Right here:
<a href="mailto:joe@joedodd.co?subject=Hello Joe! 👋"
>joe@joedodd.co</a
>
</p>
</section>
</footer> -->
<script type="text/javascript" src="js/icons.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>