-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
207 lines (200 loc) · 10.3 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
<!DOCTYPE html>
<html>
<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>Jonnathan Portfolio</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/5a9975a645.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="" class="logo">
<ul id="sidemenu">
<li><a href="https://jonnjordan.blog/">Blog</a></li>
<li><a href="#header"> Home</a></li>
<li><a href="#about"> About</a></li>
<li><a href="#portfolio"> Portfolio</a></li>
<li><a href="#contact"> Contact</a></li>
<i class="fa-solid fa-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="header-text">
<p>Future Software Engineer!</p>
<h1>Hi, I'm <span>Jonnathan</span><br>Computer Science <br>Major at Queens College</h1>
</div>
</div>
</div>
<!------------------about------------------>
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/portfolio_headshot.jpg">
</div>
<div class="about-col-2">
<h1 class="sub-title">About me</h1>
<p>
Hello! I'm Jonnathan, a Computer Science student at CUNY Queens College
with a keen interest in AI and fullstack development. My technical skills,
include Python, Java, TypeScript and front-end/back-end development in React and BootStrap. I
excel in team settings and enjoy contributing to projects that use technology
for societal good. From coding and design to analysis, I am dedicated to improving
my skills and striving for excellence.</p>
<div class="tab-titles">
<p class="tab-links active-link" onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>Front End Development</span><br>Designing Web/App interfaces in React-Vite</li>
<li><span>Back End Development</span><br>Working with REST API's in spring boot
</li>
<li><span>AI Machine Learning</span><br>Experience in Google Vertex AI and taken multiple
courses in College Level Machine Learning</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>Software Engineering Intern</span><br>Intern at Juptier Leo Production LLC where I
worked directly with production code on a educational platform to improve user interface
</li>
<li><span>Software Engineering Research Intern</span><br>Interned at Dennehy Microbiology
Research Lab scripting microbiology automations in python using a liquid handling robot
and Opentron library </li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>CUNY Queens College</span><br>2020 - 2025</li>
<li><span>CodePath: Internship Connection Program</span><br>Summer 2024</li>
<li><span>CodePath: Technical Interview Prep</span><br>Summer 2024</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!--------------portfolio---------------------->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="images/sentiment_analysis.png">
<div class="layer">
<h3>Sentiment Analysis AI Model</h3>
<p>Implemented a logistic regression ML model to perform
<br> binary sentiment classification on movie reviews
</p>
<a href="https://github.com/Jshot117/Logistic-Regression-Model-For-Movie-Reviews"><i
class="fa-solid fa-paperclip"></i></a>
</div>
</div>
<div class="work">
<img src="images/floor_store_android_application.png">
<div class="layer">
<h3>Floor Store Android App</h3>
<p>Collaborated with a team under a Waterfall Development
<br>model with SqlLite to develop a Floor Store Application
</p>
<a href="https://github.com/Jshot117/Floor-Store-Android-Application"><i
class="fa-solid fa-paperclip"></i></a>
</div>
</div>
<div class="work">
<img src="images\serial_dilution.jpg">
<div class="layer">
<h3>MicroBiology Serial Dilution Automation</h3>
<p>Utilizing water handling robot and Opentron API created
<br>an automation in python to serial dilute large quantites of medium
</p>
<a href="https://github.com/Jshot117/Lab-Automations/blob/main/SerialDilution.py"><i
class="fa-solid fa-paperclip"></i></a>
</div>
</div>
</div>
<a href="https://github.com/Jshot117" target="_blank" class="btn"
style="display: flex;flex-direction: row;">
<svg aria-hidden="true" viewBox="0 0 16 16" version="1.1" data-view-component="true" width="20"
height="20">
<path
d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z">
</path>
</svg>
<p style="margin-left: 1em;">See More</p>
</a>
</div>
</div>
<!-- -----------------contact---------------------->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact Me</h1>
<p><i class="fa-solid fa-envelope"></i>[email protected]</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/jonnathan-saavedra-a47a98188/" target="_blank"><i
class="fa-brands fa-linkedin"></i></a>
</div>
<a href="images/Jonnathan_Saavedra2024_7_18.pdf" download class="btn btn2">Download Resume</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email" required>
<textarea name="Message" rows="6" placeholder="Your Message"></textarea>
<button type="submit" class="btn btn2">submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
</div>
<script>
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname) {
for (tablink of tablinks) {
tablink.classList.remove("active-link");
}
for (tabcontent of tabcontents) {
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add('active-tab');
}
</script>
<script>
var sidemenu = document.getElementById("sidemenu")
function openmenu() {
sidemenu.style.right = "0";
}
function closemenu() {
sidemenu.style.right = "-200px";
}
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbzniWad5DTub_PUmQ8ASwg1v23Lbl1NQBPrjSfZhaPSJZj1qRNP5eJUe9vA7BaLMguOMg/exec'
const form = document.forms['submit-to-google-sheet']
const msg = document.getElementById("msg")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => {
msg.innerHTML = "Message sent successfully"
setTimeout(function () {
msg.innerHTML = ""
}, 5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>