-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
174 lines (150 loc) · 6.36 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<title>JSyvino</title>
<link rel='stylesheet' type='text/css' href='style.css'>
<link rel='stylesheet' type='text/css' href='bootstrap.css'>
<link <link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico" />
<link <link rel="icon" type="image/x-icon" href="img/favicon.ico" />
</head>
<body>
<div id='nav-bar'>
<div id='headers'>
<a href="#top">
<h1 id='title'>Jaime Syvino</h1>
</a>
<a href='https://www.linkedin.com/in/jaime-syvino-engineer' target="_blank">
<input id='linkedin' class='button outside-link' type="image" src="img/linkedin_icon.png" />
</a>
<a href='https://medium.com/@jsyvino' target="_blank">
<input id='medium' class='button outside-link' type="image" src="img/medium icon.png" />
</a>
<a href='https://github.com/jsyvino' target="_blank">
<input id='github' class='button outside-link' type="image" src="img/github-logo.png" />
</a>
<a href="#contact">
<h4 id='contact-lnk' class='link button'>Contact</h4>
</a>
<a href="#projects">
<h4 id='project-lnk' class='link button'>Projects</h4>
</a>
<a href="#aboutme">
<h4 id='about-lnk' class='link button'>About Me</h4>
</a>
</div>
</div>
<div class='summary'>
<img id='profpic' src='img/profile.jpg'></img>
<h1 id='myname' class='stroke'>Jaime Lynn Syvino</h1>
<h2 id='position' class='stroke'>Software Engineer in the Chicagoland Area</h2>
</div>
<div id='aboutme'>
<h2>About Me</h2>
<p>I am a chemical engineer turned programmer. I have extensive experience in troubleshooting, logic-based problem solving
and root cause analysis. I have successfully managed many complex projects with budgets up to $3MM. I am passionate
about finding creative solutions to challenging problems to increase the efficiency of any given process. I am new
to the world of coding but I am eager to utilize my engineering training and experience into the medium of software
and web development.</p>
<a href="#" onclick="return false">
<p id='funfacts'>If you would like to learn about some of my personal interests, I have included some fun facts.</p>
</a>
<h4 class='funfact'>Fun Facts</h4>
<div class='row padding-0'>
<div class='col-sm-8 padding-0' id='list'>
<ul class='funfact'>
<a href="#" onclick="return false">
<li id='cornell' class='fact'>I studied Chemical Engineering at Cornell University</li>
</a>
<a href="#" onclick="return false">
<li id='newro' class='fact'>I am originally from the suburbs of New York City</li>
</a>
<a href="#" onclick="return false">
<li id='dogs' class='fact'>I have 2 pretty awesome dogs</li>
</a>
<a href="#" onclick="return false">
<li id='cubs' class='fact'>I went to game 7 of the 2016 World Series (go Cubbies!)</li>
</a>
<a href="#" onclick="return false">
<li id='boston' class='fact'>I once walked from New York City to Boston</li>
</a>
<a href="#" onclick="return false">
<li id='rugby' class='fact'>I played in an International Rugby Tournament in Kenya</li>
</a>
<a href="#" onclick="return false">
<li id='ender' class='fact'>My favorite book is Ender's Game</li>
</a>
<a href="#" onclick="return false">
<li id='glacier' class='fact'>I went to Glacier National Park for my honeymoon</li>
</a>
<a href="#" onclick="return false">
<li id='bike' class='fact'>I rode my bike from San Francisco to LA</li>
</a>
</ul>
</div>
<div class='col-sm-4 padding-0'>
<img id='factpic' src='#'>
</div>
</div>
</div>
<div id='projects'>
<h2>Recent Projects</h2>
<div class='row'>
<div class='col-sm-4 button'>
<a href='https://www.wetubelive.com/' target="_blank">
<h4 class='projname'>WeTube</h4>
<img class='img-responsive' src='img/wetube.jpeg'>
</a>
</div>
<div class='col-sm-4 button'>
<a href='https://github.com/RJ-Cubed/tasty-bytes' target="_blank">
<h4 class='projname'>Tasty Bytes</h4>
<img class='img-responsive' src='img/tastybytes.jpeg'>
</a>
</div>
<div class='col-sm-4 button'>
<a href='https://github.com/jsyvino/codenames' target="_blank">
<h4 class='projname'>Codenames</h4>
<img class='img-responsive' src='img/codenames.png'>
</a>
</div>
<div class='col-sm-4 button'>
<a href='https://jsyvino.github.io/GuessingGame-Final/' target="_blank">
<h4 class='projname'>Guessing Game</h4>
<img class='img-responsive' src='img/guessing game.png'>
</a>
</div>
</div>
</div>
<div id='contact'>
<h2>Contact Information</h2>
<p>Email me at:
<a href="mailto:[email protected]?subject=Re:%20Your%20Website">[email protected]</a>
</p>
<!-- <div class="container">
<form action="action_page.php">
<label for="name">First and Last Name</label>
<input type="text" id="name" name="name" placeholder="Your full name" required>
<label for="email">Email Address</label>
<input type="email" id="email" name="email" placeholder="Your email address"
autocomplete="on" required>
<label for="phone">Phone Number</label>
<input type="tel" id="phone" name="phone" placeholder="(###) ###-####"> -->
<!--<label for="country">Country</label>
<select id="country" name="country">
<option value="australia">Australia</option>
<option value="canada">Canada</option>
<option value="usa">USA</option>
</select>-->
<!-- <label for="subject">Subject</label>
<textarea id="subject" name="subject" placeholder="Brief description on what this is regarding"></textarea>
<input type="submit" value="Submit" class= 'button'>
</form>
</div>
</div> -->
<div id='footer' class='center'>
<h6>Jaime Syvino 2018</h6>
</div>
<script src="jquery.js"></script>
<script src="Profile.js"></script>
</body>
</html>