-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
358 lines (277 loc) · 9.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mukul Dev - Portfolio</title>
<link rel="icon" type="image/x-icon" href="favicon.jpg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;600;700&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
}
body {
background-color: #02082f;
color: white;
font-family: 'Poppins', sans-serif;
}
nav {
/* header */
/* background-image: url("/images/bg-head.jpg"); */
opacity: 100%;
display: flex;
justify-content:end;
align-items: center;
background-color: #082432;
height: 90px
}
nav ul {
display: flex;
justify-content: center;
}
nav ul li {
list-style: none;
margin: 10px 23px;
}
.left {
/* header left */
font-size: 1.5rem;
margin-right: 50%;
font-family: Verdana, sans-serif;
}
.firstSec {
display: flex;
justify-content: space-around;
margin-right: 10px;
margin-left: 10px;
margin-top: 10px;
}
.secondSec {
display: flex;
justify-content:space-evenly;
margin: 70px 10px;
}
.thirdSec {
display: flex;
margin: 70px 80px;
justify-content: space-around;
}
.fourthSec {
display: flex;
margin: 70px 80px;
}
td{
padding: 3px 10px;
}
.firstSec div {
width: 30%;
}
.leftSec {
font-size: 1.2rem;
align-items: center;
text-align: center;
}
.rightSec {
display: flex;
justify-content: center;
padding: 20px;
}
.name {
display: inline;
color: #a9a7d9;
}
ul li{
margin: 0px 30px;
list-style-type: none;
}
.imgBtn {
height: 32px;
width: 33px;
border: 1px solid #2727e1;
border-radius: 50%;
opacity: 80%;
margin: 0px 10px;
}
.imgBtn img {
height: 30px;
width: 30px;
border-radius: 50%;
}
.imgBtn:hover {
height: 32px;
width: 33px;
border: 1px solid #2727e1;
border-radius: 50%;
opacity: 100%;
}
.simpleBtn {
margin: 0px 10px;
height: 30px;
align-items: center;
padding: 2px 5px;
color: white;
background-color: rgb(40, 9, 69);
}
button:hover{
zoom: 1.05;
}
input, textarea{
color: white;
background-color :rgb(23, 29, 63);
}
footer{
height: 70px;
background-color: #20013f;
text-align: center;
margin: 10px 0px;
}
</style>
</head>
<body>
<header>
<nav>
<!-- <img src="/images/bg-head.jpg" alt=""> -->
<div class="left"> Mukul Dev's Portfolio</div>
<div style="margin-right: 50px; display: flex; align-items: center;">
<button class="imgBtn">
<a target="blank" href="https://in.linkedin.com"><img src="linkedin.png" alt="linkedin"></button></a>
<button class="imgBtn">
<a target="blank" href="https://github.com/mukul-dev"><img src="github.png" alt="linkedin"></button></a>
</div>
</nav>
</header>
<main>
<!-- Load library from the CDN -->
<script src="https://unpkg.com/typed.js@2.0.16/dist/typed.umd.js"></script>
<section class="firstSec">
<div class="leftSec">Hi, my name is <span class="name"> Mukul Dev Prajapati</span>.
<div></div>
<div id="element" style="display: inline; width:90%;"> </div>
</div>
<div class="rightSec">
<img style="border: 0.01em solid rgb(30, 0, 121);border-radius: 10px; display: block;"
src="profpic.jpg" alt="profile" width=" 200px" height="200px">
</div>
</section>
<section class="secondSec">
<a target="blank" href="resume.pdf"><button style="display: flex;" class="simpleBtn"> View/Download Resume</button></a>
</section>
<section class="thirdSec">
<div class="eduQual">
<div class="heading"><h3> Educational Qualifications</h3>
<hr><br>
</div>
<ul >
<br>
<li><h5>
<u> Master of Computer Applications</u></li>
</h5>
<li>MNNIT Allahabad, UP</li>
<li>2022-2025</li>
<br>
<br>
<hr>
</ul>
<ul >
<br>
<br>
<li><h5><u> Bachelor of Computer Applications</u></h5></li>
<li>Guru Gobind Singh Indraprastha University, Delhi</li>
<li>2019-2022</li>
<br>
<br>
<hr>
<br>
</ul>
<ul >
<br>
<li><h5><u> Inter School</u></h5></li>
<li>MNNIT Allahabad, UP</li>
<li>2017-2019</li>
<br>
<hr>
<br>
</ul>
<ul >
<br>
<li><h5><u> High School</u></h5></li>
<li>DP Public School, Prayagraj, UP</li>
<li>2015-2017</li>
<br>
<hr>
<br>
</ul>
</div>
<div style="margin: 0px 50px;">
<H3>Projects</H3>
<hr>
<br><br>
<ul>
<h5>
<li><u>Chatzz</u></li>
</h5>
<li>Android Based Chat Application</li>
<li>Java, FireBase, XML, Android Studio</li>
<li>2019-20</li>
<br><hr>
</ul>
<br><br>
<ul>
<h5>
<li><u>Conquered</u></li>
</h5>
<li>Multiplayer Battle Game</li>
<li>C#, Unity, Photon Engine, Android Studio</li>
<li>2020-21</li>
<br><hr>
</ul>
</div>
</section>
<br><br>
<hr style="margin: 0px 30px;">
<section class="fourthSec">
<div>
<h3>Contact Me</h3>
<hr><br>
<table>
<tr>
<td><label for="name"> <b> Name </b> </label> </td>
<td>
<input type="name" name="username" id="unameText"></td>
</tr>
<tr>
<td><label for="email"> <b>Email</b> </label>
</td>
<td>
<input type="email" name="email" id="emailText"></td>
</tr>
</table>
<label for="Message" style="margin: 0px 10px;">
<b> Message</b></label>
<br>
<textarea style="margin: 0px 20px;" name="Message" id="contactmsg" cols="30" rows="5"></textarea>
<div style="margin: 10px 90px;" >
<a href="mazak.html"><button class="simpleBtn" style="width: 80px;">Send</button></a>
</div>
<br>
</div>
</section>
</main>
<footer>
<br>
<span> Mukul Dev's Portfolio | © 2023 | All rights reserved</span>
<div> </div>
</footer>
<!-- Setup and start animation! -->
<script>
var typed = new Typed('#element', {
strings: ['I am a Software Developer. Currently I am studying Master of Computer Applications at MNNIT Allahabad. My interests are Full Stack Web Development and Android Development.'],
typeSpeed: 40,
});
</script>
</body>
</html>