-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (131 loc) · 7.23 KB
/
index.html
File metadata and controls
132 lines (131 loc) · 7.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jake Onquit</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="navbar">
<span onclick="scrollToSection('home')">Home</span>
<span onclick="scrollToSection('project')">Projects</span>
<span onclick="scrollToSection('contact')">Contact</span>
<a href="Jake_Onquit_Resume.pdf" target="_blank" rel="noopener noreferrer" class="nav-link" aria-label="Open resume in a new tab">Resume</a>
</div>
<div>
<div id="home" class="section">
<h2>Jake Onquit </h2>
<img src="Jake_Onquit_photo.jpg" alt="Jake">
<p id="description">
A student software developer focused full stack development.
</div>
<div id="project" class="section">
<h2>Projects</h2>
<div class="project-container">
<div class="project-preview">
<span class="date-tag" aria-label="Project date">Jan 2026</span>
<h3>VCT History Quiz</h3>
<p>A quiz game to test your VCT history knowledge.</p>
<div class="project-links">
<a href="https://sunrayyourdev.github.io/vct-history-quiz/" target="_blank">
<button class="project-button" >View Site</button>
</a>
<a href="https://github.com/sunrayyourdev/vct-history-quiz" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" class="button-link" alt="GitHub">
</a>
</div>
</div>
<div class="project-preview">
<span class="date-tag" aria-label="Project date">Aug 2025</span>
<h3>Shelfytics</h3>
<p>A computer vision application for SKU tracking.</p>
<div class="project-links">
<a href="https://github.com/Shelflytics" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub" class="button-link">
</a>
</div>
</div>
<div class="project-preview">
<span class="date-tag" aria-label="Project date">Mar 2025</span>
<h3>WishSim</h3>
<p>A Genshin Impact wishing simulator game.</p>
<div class="project-links">
<a href="https://sunrayyourdev.github.io/wish-simulator/" target="_blank">
<button class="project-button" >View Site</button>
</a>
<a href="https://github.com/sunrayyourdev/wish-simulator" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" class="button-link" alt="GitHub">
</a>
</div>
</div>
<div class="project-preview">
<span class="date-tag" aria-label="Project date">Mar 2024</span>
<h3>DoctorAssign</h3>
<p>A doctor recommendation chatbot.</p>
<div class="project-links">
<a href="https://youtu.be/4lH-sLoJCUA" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/1384/1384060.png" alt="YouTube" class="button-link">
</a>
<a href="https://github.com/sunrayyourdev/DoctorAssign" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" class="button-link" alt="GitHub">
</a>
</div>
</div>
<div class="project-preview">
<span class="date-tag" aria-label="Project date">Feb 2025</span>
<h3>JewelRE</h3>
<p>An e-commerce store for sustainable jewelry.</p>
<div class="project-links">
<button id="jewelreBtn" class="project-button">Read More</button>
</div>
</div>
<div class="project-preview">
<span class="date-tag" aria-label="Project date">Sep 2024</span>
<h3>InvestAcademy</h3>
<p>A financial literacy learning platform.</p>
<div class="project-links">
<a href="https://www.linkedin.com/feed/update/urn:li:activity:7253678731204993024/">
<img src="https://cdn-icons-png.flaticon.com/512/174/174857.png" alt="LinkedIn" class="button-link">
</a>
<a href="https://github.com/ImranZak/InvestAcademy" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub" class="button-link">
</a>
</div>
</div>
</div>
<!-- <div class="view-more-container">
<button id="viewMoreBtn" class="view-more-btn" aria-expanded="false" aria-controls="project4">View more</button>
</div> -->
</div>
<div id="contact" class="section">
<h2>Contact</h2>
<p><a href="mailto:onquitjake@gmail.com">onquitjake@gmail.com</a></p>
<p>
<a href="https://www.linkedin.com/in/jake-onquit/" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/174/174857.png" alt="LinkedIn" class="button-link">
</a>
<a href="https://github.com/sunrayyourdev" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub" class="button-link">
</a>
<a href="https://www.youtube.com/@sunrayyourdev" target="_blank">
<img src="https://cdn-icons-png.flaticon.com/512/1384/1384060.png" alt="YouTube" class="button-link">
</a>
</p>
<p><a href="Jake_Onquit_Resume.pdf" target="_blank" rel="noopener noreferrer" id="contact-resume"aria-label="Open resume in a new tab">View Resume</a></p>
<p class="trademark">© <span id="currentYear"></span> by Jake Onquit</p>
</div>
</div>
<div id="jewelreModal" class="modal" style="display: none;">
<div class="modal-content">
<span class="close">×</span>
<p>
For this project, I was in-charge of user <strong>login</strong> and <strong>authentication</strong>.
Some of my advanced features include Google Sign In, TOTP-based two factor authentication (2FA) and password strength checklist.
</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/U-STVKpjq_4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<script src="script.js"></script>
</body>
</html>