-
Notifications
You must be signed in to change notification settings - Fork 0
/
skills.html
311 lines (300 loc) · 14.6 KB
/
skills.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="theme-color" content="#f020bc">
<meta name="Description" CONTENT="Portfolio website which includes about page , skills page and contact page with fully responsive design">
<meta name="google-site-verification" content="TNFBcApjqaRSArBtNuMVFZeB3RuD0YuH2ISRk_ZcjPM"/>
<meta property="og:title" content="Vijendra Kumawat" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="vijendra.tech"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Skills</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!--icon-->
<script src="https://kit.fontawesome.com/433888fe69.js" crossorigin="anonymous"></script>
<!-- favicon -->
<link rel="shortcut icon" href="image/favicon.jpg" type="image/x-icon">
<!-- custom css -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="Rest-All.css">
</head>
<body>
<!----------===================Nav bar section===================Start--------------->
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggler"
aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#">portfolio</a>
<div class="collapse navbar-collapse " id="navbarToggler">
<ul class="navbar-nav me-auto mx-3 mb-2 mb-lg-0 ">
<li class="nav-item mx-2">
<a class="nav-link px-3" href="index.html">Home</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link px-3 active" aria-current="page" href="#">skills</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link px-3 " href="about.html">about</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link px-3" href="contact.html">contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!----------===================Nav bar section===================End--------------->
<!-- web tecgnologies -->
<div class="container web-skills skills py-2">
<h2 class="text-center col-12 mb-4 mt-3">Web Technologies</h2>
<div class="row my-3">
<div class="skill col-lg-2 col-md-2 col-4 col-xxl-2">
<img src="image/skills/html.svg" alt="logo">
</div>
<div class=" skill-area col-lg-10 col-md-8 col-8 col-xxl-10">
<ul>
<li>
<h5>HTML 5</h5>
</li>
<li>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-danger" role="progressbar"
style="width: 95%;" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">95%</div>
</div>
</li>
</ul>
</div>
</div>
<div class="row my-3">
<div class="skill col-lg-2 col-md-2 col-4 col-xxl-2">
<img src="image/skills/CSS3.svg" alt="logo">
</div>
<div class=" skill-area col-lg-10 col-md-8 col-8 col-xxl-10">
<ul>
<li>
<h5>CSS 3</h5>
</li>
<li>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-primary" role="progressbar"
role="progressbar" style="width: 85%;" aria-valuenow="85" aria-valuemin="0"
aria-valuemax="100">85%</div>
</div>
</li>
</ul>
</div>
</div>
<div class="row my-3">
<div class="skill col-lg-2 col-md-2 col-4 col-xxl-2">
<img src="image/skills/bootstrap-5.svg" alt="logo">
</div>
<div class=" skill-area col-lg-10 col-md-8 col-8 col-xxl-10">
<ul>
<li>
<h5>BOOTSTRAP 5</h5>
</li>
<li>
<div class="progress">
<div class="progress-bar progress-bar-striped " role="progressbar"
style="width: 90%; background-color: blueviolet;" aria-valuenow="90" aria-valuemin="0"
aria-valuemax="100">90%</div>
</div>
</li>
</ul>
</div>
</div>
<div class="row my-3">
<div class="skill col-lg-2 col-md-2 col-4 col-xxl-2">
<img src="image/skills/react.svg" alt="logo">
</div>
<div class=" skill-area col-lg-10 col-md-8 col-8 col-xxl-10">
<ul>
<li>
<h5>React</h5>
</li>
<li>
<div class="progress">
<div class="progress-bar progress-bar-striped " role="progressbar"
style="width: 80%; background-color: #49d8f5;;" aria-valuenow="80"
aria-valuemin="0" aria-valuemax="100">70%</div>
</div>
</li>
</ul>
</div>
</div>
<!-- <div class="row my-3">
<div class="skill col-lg-2 col-md-2 col-4 col-xxl-2">
<img src="image/skills/wordpress.svg" alt="logo">
</div>
<div class=" skill-area col-lg-10 col-md-8 col-8 col-xxl-10">
<ul>
<li>
<h5>wordpress</h5>
</li>
<li>
<div class="progress">
<div class="progress-bar progress-bar-striped " role="progressbar"
style="width: 60%; background-color: rgb(85, 144, 221);" aria-valuenow="60"
aria-valuemin="0" aria-valuemax="100">60%</div>
</div>
</li>
</ul>
</div>
</div> -->
</div>
<!-- programming languages -->
<div class="container programming-skills skills my-5 py-2">
<h2 class="text-center col-12 my-4">Programming Languages</h2>
<div class="row my-3">
<div class="skill col-lg-2 col-md-2 col-4 col-xxl-2">
<img src="image/skills/java.svg" alt="logo">
</div>
<div class=" skill-area col-lg-10 col-md-8 col-8 col-xxl-10">
<ul>
<li>
<h5>Core Java</h5>
</li>
<li>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-danger" role="progressbar"
style="width: 75%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">90%</div>
</div>
</li>
</ul>
</div>
</div>
<div class="row my-3">
<div class="skill col-lg-2 col-md-2 col-4 col-xxl-2">
<img src="image/skills/javascript.svg" alt="logo">
</div>
<div class=" skill-area col-lg-10 col-md-8 col-8 col-xxl-10">
<ul>
<li>
<h5>JavaScript</h5>
</li>
<li>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-warning" role="progressbar"
style="width: 75%;" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">75%</div>
</div>
</li>
</ul>
</div>
</div>
<div class="row my-3">
<div class="skill col-lg-2 col-md-2 col-4 col-xxl-2">
<img src="image/skills/python.svg" alt="logo">
</div>
<div class=" skill-area col-lg-10 col-md-8 col-8 col-xxl-10">
<ul>
<li>
<h5>python</h5>
</li>
<li>
<div class="progress">
<div class="progress-bar progress-bar-striped" role="progressbar"
style="width: 60%; background: linear-gradient(90deg, rgba(29,103,209,1) 12%, rgba(207,214,18,1) 39%, rgba(62,117,203,1) 65%, rgba(207,214,18,1) 88%);" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100">60%</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Basic Technical skills -->
<div class="container basic-skills skills my-5 py-2">
<h2 class="text-center col-12 my-4">Basic Technical skills</h2>
<div class="row my-3 gy-4">
<div class="skill col-12 ">
<div class="row gx-5 gy-2">
<div class=" skill-area col-lg-2 col-md-2 col-4 col-xxl-2">
<figure>
<img src="image/skills/mysql.svg" alt="logo">
<figcaption>MySQL</figcaption>
</figure>
</div>
<div class=" skill-area col-lg-2 col-md-2 col-4 col-xxl-2">
<figure>
<img src="image/skills/mongodb.svg" alt="logo">
<figcaption>mongodb</figcaption>
</figure>
</div>
<div class=" skill-area col-lg-2 col-md-2 col-4 col-xxl-2">
<figure>
<img src="image/skills/nodejs.svg" alt="logo">
<figcaption>node.js</figcaption>
</figure>
</div>
<div class=" skill-area col-lg-2 col-md-2 col-4 col-xxl-2">
<figure>
<img src="image/skills/c.svg" alt="logo">
<figcaption>c</figcaption>
</figure>
</div>
<div class=" skill-area python col-lg-2 col-md-2 col-4 col-xxl-2">
<figure>
<img src="image/skills/c++.svg" alt="logo">
<figcaption>c++</figcaption>
</figure>
</div>
<div class=" skill-area col-lg-2 col-md-2 col-4 col-xxl-2">
<figure>
<img src="image/skills/vs-code.svg" alt="logo">
<figcaption>vs code</figcaption>
</figure>
</div>
</div>
</div>
<div class=" skill-area col-12">
<div class="progress">
<div class="progress-bar progress-bar-striped bg-info" role="progressbar" style="width: 75%;"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">75%</div>
<div class="progress-bar progress-bar-striped bg-success" role="progressbar" style="width: 75%;"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">50%</div>
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 75%; background-color: rgb(118, 177, 59);"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">40%</div>
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 75%; background-color: rgb(23, 41, 117)"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">45%</div>
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 75%; background-color: rgb(65, 115, 182)"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">55%</div>
<div class="progress-bar progress-bar-striped" role="progressbar" style="width: 75%;"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">78%</div>
</div>
</div>
</div>
</div>
<!-- ====================== Footer Section ============================= -->
<footer class="footer-area mt-5">
<div class="container">
<div class="">
<div class="site-logo text-center py-4">
<a href="#"><img src="image/vijendra.jpg" alt="logo"></a>
</div>
<div class="social text-center">
<h5 class="text-uppercase">Follow me</h5>
<a href="https://github.com/Vijendra-21" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.instagram.com/kumawat_viju_21/" target="_blank"><i
class="fab fa-instagram"></i></a>
<a href="whatsapp://send?text=Hello !&phone=+919079391949" target="_blank"><i
class="fab fa-whatsapp"></i></a>
<a href="https://www.facebook.com/vijendrakumar.kumawat.1998/" target="_blank"><i
class="fab fa-facebook"></i></a>
<a href="http://www.linkedin.com/in/vijendra21" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
<div class="copyrights text-center">
<h6> Copyright ©2022 All rights reserved | Vijendra </h6>
</div>
</div>
</div>
</footer>
<!-- Bootstrap JavaScript: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
</body>
</html>