-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
337 lines (312 loc) · 15.4 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="images/favicon.ico" type="image/x-icon"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Swasthika 🦈</title>
<link rel="stylesheet" href="style.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 rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.fa {
border: 1px solid black;
font-size: 30px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 2px 2px;
}
.fa:hover {
opacity: 0.7;
}
.fa-facebook
{
position: absolute;
bottom: 210px;
right: 0;
}
.fa-linkedin
{
position: absolute;
bottom: 275px;
right: 0;
}
.fa-instagram
{
position: absolute;
bottom: 340px;
right: 0;
}
.fa-github
{
position: absolute;
bottom: 405px;
right: 0;
}
</style>
</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="https://www.linkedin.com/in/swasthika-devadiga-263a19183/">Swasth<span>ika</span></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="#services" class="menu-btn">Services</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="#teams" class="menu-btn">Friends</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></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">Namaste, I'm </div>
<div class="text-2">Swasthika Devadiga</div>
<div class="text-3">And I'm a
<span class="typing" style = "font-weight: 900px; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: larger;"></span></div>
<a href="https://www.canva.com/design/DAFz8goPZWM/xXTCvJUMcd83qu04w5phEA/edit?utm_content=DAFz8goPZWM&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton">Resume/CV</a>
<div>
<a href="https://www.facebook.com/profile.php?id=100011281110041" class="fa fa-facebook"></a>
<a href="https://www.linkedin.com/in/swasthika-devadiga-263a19183/" class="fa fa-linkedin"></a>
<a href="https://www.instagram.com/swasthidevadiga/?hl=en" class="fa fa-instagram"></a>
<a href="https://github.com/SwasthikaDev" class="fa fa-github"></a>
</div>
</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 Swasthika and I'm a <bold> <span class="typing-2 type" style = "font-weight: bold;"></span></bold></div>
<p>Hello, I'm a 21 year old Computer Science Engineering student from India. I started Competitive Programming with the last contest of June CodeChef 2021 and I absolutely love it.
I have experience in competitive coding and have been a part of a lot of coding competitions and hackathons. In addition to being completelty alligned towards programming,
I head on to challenge myself to learn and improve on my skills every day. Happy Learing Everyone.
</p>
<a href="https://www.linkedin.com/in/swasthika-devadiga-263a19183/">Linkedin</a>
</div>
</div>
</div>
</section>
<!-- services section start -->
<section class="services" id="services">
<div class="max-width">
<h2 class="title">Services</h2>
<div class="serv-content">
<div class="card">
<div class="box">
<i class="fas fa-paint-brush"></i>
<div class="text">Web Development</div>
<p>Creatively design and develop basic websites, like this one. Looking for more opportunity on the same for more and new learning</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-chart-line"></i>
<div class="text">Building Machine Learning Models</div>
<p>I aspire to be a Data Scientist one day, and Machine learning is really what excites me (Ofcourse, next to CP). The feeling of building a real life working solution is above everything else</p>
</div>
</div>
<div class="card">
<div class="box">
<i class="fas fa-code"></i>
<div class="text">Problem Solving</div>
<p>I have solved ample amount of problems on different Data Structre and Algorithms. And I'm continously learning to be better at it, day by day</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- skills section start -->
<section class="skills" id="skills" >
<div class="max-width">
<h2 class="title">Skills</h2>
<div class="skills-content">
<div class="column left"> <center>
<div class="text">Experience, Skills And Achievements </div> </center>
<p>I have successfully completed, Research and Development intership on building a Blockchain application for smart vehicular networks under CSE Dept at NITK. I have also worked for Wikasta Business And Technical Solutions Pvt. Ltd. as a Content Development intern
Actively, been a part of numerous Hackathon's, Quizzing and Coding Competitions and won several prizes
I have tried to gulp as much as knowledge and I'm continously learning about Computer Networking, Operating System, IT, DataBase, SQL, Machine Learning.
Check for more on my Resume. <br>
<a href="https://twitter.com/indopacificquiz/status/1594321223609352192">Indo Pacific International Quiz - India Semi Finals</a>
<a href="https://education21.in/3320-2/">National Level Hackathon - 2022</a>
<a href="https://nmamit.nitte.edu.in/news-details.php?id=520">Quizzing Spardha</a>
<a href="https://newskarnataka.com/events/campus/st-aloysius-quiz-al-quest-2022-draws-85-teams-from-all-over-the-country">National Level Quiz - AL Quest 2022</a>
<a href="https://sahyadri.edu.in/NewsMedia/newsDetails/3082">National Level Quizzing Competition- 2021</a> <a href="https://www.instagram.com/p/CWm7cloMvBl/?utm_source=ig_web_copy_link">College Post</a>
<a href="https://www.incubateind.com/hack/nmam">Hackathon powered by Github 2021</a>
<a href="https://aboutnitte.blogspot.com/2020/03/news-from-nmamit-state-level-iste.html">Coding Contest & Quizzing STATE level. Banglore - 2020</a>
</p>
</div>
<div class="column right">
<div class="bars">
<div class="info">
<span>Machine Learning </span>
<span>Computer Networking</span>
</div>
</div>
<div class="bars">
<div class="info">
<span>Data Structure</span>
<span>C++/C</span>
</div>
</div>
<div class="bars">
<div class="info">
<span>Algorithms</span>
<span>SQL Database</span>
</div>
</div>
<div class="bars">
<div class="info">
<span>Java</span>
<spam>Googling </span>
</div>
</div>
<div class="bars">
<div class="info">
<span>HTML</span>
<span>CSS</span>
</div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
<span>Blockchain</span>
</div>
</div>
<div class="bars">
<div class="info">
<span>python</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- teams section start -->
<section class="teams" id="teams">
<div class="max-width">
<h2 class="title">Friends</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<img src="images/noimg.png" alt="">
<div class="text">Shrikrishna</div>
<p>Blockchain Developer </p>
</div>
</div>
<div class="card" >
<div class="box" >
<a href="https://www.linkedin.com/in/swathi-mithanthaya-b47346194/"> <img src="images/noimg.png" alt="Swathi M"> </a>
<div class="text">Swathi M</div>
<p>ML Expert</p>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://www.linkedin.com/in/shraddha-ganesh-pai-340a541b5"> <img src="images/noimg.png" alt="Shraddha"> </a>
<div class="text">Shraddha</div>
<p>Full Stack Web Developer</p>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://www.linkedin.com/in/sourabha-s-9688571a0"> <img src="images/noimg.png" alt="Sourabha"> </a>
<div class="text">Sourabha</div>
<p>Full Stack Web Developer </p>
</div>
</div>
<!-- <div class="card">
<div class="box">
<img src="images/profile-5.jpeg" alt="">
<div class="text">Someone name</div>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
</div>
-->
</div>
</div>
</section>
<!-- contact section start -->
<section class="contact" id="contact" >
<div class="max-width">
<h2 class="title">Contact</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Reach Me</div>
<p>Do reach out to me, if you have any Query, Job Opportunities, need any Startup Assistance. I would love to help you out!
<br> Thank you for visiting here :)
</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">Swasthika Devadiga</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">Mangalore, India</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">swasthikadevadiga2@gmail.com</div>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="mailto:swasthikadevadiga2@gmail.com" method="post" enctype="text/plain">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Message.." required></textarea>
</div>
<div class="button-area">
<button type="submit">Send</button>
</div>
</form>
</div>
</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>