-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
390 lines (375 loc) · 13.9 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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Portfolio</title>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="src/style.css" />
<link rel="stylesheet" href="src/mobile-style.css" />
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" />
</head>
<body>
<button onclick="topFunction()" id="myBtn" title="Go to top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</button>
<script>
var mybutton = document.getElementById("myBtn");
window.onscroll = function () {
scrollFunction();
};
function scrollFunction() {
if (
document.body.scrollTop > 300 ||
document.documentElement.scrollTop > 300
) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
function topFunction() {
window.scrollTo({ top: 0, behavior: "smooth" });
document.documentElement.scrollTo({ top: 0, behavior: "smooth" });
}
</script>
<header id="main-header">
<div class="container-fluid p-0">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="#">
<i class="fas fa-circle-notch"></i> PG°
</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>
<i class="fas fa-align-right text-light"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#main-header"
>HOME <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link" href="#main-about">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#main-project">WORK</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/profile.pdf">RESUME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#main-contact">CONTACT</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container text-left header-ctr">
<div class="row d-flex align-items-center">
<div class="col-md-7 col-sm-12 header-text">
<h2>
#
<a
class="typewrite"
data-period="2000"
data-type='[ "I am a CS Undergrad.", "I am a Geek & a Creator.", "I Love to Design & Code." ]'
>
<span class="wrap"></span>
</a>
</h2>
<h1>Hello world! I am Pavan Gandhi</h1>
<h5>
I am a Computer Science Student with Python and JavaScript as my
favorite programming languages.
</h5>
<div class="text-left">
<a
class="button btn btn-light px-5 py-1.5 sayhi"
href="mailto:[email protected]?Subject=Hello%20Pavan"
target="_top"
>Say Hi!</a
>
</div>
<br />
</div>
<div class="col-md-5 col-sm-12 main-img h-25">
<img src="assets/mac.png" alt="mac" />
</div>
</div>
</div>
</header>
<main id="main-screen">
<section class="section-1">
<div class="screen">
<div class="content-sec">
<p>
I'm a little bit of a geek - I have to be the first person to get
new things when they come out. I always want to buy and try new
gadgets.
</p>
<p class="text-right">- Tom Felton</p>
</div>
</div>
<div class="screen">
<div class="content-sec">
<p>
Someone who I would describe as a 'geek' or 'nerd' is a person who
loves something to its greatest extent and then look for other
people who love it the same way so they can celebrate loving it
together.
</p>
<p class="text-right">- Wil Wheaton</p>
</div>
</div>
<div class="screen">
<div class="content-sec">
<p>
No longer is a geek identifiable by a pale complexion,
black-rimmed glasses, a bowling shirt that says 'Nerd World
Order'. No, geeks are everywhere. And they're cool!
</p>
<p class="text-right">- Faith Salie</p>
</div>
</div>
</section>
<section id="main-about" class="section-2">
<div class="container text-center">
<div class="row">
<div class="col-md-6 col-12">
<div class="pray">
<img src="assets/my-pic.jpg" alt="my-pic" />
</div>
</div>
<div class="col-md-6 col-12">
<div class="panel text-left">
<h2>About</h2>
<h3>Pavan Rajesh Gandhi</h3>
<h4>Computer Science Student at Ramanujan College of DU.</h4>
<p>
I'm a passionate learner who's always willing to learn and
work across technologies and domains. I'm currently into Web
Development and working on my Data Structures and Algorithms.
Apart from that I also love to guide and mentor newbies.
</p>
<h4>SKILLS</h4>
<p>
C++, Javascript, Python, HTML5, CSS3,<br />
Nodejs, Express, Reactjs, MongoDB, MySQL,<br />
Git, Github, VSCode, Mozilla DevTools, Linux
</p>
<h6>You can find me everywhere, <b>@iampavangandhi</b></h6>
<br />
<a class="btn btn-light px-3 py-1.5" href="assets/profile.pdf"
>Download Resume</a
>
</div>
</div>
</div>
</div>
</section>
<section class="section-3 container-fluid p-0">
<div class="container-fluid text-center">
<div
class="numbers d-flex flex-md-row flex-wrap justify-content-center"
>
<div class="rect">
<h1>2275</h1>
<a href="https://linkedin.com/in/iampavangandhi/"
><p><i class="fab fa-linkedin"></i> Linkedin</p></a
>
</div>
<div class="rect">
<h1>75</h1>
<a href="https://github.com/iampavangandhi" target="_blank"
><p><i class="fab fa-github"></i> Github</p></a
>
</div>
<div class="rect">
<h1>573</h1>
<a href="https://instagram.com/iampavangandhi/" target="_blank"
><p><i class="fab fa-instagram"></i> Instagram</p></a
>
</div>
</div>
</div>
</section>
<section id="main-project" class="section-4">
<div class="container text-center">
<h1 class="text-dark">Projects I have done</h1>
<p class="text-secondary">Kindly visit My Github Profile for My Projects: <a href="https://github.com/iampavangandhi">iampavangandhi</a></p>
</div>
<div class="cards">
<div class="d-flex flex-md-row flex-wrap justify-content-center">
<div
class="card mr-2 d-inline-block shadow-lg"
style="width: 18rem"
>
<img src="assets/background.png" class="card-img-top" alt="..." />
<div class="card-body">
<h4 class="card-title">My Portfolio</h4>
<p class="card-text">
Created my personal/portfolio website using technologies like
HTML5, CSS3, BOOTSTRAP v4.3 and JavaScript.
</p>
</div>
<div class="card-body">
<a
href="https://github.com/iampavangandhi/iampavangandhi.github.io"
target="_blank"
class="card-link"
>Project link</a
>
</div>
</div>
<div
class="card mr-2 d-inline-block shadow-lg"
style="width: 18rem"
>
<img
src="assets/background-def.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h4 class="card-title">New Project 2</h4>
<p class="card-text">Not Listed Yet.</p>
</div>
<div class="card-body">
<a href="#" class="card-link"></a>
</div>
</div>
<div
class="card mr-2 d-inline-block shadow-lg"
style="width: 18rem"
>
<img
src="assets/background-def.png"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h4 class="card-title">New Project 3</h4>
<p class="card-text">Not Listed Yet.</p>
</div>
<div class="card-body">
<a href="#" class="card-link"></a>
</div>
</div>
</div>
</div>
</section>
<section id="main-contact" class="section-5">
<div class="contact">
<div class="form-container">
<h2>Contact Me</h2>
<form
method="POST"
action="https://formspree.io/[email protected]"
>
<div class="input-field">
<input type="text" name="name" required="" />
<label>Name*</label>
</div>
<div class="input-field">
<input type="email" name="email" required="" />
<label>Email*</label>
</div>
<div class="input-field">
<textarea name="message" rows="5" required=""></textarea>
<label>Message*</label>
</div>
<input type="submit" name="" value="Send Message" class="btn" />
</form>
</div>
</div>
<div class="quote">
<h4>
Computers let you make mistake faster than any invention in human
history - with the posible exceptions of handguns and tequila.
<br />
<br /><b>- Someone on the Internet </b>
</h4>
</div>
</section>
</main>
<footer>
<div class="container-fluid p-0">
<div class="row text-left">
<div class="col-md-9">
<h4 class="text-light">Thank you</h4>
<p class="text-muted">For any suggestion you can mail me</p>
<p class="gmail">@ [email protected]</p>
</div>
<div class="col-md-3 follow">
<h4 class="text-light">Follow Me</h4>
<p class="text-muted">Let us be social</p>
<div class="column text-light">
<!-- <a href="https://www.linkedin.com/in/iampavangandhi/"
><i class="fab fa-linkedin"></i
></a> -->
<a href="https://www.github.com/iampavangandhi" target="_blank"
><i class="fab fa-github"></i
></a>
<a href="https://www.facebook.com/iampavangandhi" target="_blank"
><i class="fab fa-facebook"></i
></a>
<a
href="https://www.instagram.com/iampavangandhi/"
target="_blank"
><i class="fab fa-instagram"></i
></a>
<a href="https://www.twitter.com/iampavangandhi" target="_blank"
><i class="fab fa-twitter"></i
></a>
</div>
</div>
</div>
</div>
<div class="pt-5 text-center">
<p class="pt-2 text-muted">
Copyright ©2019 All rights reserved | This site is
<i class="fas fa-code"></i> with <i class="fas fa-heart"></i> by
<a class="sp" href="https://www.github.com/iampavangandhi"
><span> PAVAN GANDHI </span></a
>
</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<script src="src/main.js"></script>
</body>
</html>