-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
272 lines (246 loc) · 11.3 KB
/
resume.html
File metadata and controls
272 lines (246 loc) · 11.3 KB
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<style>
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
.icon {
padding: 50px 150px;
background-position: 5px 50%;
background-size: 100px 100px;
background-repeat: no-repeat;
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/267px-F_icon.svg.png");
}
</style>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.sidenav').sidenav();
$('.collapsible').collapsible();
$('.scrollspy').scrollSpy();
$('.toc').pushpin({offset: 50, top:0});
});
</script>
<!--
Colors:
Primary: blue lighten-1 #42a5f5
Secondary: deep-purple lignten-2 #9575cd
-->
</head>
<body>
<header>
<div class="navbar-fixed">
<nav>
<div class="nav-wrapper blue lighten-1">
<a href="#!" class="brand-logo center">Ryan Lapchynski</a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="index.html">Home</a></li>
<li><a href="careergoals.html">Career Goals</a></li>
<li class="active"><a href="resume.html">Résumé</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</div>
</nav>
</div>
<ul class="sidenav" id="mobile-demo">
<li><a href="index.html">Home</a></li>
<li><a href="careergoals.html">Career Goals</a></li>
<li class="active"><a href="resume.html">Résumé</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</header>
<main>
<div class="row toc">
<div class="col hide-on-med-and-down l2">
<ul class="section table-of-contents">
<li><a href="#education">Education</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#print_resume">Print Résumé</a></li>
</ul>
</div>
</div>
<div class="container">
<div class="row">
<div class="col s12 m12 l12">
<h1>Résumé</h1>
<div class="section">
<p class="flow-text hide-on-med-and-down">This page is an expanded version of my résumé
with more details
and exposition than my print résumé. There are cards that you can click on to show
more details about each skill or experience, and I would encourage you to open the
cards and read them as they provide context and explaination as well as links to
projects that demonstrate the skill. There is also a table of contents to the left
that you can click on to jump to a section. If you just want a printable PDF version
of my standard résumé, it's available at the bottom of this page, or you can download
by clicking the button below.</p>
<p class="flow-text hide-on-large-only">This page is an expanded version of my résumé
with more details
and exposition than my print résumé. There are cards that you can click on to show
more details about each skill or experience, and I would encourage you to open the
cards and read them as they provide context and explaination as well as links to
projects that demonstrate the skill. If you just want a printable PDF version
of my standard résumé, it's available at the bottom of this page, or you can download
by clicking the button below.</p>
<div class="center-align">
<a class="waves-effect waves-light red lighten-2 btn" style="text-transform: none;" href="careerportfolio_generic_resume.pdf" download="lapchynski_ryan_resume.pdf">Download Print Résumé</a>
</div>
</div>
<div class="divider"></div>
<div id="education" class="section scrollspy">
<h3>Education</h3>
<div>
<h4>The Ohio State University</h4>
<div class="row">
<div class="col s6 m8 l8 push-l1">
<p class="flow-text">
B.S. in Computer Science and Engineering <br>
GPA: 3.8/4.0
</p>
</div>
<div class="col s6 m3 l3">
<p class="flow-text right-align">
May 2021
</p>
</div>
</div>
<div class="row">
<div class="col s6 m8 l8 push-l1">
<p class="flow-text">
B.S. in Honors Mathematics <br>
GPA: 3.9/4.0
</p>
</div>
<div class="col s6 m3 l3">
<p class="flow-text right-align">
August 2021
</p>
</div>
</div>
</div>
</div>
<div class="divider"></div>
<div id="skills" class="section scrollspy">
<h3>Skills</h3>
<h4>Programming and Systems</h4>
<div class="divider"></div>
<ul class="collapsible popout">
<li class="active">
<div class="collapsible-header">Linux</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">Python</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">C/C++</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">Java</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">LaTeX</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
</ul>
<h4>General Engineering</h4>
<div class="divider"></div>
<ul class="collapsible popout">
<li>
<div class="collapsible-header">SolidWorks</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">AutoDesk Inventor</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">EAGLE</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">3D Printing</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">Iterative Design</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
</ul>
<h4>Personal Skills</h4>
<div class="divider"></div>
<ul class="collapsible popout">
<li>
<div class="collapsible-header">First</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">Second</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
<li>
<div class="collapsible-header">Third</div>
<div class="collapsible-body"><span>Lorem ipsum dolor sit amet.</span></div>
</li>
</ul>
</div>
<div id="experience" class="section scrollspy">
<h3>Experience</h3>
<p class="flow-text">I am Flow Text</p>
<p class="flow-text">I am Flow Text</p>
</div>
<div class="divider"></div>
<div id="print_resume" class="section scrollspy">
<h3>Print Résumé</h3>
<p class="flow-text">Below is a generic version of my printable résumé. In order to adhere to
the one-page convention for résumés, it does not contain all of the content present on this
page, so if you haven't already, I'd encourage you to take a look at the rest of this page.
You can also click the button below to download a PDF copy of it.</p>
<div class="center-align">
<a class="waves-effect waves-light red lighten-2 btn" style="text-transform: none;" download="careerportfolio_generic_resume.pdf">Download Print Résumé</a>
</div>
<br>
<div class="hide-on-med-and-up">
<p class="flow-text">Because you're on a mobile device, I can't show you the preview of
my résumé that would normally appear here. You can either download it with
one of the links above or view this page on a larger device.</p>
</div>
<div class="hide-on-small-only">
<iframe src="resume_iframe.html" height=750 width=100%></iframe>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="page-footer blue lighten-1">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h3 class="white-text">Footer Content</h3>
<p class="grey-text text-lighten-4">You can use rows and columns here to organize your footer content.</p>
</div>
</div>
</div>
<div class="footer-copyright"></div>
</footer>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>