-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.html
54 lines (42 loc) · 1.67 KB
/
resume.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
<!doctype html>
<html lang="en">
<header>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<title>Issac Gardner's Resume</title>
<meta name="name" content="Issac Gardner's Portal">
<meta name="robots" content="noindex, nofollow">
</header>
<body>
<img src="images/headshot.jpg" alt="Issac Gardner's headshot" width="20%">
<hr>
<h1>Issac Gardner, P.E.</h1>
<h4>Civil Engineer, Webcomic</h4>
<p>Email: <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<h2>Portfolio</h2>
<h3>GitHub: <a href="https://github.com/ikegdivs" target="_blank">https://github.com/ikegdivs</a></h3>
<h2>Education</h2>
<h3>Portland State University</h3>
<h4>B.S. Civil Engineering</h4>
<h2>Professional Experiences</h2>
<h3>Engineering Associate</h3>
<h4>Asset Systems Management</h4>
<h5>2003-2019</h5>
<ul>
<li>Analyze storm patterns and stormwater infrastructure</li>
<li>Design and program interfaces for stormwater modeling</li>
</ul>
</body>
<footer>
<hr>
<p><a href="index.html">Back to my portal</a><p>
</footer>
<!-- jQuery first, then Popper.js, then Bootstrap JS. -->
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</html>