-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
268 lines (265 loc) · 13.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home:Lovish Kumar Prajapati</title>
<link href="https://fonts.googleapis.com/css2?family=Exo:ital@1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/progress.css">
<script src="https://kit.fontawesome.com/f65add3182.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/text.js"></script>
</head>
<body onload="typeWriter()">
<section id="home">
<nav class="navbar fixed-top navbar-expand-lg navbar-light ">
<button class="navbar-toggler ml-auto menu-button" type="button" data-toggle="collapse" data-target="#menu" aria-controls="menu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse" id="menu">
<ul class="navbar-nav ml-auto back-color">
<li class="nav-item active mr-4 linkright"><a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item mr-4 linkright"><a class="nav-link" href="#academics">Academics</a></li>
<li class="nav-item mr-4 linkright"><a class="nav-link" href="#skills">Skills</a></li>
<li class="nav-item mr-4 linkright"><a class="nav-link" href="#project">Projects</a></li>
<li class="nav-item mr-4 linkright"><a class="nav-link" href="#contact">Contact</a></li>
<li class="nav-item mr-4 linkright"><a class="nav-link" href="CVlovish.pdf" download="lovish_resume">Resume</a></li>
</ul>
</div>
</nav>
<div class="container-fluid home-background">
<div class="row">
<div class="col name">
<h3 id="name" class="text-fluid"></h3>
<p id="name2">I am a Web Developer.I enjoy building everything from small business sites to rich interactive web apps.</p>
</div>
</div>
</div>
</section>
<!-- Academics section -->
<section id="academics" class="mt-3">
<div class="heading-academics">
<i class="fas fa-user-graduate fa-5x"></i>
<h4>Academics</h4>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="card mt-4">
<div class="card-body">
<p class="card-text">
<h5 class="mt-0 mb-1">High School</h5>
<h5 class="text-muted">CH. CHHABIL DASS PUBLIC SCHOOL (2016)</h5>
Scored 10 CGPA.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card mt-4" >
<div class="card-body">
<p class="card-text">
<h5 class="mt-0 mb-1">Intermediate</h5>
<h5 class="text-muted">CH. CHHABIL DASS PUBLIC SCHOOL (2018)</h5>
Scored 94.6%.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card mt-4" >
<div class="card-body">
<p class="card-text"><h5 class="mt-0 mb-1">Graduation</h5>
<h5 class="text-muted">Hansraj College.(2018-present)</h5>
<h5 class="text-muted">University of Delhi.</h5>
Pursuing.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills -->
<section id="skills">
<div class="heading-skills">
<i class="fas fa-code fa-5x"></i>
<h4>Skills</h4>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<h4>HTML</h4>
<div class="container bar">
<div class="progress2 progress-moved">
<div class="progress-hidden" id="skill-html" >
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4>CSS</h4>
<div class="container bar">
<div class="progress3 progress-moved">
<div class="progress-hidden" id="skill-css" >
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4>Javascript</h4>
<div class="container bar">
<div class="progress4 progress-moved">
<div class="progress-hidden" id="skill-js" >
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4>Bootstrap</h4>
<div class="container bar">
<div class="progress5 progress-moved">
<div class="progress-hidden" id="skill-bootstrap">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4>JQuery</h4>
<div class="container bar">
<div class="progress6 progress-moved">
<div class="progress-hidden" id="skill-jquery">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4>PHP</h4>
<div class="container bar">
<div class="progress7 progress-moved">
<div class="progress-hidden" id="skill-php" >
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4>MySql</h4>
<div class="container bar">
<div class="progress8 progress-moved">
<div class="progress-hidden" id="skill-mysql">
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4>Adobe Photoshop</h4>
<div class="container bar">
<div class="progress9 progress-moved">
<div class="progress-hidden" id="skill-ps" >
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4>Adobe Illustrator</h4>
<div class="container bar">
<div class="progress10 progress-moved">
<div class="progress-hidden" id="skill-ai" >
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<h4>ReactJs</h4>
<div class="container bar">
<div class="progress11 progress-moved">
<div class="progress-hidden" id="skill-react">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Project -->
<section id="project">
<div class="heading-project">
<i class="fas fa-tasks fa-5x"></i>
<h4>PROJECTS</h4>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="media">
<img class="align-self-center mr-3" src="images/cyno.png" alt="Generic placeholder image" width="30%">
<div class="media-body">
<h4 class="mt-0" style="font-weight: bold;">Computer Science Department Fest Website(Hansraj College)</h4>
<p>Received a humble opportunity to bring my knowledge of website development to a position with Computer Science Department of Hansraj College. I worked independently for conceptualizing the annual technical fest website design after attending the meetings and cooperating with sponsorship and media publicity teams of CS society.The site turned out to be a major success for the management of various tech events.</p>
<h4>URL:</h4>
<a href="https://cynosure2020.github.io/">https://cynosure2020.github.io/</a>
</div>
</div>
</div>
</div>
</section>
<!-- about -->
<section id="contact">
<div class="heading-contact">
<i class="far fa-address-card fa-5x"></i>
<h4>CONTACT ME</h4>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 lovish-img-container">
<img class="lovish-img" src="images/lovish.png" width="50%" height="60%">
<p><strong>Lovish Kumar Prajapati</strong> </p>
<p><strong>Web Developer | Front-end Designer | Google Action Developer</strong></p>
<a href="https://instagram.com/noitslovish?igshid=52g6x8vr5rfs"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/in/lovish-kumar-prajapati-b89643193"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
<div class="col-lg-4 info-contact">
<h4><i class="fas fa-mobile-alt"></i> PHONE</h4>
<p><a href="tel:+919871962574"> +91 9871962574</a></p>
<p><a href="tel:+917011761704">+91 7011761704</a></p>
<h4><i class="fas fa-envelope-square"></i> MAIL</h4>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<h5><i class="fab fa-firefox-browser"></i><a href="https://lovishprajapati.github.io/"> lovishprajapati.github.io</a></h5>
</div>
<div class="col-lg-4">
<h4 class="msg-hi">Say hi..!!!</h4>
<form action="https://submit.jotform.com/submit/201689063764463/" method="post" name="form1" onsubmit="return validate()">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" placeholder="Name" name="q8_fullName">
</div>
<div class="form-group">
<label for="id">E-Mail</label>
<input type="email" class="form-control" id="email" placeholder="Email" name="q7_email">
</div>
<div class="form-group">
<label for="msg">Your Message</label>
<textarea type="textbox" class="form-control" id="msg" rows="5" name="q4_message4"></textarea>
</div>
<input type="submit" class="btn btn-success" id="submitButton" name="Submit" value="SEND" style="padding: 3%;width:50%">
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="page-footer font-small blue">
<!-- Copyright -->
<div class="footer-copyright text-center py-3">Made with <i class="fas fa-heart " style="color: red;"></i> by
<a href="https://www.linkedin.com/in/lovish-kumar-prajapati-b89643193">Lovish Kumar Prajapati</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<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-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/bar.js"></script>
<script src="js/form.js"></script>
</body>
</html>