-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
297 lines (282 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>My Website</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container-fluid">
<div class="brand">
<a href="#hero">
<h1><span>M</span>ahendra<span>P</span>atil</h1>
</a>
</div>
<button class="navbar-toggler mb-2" type="button" data-bs-toggle="collapse" data-bs-target="#navmenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navmenu">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a href="#hero" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#services" class="nav-link">Services</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<div>
<h1>Hello, <span></span></h1>
<h1>My Name is <span></span></h1>
<h1>Mahendra <span></span></h1>
<a href="#projects" type="button" class="cta">Portfolio</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- Service Section -->
<section id="services">
<div class="services container">
<div class="service-top">
<h1 class="section-title">Serv<span>i</span>ces</h1>
<!-- <p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Ipsum deleniti maiores pariatur assumenda quas
magni et, doloribus quod voluptate quasi molestiae magnam officiis dolorum, dolor provident atque molestias
voluptatum explicabo!</p> -->
</div>
<div class="service-bottom ">
<div class="service-item ">
<div class="icon bg-white"><img src="images/illustration/programmer.png" /></div>
<h2>UI/UX Designer & Frontend Developer</h2>
<p>Hello, I'm a UI/UX Designer & Front End Developer from Pune.I've completed my graduation in Instrumentation
Engineering.</p>
</div>
<div class="service-item border border-success">
<div class="icon bg-white"><img src="images/illustration/programmer.png" /></div>
<h2 class="">Javascript/JQuery</h2>
<p class="">I have basic knowledge of Javascript, JQuery. Also I have used in my projects.</p>
</div>
<div class="service-item border border-success">
<div class="icon bg-white"><img src="images/illustration/programmer.png" /></div>
<h2>Responsive Web Developement</h2>
<p>I have good knowledge of Responsiveness and done 8 templates based on HTML, CSS and Bootstrap.</p>
</div>
<div class="service-item border border-success">
<div class="icon bg-white"><img src="images/illustration/programmer.png" /></div>
<h2>Backend Developement</h2>
<p>I have basic knowledg of Java, C, C++, mysql and learning further frameworks to grab project oriented skills </p>
</div>
</div>
</div>
</div>
</section>
<!-- End Service Section -->
<!-- Projects Section -->
<section id="projects">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item">
<div class="project-info">
<h1>Project 1</h1>
<h2>BANKING</h2>
<i class="bi bi-send text-white"></i>
<p>This Webpage Is Created By Using HTML And CSS Only.</p>
</div>
<a href="Project/bank project 1/index.html">
<div class="project-img">
<img src="Project/bank project/images/background/h2.jpg" alt="img">
</div>
</a>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 2</h1>
<h2>HOSPITAL</h2>
<p>This Webpage Is Created By Using HTML And CSS Only.</p>
</div>
<a href="Project/Hospital/index.html">
<div class="project-img">
<img src="Project/Hospital/images/background/hero_1.jpg.webp" alt="img">
</div>
</a>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 3</h1>
<h2>RESTAURANT</h2>
<p>This Webpage Is Created By Using HTML, CSS And BOOTSTRAP 5.</p>
</div>
<a href="Project/Restaurant/index.html">
<div class="project-img">
<img src="Project/Restaurant/images/Background/xbg_2.jpg" alt="img">
</div>
</a>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 4</h1>
<h2>BICYCLE-BIke</h2>
<p>This Webpage Is Created By Using HTML, CSS And BOOTSTRAP 5.</p>
</div>
<a href="Project/bicycle-bike/index.html">
<div class="project-img">
<img src="Project/bicycle-bike/images/background/blog_1.jpg" alt="img">
</div>
</a>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 5</h1>
<h2>GYM</h2>
<p>This Webpage Is Created By Using HTML, CSS And BOOTSTRAP 5.</p>
</div>
<a href="Project/gym/index.html">
<div class="project-img">
<img src="Project/gym/image/background/index.jpg.webp" alt="img">
</div>
</a>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 6</h1>
<h2>CAR PARTS STORE</h2>
<p>This Webpage Is Created By Using HTML, CSS And BOOTSTRAP 5.</p>
</div>
<a href="Project/Car parts Store/index.html">
<div class="project-img">
<img src="Project/Car parts Store/images/background/car1.webp" alt="img">
</div>
</a>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 7</h1>
<h2>COLLAGE</h2>
<p>This Webpage Is Created By Using HTML, CSS And BOOTSTRAP 5.</p>
</div>
<a href="Project/collage/index.html">
<div class="project-img">
<img src="Project/collage/images/background/home-background.jpg.webp" alt="img">
</div>
</a>
</div>
<div class="project-item">
<div class="project-info">
<h1>Project 8</h1>
<h2>WEDDING</h2>
<p>This Webpage Is Created By Using HTML, CSS And BOOTSTRAP 5.</p>
</div>
<a href="Project/wedding/index.html">
<div class="project-img">
<img src="Project/wedding/images/background/slider-1-1600x900.jpg.webp" alt="img">
</div>
</a>
</div>
</div>
</div>
</section>
<!-- End Projects Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-left">
<div class="about-img">
<img src="images/background/photo1.jpg" alt="img">
</div>
</div>
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Front End Developer</h2>
<p>I'm hard-working,front-end developer offering excellent work ethic, enthusiasm and adaptability with learning
experience frontend development. Friendly and eager to work and graspe new technology. I
enjoy working in the industry and have a passion for creating and discovering new and effective digital
experiences. Specialized in Web Designing tools.</p>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Contact Section -->
<section id="contact">
<div class="contact container">
<div>
<h1 class="section-title mb-5">Contact <span>info</span></h1>
</div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/phone.png" /></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>7218686104</h2>
<h2>7774871058</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/new-post.png" /></div>
<div class="contact-info">
<h1>Email</h1>
<h2>[email protected]</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/bubbles/100/000000/map-marker.png" /></div>
<div class="contact-info">
<h1>Address</h1>
<h2>Charholi,Pune,India</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<div class="brand">
<h1><span>M</span>ahendra <span>P</span>atil</h1>
</div>
<h2>Your Complete Web Solution</h2>
<div class="social-icon">
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/bubbles/100/000000/facebook-new.png" /></a>
</div>
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/bubbles/100/000000/instagram-new.png" /></a>
</div>
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/bubbles/100/000000/facebook-new.png" /></a>
</div>
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/bubbles/100/000000/behance.png" /></a>
</div>
</div>
<p>Copyright © 2021-22 of All rights reserved.Design & Developed by Mahendra Patil.</p>
</div>
</section>
<!-- End Footer -->
<script src="./app.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
</body>
</html>