-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
335 lines (316 loc) · 16.7 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
<!DOCTYPE html>
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<meta name="author" content="Keshav Agrawal">
<meta name="keywords" content="profile website,RTU KOTA,Keshav Agrawal,Engineer,Computer Scientist">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="icon" href="photos/logo.png" type="image"><title>Keshav Agrawal</title>
<meta name="description" content="Freelace web developer">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="index.js">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
<!--New-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="font-awesome/css/font-awesome.min.css">
<script type="text/jquery-2" src="jquery-2.1.4.js"></script>
<link rel="stylesheet" type="text/css" href="animate.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href='https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,900,900italic,700italic'>
<link rel="stylesheet" type="text/css" href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
</head>
<!-- it's navbar -->
<body>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom" data-offset="100">
<div id="content">
<nav class="navbar navbar-custom navbar-fixed-top navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#"><link rel="icon" href="photos/logo.png" type="image"><i class="bi bi-award"></i>Keshav Agrawal</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav" >
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<a class="nav-link" class="page-scroll" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link"class="page-scroll" href="#about">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link"class="page-scroll" href="#Skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link"class="page-scroll" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link"class="page-scroll" target="_blank" href="https://drive.google.com/file/d/1TgfydyzswoRlu6h3mFOFzkw8Uw_9k1w1/view?usp=sharing">Resume</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" class="page-scroll"id="navbarDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">
My Other Websites
</a>
<div class="dropdown-menu" class="page-scroll" -labelledby="navbarDropdown">
<a class="dropdown-item" class="page-scroll" href="http://keshavagrawal.me/colorGame/" target="_blank" style="color: black;opacity: 100%;">Color Game</a>
<a class="dropdown-item" class="page-scroll" href="http://keshavagrawal.me/noteTaker/" target="_blank" style="color: black;opacity: 100%;">Personal Notes</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link"class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="jumbotron jumbotron-fluid myheader" class="container" style="size: 80%; background-image: url(photos/Background.jpg);
background-repeat: none;
background-size: cover;
backface-visibility: hidden;">
<img src="photos/original.jpg" height="350px" class="profilepic">
<h1 class="display-4" style="color: white;"><b>Hello!!</b><br>I am Keshav Agrawal</h1>
<p class="lead" style="color: white;">Full Stack Web Delveloper <p class="lead" style="color: white;">Don't Dare to say bad about Tea and anime</p></p>
<hr class="my-2">
<P><i class="bi bi-arrow-down-square-fill"></i> <a class="fad fa-angle-double-down" href="#about"></a></P>
</div>
<section id = "about">
<h1>About Me</h1>
<p>I am a undergraudate student at Rajasthan Technical University, Kota.I am a Microsoft Student Partner. I love to use technology to solve real life problems.</p>
<div class="flex-container">
<div class="card-columns">
<div class="card my-2" >
<img class="card-img-top" src="photos/Codingnew.jpg" alt="Coding">
<div class="card-body">
<p class="card-text">I am a Computer Science student and I love programming. Whenever I am bored but feel like staying indoors
this is my first stop. I take up some random challenges and try solving them.</p>
</div>
</div>
<div class="card my-2" >
<img class="card-img-top" src="photos/photography.jpeg" style="height: 330px; overflow: auto;" alt="Photography">
<div class="card-body">
<p class="card-text">I am a passionate photographer and keep clicking anything which seems nice. I generally like to go outdoors
for Photography. Check out my Instagram for my photos.</p>
</div>
</div>
<div class="card my-2 ">
<img class="card-img-top" src="photos/Roboticsnew.jpg" alt="Robotics">
<div class="card-body">
<p class="card-text">I love Robotics. Both breaking them and making them. I keep watching robots for any amount of time. I keep
making simple robots whenever I find some free time.</p>
</div>
</div>
</div>
</div>
<hr>
</section>
<section id="Skills" >
<div class="Skills">
<h1>Technologies I have worked on</h1>
<!--<img src="https://cdn.iconscout.com/icon/free/png-512/c-programming-569564.png" alt="C language">
<img src="Imagesnew/js.png" alt="Javascript">
<img src="Imagesnew/html5.png" alt="HTML 5">
<img src="https://www.freepnglogos.com/uploads/html5-logo-png/html5-logo-opencode-css-8.png" alt="CSS 3">
<img src="Imagesnew/bootstrap.png" alt="Bootstrap">
<img src="Imagesnew/express.png" alt="Express.js">
<img src="Imagesnew/nodejs-icon.svg" alt="Node.js">
<img src="Imagesnew/mongo.png" alt="MongoDb">-->
<div class="container-fluid">
<div class="row my-5">
<div class="col container">
<img src="photos/c1.jpg" alt="C language">
<div class="overlay">
<div class="text"><p>C</p></div>
</div>
</div>
<div class="col container">
<img src="photos/css.jpg" height="100px" alt="CSS 3">
<div class="overlay">
<div class="text"><p>CSS(3)</p></div>
</div>
</div>
<div class="col container">
<img src="photos/nodejs-icon.svg" height="100px" alt="Node.js">
<div class="overlay">
<div class="text"><p>Node.js</p></div>
</div>
</div>
</div>
<div class="row my-5">
<div class="col container">
<img src="photos/c++.png" height="100px" alt="CSS 3">
<div class="overlay">
<div class="text"><p>C++</p></div>
</div>
</div>
<div class="col container">
<img src="photos/bootstrap.png" height="100px" alt="Bootstrap">
<div class="overlay">
<div class="text"><p>Bootstrap</p></div>
</div>
</div>
<div class="col container">
<img src="photos/express.png" height="100px" alt="Express.js">
<div class="overlay">
<div class="text"><p>Express</p></div>
</div>
</div>
</div>
<div class="row my-5">
<div class="col container">
<img src="photos/android3.jpg" height="100px" alt="Android">
<div class="overlay">
<div class="text"><p>Android</p></div>
</div>
</div>
<div class="col container">
<img src="photos/js.png" alt="Javascript">
<div class="overlay">
<div class="text"><p>Javascript</p></div>
</div>
</div>
<div class="col container">
<img src="photos/html5.png" alt="HTML 5">
<div class="overlay">
<div class="text"><p>HTML(5)</p></div>
</div>
</div>
</div>
<div class="row my-5">
<div class="col container">
<img src="photos/python4.png" height="100px" alt="Python">
<div class="overlay">
<div class="text"><p>Python</p></div>
</div>
</div>
<div class="col container">
<img src="photos/mongo.png" height="100px" alt="MongoDb">
<div class="overlay">
<div class="text"><p>MongoDb</p></div>
</div>
</div>
<div class="col container">
<img src="photos/react3.jpg" height="100px" alt="React">
<div class="overlay">
<div class="text"><p>React</p></div>
</div>
</div>
</div>
</div>
<hr>
</div>
</section>
<section id="projects">
<h1> My Projects</h1>
<div data-interval="3000" id="carouselExampleCaptions" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item">
<a href="http://keshavagrawal.me/colorGame/" target="_blank">
<img src="photos/colorgame.jpg" height="560px" class="d-block w-100" alt="InfiBits Image">
<div class="carousel-caption">
<h5>Color Game</h5>
</a>
</div>
</div>
<div class="carousel-item">
<a href="http://keshavagrawal.me/MyGallery/" target="_blank" >
<img src="photos/gallery.jpg" height="560px"class="d-block w-100" alt="MovieManiac">
<div class="carousel-caption">
<h5>Gallery</h5>
<p><strong>This is a Gallery database. It provides my current clicked image gallery.Hey Click!!</a></strong></p>
</div>
</div>
<div class="carousel-item active">
<a href="http://keshavagrawal.me/noteTaker/" target="_blank">
<img src="photos/notes.jpg" height="560px" class="d-block w-100" alt="Note Taker" >
<div class="carousel-caption">
<h5>Note Taker</h5>
<p>It is a simple note taking application which uses the browser localstorage.Hey Click</a> </a><p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section id="contact">
<hr>
<h1 id="Contact">Contact Details</h1>
<a href="tel:+91-9024591132">Call me at +91-9024591132</a>
<div></div>
<a id="email-button" href="mailto:[email protected]" target="_blank"><img src="photos/gmail1.jpg" height="50px"></a>
<a href="https://www.linkedin.com/in/keshav-agrawal-2ba75018b/"
target="_blank"><img src="photos/linkedin.png" height="50px"></a>
<!--facebook-->
<a href="https://www.facebook.com/keshav.agrawal.940/" target="_blank"><img src="photos/facebook.png"
height="50px"></a>
<a href="https://www.instagram.com/hey.keshav/" target="_blank"><img src="photos/insta.jpg"
height="55px"></a>
<a href="https://twitter.com/KeshavA76309037" target="_blank"><img src="photos/twitter5.jpg" height="50px"></a>
<!-- Codepen Button -->
<div></div>
<p></p>
<a id="hackerrank" href="https://www.hackerrank.com/keshav97722" target="_blank"><img src="photos/hacker.jpg" height="50px">
<!-- GitHub Button -->
<a id="github" href="https://github.com/Keshav04042001" target="_blank"><img src="photos/github.jpg " height="50px"></a>
<!-- LinkedIn Button -->
<a href="https://medium.com/@keshav97722" target="_blank"><img src="photos/medium.jpg" height="50px"></a>
</section>
<div class="copyright">
<p>
<p>
<div class="page-scroll">
<a id="to-top" class="page-scroll" href="#page-top">
<!--<img id="rocket" src="img/rocket12.png" /> -->
<i class="far fa-arrow-alt-circle-up icon-20x"></i>
</a>
<p id="to-top-copy">Beam me up, Scotty!</p>
</div>
</p>
<!-- hitwebcounter Code START -->
<p>
<a href="https://www.hitwebcounter.com" target="_blank">My Visitors
<img src="https://hitwebcounter.com/counter/counter.php?page=7535660&style=0050&nbdigits=5&type=page&initCount=150" title="Web Counter" Alt="counter free" border="0" >
</a>
</p>
Copyright 2020 @Keshav Agrawal
</p>
<p>Made with ❤ By <a href="D:/Covalence/Covalence-Project/My-First-Website/index.html">Keshav Agrawal</a></p>
</div>
<script type="text/javascript" src="index.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/custom.js"></script>
</body>
</html>