-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
292 lines (279 loc) · 13.5 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title>My Work</title>
</head>
<body>
<nav class="black-text white z-depth-5 load-blur" style="padding-left: 20px;">
<div class="nav-wrapper">
<a href="index.html" class="brand-logo left black-text" style="height:60px"><img src="img/logo-small.png"
class="responsive-img" alt=""></a>
<ul id="nav-mobile" class="right">
<li class="hoverItem"><a href="work.html" class="black-text nav-active">My Work</a></li>
</ul>
</div>
</nav>
<br>
<div class="loader-wrapper">
<div class="preloader-wrapper big active loader">
<div class="spinner-layer spinner-red-only">
<div class="circle-clipper left">
<div class="circle"></div>
</div>
<div class="gap-patch">
<div class="circle"></div>
</div>
<div class="circle-clipper right">
<div class="circle"></div>
</div>
</div>
</div>
</div>
<main>
<div class="container load-blur white-text">
<blockquote>
<h5>those works which made it to somewhere are mentioned here :)</h5>
</blockquote>
<div class="row">
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/hog.jpg" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/target-region.html"><i
class="material-icons">arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2020</span>
<h6><b>Target Region Detction</b></h6>
<hr>
<p>Stack Used : Python</p>
<p>Time : October 2020</p>
<p>Internship with ZSoftware Inc</p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/ifogsim.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/videoanalytics.html"><i
class="material-icons">arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2020</span>
<h6><b>VideoAnalytics in IFOGSIM</b></h6>
<hr>
<p>Stack Used : Java</p>
<p>Time : August 2020</p>
<p>Internship with ZSoftware Inc</p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/yolo.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/object-Detection.html"><i
class="material-icons">arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2020</span>
<h6><b>Object Detction</b></h6>
<hr>
<p>Stack Used : Python, ML</p>
<p>Time : July 2020</p>
<p>Internship with ZSoftware Inc</p>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/scrap.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/web-scrap.html"><i
class="material-icons">arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2020</span>
<h6><b>Web Scrapping</b></h6>
<hr>
<p>Stack Used : Python, DataScience</p>
<p>Time : May 2020</p>
<p>Personal Project</p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/tensorflow.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/tensorflow.html"><i
class="material-icons">arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2020</span>
<h6><b>TensorFlow HandsON</b></h6>
<hr>
<p>Stack Used : Python,TensorFlow, ML</p>
<p>Time : April 2020</p>
<p>CourseWork</p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/smartClinic.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/smartClinic.html"><i
class="material-icons">arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2020</span>
<h6><b>Smart Clinic Web Application</b></h6>
<hr>
<p>Stack Used : HTML/CSS, JS, Jquery, PHP, MYSQL</p>
<p>Time : Feb- Sept 2020</p>
<p>Internship with a startup</p>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/iiitn.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/webApp.html"><i
class="material-icons">arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2019-20</span>
<h6><b>Hostel Web App</b></h6>
<hr>
<p>Stack Used : HTML/CSS, JS, Jquery,BootStrap,PHP,MYSQL</p>
<p>Time : October 2019 to October 2020</p>
<p>Personal Project</p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/mlp.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/perceptrons.html"><i
class="material-icons">arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2019</span>
<h6><b>Single/Multi-layer Perceptron</b></h6>
<hr>
<p>Stack Used : Python, ML</p>
<p>Time : September 2019</p>
<p>Academic Project</p>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/mips.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/details.html"><i
class="material-icons">arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2019</span>
<h6><b>Assembly Language Debugger</b></h6>
<hr>
<p>Stack Used : HTML/CSS, JS, Jquery</p>
<p>Time : May 2019</p>
<p>Internship with IIIT Hyderabad</p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image">
<img src="img/work/data.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/details.html"><i
class="material-icons" >arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2019</span>
<h6><b>Simulator : Data Clustering Techniques</b></h6>
<hr>
<p>Stack Used : HTML/CSS, JS, Jquery</p>
<p>Time : June 2019</p>
<p>Internship with IIIT Hyderabad</p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card hoverable">
<div class="card-image ">
<img src="img/work/des.JPG" class="responsive-img">
<a class="btn-floating halfway-fab waves-effect waves-light blue" href="work/details.html"><i
class="material-icons" >arrow_right_alt</i></a>
</div>
<div class="card-content cbackground black-text"><span class="badge red white-text hoverable">2019</span>
<h6> <b>T-DES Simulator</b></h6>
<hr>
<p>Stack Used : HTML/CSS, JS, Jquery</p>
<p>Time : June 2019</p>
<p>Internship with IIIT Hyderabad</p>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="white black-text page-footer load-blur z-depth-5">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="black-text"><u>Contact Me</u></h5>
<div class="container">
<div class="row">
<span class="black-text"><i class="material-icons shift">mail</i>
<a href="mailto:[email protected]"> [email protected]</a>
</span>
</div>
<div class="row">
<span class="black-text"><i class="material-icons shift">phone</i>
<a href="tel:+918433219194">+91 - 8433219194</a>
</span>
</div>
</div>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="black-text"><u>Find More</u></h5>
<ul class="inline">
<li><a class="black-text"
href="https://app.assessfirst.com/_/profile/llouvwfj-yash-kudesia">Soft Skills</a></li>
<li><a class="black-text text-lighten-3"
href="https://www.hackerrank.com/yashku2000">HackerRank</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container black-text">
© 2020 Copyright. All Rights Reserved.
</div>
</div>
</footer>
<script src="js/src.js"></script>
<script>
$(window).on("load", function () {
$(".loader-wrapper").fadeOut("slow");
$(".load-blur").fadeIn(1000);
});
</script>
</body>
</html>