-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
353 lines (297 loc) · 17.1 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
<!doctype html>
<html lang="en">
<head>
<title>portfolio</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS v5.2.1 -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css">
<!-- font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<!-- favicon -->
<link rel="shortcut icon" href="http://sstatic.net/so/favicon.ico">
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
<!-- scroll aos -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- on top scroll -->
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<!-- place navbar here -->
<nav>
<div class="logo">soni</div>
<ul id="sidemenu">
<li> <a class="active" href="#home">Home</a></li>
<li> <a href="#about">About</a></li>
<li> <a href="#skill">Skills</a></li>
<li> <a href="#education">Education</a></li>
<li> <a href="#project">Projects</a></li>
<li> <a href="#contact">Contact us</a></li>
<i class="fa-regular fa-circle-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
</header>
<main>
<!-- home -->
<section>
<section class="home" id="home">
<div id="particles-js"></div>
<div class="home-top-scroll"><i class="fas fa-chevron-up"></i></div>
<div class="content" >
<h2>Hi There,<br/> I'm soni <span>maurya</span></h2>
<p>i am into <span class="multiple-text"></span></p>
<a href="#about" class="btn"><span>About Me</span>
<i class="fa fa-solid fa-arrow-down"></i>
</a>
<div class="socials">
<ul class="social-icon">
<li><a class="whatsapp" aria-label="whatsapp" href="https://wa.me/qr/OK7CZHCV2DGVD1" target="_blank"><i class="fa-brands fa-whatsapp"></i></a></li>
<li><a class="linkedin" aria-label="LinkedIn" href="https://www.linkedin.com/in/soni-maurya-3803a122b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a class="github" aria-label="GitHub" href="https://github.com/Soni-maurya17" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a class="twitter" aria-label="Twitter" href="https://x.com/SoniMau43358364?t=Dybf6npF9bJI5rtbzw_n9w&s=08" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a class="telegram" aria-label="Telegram" href="" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a class="instagram" aria-label="Instagram" href="https://www.instagram.com/ll__soni.__ll?utm_source=qr&igsh=eDZtdGhpdWEwaXc3"><i class="fab fa-instagram" target="_blank"></i></a></li>
</ul>
</div>
</div>
<div class="image">
<img draggable="false" class="tilt" src="soni.jpeg" alt="">
</div>
</section>
</section>
<!-- about -->
<section>
<div class="about" id="about">
<div class="about-container">
<div class="row">
<div class="about-col-1">
<img src="soni.jpeg" alt="">
</div>
<div class="about-col-2">
<h1 class="about-sub-title"><i class="fa-solid fa-user"></i> About <span>me</span></h1>
<h1>i'm soni maurya</h1>
<h6>full stack devloper</h6>
<div class="about-content"> <p>i am a full-stacck devloper based in lucknow, india.
<br>i am a b.tech student via computer science and enginnering from AKTU. <br>
A passionate and detail-oriented web developer with a strong foundation in front-end and back-end development.
Proficient in HTML, CSS, JavaScript, and frameworks like Django.
Experienced in building responsive, user-friendly websites and web applications, ensuring seamless performance across devices. Skilled in collaborating with cross-functional teams, troubleshooting, and implementing innovative solutions to complex problems. Committed to staying updated with the latest web technologies and best practices
to deliver high-quality and scalable web solutions. </P></div>
<Button>
<a href="sonicv.pdf" download class=" btn1">Resume <i class="fa-solid fa-angle-right"></i></a>
</Button>
</div>
</div>
</div>
</div>
</section>
<!-- skill -->
<section>
<div class="skill" id="skill">
<h1 class="sub-title-skill"><i class="fa-solid fa-laptop-code"></i> Skills</h1>
<div class="container-fluid " >
<div class="skill-card">
<div class="skill-box">
<img src="html-5.png" alt="">
<h5>HTML</h5>
</div>
<div class="skill-box">
<img src="css.png" alt="">
<h5>CSS</h5>
</div>
<div class="skill-box">
<img src="javascript.png" alt="">
<h5>JavaScript</h5>
</div>
<div class="skill-box">
<img src="python.png" alt="">
<h5>Pthon</h5>
</div>
<div class="skill-box">
<img src="java.png" alt="">
<h5>Java</h5>
</div>
<div class="skill-box">
<i class="fa-brands fa-github"></i>
<h5>GitHub</h5>
</div>
<div class="skill-box">
<img src="bootstrap (1).png" alt="">
<h5>BootStrap</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- eucation -->
<section>
<div class="education" id="education">
<h1 class="sub-title-education"><i class="fa-solid fa-graduation-cap"></i>my <span>Education</span></h1>
<div class="sen"><p>education is not the learning of facts , but the training of the mind to think.</p></div>
<div class="education-container" >
<div class="education-box">
<img src="pic1.jpeg" alt="">
<div class="content">
<h3>Bachelors of technology in computer science and engineering</h3>
<p>school of management sciences |AKTU</p>
<h5>2021-2025 | pursuing</h5>
</div>
</div>
<div class="education-box">
<img src="pic2.jpeg" alt="">
<div class="content">
<h3>Intermediate in PCM (ISC Board)</h3>
<p>new public college <br>
deputy ganj, neelmatha lucknow.</p>
<h5>2019-2021 | completed | secured 86.5%</h5>
</div>
</div>
<div class="education-box">
<img src="pic2.jpeg" alt="">
<div class="content">
<h3>High School (ICSE Board)</h3>
<p>new public college <br>
deputy ganj, neelmatha lucknow.</p>
<h5>2017-2019 | completed | secured 80%</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- projects -->
<section>
<div class="project" id="project">
<h1 class="project-sub-title"><i class="fa-solid fa-laptop-code"></i> My <span> Projects</span></h1>
<div class="project-container">
<div class="project-box">
<img src="project1.jpg" alt="">
<div class="layer">
<h3>Travel blogs</h3>
<p>this website provie a platform to users to share their travelling experience with others.</p>
<button><a href="https://github.com/Soni-maurya17/travel_blog"><i class="fa-solid fa-link"></i></a> <p>code <i class="fa-solid fa-laptop-code"></i> </p></button>
<button><a href=""><i class="fa-solid fa-link"></i></a><p>view <i class="fa-solid fa-eye"></i></p></button>
</div>
</div>
<div class="project-box">
<img src="project2.jpg" alt="">
<div class="layer">
<h3>Sasti dukan</h3>
<p>this is an e-commerce website made by django framework b this website costumers and sellers can buy or sell their products and have a secure transaction process</p>
<button><a href="https://github.com/Soni-maurya17/sasti_dukan"><i class="fa-solid fa-link"></i></a> <p>code <i class="fa-solid fa-laptop-code"></i> </p></button>
<button> <a href=""><i class="fa-solid fa-link"></i></a> <p>view <i class="fa-solid fa-eye"></i></p></button>
</div>
</div>
<div class="project-box">
<img src="project3.jpg" alt="">
<div class="layer">
<h3>q trip</h3>
<p>this website provie a platform to users to choose their destination plans and we provide them tour-packages.</p>
<button><a href=""><i class="fa-solid fa-link"></i></a> <p>code <i class="fa-solid fa-laptop-code"></i> </p></button>
<button> <a href=""><i class="fa-solid fa-link"></i></a> <p>view <i class="fa-solid fa-eye"></i></p></button>
</div>
</div>
</div>
<a href="" class="btn">See more <i class="fa-solid fa-arrow-right-long"></i></a>
</div>
</div>
</section>
<!-- contact -->
<section>
<div class="contact" id="contact">
<div class="contact-container">
<div class="row">
<div class="contact-left">
<h1 class="form-sub-title"><i class="fa-solid fa-headset"></i> get in <span> touch </span></h1>
<div class="contact-card">
<form action="" method="post" name="submit-to-google-sheet" >
<input type="text" name="name" placeholder="your name" required ></i>
<input type="email" name="EMAIL" placeholder="your email" required ></i>
<textarea name="message" rows="6" placeholder="your message"></textarea>
<button type="submit" class="btn btn2"><i class="fa-solid fa-paper-plane"></i>Submit</button>
</form>
<span id="msg">
</span>
</div>
</div>
<div class="contact-right">
<h1 class="contact-sub-title">Contact <span> Me </span></h1>
<p><i class="fa-solid fa-envelope"></i>[email protected]</p>
<p><i class="fa-solid fa-phone"></i>XXX-XXX-XXXX</p>
<p><i class="fa-solid fa-location-dot"></i>Lucknow,India-226002</p>
<div class="social-icons">
<a href=""><i class="fa-brands fa-instagram"></i></a>
<a href="https://wa.me/qr/OK7CZHCV2DGVD1"><i class="fa-brands fa-whatsapp"></i></a>
<a href="https://www.linkedin.com/in/soni-maurya-3803a122b?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Soni-maurya17"><i class="fa-brands fa-github"></i></a>
<a href="https://x.com/SoniMau43358364?t=Dybf6npF9bJI5rtbzw_n9w&s=08"><i class="fa-brands fa-x-twitter"></i></a>
<a href=""><i class="fa-brands fa-telegram"></i></a>
</div>
</div>
</div>
<div class="copyright">
<p>copyright made by <i class="fa-solid fa-heart"></i> @ Soni Maurya</p>
</div>
</div>
</div>
</section>
</main>
<footer>
<!-- place footer here -->
</footer>
<!-- Bootstrap JavaScript Libraries -->
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js">
</script>
<script src="src.js"></script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbyDZQadguLf6_Vek55aoa9p7D6LQdblS4-G_-73DxFK4yI1Vxv6bXEDCy7zDYWPtYOm/exec'
const form = document.forms['submit-to-google-sheet']
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></scripT>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"
></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/672634c02480f5b4f597dadc/1ibmjs502';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>