-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
370 lines (342 loc) · 13.8 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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<html>
<head>
<title>Shashank Sharma - Blog</title>
<!--Import Google Icon Font-->
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="css/file.css">
</head>
<body>
<nav>
<div class="nav-wrapper">
<ul id="nav-mobile" class="right hide-on-med-and-down">
</ul>
</div>
</nav>
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<script type="text/javascript" src="js/file.js"></script>
<div class="row">
<h1><center>Welcome</center></h1>
<div class="col s12" id="first">
<div class="col s6" id="b"><h2>My Ubuntu GNOME Experience in one blog :</h2>
<a href = "http://ubuntu-gnome-experience.blogspot.in/" target="_blank"><button class="btn waves-effect waves-light" type="submit" name="action">Blog</button></a>
<br><br>
<div class="chip">
Documentation
<i class="material-icons">close</i>
</div>
<div class="chip">
Ubuntu
<i class="material-icons">close</i>
</div>
<div class="chip">
Ubuntu GNOME
<i class="material-icons">close</i>
</div>
</div>
<div class="col s6">
<div class="card medium">
<div class="card-image">
<img src="img/gnome.png">
</div>
<div class="card-content">
<p>This blog consist of about Ubuntu GNOME and the installation process of how to do it.</p>
</div>
</div>
</div>
</div>
<!--Second############################################################################################################################-->
<div class="col s12" id= "second">
<div class = "col s6">
<br>
<br>
<h2 style="color:white;">Lights turn on/off by using Javascript :</h2>
<a href = "http://shashank-sharma.github.io/lights.html" target="_blank"><button class="btn waves-effect waves-light" type="submit" name="action">Link</button></a>
<br><br>
<div class="chip">
HTML
<i class="material-icons">close</i>
</div>
<div class="chip">
CSS
<i class="material-icons">close</i>
</div>
<div class="chip">
Javascript
<i class="material-icons">close</i>
</div>
</div>
<div class="col s6">
<div class="card medium">
<div class="card-image">
<img src="img/lights.png">
</div>
<div class="card-content">
<p>It consist of 3 lights with 3 buttons and I used glow effect to show lights working.</p>
</div>
</div>
</div>
</div>
<!--Second#############################################################################################################################-->
<!--Third############################################################################################################################-->
<div class="col s12" id= "third">
<div class = "col s6">
<br>
<br>
<h2 style="color:white;">HTML Checkers game</h2>
<a href = "http://shashank-sharma.github.io/checkers.html" target="_blank"><button class="btn waves-effect waves-light" type="submit" name="action">Link</button></a>
<br><br>
<div class="chip">
HTML
<i class="material-icons">close</i>
</div>
<div class="chip">
CSS
<i class="material-icons">close</i>
</div>
<div class="chip">
Javascript
<i class="material-icons">close</i>
</div>
<div class="chip">
Canvas
<i class="material-icons">close</i>
</div>
</div>
<div class="col s6">
<div class="card medium">
<div class="card-image">
<img src="img/checkers.png">
</div>
<div class="card-content">
<p>Currently I am still updating this but overall the objects are move by clicking on them and then clicking on another position where you have to move</p>
</div>
</div>
</div>
</div>
<!--Third#############################################################################################################################-->
<!--fourth############################################################################################################################-->
<div class="col s12" id= "fourth">
<div class = "col s6">
<br>
<br>
<h2 style="color:white;">Get Geolocation from browser :</h2>
<a href = "http://shashank-sharma.github.io/geolocation.html" target="_blank"><button class="btn waves-effect waves-light" type="submit" name="action">Link</button></a>
<br><br>
<div class="chip">
HTML
<i class="material-icons">close</i>
</div>
<div class="chip">
CSS
<i class="material-icons">close</i>
</div>
<div class="chip">
Javascript
<i class="material-icons">close</i>
</div>
</div>
<div class="col s6">
<div class="card medium">
<div class="card-image">
<img src="img/geolocation.png">
</div>
<div class="card-content">
<p>It tries to get longitude and lattitude of your location and stores them on your system. Clear history option is there</p>
</div>
</div>
</div>
</div>
<!--Fourth#############################################################################################################################-->
<!--Fifth############################################################################################################################-->
<div class="col s12" id= "fifth">
<div class = "col s6">
<br>
<br>
<h2 style="color:white;">Introduction to Golang :</h2>
<a href = "http://shashank-sharma.github.io/go.html" target="_blank"><button class="btn waves-effect waves-light" type="submit" name="action">Link</button></a>
<br><br>
<div class="chip">
Go
<i class="material-icons">close</i>
</div>
<div class="chip">
Golang
<i class="material-icons">close</i>
</div>
</div>
<div class="col s6">
<div class="card medium">
<div class="card-image">
<img src="img/go.png">
</div>
<div class="card-content">
<p>Its one simple tutorital to how to use Go programming langugage. It is not that detailed but its worth a try.</p>
</div>
</div>
</div>
</div>
<!--Fifth#############################################################################################################################-->
<!--sixth############################################################################################################################-->
<div class="col s12" id= "sixth">
<div class = "col s6">
<br>
<br>
<h2 style="color:white;">Article on Ubuntu GNOME new logo :</h2>
<a href = "gnome-logo.pdf" target="_blank"><button class="btn waves-effect waves-light" type="submit" name="action">Link</button></a>
<br><br>
<div class="chip">
Documentation
<i class="material-icons">close</i>
</div>
<div class="chip">
Ubuntu
<i class="material-icons">close</i>
</div>
<div class="chip">
marketing
<i class="material-icons">close</i>
</div>
</div>
<div class="col s6">
<div class="card medium">
<div class="card-image">
<img src="img/logo.png">
</div>
<div class="card-content">
<p>Its my opinion on ubuntu GNOME new logo of what I really think and others might be thinking. Overall it is explained in details.</p>
</div>
</div>
</div>
</div>
<!--sixth#############################################################################################################################-->
<!--seventh############################################################################################################################-->
<div class="col s12" id= "seventh">
<div class = "col s6">
<br>
<br>
<h2 style="color:white;">Hangman game in Javascript :</h2>
<a href = "http://shashank-sharma.github.io/hangman.html" target="_blank"><button class="btn waves-effect waves-light" type="submit" name="action">Link</button></a>
<br><br>
<div class="chip">
HTML
<i class="material-icons">close</i>
</div>
<div class="chip">
CSS
<i class="material-icons">close</i>
</div>
<div class="chip">
Javascript
<i class="material-icons">close</i>
</div>
</div>
<div class="col s6">
<div class="card medium">
<div class="card-image">
<img src="img/hangman.png">
</div>
<div class="card-content">
<p>It is really a disaster, but I tried my best to make it better. Later I'll be updating the page and making it look much better with good UI.</p>
</div>
</div>
</div>
</div>
<!--seventh#############################################################################################################################-->
<!--eighth############################################################################################################################-->
<div class="col s12" id= "eighth">
<div class = "col s6">
<br>
<br>
<h2 style="color:white;">Plexus and Glitching effect using Adobe After Effects CC</h2>
<br><br>
<div class="chip">
Not a part of GCI task
<i class="material-icons">close</i>
</div>
<div class="chip">
Adobe
<i class="material-icons">close</i>
</div>
<div class="chip">
After Effects
<i class="material-icons">close</i>
</div>
<div class="chip">
Graphics
<i class="material-icons">close</i>
</div>
</div>
<div class="col s6">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/dnLVDgXPnUA" frameborder="0" allowfullscreen></iframe>
</div>
<br>
<br>
</div>
</div>
<!--eighth#############################################################################################################################-->
<!--ninth############################################################################################################################-->
<div class="col s12" id= "ninth">
<center>
<h3 style="color: #ffffff;">Thanks for visiting !</h3>
<p style="text-align:center;">
<a href = "https://github.com/shashank-sharma/shashank-sharma.github.io" target="_blank"><img src="img/github.png" ></a>
</p>
<center>
<h1 style="color: #ffffff;">Fork me on github!</h1>
</div>
<!--ninth#############################################################################################################################-->
</div>
<div class="parallax-container">
<div class="parallax"><img src="img/shashank.jpg"></div>
</div>
<div class = "row">
<div class="col s12" id = "zero">
<div class = "col s6">
<img src="img/shashank.jpg" alt="" class="circle responsive-img" height = "200px" width = "200px">
</div>
<div class="col s6">
<h3>About me!</h3>
Hi, my name is<b> Shashank Sharma</b> Currently I am studying C++ Language and used to work in HTML and CSS. I love watching anime, playing games, drawing some figures etc.<br>
<br>
If you are interested in seeing my stackexchange profile then do visit :D. Here is Flair of my stackexchange profile.
<br>
<a href="http://stackexchange.com/users/4312856/shashank"><img src="http://stackexchange.com/users/flair/4312856.png" width="208" height="58" alt="profile for Shashank on Stack Exchange, a network of free, community-driven Q&A sites" title="profile for Shashank on Stack Exchange, a network of free, community-driven Q&A sites" /></a>
</div>
</div>
</div>
<div class="fixed-action-btn" style="bottom: 45px; right: 24px;">
<a class="btn-floating btn-large red">
<i class="large material-icons">mode_edit</i>
</a>
<ul>
<li><a class="btn-floating red google" href = "https://plus.google.com/u/0/106849872049927606828" target = "_blank"></a></li>
<li><a class="btn-floating black github" href = "https://github.com/shashank-sharma/" target = "_blank"></a></li>
<li><a class="btn-floating blue facebook" href = "https://www.facebook.com/shashank.sharma.902" target = "_blank"></a></li>
</ul>
</div>
<center>
Total visitors
<br>
<!-- hitwebcounter Code START -->
<a href="http://www.hitwebcounter.com" target="_blank">
<img src="http://hitwebcounter.com/counter/counter.php?page=6351202&style=0024&nbdigits=5&type=page&initCount=200" title="Counter for tumblr" Alt="Counter for tumblr" border="0" >
</a> <br/>
<!-- hitwebcounter.com --><a href="http://www.hitwebcounter.com" title="Website Stats"
target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px; color: #63766C; text-decoration: none ;"><strong>Website Stats </strong>
</a>
</center>
<footer class="page-footer">
<div class="footer-copyright">
</div>
</footer>
</body>
</html>