-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
364 lines (356 loc) · 16.4 KB
/
index.html
File metadata and controls
364 lines (356 loc) · 16.4 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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en" class="htmx">
<![CDATA[
−>
Creator:
Ryan Freas ✈ Chicago, IL
October 25, 2023 - Present
Software Engineer, Electrical Engineering Enthusiast
Somehow broke into tech before LLMs put us all out of a job
If you're a developer reading this, let's build something together!
Hit me up @ https://www.linkedin.com/in/ryan-freas/ 🐬🐆]]>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta author="Ryan Freas">
<meta name="description"
content="Ryan Freas is a software engineer, with a strong background in building web and mobile applications. His other interests include weightlifting, building drones, and playing the violin.">
<meta property="og:url" content="https://ryanfreas.com">
<meta property="og:site_name"
content="Ryan Freas is a software engineer, with a strong background in building web and mobile applications. His other interests include weightlifting, building drones, and playing the violin.">
<meta property="og:type" content="website">
<meta property="og:title" content="Ryan-Dev">
<meta property="og:image" content="https://ryanfreas.com/assets/images/linkedPhoto4.webp">
<meta property="og:description"
content="Ryan Freas is a software engineer, with a strong background in building web and mobile applications. His other interests include weightlifting, building drones, and playing the violin.">
<link rel="canonical" href="https://ryanfreas.com">
<title>Ryan-Dev</title>
<link rel="stylesheet" type="text/css" href="../assets/styles/style.css">
<link rel="icon" href="./assets/images/favicon.ico" type="image/x-icon">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script type="module" src="./assets/javascript/vital.js"></script>
</head>
<body>
<div class="App">
<div class="nav">
<div class="progress-b">
</div>
<div class="nav-container">
<h1>
<a class="to-top" href="#home" aria-label="Ryan-dev Logo" rel="nofollow">
Ryan-Dev
</a>
</h1>
<ul>
<li>
<a class="to-top" href="#home" aria-label="Navigate to the top of the page" rel="nofollow">
Home
</a>
</li>
<li>
<a href="#portfolio-section" aria-label="Navigate to my portfolio" rel="nofollow">
Portfolio
</a>
</li>
<li>
<a href="#about-me" aria-label="Navigate to the about me section" rel="nofollow">
About Me
</a>
</li>
</ul>
</div>
<div class="displayer mobile-nav-container">
<h1>
<a class="to-top" aria-label="Ryan-dev logo" rel="nofollow">
Ryan-Dev
</a>
</h1>
<img id="burger" src="./assets/SVGs/burger-svg.svg" alt="Mobile Menu Navigation">
<ul class="mobile-ul">
<li class="close-li">
<a class="to-top" href="#home" aria-label="Navigate to the top of the page" rel="nofollow">
Home
</a>
</li>
<li class="close-li">
<a href="#portfolio-section" aria-label="Navigate to the portfolio section" rel="nofollow">
Portfolio
</a>
</li>
<li class="close-li">
<a href="#about-me" aria-label="Navigate to the about me section" rel="nofollow">
About Me
</a>
</li>
<li class="close">
<img src="./assets/images/close.png" alt="Close mobile navigation" rel="nofollow">
</li>
</ul>
</div>
</div>
<div id="dark-mode">
<img src="./assets/images/lever.png" alt="Toggle Dark Mode">
</div>
<div id="dark-mode-overlay"></div>
<div class='firstBanner'>
<div class="loading">
<div class="loader"></div>
</div>
<div class="headings">
<img src="./assets/SVGs/blob-haikei1.svg" aria-label="hidden" id="savg">
<div class="intro observer">
<h2>Hi There, I'm</h2>
<h1>RYAN FREAS</h1>
<div class="divider"></div>
<p>I am a full-stack web developer based in Chicago.</p>
</div>
<img src="./assets/images/linkedPhoto4.webp" alt="A picture of Ryan Freas" id="main-picture">
</div>
<div id="portfolio-section" class="custom-shape-divider-top-1698207643">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
preserveAspectRatio="none">
<path id="svg10" d="" opacity=".25" class="shape-fill"></path>
<path id="svg9" d="" opacity=".5" class="shape-fill"></path>
<path id="svg8" d="" class="shape-fill"></path>
</svg>
</div>
</div>
<div class="portfolio observer">
<h1>PORTFOLIO</h1>
<div class="tech-stack">
<div class="tech-images">
<img src="https://skillicons.dev/icons?i=html,sass" alt="SASS and HTML icons">
<img src="https://skillicons.dev/icons?i=net,react" alt=".NET and React icons">
<img src="https://skillicons.dev/icons?i=ts,nodejs" alt="TypeScript and Node icons">
<img src="https://skillicons.dev/icons?i=mongodb,mysql" alt="MongoDB and SQL icons">
</div>
</div>
<div class="portfolio-display">
<div class="transform-blob">
<svg viewBox="0 0 400 300" width="400" height="300" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<g transform="translate(239.36391989261813 232.05341360599593)" class="wFill">
<path id="transform1" d="" class="wFillDeep"></path>
</g>
<g style="visibility: hidden" transform="translate(221.65231148692845 170.8505316372265)">
<path id="transform2" d="" class="wFillDeep" class="wFill"></path>
</g>
</svg>
</div>
</div>
<div style="max-width: 1300px;">
<h2 style="font-style: italic; text-align: center;font-size: 25px; margin-top: 2rem;">See my
<a id="portfolio-nav" href="/portfolio.html" target="_blank" style="color: inherit;"
aria-label="See all my portfolio projects">complete portfolio here</a>
</h2>
<div class="portfolio-divider" id="calc-width" style="margin: 2rem auto 1rem auto;"></div>
</div>
</div>
<div class="experience">
<h2>Experience</h2>
<div class="exper-row">
<div class="left-exper">
<h3>Software Engineer</h3>
<p class="company">BlueTread</p>
<p class="date">October 2024 - Present</p>
<p class="location">Fort Myers, Florida</p>
<p class="tech-exper">React Native, TypeScript, SASS</p>
</div>
<div class="right-exper show-mobile first-exp">
<h3>Software Engineer</h3>
<p class="company">BlueTread</p>
<p class="date">October 2024 - Present</p>
<p class="location">Fort Myers, Florida</p>
<p class="tech-exper">React Native, TypeScript, SASS</p>
</div>
</div>
<div class="exper-row">
<div class="left-exper">
</div>
<div class="right-exper">
<h3>Fullstack Web Developer</h3>
<p class="company">Institute of Real Estate Management</p>
<p class="date">January 2024 - October 2024</p>
<p class="location">Chicago, IL</p>
<p class="tech-exper">C#, ASP.NET, SQL, jQuery</p>
</div>
</div>
<div class="exper-row">
<div class="left-exper">
<h3>Frontend Web Developer</h3>
<p class="company">EDGE Center</p>
<p class="date">May 2022 - May 2023</p>
<p class="location">Quad Cities Metropolian Area</p>
<p class="tech-exper">HTML, CSS, JavaScript, Figma</p>
</div>
<div class="right-exper show-mobile">
<h3>Frontend Web Developer</h3>
<p class="company">EDGE Center</p>
<p class="date">May 2022 - May 2023</p>
<p class="location">Quad Cities Metropolian Area</p>
<p class="tech-exper">HTML, CSS, JavaScript, Figma</p>
</div>
</div>
<div class="exper-row">
<div class="left-exper">
</div>
<div class="right-exper">
<h3>Treasurer, GDSC</h3>
<p class="company">Google Developer Student Clubs</p>
<p class="date">September 2022 - April 2023</p>
<p class="location">Rock Island, IL</p>
<p class="tech-exper">JavaScript, Python, Java</p>
</div>
</div>
<div class="exper-row">
<div class="left-exper">
<h3>Computer Science, B.A.</h3>
<p class="company"> Augustana College</p>
<p class="date">August 2019 - May 2023</p>
<p class="location">Rock Island, IL</p>
<p class="tech-exper">OOP, Data Structures & Algorithms</p>
</div>
<div class="early show-mobile">
<h3>Computer Science, B.A.</h3>
<p class="company"> Augustana College</p>
<p class="date">August 2019 - May 2023</p>
<p class="location">Rock Island, IL</p>
<p class="tech-exper">OOP, Data Structures & Algorithms</p>
</div>
</div>
</div>
</div>
<div class="about-me">
<div class="custom-shape-divider-bottom-1699105515">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path id="svg7" d="" class="shape-fill"></path>
</svg>
</div>
<h1 class="observer" id="about-me">About Me</h1>
<div class="transform-blob2">
<svg id="visual" viewBox="0 0 300 200" width="300" height="200" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<g transform="translate(139.50532077221357 98.81836577178663)">
<path id="transform3" d="" fill="none" stroke-width="6" class="wFillStroke">
</path>
</g>
<g style="visibility: hidden" transform="translate(143.26599149794527 93.72309752417073)" class="wFill">
<path id="transform4" d="" fill="none" stroke-width="6" class="wFillStroke"></path>
</g>
</svg>
</div>
<div class="about-desc hidden">
<p>
<!--
Added 2023, commented out July 3rd 2024
Hello! My name is Ryan, and I am a web developer with a passion for writing dynamic and elegant
code. I recently graduated from Augustana College with a B.A. in computer science, where I served as the
treasurer of the Google Developer Student Club. If you would like to see more of my expertise and
research, check out my <a id="first-portfolio" href="https://ryan-dev.vercel.app/" target="_blank"
aria-label="Navigate to my first portfolio">first
portfolio.</a>
-->
Hey there, my name is Ryan and I am a software engineer that specializes in building mobile
and web applications. I currently work as a mobile developer for <a
href="https://www.bluetread.com/" target="blank" aria-label="Visit bluetread.com"
id="irem">BlueTread</a>, where I primarily code with React Native and TypeScript.
</p>
<p>
Outside of my interests in the tech world, I have been playing the violin in various orchestras for the past
14 years. I am also an avid weightlifter and passionate about fitness. Feel free to reach out through
LinkedIn or with my email below if you'd like to talk!
</p>
</div>
<div class="about-pic hidden">
<img src="./assets/images/cropper_GDSC.webp" loading="lazy"
alt="A picture of Google Developer Student Club at the boat regatta." aria-label="GDSC Picture">
<label for="GDSC Picture">GDSC Club at the annual "Boat Regatta," 2022</label>
</div>
<div class="footer">
<p>
All rights reserved © <span id="curr-year"></span> Ryan Freas
</p>
<ul>
<li>
ryancfreas@gmail.com
</li>
<li id="first-li">
</li>
<li>
<a class="no-style" target="_blank" href="https://linkedin.com/in/ryan-freas"
aria-label="Navigate to my Linked in">
<svg class="hover-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0,0,256,256" width="50px" height="50px" aria-label="An SVG of a Linkedin icon">
<g class="wFill">
<g transform="scale(5.12,5.12)">
<path id="svg6" d="">
</path>
</g>
</g>
</svg>
</a>
</li>
<li>
<a href="https://github.com/ryan2625" target="_blank" class="no-style"
aria-label="Navigate to my github">
<svg class="hover-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0,0,256,256" width="50px" height="50px" aria-label="An SVG of a github icon">
<g class="wFill">
<g transform="scale(5.12,5.12)">
<path id="svg5" d="">
</path>
</g>
</g>
</svg>
</li>
</a>
</ul>
</div>
</div>
</div>
<audio id="clickSound" src="./assets/sounds/lever-sound.mp3" preload="auto"></audio>
<script src="https://cdn.jsdelivr.net/npm/kute.js@2.2.4/dist/kute.min.js"></script>
<script>
fetch("../assets/javascript/paths.json")
.then(response => response.json())
.then(paths => (
document.getElementById("transform1").setAttribute("d", paths.path1),
document.getElementById("transform2").setAttribute("d", paths.path2),
document.getElementById("svg5").setAttribute("d", paths.path5),
document.getElementById("svg6").setAttribute("d", paths.path6),
document.getElementById("svg7").setAttribute("d", paths.path7),
document.getElementById("svg8").setAttribute("d", paths.path8),
document.getElementById("svg9").setAttribute("d", paths.path9),
document.getElementById("svg10").setAttribute("d", paths.path10),
KUTE.fromTo(
'#transform1',
{ path: '#transform1' },
{ path: '#transform2' },
{ repeat: 999, duration: 3000, yoyo: true }
).start()
))
fetch("../assets/javascript/paths.json")
.then(response => response.json())
.then(paths => (
document.getElementById("transform3").setAttribute("d", paths.path3),
document.getElementById("transform4").setAttribute("d", paths.path4),
KUTE.fromTo(
'#transform3',
{ path: '#transform3' },
{ path: '#transform4' },
{ repeat: 999, duration: 3000, yoyo: true }
).start()
))
function fetchPage() {
window.location.hash = ""
window.location.pathname = "/portfolio.html"
window.scrollY(0)
}
$("#curr-year").text(new Date().getFullYear())
</script>
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>