-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
307 lines (277 loc) · 9.73 KB
/
index.html
File metadata and controls
307 lines (277 loc) · 9.73 KB
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
<!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 Portfolio</title>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link href="portfolio.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<div class="image-div">
<img src="nilay.JPG" alt="Nilay Varshney" class="image">
</div>
<div class="content">
<div class="content-1">
<h2>
Nilay Varshney
</h2>
<h3>
Software Trainee
</h3>
</div>
<div class="content-2">
<p class="contact">
nyvy.07@gmail.com <br>
+91-9792994566
</p>
</div>
<div class="content-3">
<p class="description">
Self-motivated developer, who is willing to learn and create outstanding UI applications.
</p>
</div>
</div>
</header>
<section>
<div class="flex-container-1">
<div class="progress-bars">
<div class="prog-heading">
<h2>
FrontEnd
</h2>
</div>
<div class="skills">
<ul>
<li>
HTML
</li>
<li>
CSS
</li>
<li>
PYTHON
</li>
<li>
JS
</li>
<li>
MYSQL
</li>
</ul>
</div>
<div class="skills-2">
<progress value="70" max="100">HTML</progress>
<progress value="60" max="100">CSS</progress>
<progress value="50" max="100">PYTHON</progress>
<progress value="30" max="100">JS</progress>
<progress value="60" max="100">MYSQL</progress>
</div>
</div>
<div class="hobbies">
<h2 style="margin-left: 4%;">
Hobbies
</h2>
<div class="hobby-div">
<img src="cycling.jpeg" class="hobby-img">
<div class="hobby-desc">
<h2>
Cycling
</h2>
<p class="hobby-para">
I am passionate about cycling.
</p>
</div>
</div>
<div class="hobby-div">
<img src="tt.jpg" class="hobby-img">
<div class="hobby-desc">
<h2>
Table-Tennis
</h2>
<p class="hobby-para">
My favourite indoor sport
</p>
</div>
</div>
<div class="hobby-div">
<img src="gaming.jpeg" class="hobby-img">
<div class="hobby-desc">
<h2>
Gaming
</h2>
<p class="hobby-para">
Playing Online games
</p>
</div>
</div>
</div>
</div>
</div>
<div class="flex-container-2">
<div class="products">
<div class="prod-head">
<h2 style="line-height: 2em;">
How to <br>organize your <br>CSS
</h2>
</div>
<div class="prod-img">
<img src="tips-to-organize-your-css.png" class="img-product">
</div>
<div class="prod-desc">
In this article I have written some tips and tricks that are essential
to have while writing large css codes and how to organize them
so that they are easily readable as well as scalable.
</div>
</div>
<div class="experiences">
<h2 style="margin-left: 4%;">
Experiences
</h2>
<div class="hobby-div">
<img src="ibm.jpeg" class="hobby-img">
<div class="hobby-desc">
<h2>
System Engineer
</h2>
<p class="hobby-para">
Jan 2020 - Oct 2020
</p>
</div>
</div>
<div class="hobby-div">
<img src="mountblue.png" class="hobby-img">
<div class="hobby-desc">
<h2>
Software Trainee
</h2>
<p class="hobby-para">
May 2020 - Present
</p>
</div>
</div>
</div>
</div>
</div>
<div class="flex-container-3">
<div class="upper">
<div class="sm-box">
<h2>
Projects(3)
</h2>
</div>
</div>
<div class="upper">
<button class="projects">
OpenCV
</button>
<button class="projects">
Java
</button>
<button class="projects">
Python
</button>
</div>
</div>
<div class="codes">
<div class="code-1">
<div class="code-img">
<img src="opencv.png" class="img-code-1">
</div>
<div class="hashtags">
<p class="hash">
#OpenCV #Python
</p>
</div>
<div class="code-heading">
<h2>
Drowsiness Alert
</h2>
</div>
<div class="code-content">
In this project, I work with Python and OpenCV to create a script
that alerts the real time driver for Drowsiness during driving.
</div>
<div class="code-button">
<button class="demo">
Demo
</button>
<button class="demo">
Code
</button>
</div>
</div>
<div class="code-1">
<div class="code-img">
<img src="java.jpeg" class="img-code-1">
</div>
<div class="hashtags">
<p class="hash">
#Java #Applet #MySql
</p>
</div>
<div class="code-heading">
<h2>
Criminal Database
</h2>
</div>
<div class="code-content">
In this project, I work with Java and MySql to create a Criminal Database
that could fetch and modify criminal records.
</div>
<div class="code-button">
<button class="demo">
Demo
</button>
<button class="demo">
Code
</button>
</div>
</div>
<div class="code-1">
<div class="code-img">
<img src="python.png" class="img-code-1">
</div>
<div class="hashtags">
<p class="hash">
#Python #BS4
</p>
</div>
<div class="code-heading">
<h2>
Web Scrapping
</h2>
</div>
<div class="code-content">
In this project, I work with Python and BS4 to create a script
that collects data from website followed by cleansing of data.
</div>
<div class="code-button">
<button class="demo">
Demo
</button>
<button class="demo">
Code
</button>
</div>
</div>
</div>
<div class="pages">
<div class="page-count"><</div>
<div class="page-count">1</div>
<div class="page-count">2</div>
<div class="page-count">3</div>
<div class="page-count" style="border: none;">...</div>
<div class="page-count">10</div>
<div class="page-count">></div>
</div>
</section>
<footer>
<span class="tail">
created by Nilay -devChallenges.io
</span>
</footer>
</body>
</html>