-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (77 loc) · 3.96 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Steve Herzog, developer</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header><img src="images/logosmall.png" alt="Steve Herzog" id="logo"></header>
<div id="layout">
<section id="text">
<h1>Full stack done fast</h1>
<p>I'm a new arrival to the tech scene in Minneapolis, MN. I've been working hard on full stack development to launch my new career, and I plan to eventually move on to enterprise software engineering. I am prepared to quickly adapt to whichever languages, frameworks, or libraries my clients need. When I'm not coding, I arrange and perform music for a couple of groups around the Twin Cities.</p>
<p>My expertise is primarily with JavaScript. I have experience with the following web technologies (among others):</p>
<ul>
<li>Node.js</li>
<li>Express</li>
<li>MongoDB</li>
<li>React</li>
<li>Sass/SCSS</li>
<li>Dust.js</li>
<li>D3</li>
<li>HTML and CSS</li>
<li>Bootstrap</li>
<li>jQuery</li>
<li>PHP and mySQL</li>
</ul>
<p>I can also offer additional skills as needed:</p>
<ul>
<li>Copywriting, editing, and proofreading</li>
<li>SEO</li>
<li>Data manipulation and analytics</li>
</ul>
<p>Complex projects require plenty of communication and cooperation. You don't want a technical wizard who can't write an e-mail or appreciate stakeholders' needs. From years of experience on corporate teams and musical groups, I'm ready to join your team with the soft skills necessary to fit in and keep operations running smoothly.</p>
<p><a href="https://github.com/SRHerzog/">Find me on GitHub</a></p>
<p>See my development certifications from Free Code Camp:</p>
<ul>
<li><a href="https://www.freecodecamp.com/srherzog/front-end-certification">Front End</a></li>
<li><a href="https://www.freecodecamp.com/srherzog/data-visualization-certification">Data Visualization</a></li>
<li><a href="https://www.freecodecamp.com/srherzog/back-end-certification">Back end JavaScript</a></li></ul>
<p>Contact me today to discuss what I can do for you.</p>
<address><a href="mailto:[email protected]">[email protected]</a></address>
</section>
<section id="portfolio">
<div class="container">
<a href="twitchstatus"><img src="images/twitchstatus.png" alt="Twitch status monitor" class="sample"/></a>
</div>
<div class="container">
<a href="gameoflife"><img src="images/gameoflife.png" alt="The Game of Life" class="sample"/></a>
</div>
<div class="container">
<a href="js-calculator"><img src="images/jscalculator.png" alt="JaveScript calculator" class="sample"/></a>
</div>
<div class="container">
<a href="markdown-previewer"><img src="images/markdown.png" alt="Markdown previewer" class="sample" id="markdown" /></a>
</div>
<div class="container">
<a href="http://sh-pollingplace.herokuapp.com"><img src="images/poll.png" alt="Polling app" class="sample" id="poll" /></a>
</div>
<div class="container">
<a href="simon"><img src="images/simon.png" alt="Simon game" class="sample" /></a>
</div>
</section>
</div>
<footer>
<p><small>Page design by Steve Herzog, ©2016</small></p>
</footer>
</div>
<script src="javascripts/portfolio.js"></script>
</body>
</html>