-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (90 loc) · 4.63 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Zach Wright | Software Developer</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page-wrap">
<div class="main-content">
<div class="greeting text-center">
<h1>Hello.</h1>
<p>Zach here. </p>
<p>Software Developer.</p>
</div>
<div class="profile-photo text-center">
<img class="crop" src="./assets/img/zach-wright.jpg" alt="Zach Wright">
</div>
<div class="blurb">
<p>I'm currently working for UFG Insurance as an Application Developer primarily working in ReactJS.</p>
<p>I will update this later.</p>
</div>
</div>
</div>
<!--
<nav class="main-nav">
<a class="logo" href="./index.html">
<img class="" src="assets/img/logo.svg" alt="">
</a>
<ul>
<li>
<a href="#top">top</a>
</li>
<li>
<a href="#about">about</a>
</li>
<li>
<a href="#contact">contact</a>
</li>
<li class="nav-icon">
<a href="https://github.com/zachwright" target="_blank">
<svg width="33px" height="32px" viewBox="0 0 33 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Desktop-HD" transform="translate(-1328.000000, -232.000000)" fill="#FFFFFE"><g id="nav" transform="translate(1248.000000, 40.000000)"><path d="M96.288,192.25 C87.294,192.25 80,199.543 80,208.54 C80,215.737 84.667,221.842 91.14,223.996 C91.955,224.146 92.252,223.643 92.252,223.211 C92.252,222.824 92.238,221.8 92.23,220.441 C87.699,221.425 86.743,218.257 86.743,218.257 C86.002,216.375 84.934,215.874 84.934,215.874 C83.455,214.864 85.046,214.884 85.046,214.884 C86.681,214.999 87.541,216.563 87.541,216.563 C88.994,219.052 91.354,218.333 92.282,217.916 C92.43,216.864 92.851,216.146 93.316,215.739 C89.699,215.328 85.896,213.93 85.896,207.688 C85.896,205.91 86.531,204.455 87.573,203.317 C87.405,202.905 86.846,201.248 87.733,199.006 C87.733,199.006 89.1,198.568 92.212,200.676 C93.511,200.314 94.905,200.134 96.29,200.127 C97.674,200.134 99.067,200.314 100.368,200.676 C103.478,198.568 104.843,199.006 104.843,199.006 C105.732,201.248 105.173,202.905 105.006,203.317 C106.05,204.455 106.68,205.91 106.68,207.688 C106.68,213.946 102.871,215.323 99.243,215.726 C99.827,216.229 100.348,217.223 100.348,218.742 C100.348,220.92 100.328,222.677 100.328,223.211 C100.328,223.647 100.622,224.154 101.448,223.995 C107.916,221.836 112.579,215.735 112.579,208.54 C112.579,199.543 105.285,192.25 96.288,192.25" id="Fill-51"></path></g></g></g></svg>
</a>
</li>
</ul>
</nav>
<div id="about" class="content">
<div class="text-center">
<p>Hello, my name is</p>
<h1>Zach Wright.</h1>
<p>I'm a software developer.</p>
</div>
<div class="tagline">
<p>I develop web apps and websites at <a href="https://shiftdsm.com" target="_blank">Shift</a> in West Des Moines, IA. We do some nifty stuff there.</p>
</div>
<div class="profile-photo text-center">
<img class="crop" src="./assets/img/zach-bw.jpg" alt="Zach Wright">
</div>
<ul class="tech-list">
<li>
<img src="./assets/img/ruby-icon.svg" alt="Ruby Language"> Ruby</li>
<li>
<img src="./assets/img/rails-icon.svg" alt="Ruby on Rails Framework"> Ruby on Rails</li>
<li>
<img src="./assets/img/javascript-icon.svg" alt="JavaScript Language"> JavaScript</li>
<li>
<img src="./assets/img/react-icon.svg" alt="ReactJS Library"> ReactJS</li>
</ul>
<p>
I got my start in front-end technologies, so I know my way around HTML and CSS.
I regularly work in JavaScript frameworks, Ruby on Rails, and WordPress/PHP.
My favorite kinds of apps to develop are ones with great design, intentional
UX thinking, and ones that solve problems.
</p>
<div class="section-wrap">
<h2>The Creds</h2>
<p>Bachelor’s in Computer Science from University of Northern Iowa.</p>
<p>Contributed to <a href="https://github.com/benbarber/jekyll-instagram" target="_blank">Jekyll-Instagram.</a></p>
</div>
<div id="contact" class="section-wrap">
<h2>Contact</h2>
<p>email: <a href="mailto:[email protected]">[email protected]</a></p>
<p>location: West Des Moines, IA</p>
</div>
</div> -->
</body>
</html>