-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
341 lines (263 loc) · 18.6 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
338
339
340
341
<!DOCTYPE html>
<html>
<head>
<title>VARSHITHA M</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- STYLESHEETS -->
<link rel="stylesheet" href="style/bootstrap.min.css" type="text/css" media="all">
<link rel="stylesheet" href="style/all.min.css" type="text/css" media="all">
<link rel="stylesheet" href="style/slick.css" type="text/css" media="all">
<link rel="stylesheet" href="style/animate.css" type="text/css" media="all">
<link rel="stylesheet" href="style/style.css" type="text/css" media="all">
<style type="text/css">
@font-face {
font-weight: 400;
font-style: normal;
font-family: 'Inter-Loom';
src: url('https://cdn.loom.com/assets/fonts/inter/Inter-UI-Regular.woff2') format('woff2');
}
@font-face {
font-weight: 400;
font-style: italic;
font-family: 'Inter-Loom';
src: url('https://cdn.loom.com/assets/fonts/inter/Inter-UI-Italic.woff2') format('woff2');
}
@font-face {
font-weight: 500;
font-style: normal;
font-family: 'Inter-Loom';
src: url('https://cdn.loom.com/assets/fonts/inter/Inter-UI-Medium.woff2') format('woff2');
}
@font-face {
font-weight: 500;
font-style: italic;
font-family: 'Inter-Loom';
src: url('https://cdn.loom.com/assets/fonts/inter/Inter-UI-MediumItalic.woff2') format('woff2');
}
@font-face {
font-weight: 700;
font-style: normal;
font-family: 'Inter-Loom';
src: url('https://cdn.loom.com/assets/fonts/inter/Inter-UI-Bold.woff2') format('woff2');
}
@font-face {
font-weight: 700;
font-style: italic;
font-family: 'Inter-Loom';
src: url('https://cdn.loom.com/assets/fonts/inter/Inter-UI-BoldItalic.woff2') format('woff2');
}
@font-face {
font-weight: 900;
font-style: normal;
font-family: 'Inter-Loom';
src: url('https://cdn.loom.com/assets/fonts/inter/Inter-UI-Black.woff2') format('woff2');
}
@font-face {
font-weight: 900;
font-style: italic;
font-family: 'Inter-Loom';
src: url('https://cdn.loom.com/assets/fonts/inter/Inter-UI-BlackItalic.woff2') format('woff2');
}</style>
</head>
<body data-gr-c-s-loaded="true">
<!-- desktop header -->
<header class="desktop-header-3 fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<b class="navbar-brand">VARSHITHA M</b>
<button aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler" data-target="#navbarNavDropdown" data-toggle="collapse" type="button"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto scrollspy">
<li class="nav-item"><a class="nav-link active" href="#home">Home</a></li>
<li class="nav-item"><a href="#about" class="nav-link">About</a></li>
<li class="nav-item"><a href="https://github.com/VarshithaManjunath" target= "_blank" class="nav-link">Projects</a></li>
<!-- <li class="nav-item"><a href="https://www.youtube.com/embed/1rA6esDD4w4"
target="_blank" class="nav-link"></a></li> -->
<!-- <li class="nav-item"><a href="https://docs.google.com/document/d/1wohFY064owD6ynSjA5nCDcs0lhZJgZ5-/export?format=pdf" class="nav-link"> Resume
<img width="24" height="24" src="https://img.icons8.com/android/24/download.png" alt="download"/>
</a></li> -->
<!-- <li class="nav-item"><a href="#contact" class="nav-link">Contact</a></li> -->
</ul>
</div>
</nav>
</div>
</header>
<!-- main layout -->
<main class="content-3">
<!-- section home -->
<section id="home" class="home d-flex align-items-center">
<div class="container">
<!-- intro -->
<div class="intro">
<!-- avatar image -->
<img src="VAR.jpg" style="width: 150px;border-radius: 100px" class="mb-4">
<!-- info -->
<h1 class="mb-2 mt-0">VARSHITHA M</h1>
<p align="center">
<!-- <a href="https://github.com/DenverCoder1/readme-typing-svg"><img src="https://readme-typing-svg.herokuapp.com?lines=%20Assistant+Professor+&+Chair+of+Cybersecurity%20|Python%20|%20Machine+Learning%20|%20Data+Analytics%20|Experimenting%20with%20new%20technologies¢er=true&width=500&height=50"></a>
</p> -->
<span>Assistant Professor <span class="text-rotating morphext"><span class="animate__animated animate__bounceIn">Cybersecurity & AI</span>
<h2></h2><a class="text-rotating morphext" class="animated bounceIn" href="https://github.com/varshithamanasa/" target="_blank">github </a> </h2>
<h2></h2><a class="text-rotating morphext" class="animated bounceIn" href="https://www.linkedin.com/in/varshitha-m-833895199/" target="_blank">Linked In</a> </h2>
<h2></h2><a class="text-rotating morphext" class="animated bounceIn" href="https://play.google.com/store/apps/details?id=com.byjusteachers.varshitham.aimodule" target="_blank">Apps Built</a> </h2>
</div>
<!-- parallax layers -->
<div class="parallax" data-relative-input="true" style="transform: translate3d(0px, 0px, 0px); transform-style: preserve-3d; backface-visibility: hidden;">
<svg width="27" height="29" data-depth="0.3" class="layer p1" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-7.20601px, 17.2034px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: relative; display: block;"><path d="M21.15625.60099c4.37954 3.67487 6.46544 9.40612 5.47254 15.03526-.9929 5.62915-4.91339 10.30141-10.2846 12.25672-5.37122 1.9553-11.3776.89631-15.75715-2.77856l2.05692-2.45134c3.50315 2.93948 8.3087 3.78663 12.60572 2.22284 4.297-1.5638 7.43381-5.30209 8.22768-9.80537.79387-4.50328-.8749-9.08872-4.37803-12.02821L21.15625.60099z" fill="#FFD15C" fill-rule="evenodd"></path></svg>
<svg width="26" height="26" data-depth="0.2" class="layer p2" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-4.80401px, 11.4689px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><path d="M13 3.3541L2.42705 24.5h21.1459L13 3.3541z" stroke="#FF4C60" stroke-width="3" fill="none" fill-rule="evenodd"></path></svg>
<svg width="30" height="25" data-depth="0.3" class="layer p3" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-7.20601px, 17.2034px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><path d="M.1436 8.9282C3.00213 3.97706 8.2841.92763 14.00013.92796c5.71605.00032 10.9981 3.04992 13.85641 8 2.8583 4.95007 2.8584 11.0491-.00014 16.00024l-2.77128-1.6c2.28651-3.96036 2.28631-8.84002.00011-12.8002-2.2862-3.96017-6.5124-6.40017-11.08513-6.4-4.57271.00018-8.79872 2.43984-11.08524 6.4002l-2.77128-1.6z" fill="#44D7B6" fill-rule="evenodd"></path></svg>
<svg width="15" height="23" data-depth="0.6" class="layer p4" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-14.412px, 34.4068px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><rect transform="rotate(30 9.86603 10.13397)" x="7" width="3" height="25" rx="1.5" fill="#FFD15C" fill-rule="evenodd"></rect></svg>
<svg width="15" height="23" data-depth="0.2" class="layer p5" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-4.80401px, 11.4689px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><rect transform="rotate(30 9.86603 10.13397)" x="7" width="3" height="25" rx="1.5" fill="#6C6CE5" fill-rule="evenodd"></rect></svg>
<svg width="49" height="17" data-depth="0.5" class="layer p6" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-12.01px, 28.6724px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><g fill="#FF4C60" fill-rule="evenodd"><path d="M.5 16.5c0-5.71709 2.3825-10.99895 6.25-13.8567 3.8675-2.85774 8.6325-2.85774 12.5 0C23.1175 5.50106 25.5 10.78292 25.5 16.5H23c0-4.57303-1.90625-8.79884-5-11.08535-3.09375-2.28652-6.90625-2.28652-10 0C4.90625 7.70116 3 11.92697 3 16.5H.5z"></path><path d="M23.5 16.5c0-5.71709 2.3825-10.99895 6.25-13.8567 3.8675-2.85774 8.6325-2.85774 12.5 0C46.1175 5.50106 48.5 10.78292 48.5 16.5H46c0-4.57303-1.90625-8.79884-5-11.08535-3.09375-2.28652-6.90625-2.28652-10 0-3.09375 2.28651-5 6.51232-5 11.08535h-2.5z"></path></g></svg>
<svg width="26" height="26" data-depth="0.4" class="layer p7" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-9.60801px, 22.9379px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><path d="M13 22.6459L2.42705 1.5h21.1459L13 22.6459z" stroke="#FFD15C" stroke-width="3" fill="none" fill-rule="evenodd"></path></svg>
<svg width="19" height="21" data-depth="0.3" class="layer p8" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-7.20601px, 17.2034px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><rect transform="rotate(-40 6.25252 10.12626)" x="7" width="3" height="25" rx="1.5" fill="#6C6CE5" fill-rule="evenodd"></rect></svg>
<svg width="30" height="25" data-depth="0.3" data-depth-y="-1.30" class="layer p9" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-7.20601px, 17.2034px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><path d="M29.8564 16.0718c-2.85854 4.95114-8.1405 8.00057-13.85654 8.00024-5.71605-.00032-10.9981-3.04992-13.85641-8-2.8583-4.95007-2.8584-11.0491.00014-16.00024l2.77128 1.6c-2.28651 3.96036-2.28631 8.84002-.00011 12.8002 2.2862 3.96017 6.5124 6.40017 11.08513 6.4 4.57271-.00018 8.79872-2.43984 11.08524-6.4002l2.77128 1.6z" fill="#6C6CE5" fill-rule="evenodd"></path></svg>
<svg width="47" height="29" data-depth="0.2" class="layer p10" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-4.80401px, 11.4689px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><g fill="#44D7B6" fill-rule="evenodd"><path d="M46.78878 17.19094c-1.95535 5.3723-6.00068 9.52077-10.61234 10.8834-4.61167 1.36265-9.0893-.26708-11.74616-4.27524-2.65686-4.00817-3.08917-9.78636-1.13381-15.15866l2.34923.85505c-1.56407 4.29724-1.2181 8.92018.90705 12.12693 2.12514 3.20674 5.70772 4.5107 9.39692 3.4202 3.68921-1.0905 6.92581-4.40949 8.48988-8.70673l2.34923.85505z"></path><path d="M25.17585 9.32448c-1.95535 5.3723-6.00068 9.52077-10.61234 10.8834-4.61167 1.36264-9.0893-.26708-11.74616-4.27525C.16049 11.92447-.27182 6.14628 1.68354.77398l2.34923.85505c-1.56407 4.29724-1.2181 8.92018.90705 12.12692 2.12514 3.20675 5.70772 4.5107 9.39692 3.4202 3.68921-1.0905 6.92581-4.40948 8.48988-8.70672l2.34923.85505z"></path></g></svg>
<svg width="33" height="20" data-depth="0.5" class="layer p11" xmlns="http://www.w3.org/2000/svg" style="transform: translate3d(-12.01px, 28.6724px, 0px); transform-style: preserve-3d; backface-visibility: hidden; position: absolute; display: block;"><path d="M32.36774.34317c.99276 5.63023-1.09332 11.3614-5.47227 15.03536-4.37895 3.67396-10.3855 4.73307-15.75693 2.77837C5.76711 16.2022 1.84665 11.53014.8539 5.8999l3.15139-.55567c.7941 4.50356 3.93083 8.24147 8.22772 9.8056 4.29688 1.56413 9.10275.71673 12.60554-2.2227C28.34133 9.98771 30.01045 5.4024 29.21635.89884l3.15139-.55567z" fill="#FFD15C" fill-rule="evenodd"></path></svg>
</div>
</div>
</section>
<section id ="resume">
</section>
<!-- section projects -->
<section id="projects">
<div class="container">
<!-- section title -->
<h2 class="section-title wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">My Projects</h2>
<div class="spacer" data-height="60" style="height: 60px;"></div>
<div class="row blog-wrapper">
<!-- projects item -->
<div class="col-md-4">
<div class="blog-item rounded bg-white shadow-dark wow fadeIn" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeIn;">
<div class="thumb">
<a href="https://varshithamanjunath.github.io/AI_Mario_Game/">
<img src="mario.jpg" alt="blog-title">
</a>
</div>
<div class="details">
<h4 class="my-0 title">
<a href="https://varshithamanjunath.github.io/AI_Mario_Game/" target="_blank">AI Mario Game</a>
</h4>
</div>
</div>
</div>
<!-- end project item -->
<!-- projects item -->
<div class="col-md-4">
<div class="blog-item rounded bg-white shadow-dark wow fadeIn" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeIn;">
<div class="thumb">
<a href="https://varshithamanjunath.github.io/Object-Detection/">
<img src="objectdetection.jpg" alt="blog-title">
</a>
</div>
<div class="details">
<h4 class="my-0 title">
<a href="https://varshithamanjunath.github.io/Object-Detection/" target="_blank">Real Time Object Detection</a>
</h4>
<!-- <ul class="list-inline meta mb-0 mt-2">
<li class="list-inline-item">01 Augest, 2022</li>
</ul> -->
</div>
</div>
</div>
<!-- end project item -->
<!-- projects item -->
<div class="col-md-4">
<div class="blog-item rounded bg-white shadow-dark wow fadeIn" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeIn;">
<div class="thumb">
<a href="https://varshithamanjunath.github.io/Mask-Identification/">
<img src="mask.png" alt="blog-title">
</a>
</div>
<div class="details">
<h4 class="my-0 title">
<a href="https://varshithamanjunath.github.io/Mask-Identification/" target="_blank">Mask Identification</a>
</h4>
<!-- <ul class="list-inline meta mb-0 mt-2">
<li class="list-inline-item">01 Augest, 2022</li>
</ul> -->
</div>
</div>
</div>
<!-- end project item -->
<!-- projects item -->
<div class="col-md-4">
<div class="blog-item rounded bg-white shadow-dark wow fadeIn" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeIn;">
<div class="thumb">
<a href="https://varshithamanjunath.github.io/TakeMySelfie/index.html">
<center><img src="selfie.jpeg" alt="blog-title"></center>
</a>
</div>
<div class="details">
<h4 class="my-0 title">
<a href="https://varshithamanjunath.github.io/TakeMySelfie/index.html" target="_blank">"Take My Selfie" using NLP</a>
</h4>
<!-- <ul class="list-inline meta mb-0 mt-2">
<li class="list-inline-item">01 Augest, 2022</li>
</ul> -->
</div>
</div>
</div>
<!-- end project item -->
<!-- projects item -->
<div class="col-md-4">
<div class="blog-item rounded bg-white shadow-dark wow fadeIn" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeIn;">
<div class="thumb">
<a href="https://varshithamanasa.github.io/Ai-DJ/">
<img src="dj.png" alt="blog-title">
</a>
</div>
<div class="details">
<h4 class="my-0 title">
<a href="https://varshithamanasa.github.io/Ai-DJ/" target="_blank">AI - DJ</a>
</h4>
<!-- <ul class="list-inline meta mb-0 mt-2">
<li class="list-inline-item">01 Augest, 2022</li>
</ul> -->
</div>
</div>
</div>
<!-- end project item -->
<!-- projects item -->
<div class="col-md-4">
<div class="blog-item rounded bg-white shadow-dark wow fadeIn" data-wow-delay="200ms" style="visibility: visible; animation-delay: 200ms; animation-name: fadeIn;">
<div class="thumb">
<a href="https://varshithamanasa.github.io/Clown-Nose-filter/">
<img src="clown.jpg" alt="blog-title">
</a>
</div>
<div class="details">
<h4 class="my-0 title">
<a href="https://varshithamanasa.github.io/Clown-Nose-filter/" target="_blank">Clown-Nose-filter</a>
</h4>
<!-- <ul class="list-inline meta mb-0 mt-2">
<li class="list-inline-item">01 Augest, 2022</li>
</ul> -->
</div>
</div>
</div>
<!-- end project item -->
</div>
</div>
</section>
<!-- SCRIPTS -->
<script src="js/jquery-1.12.3.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/infinite-scroll.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/validator.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/morphext.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/custom.js"></script>
<!-- -->
</body>
</html>