-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·554 lines (545 loc) · 28.7 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
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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ross's Portfolio</title>
<link rel="stylesheet" href="styles/styles.css">
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- font awesome v 5.1.4 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body class="main-content">
<!-- header -->
<header class="section sec1 header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="Images/RossPorterHeadshot(2023).JPG" alt="Ross Porter Headshot">
</div>
</div>
<div class="right-header">
<h1 class="name">
Hello, I'm <span> Ross Porter.</span> I am a Web Developer
</h1>
<p>I am passionate about crafting elegant and user-friendly websites, continuously exploring cutting-edge technologies, and unleashing my creativity to bring ideas to life!</p>
<!-- button container -->
<div class="btn-con">
<a target="blank" href="https://drive.google.com/file/d/1ct1LMH64J8yu5LQmWQdR6h5DwGW2KCE0/view?usp=sharing" class="main-btn">
<span class="btn-text">View my resume</span>
<span class="btn-icon"><i class="fa fa-external-link-alt"></i></span>
</a>
</div>
</div>
</div>
</header>I
<main>
<!-- about page -->
<section class="section sec2 about" id="about">
<!-- main title -->
<div class="main-title">
<h2>About <span>me</span></h2>
</div>
<!-- all content for about section -->
<div class="about-container">
<div class="left-about">
<h4>About me</h4>
<p>
I am a full-stack Web Developer who is eager to continue learning about programming and technology. While I was a college student, I took courses in Music Technology that involved programming for audio. These classes, in addition to a life-long interest in computers, sparked my fascination with coding. My enthusiasm led me to enroll in and complete the Coding Dojo Bootcamp in early April of 2022. Throughout the course, I learned the fundamentals of Web Development in addition to Full-Stack Web Development in 3 different stacks: Python, C#, and MERN, and I am thrilled to dive deeper into these technologies as well as learn and adapt to new ones. For the rest of 2022 I was able to work as a Web Designer and Front End Developer with a digital marketing agency called Square Waves, where I was able to get a feel for startup and professional culture as well as gaining some real world experience working with clients and building websites. In 2023 I decided to continue web development self education in addition to working with a partner to start a freelance design agency of our own. One of my notable experiences includes my role as a UX Designer and Front-End Developer at Northwestern University's C3Lab, where I worked from June to September 2023. In this position, I took on the sole responsibility of designing and developing the LLMAI application called Satryn. My tasks involved close collaboration with stakeholders and the backend team to ensure alignment with project objectives. I also crafted user flows, wireframes, and prototypes to enhance the application's usability and functionality while utilizing React for front-end development. Conducting user research and incorporating feedback were integral to my design process, resulting in a user interface and experience that met the highest standards.
</p>
<!-- button container -->
<div class="btn-con">
<a target="blank" href="https://drive.google.com/file/d/1ct1LMH64J8yu5LQmWQdR6h5DwGW2KCE0/view?usp=sharing" class="main-btn">
<span class="btn-text">View my resume</span>
<span class="btn-icon"><i class="fa fa-external-link-alt"></i></span>
</a>
</div>
</div>
<!-- <div class="right-about">
<div class="about-item">
<div class="about-text">
<p class="large-text">560+</p>
<p class="small-text">Projects <br />Completed</p>
</div>
</div>
<div class="about-item">
<div class="about-text">
<p class="large-text">1+</p>
<p class="small-text">Years Of <br />Experience</p>
</div>
</div>
<div class="about-item">
<div class="about-text">
<p class="large-text">300+</p>
<p class="small-text">Happy <br />Clients</p>
</div>
</div>
<div class="about-item">
<div class="about-text">
<p class="large-text">400+</p>
<p class="small-text">Customer <br />Reviews</p>
</div>
</div>
</div> -->
</div>
<div class="about-stats">
<h4 class="stat-title">My Skills</h4>
<div class="progress-bars">
<!-- html5 -->
<div class="progress-bar">
<p class="progress-title">html5</p>
<!-- <div class="progress-container">
<p class="prog text">90%</p>
<div class="progress">
<span class="html"></span>
</div>
</div> -->
</div>
<!-- css -->
<div class="progress-bar">
<p class="progress-title">CSS</p>
<!-- <div class="progress-container">
<p class="prog text">60%</p>
<div class="progress">
<span class="css"></span>
</div>
</div> -->
</div>
<!-- Javascript -->
<div class="progress-bar">
<p class="progress-title">Javascript</p>
<!-- <div class="progress-container">
<p class="prog text">25%</p>
<div class="progress">
<span class="javascript"></span>
</div>
</div> -->
</div>
<!-- React -->
<div class="progress-bar">
<p class="progress-title">React</p>
<!-- <div class="progress-container">
<p class="prog text">25%</p>
<div class="progress">
<span class="react"></span>
</div>
</div> -->
</div>
<!-- python -->
<div class="progress-bar">
<p class="progress-title">Python3</p>
<!-- <div class="progress-container">
<p class="prog text">25%</p>
<div class="progress">
<span class="python"></span>
</div>
</div> -->
</div>
<!-- C# -->
<div class="progress-bar">
<p class="progress-title">C#</p>
<!-- <div class="progress-container">
<p class="prog text">25%</p>
<div class="progress">
<span class="csharp"></span>
</div>
</div> -->
</div>
<!-- .Net -->
<div class="progress-bar">
<p class="progress-title">ASP.Net Core</p>
</div>
<!-- Flask -->
<div class="progress-bar">
<p class="progress-title">Flask</p>
</div>
<!-- Flask -->
<div class="progress-bar">
<p class="progress-title">Node.js</p>
</div>
<div class="progress-bar">
<p class="progress-title">Express</p>
</div>
<div class="progress-bar">
<p class="progress-title">MongoDB</p>
</div>
<div class="progress-bar">
<p class="progress-title">SQL</p>
</div>
</div>
</div>
<!-- timeline -->
<h4 class="stat-title">Professional Experience</h4>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="timeline-duration">Dec 2022 - Present</p>
<h5>Freelance Web Developer <span> - <a href="https://contemporary-design-studio.framer.ai/" target="_blank">Self / Garden</a></span></h5>
<p>
Works as a freelance Web Developer on my own and with Garden, a small digital marketing agency that specializes in redesigning websites and applications for small businesses and clients.
</p>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="timeline-duration">Jun 2023 - Sep 2023</p>
<h5>UX Designer / Front-end Developer (Contract) <span> - <a href="https://c3lab.northwestern.edu/" target="_blank">Northwestern University C3 Lab</a></span></h5>
<p>
Worked as a contracted UX Designer and Web Developer to design and create the Frontend of a LLM AI application called Satyrn, using technlogies such as Figma, React, and CSS.
</p>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="timeline-duration">April 2022 - Dec 2022</p>
<h5>Web Developer & Designer <span> - <a href="https://www.squarewaves.io/" target="_blank">Square Waves</a></span></h5>
<p>
Designed and built websites for various clients using platforms like Webflow, Wix, and WordPress, as well as from scratch with HTML, CSS, and Javascript.
</p>
</div>
<div class="timeline-item">
<div class="timeline-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="timeline-duration">Nov 2021 - Mar 2022</p>
<h5>Student <span> - <a href="https://www.codingdojo.com/" target="_blank">Coding Dojo</a></span></h5>
<p>
Full Stack Development Bootcamp learning HTML, CSS, Python, C# ASP.Net, and MERN (MongoDB, Express, React, & Mern).
</p>
</div>
</div>
</section>
<!-- portfolio page -->
<section class="section sec3 portfolio" id="portfolio">
<!-- main title -->
<div class="main-title">
<h2>My <span>portfolio</span></h2>
</div>
<p class="portfolio-text">
Here is a display of some of the work I have created.
</p>
<div class="portfolios">
<!-- individual portfolio item -->
<div class="portfolio-item">
<!-- image for portfolio item -->
<div class="image">
<img src="Images/Satyrn.png" alt="Satyrn Homepage Screenshot">
</div>
<!-- pop up box with portfolio item's information -->
<div class="hover-items">
<h3>Satyrn by the C3Lab at Northwestern University</h3>
<div class="icons">
<!-- youtube icon / link -->
<a href="https://www.youtube.com/watch?v=orE-Q9B-GtA" class="icon" target="blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<!-- individual portfolio item -->
<div class="portfolio-item">
<!-- image for portfolio item -->
<div class="image">
<img src="Images/sainthands.jpg" alt="R. Jamin Portfolio Website">
</div>
<!-- pop up box with portfolio item's information -->
<div class="hover-items">
<h3>R. Jamin Portfolio Website</h3>
<div class="icons">
<!-- live site link -->
<a href="https://rjamin.net/" class="icon" target="blank">
<i class="fa fa-globe"></i>
</a>
</div>
</div>
</div>
<!-- individual portfolio item -->
<div class="portfolio-item">
<!-- image for portfolio item -->
<div class="image">
<img src="Images/Meme.png" alt="Meme Generator Project Screenshot">
</div>
<!-- pop up box with portfolio item's information -->
<div class="hover-items">
<h3>Meme Generator</h3>
<div class="icons">
<!-- github icon / link -->
<a href="https://github.com/porter-s-ross/MemeGenerator" class="icon" target="blank">
<i class="fab fa-github"></i>
</a>
<!-- live site link -->
<a href="https://meme-generator-d24c07.netlify.app/" class="icon" target="blank">
<i class="fa fa-globe"></i>
</a>
<!-- youtube icon / link -->
<!-- <a href="https://porter-s-ross.github.io/box-generator/" class="icon" target="blank">
<i class="fab fa-youtube"></i>
</a> -->
</div>
</div>
</div>
<!-- individual portfolio item -->
<div class="portfolio-item">
<!-- image for portfolio item -->
<div class="image">
<img src="Images/AirBnBClone.png" alt="Airbnb Clone Project Screenshot">
</div>
<!-- pop up box with portfolio item's information -->
<div class="hover-items">
<h3>Mock Airbnb Experiences Page</h3>
<div class="icons">
<!-- github icon / link -->
<a href="https://github.com/porter-s-ross/AirbnbExperiencesClone" class="icon" target="blank">
<i class="fab fa-github"></i>
</a>
<!-- live site link -->
<a href="https://abnb-exp-clone.netlify.app/" class="icon" target="blank">
<i class="fa fa-globe"></i>
</a>
<!-- youtube icon / link -->
<!-- <a href="https://porter-s-ross.github.io/box-generator/" class="icon" target="blank">
<i class="fab fa-youtube"></i>
</a> -->
</div>
</div>
</div>
<!-- individual portfolio item -->
<div class="portfolio-item">
<!-- image for portfolio item -->
<div class="image">
<img src="Images/Twelve21.png" alt="Twelve21">
</div>
<!-- pop up box with portfolio item's information -->
<div class="hover-items">
<h3>Twelve21</h3>
<div class="icons">
<!-- live site link -->
<a href="https://www.twelve21.net/" class="icon" target="blank">
<i class="fa fa-globe"></i>
</a>
</div>
</div>
</div>
<!-- individual portfolio item -->
<div class="portfolio-item">
<!-- image for portfolio item -->
<div class="image">
<img src="Images/Owner Connect.png" alt="Owner Connect">
</div>
<!-- pop up box with portfolio item's information -->
<div class="hover-items">
<h3>Owners Connect</h3>
<div class="icons">
<!-- live site link -->
<a href="https://www.ownerconnect.com/" class="icon" target="blank">
<i class="fa fa-globe"></i>
</a>
</div>
</div>
</div>
<!-- individual portfolio item -->
<div class="portfolio-item">
<!-- image for portfolio item -->
<div class="image">
<img src="Images/LevelUpAthletics.png" alt="Level Up Athletics">
</div>
<!-- pop up box with portfolio item's information -->
<div class="hover-items">
<h3>Level Up Athletics</h3>
<div class="icons">
<!-- live site link -->
<a href="https://www.levelupathletics.co/" class="icon" target="blank">
<i class="fa fa-globe"></i>
</a>
</div>
</div>
</div>
<!-- individual portfolio item -->
<div class="portfolio-item">
<!-- image for portfolio item -->
<div class="image">
<img src="Images/box-generator.png" alt="box-generator">
</div>
<!-- pop up box with portfolio item's information -->
<div class="hover-items">
<h3>Chosen Color Box Generator</h3>
<div class="icons">
<!-- github icon / link -->
<a href="https://github.com/porter-s-ross/box-generator" class="icon" target="blank">
<i class="fab fa-github"></i>
</a>
<!-- behance icon / link -->
<a href="https://porter-s-ross.github.io/box-generator/" class="icon" target="blank">
<i class="fa fa-globe"></i>
</a>
<!-- youtube icon / link -->
<!-- <a href="https://porter-s-ross.github.io/box-generator/" class="icon" target="blank">
<i class="fab fa-youtube"></i>
</a> -->
</div>
</div>
</div>
<!-- individual portfolio item -->
<div class="portfolio-item">
<!-- image for portfolio item -->
<div class="image">
<img src="Images/check.png" alt="box-generator">
</div>
<!-- pop up box with portfolio item's information -->
<div class="hover-items">
<h3>To Do List</h3>
<div class="icons">
<!-- github icon / link -->
<a href="https://github.com/porter-s-ross/todo-list" class="icon" target="blank">
<i class="fab fa-github"></i>
</a>
<!-- live site link -->
<a href="https://porter-s-ross.github.io/todo-list/" class="icon" target="blank">
<i class="fa fa-globe"></i>
</a>
<!-- youtube icon / link
<a href="#" class="icon" target="blank">
<i class="fab fa-youtube"></i>
</a> -->
</div>
</div>
</div>
</div>
</section>
<!-- contact -->
<section class="section sec5 contact" id="contact">
<div class="contact-container">
<!-- main title -->
<div class="main-title">
<h2>Contact <span>Me</span></h2>
</div>
<div class="contact-content-container">
<div class="left-contact">
<h4>Contact me here</h4>
<p>
Please feel free to get in touch with me by any of the methods listed below, or by filling out the form to send me an email.
</p>
<div class="contact-info">
<!-- location -->
<div class="contact-item">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
Location
</div>
<p>: Chicago, IL</p>
</div>
<!-- Email -->
<div class="contact-item">
<div class="icon">
<i class="fas fa-envelope"></i>
Email
</div>
<p>: portrss0@gmail.com</p>
</div>
<!-- Education -->
<div class="contact-item">
<div class="icon">
<i class="fas fa-school"></i>
Education
</div>
<p>: Coding Dojo</p>
</div>
<!-- Mobile Number -->
<!-- <div class="contact-item">
<div class="icon">
<i class="fas fa-phone"></i>
Mobile Number
</div>
<p>: 123-456-7890</p>
</div> -->
<!-- Languages -->
<!-- <div class="contact-item">
<div class="icon">
<i class="fas fa-language"></i>
Languages
</div>
<p>: English</p>
</div> -->
</div>
<div class="contact-icons">
<div class="contact-icon">
<!-- linked in -->
<a href="https://www.linkedin.com/in/porter-s-ross/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<!-- github -->
<a href="https://github.com/porter-s-ross " target="_blank">
<i class="fab fa-github"></i>
</a>
<!-- twitter -->
<a href="https://twitter.com/portrss0" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<!-- youtube
<a href="" target="_blank">
<i class="fab fa-youtube"></i>
</a> -->
</div>
</div>
</div>
<div class="right-contact">
<form name="contact" method="POST" data-netlify="true" class="contact-form" id="contact-form">
<div class="input-control input-control-2">
<input name="name" type="text" required placeholder="Your Name">
<input name="email" type="email" required placeholder="Your Email">
</div>
<div class="input-control">
<input name="subject" type="text" required placeholder="Subject">
</div>
<div class="input-control">
<textarea name="message" id="" cols="15" rows="8" placeholder="Message here..."></textarea>
</div>
<div class="submit-btn">
<a href="#" class="main-btn" onclick="document.getElementById('contact-form').submit()">
<span class="btn-text">Send Message</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
<noscript>
<input type="submit" value="Submit form!"/>
</noscript>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<div class="controls">
<!-- home control -->
<div class="control control-1 active-btn" data-id="home">
<i class="fa fa-home"></i>
</div>
<!-- about control -->
<div class="control control-2" data-id="about">
<i class="fa fa-user"></i>
</div>
<!-- portfolio control -->
<div class="control control-3" data-id="portfolio">
<i class="fa fa-briefcase"></i>
</div>
<!-- contact control -->
<div class="control control-5" data-id="contact">
<i class="fa fa-envelope-open"></i>
</div>
</div>
<div class="theme-btn">
<i class="fas fa-adjust">
</i>
</div>
<script src="app.js"></script>
</body>
</html>