-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (209 loc) · 10.1 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
<!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>My Webpage Portfolio</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/83c6b17d5b.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="header">
<div class="container">
<nav>
<img src="images/logo.png" class="logo">
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Projects</a></li>
<li><a href="more.html"> More </a></li>
<li><a href="#about">About</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>Welcome to my Portfolio Webpage</p>
<h1> Hi! I am <span>Kashish</span> <br> a Data Science Specialist with a Bioinformatics Focus</h1>
</div>
</div>
</div>
<!-- about -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="images/me.jpeg" alt="Your Image">
</div>
<div class="about-col-2">
<h1 class="sub-title">ABOUT ME</h1>
<p>I am a software and data science enthusiast, with a Master in Bioinformatics, located in New York. In my downtime, I am a freelancer who optimizes my skill set and experiences in statistical analysis, data visualization, and software engineering. Being a Graduate of Bioinformatics, my skills are multifaceted. I can develop Machine Learning Techniques, and create small static websites, to conduct data science experiments. Every Project I take on is done with passion, and done with precision, made to be user-friendly. </p>
<div class="tab-titles">
<p class="tab_links active-link" onclick="opentab('skills', event)">Skills</p>
<p class="tab_links" onclick="opentab('experience', event)">Experience</p>
<p class="tab_links" onclick="opentab('education', event)">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li><span>DATA SCIENCE</span><br> Jupyter Notebooks, R Studio, SQL, MATLAB, TensorFlow, Pytorch, RapidMinner</li>
<li><span>BIOINFORMATICS</span><br>RNA-Seq, NCBI BLAST, BioPython, Ensembl</li>
<li><span>LANGUAGES</span><br>R', Python, Java Script,</li>
<li><span>OTHER TOOLS</span><br>Tableau, MYSQL, Power BI, Matplotlib, Seaborn, ggplot</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li><span>2023 - 2023</span><br> Research Analyst at CDI </li>
<li><span>2021 - 2021</span><br>Financial Analyst at RMA of New Jersey</li>
<li><span> 2017 -2017 </span><br> Research Assistant at New Jersey Public Health Research Institute</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li><span>2023</span><br> Masters of Science in Bioinformatics from NJIT, Newark</li>
<li><span>2020</span><br> Python Training from TekTaurus </li>
<li><span>2018</span><br>Bachelors of Arts in Psychology from Rutgers University, Newark</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!------------------services-------------->
<div id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<i class="fa-solid fa-chart-line"></i>
<h2> Machine Learning Model Development</h2>
<p>Building and deploying custom machine learning models tailored to specific business needs for prediction and classification tasks.</p>
<a href="#">Upwork</a>
</div>
<div>
<i class="fa-solid fa-chart-simple"></i>
<h2>Statistical Consulting</h2>
<p>Providing expert guidance on statistical methodologies, hypothesis testing, and experimental design.</p>
<a href="#">Upwork</a>
</div>
<div>
<i class="fas fa-dna"></i>
<h2>Genomic Data Analysis</h2>
<p>Conducting analysis and interpretation of genomic data, including DNA sequencing, RNA-Seq, and variant analysis.</p>
<a href="#">Upwork</a>
</div>
</div>
</div>
</div>
<!------------------Portfolio-------------->
<div id="portfolio">
<div class="container"></div>
<h1 class="sub-title">My Portfolio</h1>
<div class="work-list">
<div class="work">
<img src="images/01.jpg">
<div class="layer">
<h3>Naive Bayes</h3>
<p>Optimizing Naive Bayes theorem to through a stimulated search and rescue scenario. This project demonstrates how Bayes' rule can optimize search efforts by updating target probabilities based on various environmental factors and search outcomes </p>
<a href="project1.html"><i class="fa-solid fa-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="images/02.jpg">
<div class="layer">
<h3>SOME PROJECT</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. llum dolore eu fugiat nulla pariatur. Excepteur sint </p>
<a href="#"><i class="fa-solid fa-up-right-from-square"></i></a>
</div>
</div>
<div class="work">
<img src="images/03.jpg">
<div class="layer">
<h3>SOME PROJECT</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. llum dolore eu fugiat nulla pariatur. Excepteur sint </p>
<a href="#"><i class="fa-solid fa-up-right-from-square"></i></a>
</div>
</div>
</div>
<a href="#" class="btn"> See More</a>
</div>
<!-- Contact Section -->
<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-paper-plane"></i> kabhatt826@gmail.com</p>
<p><i class="fa-solid fa-phone"></i> 732-912-1368</p>
<div class="social-icons">
<a href=""><i class="fa-brands fa-linkedin"></i></a>
<a href="#"><i class="fa-brands fa-tiktok"></i></a>
<a href="#"><i class="fa-brands fa-youtube"></i></a>
</div>
<a href="images/Contact Form.pdf" download class="btn btn2">Download CV</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 class="copyright">
<p> Copyrigt © Kashish. Designed for excellence <i class="fa-solid fa-trophy"></i></p>
</div>
</div>
<script>
var tablinks = document.getElementsByClassName("tab_links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname, event) {
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");
event.stopPropagation();
}
</script>
<script>
var sidemenu = document.getElementById("sidemenu");
// Function to open menu on hover
function openmenu() {
sidemenu.style.right = "0";
}
// Function to close menu when cursor leaves
function closemenu() {
sidemenu.style.right = "-200px";
}
// Event listener for hover
sidemenu.addEventListener("mouseenter", openmenu);
sidemenu.addEventListener("mouseleave", closemenu);
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbz6EXQHGnlPayecBzCtLKdzzWBT4Qx3LcryMr4mdA1b-m1aFQKUWk59Gjz46BVC5-T3Vw/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 = "Thank you for your message, I will get back to you shortly.";
setTimeout(function() {
msg.innerHTML = "";
}, 5000);
form.reset();
})
.catch(error => console.error('Error!', error.message));
});
</script>
</body>
</html>