-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
295 lines (204 loc) · 8.32 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
<!DOCTYPE html>
<html>
<head>
<title>portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@1,423&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css">
<style>
*{
margin: 0; padding:0; font-family: 'Josefin Sans', sans-serif;
}
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">Mohit Mayank Developer</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">
<a class="nav-link" href="home.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="qualification.html">Qualification</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html" tabindex="-1" aria-disabled="true">Contact</a>
</li>
</ul>
</div>
</nav>
<div id="demo" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<div class="carousel-inner ">
<div class="carousel-item active">
<img src="images/quote3.jpg" width="1100" height="500">
<div class="carousel-caption">
<div class="text-center w-250">
<h4><strong> Welcome To My Portfolio</strong></h4>
</div>
</div>
</div>
<div class="carousel-item">
<img src="images/quote2.jpg" width="1100" height="500">
<div class="carousel-caption">
<div class="text-center w-250">
<h4><strong>Welcome To My Portfolio</strong></h4>
</div>
</div>
</div>
<div class="carousel-item">
<img src="images/quote1.jpg" width="1100" height="500">
<div class="carousel-caption">
<div class="text-center w-250">
<h4><strong>Welcome To My Portfolio</strong></h4>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div
</header>
<section>
<div class="contanier-fluid m-auto p-5">
<h1 class="text-center text-light bg-dark pt-5 "><strong>About me</strong></h1>
<hr class="w-25 mx-auto ">
<div class ="row mb-5">
<div class="col-lg-8 col-md-8 col-12">
<img src="images/pic.jpg " class=" mx-auto d-block img-center rounded-circle" style="width: 30%">
</div>
<div class="col-lg-4 col-md-4 col-12">
<h1 class="m-auto">Who am I?</h1>
<hr>
<p><strong> Myself Mohit Mayank I'm a developer based in Solan, India. I am pursuing my btech in computer science at juit wakhnaghat.<br>
I enjoy developing websites. My passion is developing computer softwares that simplify our lives. You can check out some of my projects on git. If you're interested in my work, then head over details and let me get back to you.</strong>
</p>
<button class="btn bg-primary">Wanna know More</button>
</div>
</div>
</section>
<section>
<div class="contanier-fluid text-center specify bg-success text-light p-5 ">
<hr>
<h1 class="text-center "><strong>I'M Interested In</strong></h1>
<div class ="row mt-5 ">
<div class="col-lg-6 col-md-6 col-12 animation-delay: -2s;" >
<img src="images/web.jpg " class=" pt-5 " style="width: 50% ">
<hr>
<h1>Web Development</h1>
<p>I specialise in designing and<br> developing customised websites<br> with an easy to navigate UI.</p>
</div>
<div class="col-lg-6 col-md-6 col-12 mx-auto">
<img src="images/android.png" class="pt-5"style="width: 50%">
<hr>
<h1>Mobile App Development</h1>
<p>Mobile application development <br>
using the Ionic framework<br> and Android Studio.</p>
</div>
</section>
<br>
<div class="contanier px-5 m-auto">
<h1 class="text-center text-capatalise text-dark "><strong>Qualification</strong></h1>
<div class="w-50 mx-auto">
<div class="table-responsive sm">
<table class="table">
<tbody>
<tr>
<td rowspan="1" class="text-center p-5 btn-outline-success text-capatalise m-auto"><strong>Jaypee University Of Information Technology Wakhnaghat,Solan,Himachal Pradesh<br>
Btech Computer Science<br>2019-2023</strong></td>
</tr>
<tr>
<td rowspan="1"class="text-center pt-5 text-capatalise btn-outline-success m-auto"><strong>Park Mount Public School ,Danapur,Khagual,Patna<br>XII th Grade<br>2016-2018</strong></td>
</tr>
<tr>
<td rowspan="1"class="text-center pt-5 btn-outline-success text-capatalise m-auto "><strong>Dav Public School Walmi Complex Patna<br>X th Grade<br>2016</strong></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<section>
<div class="contanier-fluid p-5 ">
<h1 class="text-center text-capatalise pt-5 bg-primary"><strong>Contact Me</strong></h1>
<hr class="w-25 mx-auto pt-5">
<div class="w-50 mx-auto">
<form action="/action_page.php">
<div class="form-group">
<label for="email">Your Name:</label>
<input type="text" class="form-control" placeholder="Enter Name" id="email " autocomplete="off">
</div>
<div class="form-group">
<label for="pwd">Email:</label>
<input type="email" class="form-control" placeholder="Enter email" id="pwd">
</div>
<div class="form-group">
<label for="pwd">Mobile No:</label>
<input type="number" class="form-control" placeholder="Enter Number" id="pwd">
</div>
<div class="form-group">
<label>Text Area</label>
<textarea class="form-control"></textarea>
</div>
<div class="form-group form-check">
<label class="form-check-label">
<input class="form-check-input" type="checkbox"> Remember me
</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</section>
<section class="my-2">
<div class="contanier-fluid bg-dark text-center p-5">
<div class ="row ">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-10 d-block m-auto">
<div class="imgsetting d-block m-auto"><big><i class="fa fa-location-arrow fa-3x "></i></big>
<h1 class="text-capatalise text-light "><big>Location</big></h1>
<p class="text-light">Solan, Himachal Pradesh</p>
</div>
</div>
<div class="col-lg-4 col-md-4 cl-sm-4 col-xs-10 d-block m-auto">
<div class="imgsetting d-block m-auto"><big><i class="fa fa-phone fa-3x "></i></big>
<h1 class="text-capatalise text-light "><big>Phone</big></h1>
<p class="text-light">+1-234567895000</p>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-10 d-block m-auto">
<div class="imgsetting d-block m-auto"><big><i class="fa fa-map-marker fa-3x "></i></big>
<h1 class="text-capatalise text-light "><big>Navigation</big></h1>
<p class="text-light">Home|Qualification|Contact|About|Project</p>
</div>
</div>
</div>
<p class="text-light pt-5 ">Copyright © Mohit Mayank 2020-2022 | All Rights Reserved ®</p>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
</body>
</html>