-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
318 lines (305 loc) · 15.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>shashmithav</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.11/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet" />
</head>
<body>
<div class="scroll-up-btn">
<i class="fas fa-angle-up"></i>
</div>
<nav class="navbar">
<div class="max-width">
<div class="logo"><a href="#">
<copy></copy>
</a></div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="#projects" class="menu-btn">Projects</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
<li>
<div class="dark-mode-toggle">
<button id="darkModeToggle" aria-label="Toggle dark mode">
<i class="fas fa-moon"></i>
</button>
</div>
</li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- home section start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">Hello! , my name is</div>
<div class="text-2">Shashmitha V.</div>
<div class="text-3">I'm an <span class="typing"></span></div>
<a href="#">Hire me</a>
</div>
</div>
</section>
<!-- about section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title">About me</h2>
<div class="about-content">
<div class="column left">
<img src="images/profile.jpg" alt="">
</div>
<div class="column right">
<div class="text">I'm Shashmitha V <span class="typing-2"></span></div>
<p>I'm an AI & Data Science student with a keen interest in leveraging data to solve real-world
problems. Passionate about machine learning and web development, I enjoy building impactful
applications and exploring new technologies. My goal is to turn data into meaningful insights
and drive innovative solutions. With a strong foundation in AI and coding, I’m excited to
contribute to the future of intelligent systems.</p>
<a href="./files/My_resume.pdf" download="My_resume.pdf">Download CV</a>
</div>
</div>
</div>
</section>
<!-- skills section start -->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title">My skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">My skills.</div>
<p>I am an Artificial Intelligence and Data Science student with a passion for leveraging data and
technology to solve real-world problems. Proficient in Python, R programming, Power BI, Tableau,
and MySQL, I have a solid foundation in data analysis, visualization, and machine learning. My
interest in full-stack development has also led me to explore the MERN stack, MongoDB, and web
development with HTML, CSS, and JavaScript.<br>Driven by curiosity and a love for learning, I am
constantly exploring new technologies and advancing my skills to make meaningful contributions
in the fields of AI and data science.
</p>
<!-- <a href="#">Read more</a> -->
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>HTML and CSS</span>
<span>70%</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>MERN</span>
<span>50%</span>
</div>
<div class="line mern"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>60%</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>R programming</span>
<span>40%</span>
</div>
<div class="line R"></div>
</div>
<div class="bars">
<div class="info">
<span>MySQL and mongodb</span>
<span>70%</span>
</div>
<div class="line mysql"></div>
</div>
<div class="bars">
<div class="info">
<span>Power BI</span>
<span>60%</span>
</div>
<div class="line BI"></div>
</div>
<div class="bars">
<div class="info">
<span>python</span>
<span>70%</span>
</div>
<div class="line python"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects section start -->
<section class="projects" id="projects">
<div class="max-width">
<h2 class="title">My projects</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<a href="https://github.com/shashmitha46/-CODSOFT-/tree/main/CREDIT%20CARD%20FRAUD%20DETECTION">
<img src="./images/credit_card.png" alt="credit card fraud">
</a>
<div class="text">CREDIT CARD FRAUD DETECTION</div>
<p>This project uses machine learning to identify fraudulent transactions from credit card data.
It involves data preprocessing, handling imbalances, and building models for accurate
predictions. The goal is to create a system to reduce financial losses caused by fraud.</p>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://github.com/shashmitha46/flipkart-clone">
<img src="./images/flipkart.jpeg" alt="credit card fraud">
</a>
<div class="text">FLIPKART CLONE</div>
<p>A Flipkart clone built using HTML, CSS, and JavaScript is a front-end project that mimics the
user interface of an e-commerce platform. It includes features like product listings, a
shopping cart design, and responsive layouts. The project focuses on creating visually
appealing and interactive web pages.
</p>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://github.com/shashmitha46/Miniproject-crop-recommendation">
<img src="./images/crop.png" alt="Crop Miniproject-crop-recommendation system">
</a>
<div class="text">CROP RECOMMENDATION SYSTEM</div>
<p>The Crop Recommendation System is a machine learning-based project designed to suggest the
best crop for cultivation based on specific input parameters like soil composition, climate
conditions, and location. It employs Logistic Regression as the primary algorithm for
predictions. </p>
</div>
</div>
<div class="card">
<div class="box">
<a href=https://github.com/shashmitha46/-CODSOFT-/tree/main/titanic%20survival%20prediction">
<img src="./images/titanic.png" alt="Titanic Survival Prediction">
</a>
<div class="text">TITANIC SURVIVAL PREDICTION</div>
<p>The Titanic Survival Prediction project uses machine learning to analyze passenger data and
predict their chances of survival during the Titanic disaster. It involves data
preprocessing, exploratory data analysis, and training classification models like Logistic
Regression or Random Forest. This project is a great starting point for learning binary
classification and feature engineering techniques.</p>
</div>
</div>
<div class="card">
<div class="box">
<a
href="https://github.com/shashmitha46/-CODSOFT-/tree/main/MOVIE%20RATING%20PREDICTION%20WITH%20PYTHON">
<img src="./images/movie.png" alt="Movie rating prediction">
</a>
<div class="text">MOVIE RATING PREDICTION WITH PYTHON</div>
<p>The Movie Rating Prediction project leverages machine learning to predict user ratings for
movies based on features like user preferences, movie genres, and historical data.
Techniques like collaborative filtering, content-based filtering, or hybrid recommendation
systems are commonly used. This project helps in understanding recommendation systems and
regression or ranking algorithms.</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Get in Touch</div>
<p>I'm always open to new opportunities, ideas, and collaborations—let's connect!</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Shashmitha V</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Manglore, Karnataka</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">[email protected]</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="https://formspree.io/f/xbllplgo" method="POST">
<div class="fields">
<div class="field name">
<input type="text" name="name" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" name="email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="text" name="subject" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea name="message" cols="30" rows="10" placeholder="Message.." required></textarea>
</div>
<div class="button-area">
<button type="submit">Send message</button>
</div>
<form action="https://formspree.io/f/xbllplgo" method="POST"
data-formspree-redirect="thank-you.html"></form>
</form>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<div style="margin-top: 10px;">
<a href="www.linkedin.com/in/shashmitha-v-096b1a27b" target="_blank" style="margin: 0 10px;">
<img src="https://cdn.jsdelivr.net/npm/simple-icons/icons/linkedin.svg" alt="LinkedIn"
style="width: 30px; height: 30px;">
</a>
<a href="https://github.com/shashmitha46" target="_blank" style="margin: 0 10px;">
<img src="https://cdn.jsdelivr.net/npm/simple-icons/icons/github.svg" alt="GitHub"
style="width: 30px; height: 30px;">
</a>
<a href="https://leetcode.com/shashmitha_1" target="_blank" style="margin: 0 10px;">
<img src="https://cdn.jsdelivr.net/npm/simple-icons/icons/leetcode.svg" alt="LeetCode"
style="width: 30px; height: 30px;">
</a>
<a href="https://www.hackerrank.com/itzzshashmitha" target="_blank" style="margin: 0 10px;">
<img src="https://cdn.jsdelivr.net/npm/simple-icons/icons/hackerrank.svg" alt="HackerRank"
style="width: 30px; height: 30px;">
</a>
<a href="https://www.codechef.com/users/shashmitha_14" target="_blank" style="margin: 0 10px;">
<img src="https://cdn.jsdelivr.net/npm/simple-icons/icons/codechef.svg" alt="CodeChef"
style="width: 30px; height: 30px;">
</a>
<p>© 2024 All Rights Reserved</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>