-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
345 lines (264 loc) · 12.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Ankit Singh - Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i|Playfair+Display:400,400i,500,500i,600,600i,700,700i,900,900i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-between">
<a href="index.html" class="logo"><img src="assets/img/man-in-off.png" alt="" class="img-fluid"></a>
<!-- Uncomment below if you prefer to use an text logo -->
<!-- <h1 class="logo"><a href="index.html">Folio</a></h1> -->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#journal">My Certificates</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<div id="hero" class="home">
<div class="container">
<div class="hero-content">
<h1>I'm <span class="typed" data-typed-items="Ankit Singh, Engineer , Developer, ML Expert , Cloud Practioner"></span></h1>
<p>Enginner , Developer, Ml Expert</p>
<ul class="list-unstyled list-social">
<li><a href="https://www.facebook.com/profile.php?id=100011718682092"><i class="bi bi-facebook"></i></a></li>
<li><a href="https://twitter.com/Ankit831004"><i class="bi bi-twitter"></i></a></li>
<li><a href="https://www.instagram.com/ankitsing.hhh/"><i class="bi bi-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/ankit-singh-90796b237/"><i class="bi bi-linkedin"></i></a></li>
<li><a href="https://github.com/Ankit831004"><i class="bi bi-github"></i></a></li>
</ul>
</div>
</div>
</div><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<div id="about" class="paddsection">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-4 ">
<div class="div-img-bg">
<div class="about-img">
<img src="assets/img/me.jpeg" class="img-responsive" alt="me">
</div>
</div>
</div>
<div class="col-lg-7">
<div class="about-descr">
<p class="p-heading">I'm a web devloper & machine learning expert who loves designing websites and make machine learn how to work themselves </p>
<p class="separator">Enthusiastic engineering graduate with basic knowledge in coding and design. Proficient in C++, HTML , JavaScript, and Python. Ability to learn new software and technologies quickly. Capability to work in teams by providing valuable support.
Committed to utilizing my skills to further the mission of an organisation. .</p>
</div>
</div>
</div>
</div>
</div><!-- End About Section -->
<!-- ======= Services Section ======= -->
<div id="services">
<div class="container">
<div class="services-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="services-block">
<i class="bi bi-briefcase"></i>
<span>UI/UX DESIGN</span>
<p class="separator">Designing is an art , I am the artist</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="services-block">
<i class="bi bi-card-checklist"></i>
<span>Blockchain</span>
<p class="separator">Decentalising everything !</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="services-block">
<i class="bi bi-bar-chart"></i>
<span>Web Devlopment</span>
<p class="separator">Designing Webpage using HTML , CSS & JS </p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="services-block">
<i class="bi bi-binoculars"></i>
<span>Machine learning</span>
<p class="separator">Prediction using machine</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="services-block">
<i class="bi bi-brightness-high"></i>
<span>Cloud</span>
<p class="separator">Everything to the Cloud </p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="services-block">
<i class="bi bi-calendar4-week"></i>
<span>PHOTOGRAPHY</span>
<p class="separator">Caputring what's LIFE !</p>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div><!-- End Services Section -->
<!-- ======= Journal Section ======= -->
<div id="journal" class="text-left paddsection">
<div class="container">
<div class="section-title text-center">
<h2>My Certificates</h2>
</div>
</div>
<div class="container">
<div class="journal-block">
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="journal-info">
<a href="blog-single.html"><img src="cert-1.png" class="img-responsive" alt="img"></a>
<div class="journal-txt">
<h4><a href="blog-single.html">Coincent Course</a></h4>
<p class="separator">Got to learn about Python and use in Machine learning
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="journal-info">
<a href="https://www.coursera.org/account/accomplishments/verify/2GWJVQYXGH9P"><img src="cert-2.png" class="img-responsive" alt="img"></a>
<div class="journal-txt">
<h4><a href="https://www.coursera.org/account/accomplishments/verify/2GWJVQYXGH9P">Coursera Python Crash Course</a></h4>
<p class="separator">Got to learn Basics of Python Programming Language
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="journal-info">
<a href="https://www.coursera.org/account/accomplishments/verify/J7HZLL3FU5VZ"><img src="cert-3.png" class="img-responsive" alt="img"></a>
<div class="journal-txt">
<h4><a href="https://www.coursera.org/account/accomplishments/verify/J7HZLL3FU5VZ">Coursera AWS Technician Crash Course</a></h4>
<p class="separator">Got to learn the basics of Cloud Computing technologies
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- End Journal Section -->
<!-- ======= Contact Section ======= -->
<div id="contact" class="paddsection">
<div class="container">
<div class="contact-block1">
<div class="row">
<div class="col-lg-6">
<div class="contact-contact">
<h2 class="mb-30">GET IN TOUCH</h2>
<ul class="contact-details">
<li><span>Chennai , India</span></li>
<li><span>+91 8936850585</span></li>
<li><span>[email protected]</span></li>
</ul>
</div>
</div>
<div class="col-lg-6">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row gy-3">
<div class="col-lg-6">
<div class="form-group contact-block1">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="col-lg-12">
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
</div>
<div class="col-lg-12">
<div class="form-group">
<textarea class="form-control" name="message" placeholder="Message" required></textarea>
</div>
</div>
<div class="col-lg-12">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="mt-0">
<input type="submit" class="btn btn-defeault btn-send" value="Send message">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<div id="footer" class="text-center">
<div class="container">
<div class="socials-media text-center">
<ul class="list-unstyled">
<li><a href="https://www.facebook.com/profile.php?id=100011718682092"><i class="bi bi-facebook"></i></a></li>
<li><a href="https://twitter.com/Ankit831004"><i class="bi bi-twitter"></i></a></li>
<li><a href="https://www.instagram.com/ankitsing.hhh/"><i class="bi bi-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/ankit-singh-90796b237/"><i class="bi bi-linkedin"></i></a></li>
<li><a href="https://github.com/Ankit831004"><i class="bi bi-github"></i></a></li>
</ul>
</div>
<p>Hope you have a Good Day !</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Folio
-->
Designed by <a href="https://bootstrapmade.com/">Ankit Singh</a>
</div>
</div>
</div><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>