-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
506 lines (467 loc) · 19.5 KB
/
index.html
File metadata and controls
506 lines (467 loc) · 19.5 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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jacob Welch</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-latest-beta.min.js?r=5426"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/ScrollTrigger.min.js"></script>
<script defer src="C:\Users\Jake\OneDrive\Desktop\Projects\portfolioSite\app.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital@1&family=Tilt+Prism&display=swap" rel="stylesheet">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="sticky-header">
<nav>
<a href="index.html" class="main-page-button">Jacob <br> Welch</a>
<a href="#" class="menu-icon" onclick="ToggleMenu()">
<div class="menu-bar menu-bar1"></div>
<div class="menu-bar menu-bar2"></div>
<div class="menu-bar menu-bar3"></div>
</a>
<div class="menu">
<div class="menu-con"><a href="index.html">HOME</a></div>
<div class="menu-con"><a href="projects2.html">PROJECTS</a></div>
<div class="menu-con"><a href="about.html">ABOUT</a></div>
<div class="menu-con"><a href="contact.html">CONTACT</a></div>
</div>
</nav>
</div>
<div class="top-left-diagonal-border"></div>
<div class="bottom-right-diagonal-border"></div>
<div class="body-title">
<p class="title-text">COMPUTER SCIENCE STUDENT</p>
<p class="title-text2 hiddenTitle">FUTURE <br> SOFTWARE ENGINEER</p>
<p class="title-text3 hiddenTitle">SPECIALIZING IN</p>
<p class="title-text4 hiddenTitle">FULL STACK <br> DEVELOPMENT</p>
</div>
<div class="summary-and-button-container">
<div class="summary-button section">
<p class="summary revealUp">I'm a current student at Kent State University currently entering my senior year of my Bachelor's Degree in
Computer Science. <br> I'm an avid self-learner which has led me to persue a professional certificate in Full Stack Engineering through
Codecademy.
</p>
</div>
<div class="circle-container">
<div class="circular-container">
<div class="rotate-text">
<p>MORE-ABOUT-ME!MORE-ABOUT-ME!MORE-ABOUT-ME!</p>
</div>
<div class="push-me-button">
<a href="about.html" class="push-me-text">PUSH <br> ME!</a>
</div>
</div>
</div>
</div>
<div class="programs-container">
<div class="div-block1">
<div class="text-container1">
<div class="text-block1 revealUp">PROGRAMS & SOFTWARES</div>
</div>
<div class="skills-container">
<div class="text-pill revealUp">Visual Studios</div>
<div class="text-pill revealUp">Git</div>
<div class="text-pill revealUp">GitHub/GitHub Pages</div>
<div class="text-pill revealUp">Tortoise SVN</div>
<div class="text-pill revealUp">Basic Unix Commands</div>
</div>
</div>
</div>
<div class="professional-skills-container">
<div class="text-container1">
<div class="text-block1 revealUp">PERSONAL SKILLS</div>
</div>
</div>
<div class="skills-section">
<div class="programs-container">
<div class="div-block1">
<div class="text-container1">
<div class="text-block2 revealUp">SOFT</div>
</div>
<div class="skills-container">
<div class="text-pill revealUp">Passionate Learner</div>
<div class="text-pill revealUp">Problem Solving</div>
<div class="text-pill revealUp">Team Player</div>
<div class="text-pill revealUp">Communication</div>
<div class="text-pill revealUp">Detail Oriented</div>
</div>
</div>
</div>
<div class="programs-container">
<div class="div-block1">
<div class="text-container1">
<div class="text-block2 revealUp">HARD</div>
</div>
<div class="skills-container">
<div class="text-pill revealUp">C++</div>
<div class="text-pill revealUp">HTML/CSS</div>
<div class="text-pill revealUp">JavaScript</div>
<div class="text-pill revealUp">Object Oriented Programming</div>
<div class="text-pill revealUp">Back-End/Feature Testing</div>
<div class="text-pill revealUp">React.js</div>
<div class="text-pill revealUp">SQL</div>
<div class="text-pill revealUp">PostgreSQL</div>
<div class="text-pill revealUp">Express.js</div>
<div class="text-pill revealUp">Git/GitHub</div>
<div class="text-pill revealUp">API Development</div>
</div>
</div>
</div>
</div>
<div class="title-grid revealUp">
<h4>HONORS & AWARDS</h4>
</div>
<div class="awards-container">
<div class="grid-block">
<div class="link-column">
<div class="grid-text hidden">
<div class="grid-text1">2023</div>
<div class="grid-text2">Associate Degree in Science</div>
<div class="grid-text3">Kent State University</div>
</div>
<div class="column-underline-wrap">
<div class="column-underline">
<div class="underline underline-effect">
</div>
</div>
</div>
</div>
<div class="link-column">
<div class="grid-text hidden">
<div class="grid-text1">2023</div>
<div class="grid-text2">President's List x2</div>
<div class="grid-text3">Kent State University</div>
</div>
<div class="column-underline-wrap hidden">
<div class="column-underline">
<div class="underline underline-effect">
</div>
</div>
</div>
</div>
<div class="link-column">
<div class="grid-text hidden">
<div class="grid-text1">In Progress</div>
<div class="grid-text2">Full Stack Engineer Certification</div>
<div class="grid-text3">Codecademy</div>
</div>
<div class="column-underline-wrap hidden">
<div class="column-underline">
<div class="underline underline-effect">
</div>
</div>
</div>
</div>
<div class="link-column">
<div class="grid-text hidden">
<div class="grid-text1">Current</div>
<div class="grid-text2">3.91 GPA</div>
<div class="grid-text3">Kent State University</div>
</div>
<div class="column-underline-wrap hidden">
<div class="column-underline">
<div class="underline underline-effect">
</div>
</div>
</div>
</div>
<div class="link-column">
<div class="grid-text hidden">
<div class="grid-text1">2021-2022</div>
<div class="grid-text2">Dean's List x4</div>
<div class="grid-text3">Kent State & Walsh University</div>
</div>
<div class="column-underline-wrap hidden">
<div class="column-underline">
<div class="underline underline-effect">
</div>
</div>
</div>
</div>
</div>
</div>
<section class="footer">
<div class="footer-container">
<div class="connect-container">
<div class="text-row"></div>
</div>
<div class="button" id="button-2">
<div id="slide"></div>
<a href="contact.html">Contact Me!</a>
</div>
</div>
</section>
<div class="grid-footer">
<div class="socials">
<div class="social-box hidden">
<a href="https://www.linkedin.com/in/jacob-welch131/" target="_blank" class="social-link">
<img src="https://jakewelch131.github.io/css-image-repo/kisspng-computer-icons-linkedin-5aff0283e54964.1704227815266617639392.png"
alt="LinkedIn Icon" class="social-image">
</a>
</div>
<div class="social-box hidden">
<a href="https://twitter.com/JakeWelch131" target="_blank" class="social-link">
<img src="https://jakewelch131.github.io/css-image-repo/twitter-x-seeklogo.com-4.svg"
alt="Twitter Icon" class="social-image">
</a>
</div>
<div class="social-box hidden">
<a href="https://github.com/JakeWelch131" target="_blank" class="social-link">
<img src="https://jakewelch131.github.io/css-image-repo/Github_logo_PNG7.png"
alt="GitHub Icon" class="social-image">
</a>
</div>
</div>
<div class="resume-container hidden">
<div class="link-box">
<a href="https://jakewelch131.github.io/css-image-repo/Resume.pdf" target="_blank" class="link">
<div class="link-text">RESUME</div>
</a>
</div>
</div>
</div>
</div>
<!--<script defer>
document.addEventListener("DOMContentLoaded", function () {
// Select the elements
var underlineEffects = document.querySelectorAll('.underline-effect');
// Add scroll event listener
window.addEventListener('scroll', function () {
// Check if the elements are in the viewport
underlineEffects.forEach(function (underlineEffect) {
var targetSelector = underlineEffect.getAttribute('data-scroll-target');
var targetElement = document.querySelector('.' + targetSelector);
if (isElementInViewport(targetElement)) {
// Apply the underline effect
underlineEffect.style.width = '100%';
} else {
// Remove the underline effect
underlineEffect.style.width = '0';
}
});
});
// Function to check if an element is in the viewport
function isElementInViewport(el) {
var rect = el.getBoundingClientRect();
return (
rect.top >= 0 &&
rect.left >= 0 &&
rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&
rect.right <= (window.innerWidth || document.documentElement.clientWidth)
);
}
});
</script>
<script defer>
document.addEventListener('DOMContentLoaded', function () {
// Add the "fade-in" class to the main-page-button after a short delay
setTimeout(function () {
document.querySelector('.main-page-button').classList.add('fade-in');
}, 500); // Adjust the delay as needed
});
</script>-->
<script defer>
var open = false;
function ToggleMenu() {
var menuCons = document.querySelectorAll('.menu-con');
var menu = document.querySelector('.menu');
if (open == false) {
menu.style.display = 'flex';
setTimeout(function () {
menu.style.opacity = 1;
}, 10);
open = true;
} else {
menu.style.opacity = 0;
setTimeout(function () {
menu.style.display = 'none';
}, 500);
open = false;
}
menuCons.forEach(function (menuCon, index) {
var pos = open ? 0 : -1 * window.innerHeight - index * 100;
menuCon.style.top = pos + 'px';
});
}
function Drop() {
var menuIcon = document.querySelector('.menu-icon');
menuIcon.classList.toggle('hover');
if (open == false) {
Drp();
open = true;
} else if (open == true) {
Cls();
open = false;
}
}
function Drp() {
var elements = document.querySelectorAll(".menu-con");
elements.forEach(function (elem, index) {
var pos = -1 * window.innerHeight - index * 100;
var id = setInterval(function () {
if (pos >= -10) {
clearInterval(id);
elem.style.top = 0 + "px";
} else {
pos += 10;
elem.style.top = pos + "px";
}
}, 5);
});
}
function Cls() {
var elements = document.querySelectorAll(".menu-con");
elements.forEach(function (elem, index) {
var poss = 0;
var ids = setInterval(function () {
if (poss <= -1 * window.innerHeight) {
clearInterval(ids);
elem.style.top = -1 * window.innerHeight + "px";
} else {
poss += -7 - index * 2;
elem.style.top = poss + "px";
}
}, 5);
});
}
</script>
<script>
const text = document.querySelector('.rotate-text');
text.innerHTML = text.innerText.split('').map(
(char, i) =>
`<span style= "transform:rotate(${i * 8.3}deg)"> ${char}</span>`
).join('')
</script>
<script defer>
gsap.registerPlugin(ScrollTrigger);
// REVEAL //
gsap.utils.toArray(".revealUp").forEach(function (elem) {
ScrollTrigger.create({
trigger: elem,
start: "top 80%",
end: "bottom 20%",
markers: true,
onEnter: function () {
gsap.fromTo(
elem,
{ y: 100, autoAlpha: 0 },
{
duration: 1.25,
y: 0,
autoAlpha: 1,
ease: "back",
overwrite: "auto"
}
);
},
onLeave: function () {
gsap.fromTo(elem, { autoAlpha: 1 }, { autoAlpha: 0, overwrite: "auto" });
},
onEnterBack: function () {
gsap.fromTo(
elem,
{ y: -100, autoAlpha: 0 },
{
duration: 1.25,
y: 0,
autoAlpha: 1,
ease: "back",
overwrite: "auto"
}
);
},
onLeaveBack: function () {
gsap.fromTo(elem, { autoAlpha: 1 }, { autoAlpha: 0, overwrite: "auto" });
}
});
});
</script>
<script defer>
var words = ['LETS CONNECT!'],
part,
i = 0,
offset = 0,
len = words.length,
forwards = true,
skip_count = 0,
skip_delay = 15,
speed = 90;
var wordflick = function () {
setInterval(function () {
if (forwards) {
if (offset >= words[i].length) {
++skip_count;
if (skip_count == skip_delay) {
forwards = false;
skip_count = 0;
}
}
}
else {
if (offset == 0) {
forwards = true;
i++;
offset = 0;
if (i >= len) {
i = 0;
}
}
}
part = words[i].substr(0, offset);
if (skip_count == 0) {
if (forwards) {
offset++;
}
else {
offset--;
}
}
$('.text-row').text(part);
},speed);
};
$(document).ready(function () {
wordflick();
});
</script>
<script>
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
console.log(entry)
if (entry.isIntersecting) {
entry.target.classList.add('show');
} else {
entry.target.classList.remove('show');
}
})
})
const hiddenElements = document.querySelectorAll('.hidden');
hiddenElements.forEach((el) => observer.observe(el));
const titleObserver = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
console.log(entry)
if (entry.isIntersecting) {
entry.target.classList.add('showTitle');
} else {
entry.target.classList.remove('showTitle');
}
})
})
const hiddenTitleElements = document.querySelectorAll('.hiddenTitle');
hiddenTitleElements.forEach((el) => titleObserver.observe(el));
</script>
</body>
</html>