-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
361 lines (330 loc) · 12.8 KB
/
Copy pathindex.html
File metadata and controls
361 lines (330 loc) · 12.8 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
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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="myApp" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="myApp" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html lang="en" ng-app="myApp" class="no-js">< <[endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Vishesh Sanghani </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/normalize.css">
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/main.css">
<link rel="stylesheet" href="app.css">
<link rel="stylesheet" href="timeline.css">
<link rel="stylesheet" href="smallscreen.css">
<script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
</head>
<body>
<!-- Picture AND overlay-->
<div class="pic-container">
<img class = "Imageclass" src="Images/vishesh09.jpg" alt="My_pic">
<div class="overlay"><img src="Images/manchester united.png" alt="Manchester_united">
</div>
<div class="vis">I am Vishesh Sanghani. <br>
UI/UX devolper.
</div>
</div>
<!-- About me-->
<div class ="Personal">
<p id="UP">Up Close & Personal</p>
<p id="con">There are so many people in the world who never have the opportunity to pursue the career they love.
I’m not one of them. I love what I do and since starting my career in Infosys , I’m thrilled to say that
I’ve learned from so many trained professionals in my field. I know that I still have so much to learn from others
in the industry. I’m a hard worker, a team player and excited to see what projects could benefit from my unique skill set.
</p>
</div>
<!-- Skill set-->
<div id="container-out">
<div class="container-skill">
<p id=skill-title>My Skills</p>
<!-- First bar -->
<div class="progress-bar" data-percentage="90%">
<h4 class="progress-title-holder">
<span class="progress-title">HTML(5)</span>
<span class="progress-number-wrapper">
<span class="progress-number-mark">
<span class="percent"></span>
<span class="down-arrow"></span>
</span>
</span>
</h4>
<div class="progress-content-outter">
<div class="progress-content"></div>
</div>
</div>
<!-- Second bar -->
<div class="progress-bar" data-percentage="75%">
<h4 class="progress-title-holder clearfix">
<span class="progress-title">CSS(3)</span>
<span class="progress-number-wrapper">
<span class="progress-number-mark">
<span class="percent"></span>
<span class="down-arrow"></span>
</span>
</span>
</h4>
<div class="progress-content-outter">
<div class="progress-content"></div>
</div>
</div>
<!-- Third bar -->
<div class="progress-bar" data-percentage="75%">
<h4 class="progress-title-holder">
<span class="progress-title">Bootstrap Framework</span>
<span class="progress-number-wrapper">
<span class="progress-number-mark">
<span class="percent"></span>
<span class="down-arrow"></span>
</span>
</span>
</h4>
<div class="progress-content-outter">
<div class="progress-content"></div>
</div>
</div>
<div class="progress-bar" data-percentage="75%">
<h4 class="progress-title-holder">
<span class="progress-title">Javascript</span>
<span class="progress-number-wrapper">
<span class="progress-number-mark">
<span class="percent"></span>
<span class="down-arrow"></span>
</span>
</span>
</h4>
<div class="progress-content-outter">
<div class="progress-content"></div>
</div>
</div>
<div class="progress-bar" data-percentage="85%">
<h4 class="progress-title-holder">
<span class="progress-title">React.js</span>
<span class="progress-number-wrapper">
<span class="progress-number-mark">
<span class="percent"></span>
<span class="down-arrow"></span>
</span>
</span>
</h4>
<div class="progress-content-outter">
<div class="progress-content"></div>
</div>
</div>
<div class="progress-bar" data-percentage="55%">
<h4 class="progress-title-holder">
<span class="progress-title">Node.js</span>
<span class="progress-number-wrapper">
<span class="progress-number-mark">
<span class="percent"></span>
<span class="down-arrow"></span>
</span>
</span>
</h4>
<div class="progress-content-outter">
<div class="progress-content"></div>
</div>
</div>
<div class="progress-bar" data-percentage="80%">
<h4 class="progress-title-holder">
<span class="progress-title">Redux and other React helper libraries</span>
<span class="progress-number-wrapper">
<span class="progress-number-mark">
<span class="percent"></span>
<span class="down-arrow"></span>
</span>
</span>
</h4>
<div class="progress-content-outter">
<div class="progress-content"></div>
</div>
</div>
<div class="progress-bar" data-percentage="85%">
<h4 class="progress-title-holder">
<span class="progress-title">PhotoShop</span>
<span class="progress-number-wrapper">
<span class="progress-number-mark">
<span class="percent"></span>
<span class="down-arrow"></span>
</span>
</span>
</h4>
<div class="progress-content-outter">
<div class="progress-content"></div>
</div>
</div>
<div class="progress-bar" data-percentage="100%">
<h4 class="progress-title-holder">
<span class="progress-title">Manchester United Fan</span>
<span class="progress-number-wrapper">
<span class="progress-number-mark">
<span class="percent"></span>
<span class="down-arrow"></span>
</span>
</span>
</h4>
<div class="progress-content-outter">
<div class="progress-content"></div>
</div>
</div>
</div>
</div>
<!--Persuit of happiness-->
<div class="pic-container">
<img class = "persuitclass" src="Images/happy.jpg" alt="Persuit_of_happyness">
</div>
<!--Timeline https://bootsnipp.com/snippets/k7KxQ - link -->
<div class="container-time">
<header class="page-header" >
<h1 style="margin: 0px;">Zindagi ka saafar</h1>
</header>
<ul class="timeline">
<li><div class="tldate">Apr 2014</div></li>
<li>
<div class="tl-circ"></div>
<div class="timeline-panel">
<div class="tl-heading">
<h4>Surprising Headline Right Here</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 3 hours ago</small></p>
</div>
<div class="tl-body">
<p>Lorem Ipsum and such.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="tl-circ"></div>
<div class="timeline-panel">
<div class="tl-heading">
<h4>Breaking into Spring!</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 4/07/2014</small></p>
</div>
<div class="tl-body">
<p>Hope the weather gets a bit nicer...</p>
<p>Y'know, with more sunlight.</p>
</div>
</div>
</li>
<li><div class="tldate">Mar 2014</div></li>
<li>
<div class="tl-circ"></div>
<div class="timeline-panel">
<div class="tl-heading">
<h4>New Apple Device Release Date</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 3/22/2014</small></p>
</div>
<div class="tl-body">
<p>In memory of Steve Jobs.</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-panel">
<div class="tl-heading">
<h4>No icon here</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 3/16/2014</small></p>
</div>
<div class="tl-body">
<p>Here you'll find some beautiful photography for your viewing pleasure, courtesy of <a href="http://lorempixel.com/">lorempixel</a>.</p>
<p><img src="http://lorempixel.com/600/300/nightlife/" alt="lorem pixel"></p>
</div>
</div>
</li>
<li>
<div class="tl-circ"></div>
<div class="timeline-panel">
<div class="tl-heading">
<h4>Some Important Date!</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 3/03/2014</small></p>
</div>
<div class="tl-body">
<p>Write up a quick summary of the event.</p>
</div>
</div>
</li>
<li>
<div class="timeline-panel noarrow">
<div class="tl-heading">
<h4>Secondary Timeline Box</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 3/01/2014</small></p>
</div>
<div class="tl-body">
<p>This might be a follow-up post with related info. Maybe we include some extra links, tweets, user comments, photos, etc.</p>
</div>
</div>
</li>
<li><div class="tldate">Feb 2014</div></li>
<li class="timeline-inverted">
<div class="tl-circ"></div>
<div class="timeline-panel">
<div class="tl-heading">
<h4>The Winter Months</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 02/23/2014</small></p>
</div>
<div class="tl-body">
<p>Gee time really flies when you're having fun.</p>
</div>
</div>
</li>
<li>
<div class="tl-circ"></div>
<div class="timeline-panel">
<div class="tl-heading">
<h4>Yeah we're pretty much done here</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i> 02/11/2014</small></p>
</div>
<div class="tl-body">
<p>Wasn't this fun though?</p>
</div>
</div>
</li>
</ul>
</div>
<!-- Let's connect-->
<div class="Lets">
<p id="connect">Let's Connect</p>
<p id="address"> R.S.Puram , Coimbatore<br>
Tamilnadu<br>
vishesh.sanghani95@gmail.com</p>
<a href="https://www.linkedin.com/in/vishesh-sanghani-755907b4/" target="_blank"><span class="fa fa-linkedin" style="font-size:24px"></span></a>
<a href="https://www.facebook.com/vishesh.sanghani.9" target="_blank" ><span class="fa fa-facebook" style="font-size:22px"></span></a>
<a href="https://twitter.com/95vishesh?lang=en" target="_blank"><span class="fa fa-twitter-square" style="font-size:26px"></span></a>
<a href="https://www.quora.com/profile/Vishesh-Sanghani-1" target="_blank"><span class="fa fa-quora" style="font-size:22px"></span></a>
<a href="https://github.com/visheshsanghani" target="_blank"> <span class="fa fa-github" style="font-size:24px"></span></a>
</div>
<!-- Feedback Form-->
<!--div class="form-side">
<form class="form">
<input type="text" placeholder="Your Name" class="form-input"><br>
<input type="email" placeholder="Email" class="form-input"><br>
<textarea placeholder="Message" class="form-textarea"></textarea><br>
<button type="button" class="form-submit">Submit</button>
</form>
</div-->
<!--footer-->
<div class="footer">
<p id="downres">To download my resume ,</p>
<a href="PDF/Vishesh_Sanghani.pdf" download="Vishesh_Sanghani - Resume"><button class="btn"><i class="fa fa-download"></i> Download</button></a>
<p id=mayank>Please be aware of shitty devolpers like <a href="http://mayankdhania.com/" target="_blank">Mayak </a>. <br>
In case you missed it , this is him. ( <a href="https://www.facebook.com/mayank.dhania?fb_dtsg_ag=AdyoqDX7ZbQw4f8lSjxPi8mg4oke2T61B41UEPQyYusFdA%3AAdzHR4VftNem8lD55796zZpQkx_1n7tpDl83WU5oVYyAIg" target="_blank">
Mayank </a>) <p>
</div>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- In production use:
<script src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
-->
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="app.js"></script>
<script src="que.js"></script>
<script src="components/version/version.js"></script>
<script src="components/version/version-directive.js"></script>
<script src="components/version/interpolate-filter.js"></script>
</body>
</html>