-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
390 lines (338 loc) · 15.4 KB
/
portfolio.html
File metadata and controls
390 lines (338 loc) · 15.4 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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html>
<head>
<script src="https://use.fontawesome.com/f9ff46c7a2.js"></script>
<title>My Portfolio: Ankit Singh</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Satisfy" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Merienda|Satisfy" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script|Merienda|Nunito|Satisfy" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Dosis|Kaushan+Script|Merienda|Nunito|Satisfy" rel="stylesheet">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Uses a transparent header that draws on top of the layout's background -->
<style>
.navbar, .navbar-default{
border-radius: 0px;
width:100%;
background: transparent;
border:transparent;
color: white;
}
#navigation{
background: url(https://github.com/AnkitAvi11/MyWebsite/blob/master/4.jpg?raw=true) center/cover;
width:100%;
height:665px;
}
.active{
color:white;
background-color: transparent;
}
.demo-card-square.mdl-card {
width: 320px;
height: 320px;
}
.demo-card-square > .mdl-card__title {
color: #fff;
}
.slideanim {visibility:hidden;}
.slide {
/* The name of the animation */
animation-name: slide;
-webkit-animation-name: slide;
/* The duration of the animation */
animation-duration: 1s;
-webkit-animation-duration: 1s;
/* Make the element visible */
visibility: visible;
}
/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
0% {
opacity: 0;
transform: translateY(70%);
}
100% {
opacity: 1;
transform: translateY(0%);
}
}
@-webkit-keyframes slide {
0% {
opacity: 0;
-webkit-transform: translateY(70%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0%);
}
}
th{
font-family: font-family: 'Dosis', sans-serif;
font-size: 140%;
}
td{
font-family: font-family: 'Dosis', sans-serif;
font-size: 120%;
color:grey;
}
i.fa:hover{
color:white;
}
#footer{
color:grey;
}
</style>
<link rel="icon" href="https://github.com/AnkitAvi11/MyWebsite/blob/master/10.png?raw=true">
</head>
<body>
<!-- navigation bar here -->
<div class="container-fluid" id="navigation">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" style="color:white;font-size: 170%;font-family: verdana">My Portfolio</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about" style="color:white;"><span class="glyphicon glyphicon-user"></span> About Me</a></li>
<li><a href="#works" style="color:white;">My Works</a></li>
<li><a href="#skills" style="color:white;">My Skills</a></li>
<li><a href="#contact" style="color:white;"><span class="glyphicon glyphicon-envelope"></span> Get in Touch</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<br><br><br><br><br><br><br><br>
<h1 style="font-family: 'Satisfy', cursive;font-size:500%;text-align:center;color:white;">Ankit Singh</h1>
<h2 style="font-family: 'Kaushan Script', cursive;text-align: center;color:lightgrey;">A Passionate and Creative Software Developer and Web Developer</h2>
<br><center><a href="https://docs.google.com/forms/d/e/1FAIpQLSeLe1XFHyRQ1GKRpHOgT-t6lY9p0fZyQ_HgS_ptslG58AQIxQ/viewform?usp=sf_link">
<button class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent" style="height:50px;width:150px;background-color: dodgerblue;border-radius: 4px;">
CONTACT
</button></a></center>
</div>
</div>
<!-- The front part ends here -->
<br><br><br><br>
<!-- About me Section -->
<div class="container slide slideanim" id="about" style="border-bottom: 1px solid lightgrey;">
<h2 style="text-align: center;font-family: 'Kaushan Script', cursive;font-size: 300%;">About Me</h2>
<br><center><img src="https://github.com/AnkitAvi11/MyWebsite/blob/master/Ankit.png?raw=true"></center><br><br>
<h3 style="font-family: 'Dosis', sans-serif;color: grey;">
My name is <b style="color:dodgerblue;">Ankit Singh</b>, I was born on 11th of April 1997. <br><br>
I'm a 20 years old tech enthusiast, passionate about programming, coding, software development and web development.<br><br>
Ever since I was child, I have been interested in computers, technology and ethical hacking. I developed my first website which was a travel advisor website in my 10th grade. I love to learn new things related to computers and technology. I am always curious to learn. <br><br>
I am currently studying <b style="color:dodgerblue">Bachelor's Computer Applications from BIT Mesra, Ranchi</b> and I am also a web Developer and Designer at <span style="color: dodgerblue;">BITEXL.com</span> which is a college run organisation.
<br><br>
I focus on developing my skills as much as possible not only for my career purpose but also for my knowledge and answers to curiosities.<br><br>
</h3>
</div>
<br><br>
<!-- My Works Section here -->
<div class="container slide slideanim" id="works" style="border-bottom: 1px solid lighrgrey;">
<center>
<h2 style="text-align: center;font-family: 'Kaushan Script', cursive;font-size: 300%;color: black;">My Works</h2>
<h3 style="source code pro;">Projects that I am part of</h3>
<br></center>
<div class="row slide slideanime">
<div class="col-sm-4 slide slideanim">
<div class="demo-card-square mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand" style="background: url(https://github.com/AnkitAvi11/MyWebsite/blob/master/6.png?raw=true) center 70% no-repeat #46B6AC;">
<h2 class="mdl-card__title-text">BIT EXL Website</h2>
</div>
<div class="mdl-card__supporting-text" style="font-size: 100%">
Coded and Designed the complete website of BITEXL.com
</div>
</div>
</div>
<div class="col-sm-4 slide slideanim">
<div class="demo-card-square mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand" style="background: url(https://github.com/AnkitAvi11/MyWebsite/blob/master/8.png?raw=true) center 70% no-repeat #46B6AC;">
<h2 class="mdl-card__title-text">Budget Management Software</h2>
</div>
<div class="mdl-card__supporting-text" style="font-size: 100%;">
Made a windows software using c++ for budget management.
</div>
</div>
</div>
<div class="col-sm-4 slide slideanim">
<div class="demo-card-square mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand" style="background: url(https://github.com/AnkitAvi11/MyWebsite/blob/master/7.png?raw=true) center 70% no-repeat #46B6AC;">
<h2 class="mdl-card__title-text">Software for a ComputerShop</h2>
</div>
<div class="mdl-card__supporting-text" style="font-size:100%;">
Made a software for a Computer Shop.
</div>
</div>
</div>
</div>
<br>
<div class="row slide slideanim">
<div class="col-sm-4 slide slideanim">
<div class="demo-card-square mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand" style="background: url(https://github.com/AnkitAvi11/MyWebsite/blob/master/9.png?raw=true) center 70% no-repeat #46B6AC;opacity: 0.5">
<h2 class="mdl-card__title-text" style="color: black;">Jharkhand travel and tour website</h2>
</div>
<div class="mdl-card__supporting-text" style="font-size: 100%">
Developed front-end of a website for Jharkhand travel and tourism.
</div>
</div>
</div>
<div class="col-sm-4 slide slideanim">
<div class="demo-card-square mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand" style="background: url(https://github.com/AnkitAvi11/MyWebsite/blob/master/10.png?raw=true) center 40% no-repeat #46B6AC;opacity: 0.8">
<h2 class="mdl-card__title-text">Logo for Myself</h2>
</div>
<div class="mdl-card__supporting-text" style="font-size: 100%;">
Made a logo to depict my work as a designer as well.
</div>
</div>
</div>
<div class="col-sm-4 slide slideanim">
<div class="demo-card-square mdl-card mdl-shadow--2dp">
<div class="mdl-card__title mdl-card--expand" style="background: url(https://github.com/AnkitAvi11/MyWebsite/blob/master/11.png?raw=true) center 40% no-repeat #46B6AC;">
<h2 class="mdl-card__title-text">Vegeta vector art</h2>
</div>
<div class="mdl-card__supporting-text" style="font-size:100%;">
Trying to get my skills devloped on Adobe Illustator.
</div>
</div>
</div>
</div>
<br><br><br>
</div>
<!-- My Skills Section -->
<div class="container slide slideanim" id="skills" style="border-top:1px solid lightgrey;">
<br>
<center>
<h2 style="text-align: center;font-family: 'Kaushan Script', cursive;font-size: 300%;color: black;">My Skills</h2>
<h3 style="font-family: 'Kaushan Script', cursive;">Learning is a Never Ending Process...</h3>
<br></center>
<table class="table table-hover">
<thead>
<tr>
<th>Programming Languages</th>
<th>General</th>
<th>Languages</th>
</tr>
</thead>
<tbody>
<tr>
<td>Java</td>
<td>Git</td>
<td>English</td>
</tr>
<tr>
<td>C++</td>
<td>Software Development</td>
<td>Hindi</td>
</tr>
<tr>
<td>ANSI C</td>
<td>Web Development</td>
<td></td>
</tr>
<tr>
<td>C#</td>
<td>Material Design for Web</td>
<td></td>
</tr>
<tr><td>Javascript</td>
<td>Adobe Illustrator</td>
<td></td>
</tr>
<tr>
<td>HTML5/CSS</td>
<td>Adobe Photoshop</td>
<td></td>
</tr>
<tr>
<td>Bootstrap</td>
<td>Learning Android Development</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<br><br><br><br><br>
<!-- Contact me section starts here -->
<div class="container slide slideanim" id="contact" style="border-top:1px solid lightgrey;">
<br><br>
<center>
<h2 style="text-align: center;font-family: 'Kaushan Script', cursive;font-size: 300%;color: black;">Get in touch with me</h2>
<h3 style="font-family: 'Dosis', sans-serif;">Contact me anytime and i will get back to you within 24 hours</h3>
<br></center>
<div class="row">
<div class="col-sm-8">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeLe1XFHyRQ1GKRpHOgT-t6lY9p0fZyQ_HgS_ptslG58AQIxQ/viewform?embedded=true" width="400" height="1010" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<div class="col-sm-4" style="font-family: 'Dosis', sans-serif;">
<h1 style="font-size:30px;">Ankit Singh</h1>
<h3 style="font-size:20px;"><span class="glyphicon glyphicon-envelope"></span> : ankitavi11@outlook.com</h3>
<h3 style="font-size:20px;"><span class="glyphicon glyphicon-user"></span> : +91-8969774292</h3>
<h3 style="font-size:20px;"><i class="fa fa-university" aria-hidden="true"></i>: Birla Institute of Technology, Mesra Ranchi</h3>
</div>
</div>
</div>
<!-- Footer Section goes here -->
<br><br><br>
<footer class="mdl-mega-footer">
<center>
<a href="https://www.facebook.com/AnkitAvi11" id="footer" target="_blank" style="text-decoration: none"><i class="fa fa-facebook-official" aria-hidden="true" style="font-size: 40px;"></i> </a>
<a href="https://www.instagram.com/ankit_avi_11" id="footer" target="_blank" style="text-decoration: none"><i class="fa fa-instagram" aria-hidden="true" style="font-size: 40px;"></i> </a>
<a href="https://github.com/AnkitAvi11" id="footer" target="_blank" style="text-decoration: none"><i class="fa fa-github" aria-hidden="true" style="font-size: 40px;"></i> </a>
<a href="https://plus.google.com/113845624875507081283" id="footer" target="_blank" style="text-decoration: none"><i class="fa fa-google-plus-square" aria-hidden="true" style="font-size: 40px;"></i> </a>
<br><br>
<h3 style="color: white"><i class="fa fa-code" aria-hidden="true"></i>
with <i class="fa fa-heart" aria-hidden="true"></i> by <b> Ankit Singh</b> ™ 2017<br><br>
</h3>
</center>
</footer>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
$(window).scroll(function() {
$(".slideanim").each(function(){
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
})
</script>
</body>
</html>