-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
254 lines (208 loc) · 10 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
<!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">
<title>portfolio website</title>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="css/style.css">
</head>
<header class="header">
<a href="#" class="logo">WELCOME!!</a>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#services">Skills</a>
<a href="#Qualification">Qualification</a>
<a href="#Contact">Contact</a>
</nav>
<div class='bx bx-moon' id="darkMode-icon"></div>
<div class='bx bx-menu' id="menu-icon"></div>
</header>
<section class="home" id="home">
<div class="home-content">
<h3>Hello, I am</h3>
<br>
<h1>Atul Kumar</h1>
<br>
<p>Intermediate Knowledge Of Frontend Development,
currently build the basic website using html,css &javascript.
</p>
<div class="social-media">
<a href="https://www.facebook.com/profile.php?id=100022717445151&mibextid=ZbWKwL"><i class='bx bxl-facebook'></i></a>
<a href="https://www.facebook.com/profile.php?id=100022717445151&mibextid=ZbWKwL"><i class='bx bxl-instagram' ></i></a>
<a href="https://github.com/atulkumar42302"><i class='bx bxl-github' ></i></a>
<a href="https://www.linkedin.com/in/atul-kumar-309051270?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3B%2BdbNAB%2FhQy%2B%2BK8cllbCNpg%3D%3D"><i class='bx bxl-linkedin' ></i></a>
</div>
<a download="" href="pdf/Atul-Cv .pdf.pdf" class="btn">Download CV</a>
</div>
<div class="profession-container">
<div class="profession-box">
<div class="profession" style="--i:0;">
<i class='bx bx-code-alt'></i>
<h3>Web Developer</h3>
</div>
<div class="profession" style="--i:1;">
<i class='bx bx-palette'></i>
<h3>Web Designer</h3>
</div>
<div class="profession" style="--i:2;">
<i class='bx bx-code-alt' ></i>
<h3>Web Developer</h3>
</div>
<div class="profession" style="--i:3;">
<i class='bx bx-palette'></i>
<h3>Web Designer</h3>
</div>
<div class="circle"></div>
</div>
<div class="overlay"></div>
</div>
<div class="home-img">
<img src="#" alt="" >
</div>
</section>
<!--about section Design-->
<section class="about" id="about">
<div class="about-img">
<img src="images/about.png" alt="">
</div>
<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Hi, My Name Is Atul Kumar</h3>
<p>I am atul kumar, i belongs to saharanpur Uttar Pradesh.
currently i am persuing bca from Dev Bhoomi Uttarakhand University, and my graduation will complete after 2 years.
i have done my intermediate from saraswati vihar school saharanpur.
my short ambition is take experience in work, and long term ambition is become master in a job specific skill...and join a professional organisation.
</p>
<a href="" class="btn">Read More</a>
</div>
</section>
<!------------------my skills ---------------------->
<section class="services" id="services">
<h2 class="heading">My <span>Skills</span></h2>
<div class="row">
<section class="col">
<div class="sub-title">
<h2>Programming Skills</h2>
</div>
<div class="skills-container">
<div class="skill">
<div class="subject">HTML</div>
<div class="progress-bar" value="90%">
<div class="progress-line" style="max-width: 90%"></div>
</div>
<div class="skill">
<div class="subject">CSS</div>
<div class="progress-bar" value="70%">
<div class="progress-line" style="max-width: 70%"></div>
</div>
<div class="skill">
<div class="subject">BOOTSTRAP</div>
<div class="progress-bar" value="64%">
<div class="progress-line" style="max-width: 64%"></div>
</div>
<div class="skill">
<div class="subject">JAVASCRIPT</div>
<div class="progress-bar" value="58%">
<div class="progress-line" style="max-width: 58%"></div>
</div>
<div class="skill">
<div class="subject">DSA</div>
<div class="progress-bar" value="55%">
<div class="progress-line" style="max-width: 55%"></div>
</div>
<div class="skill">
<div class="subject">JQUERY</div>
<div class="progress-bar" value="50%">
<div class="progress-line" style="max-width: 50%"></div>
</div>
</div>
</div>
</section>
</div>
<!------------------------------------Qualification------------------------------------------>
<section class="Qualification" id="Qualification">
<h2 class="heading">My <span>Qualification</span></h2>
<div class="container">
<main class="row">
<section class="col">
<header class="title">
<a href="#" class="btn">Education</a>
<br>
</header>
<div class="contents">
<div class="box">
<h4>2022 - 2025</h4>
<h3>Bachelor's Of Computer Application</h3>
<h5>Dev Bhoomi Uttrakhand University</h5>
<br>
<p>Dehradun,Uttrakhand|</p>
</div>
<div class="box">
<h4>2021 - 2022</h4>
<h3>Intermediate | Commerce</h3>
<h5>Saraswati Vihar Senior Secondary School</h5>
<br>
<p>Delhi Road,Saharanpur</p>
</div>
<div class="box">
<h4>2019 - 2020</h4>
<h3>High School</h3>
<h5>Saraswati Vihar Senior Secondary School</h5>
<br>
<p>Delhi Road,Saharanpur</p>
</div>
</div>
</section>
</main>
</div>
</section>
<!-----------------------------------Contact----------------------------------------->
<section class="Contact" id="Contact">
<h2 class="heading">Contact <span>Me</span></h2>
<br><br><br>
<span class="Section__subtitle"></span>
<div class="contact__container container grid">
<div>
<div class="contact__information">
<i class='bx bx-phone contact__icon'></i>
<div>
<h3 class="contact__title">Call Me</h3>
<span class="contact__subtitle">9917723076</span>
<br><br><br><br>
</div>
</div>
<div class="contact__information">
<i class='bx bx-envelope contact__icon' ></i>
<div>
<h3 class="contact__title">Email</h3>
<span class="contact__subtitle">atul42302@gmail.com</span>
<br><br><br><br>
</div>
<div class="contact__information">
<i class='bx bx-map contact__icon' ></i>
<div>
<h3 class="contact__title">Location</h3>
<span class="contact__subtitle">Dehradun,Uttrakhand</span>
<br><br><br>
</div>
</div>
</div>
</section>
<!------------------footer-------------------->
<footer class="footer">
<div class="footer-text">
<p>Copyright © 2023 by atul | 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>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>