-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
258 lines (221 loc) · 9.86 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
<!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" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"
/>
<!-- box icons -->
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<!-- css -->
<title>Aniket</title>
<link rel="icon" href="letterA.jpg" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="header">
<a href="#" class="logo">Hello, it's Me<span>!</span></a>
<i class="bx bx-menu" id="menu-icon"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#services">Skills</a>
<a href="#portfolio">portfolio</a>
<a href="#contact">Achievements</a>
</nav>
</header>
<!-- home section -->
<section class="home" id="home">
<video autoplay muted loop>
<source src="Untitled.mp4" type="video/mp4" />
</video>
<div class="home-content">
<h1>Aniket</h1>
<h3>and I'm a <span class="multiple-text"></span></h3>
<p>
As a passionate developer and coder, I possess a unique set of skills and talents that enable me to turn your ideas into reality. I have the ability to think outside the box and come up with creative solutions to complex problems.
</p>
<!-- <div class="home-img">
<img src="homef.gif" alt="" />
</div> -->
</section>
<!-- about section -->
<section class="about" id="about">
<div class="about-content">
<h2 class="heading">About <span>Me </span></h2>
<h3>Frontend Developer!</h3>
<p>
I am a 3rd-year student pursuing a Bachelor of Technology(B.Tech) from Bhagalpur college of Engineering in computer science and engineering. I am a passionate front-end developer and competitive coder also have a good command of my core subjects like DM, OS, DBMS, DSA, DAA, and FLATE.
</p>
<div class="social-media">
<a
target="_blank"
href="https://www.linkedin.com/in/aniket-54a484236/"
><i class="bx bxl-linkedin"></i
></a>
<a target="_blank" href="https://github.com/aniketraj1615"
><i class="bx bxl-github"></i
></a>
<a
target="_blank"
href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]&su=SUBJECT&body=BODY"
><i class="bx bxl-gmail"></i
></a>
<a target="_blank" href="https://twitter.com/aniketraj1615"
><i class="bx bxl-twitter"></i
></a>
<a target="_blank" href="https://www.instagram.com/an.iket1816/"
><i class="bx bxl-instagram"></i
></a>
</div>
<a href="#" onclick="window.open('aniket_res.pdf')" class="btn">Download CV</a>
</div>
</div>
<div class="about-img">
<img src="about8f.gif" alt="" />
</div>
</section>
<!-- Experiences section -->
<!-- Services section -->
<section class="services" id="services">
<h2 class="heading">My <span>Skills</span></h2>
<div class="services-container">
<div class="services-box">
<i class="bx bx-code-curly"></i>
<h3>Web Devlopment</h3>
<p>
As a Front-End Developer, I possess an impressive array of skills that allow me to create amazing digital experiences that leave a lasting impact on users. I have deep understanding of web development technologies such as HTML, CSS, and JavaScript.
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class="bx bx-code"></i>
<h3>competitive coder</h3>
<p>
As a Competitive Coder, I possess a unique set of skills that set me apart from others in my field. I have a sharp mind and a deep understanding of algorithms and data structures, enabling me to solve complex coding problems with ease.
</p>
<a href="#" class="btn">Read More</a>
</div>
<div class="services-box">
<i class="bx bx-chalkboard"></i>
<h3>Home Tutor</h3>
<p>
My passion for learning and teaching shines through in my work, as i strive to provide students with the tools they need to succeed. My ability to communicate complex concepts in a simple and understandable way shows my deep understanding of the subject matter.
</p>
<a href="#" class="btn">Read More</a>
</div>
</div>
</section>
<!-- Portfolio section -->
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="weather1.png" alt="" />
<div class="portfolio-layer">
<h4>Weather web</h4>
<p>
This website is simply made by HTML, CSS , javascript and weather API.Please have a look by clicking the below link.
</p>
<a target="_blank" href="https://aniketraj1615.github.io/weather_web/"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="cal2.png" alt="" />
<div class="portfolio-layer">
<h4>Calculator</h4>
<p>
This website is simply made by HTML, CSS , javascript.Please have a look by clicking the below link.
</p>
<a target="_blank" href="https://aniketraj1615.github.io/calculator_using-_html-css-js/"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="drum3.png" alt="" />
<div class="portfolio-layer">
<h4>Music system</h4>
<p>
This website is simply made by HTML, CSS , javascript.Please have a look by clicking the below link.
</p>
<a target="_blank" href="https://aniketraj1615.github.io/02.drum-kit/"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="watch4.png" alt="" />
<div class="portfolio-layer">
<h4>Analog Watch</h4>
<p>
This website is simply made by HTML, CSS , javascript.Please have a look by clicking the below link.
</p>
<a target="_blank" href="https://aniketraj1615.github.io/analog_clock/"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="dice-game5.png" alt="" />
<div class="portfolio-layer">
<h4>Dice Game</h4>
<p>
This website is simply made by HTML, CSS , javascript.Please have a look by clicking the below link.
</p>
<a target="_blank" href="https://aniketraj1615.github.io/1.dice-game/"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="caranimation6.png" alt="" />
<div class="portfolio-layer">
<h4>Car Animation</h4>
<p>
This website is simply made by HTML, CSS , javascript.Please have a look by clicking the below link.
</p>
<a target="_blank" href="https://aniketraj1615.github.io/04.carAnimation/"><i class="bx bx-link-external"></i></a>
</div>
</div>
</section>
<!-- achievements section -->
<section class="contact" id="contact">
<h2 class="heading">My <span>Achievements!</span></h2>
<div class="container">
<div class="swiper">
<div class="swiper-wrapper" id="tobecenter">
<div class="swiper-slide">
<img src="hackthon.jpeg" alt="" />
</div>
<div class="swiper-slide">
<img src="max_score.jpeg" alt="" />
</div>
<div class="swiper-slide">
<img src="codebye.jpeg" alt="" />
</div>
<div class="swiper-slide">
<img src="robotics.jpeg" alt="" />
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</section>
<footer class="footer">
<div class="footer-text">
<p>Copyright © by Aniket | All Rights Reserved.</p>
</div>
<div class="footer-iconTop">
<a href="#home"><i class="bx bx-up-arrow-alt"></i></a>
</div>
</footer>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- typed js -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<!-- custom javascript -->
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="script.js"></script>
</body>
</html>