-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
262 lines (248 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Info -->
<meta charset="UTF-8"/>
<meta name="description" content="This is the start of Vajresh's CV"/>
<meta name="viewport" content="width=device-width, initial-scale=1."/>
<!-- Title Icon -->
<link rel="icon" href="images/Luffy.jpg"/>
<title>
Vajresh's CV
</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap" rel="stylesheet"/>
<!-- Icons -->
<script src="https://kit.fontawesome.com/77ffb54878.js" crossorigin="anonymous"></script>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/light.css" id="theme"/>
</head>
<body>
<!-- Nav Bar -->
<nav class="nav">
<a href="#skills" id="top"> Skills </a>
<a href="#languages"> Languages </a>
<a href="#education"> Education </a>
<a href="#work"> Work </a>
<a href="#footer"> Footer </a>
</nav>
<div class="checkbox">
<label>
<input type="checkbox" id="btn">
<em class="dark"> Dark Mode </em>
<span class="check"></span>
</label>
</div>
<!-- Back to Top -->
<a href="#top"> Top </a>
<!-- Main Content -->
<div class="main">
<!-- Left-Side Card -->
<div class="left">
<!-- My Avatar with my Name-->
<div style="position: relative;" >
<img src="images\Laptop.jfif" alt="Avatar" width="100%" style="position: relative; opacity: 0.4;"/>
<div class="namePosition">
<span class="name colorO"> Vajresh </span>
</div>
</div>
<!-- Info, Skills & Lang -->
<!-- info -->
<div class="info" >
<p>
<i class="fas fa-laptop-code colorO">
<em class="margin text"> Web Developer </em>
</i>
</p>
<p>
<i class="fas fa-home colorO">
<em class="margin text"> Mumbai, India </em>
</i>
</p>
<p>
<i class="fas fa-at colorO">
<a href="#" class="margin"> vajresh005@gmail.com </a>
</i>
</p>
<p>
<i class="fas fa-phone-square-alt colorO">
<a href="#" class="margin text"> 8356085124 </a>
</i>
</p>
<hr/>
<!-- Skills -->
<p id="skills">
<i class="fab fa-battle-net colorO">
<em class="fontSize margin heading">Skills</em>
</i>
</p>
<p>
HTML & CSS
<div class="meterBase roundBorder textAtCenter">
<div class="meter roundBorder" style="width: 80%;">
80%
</div>
</div>
</p>
<p>
JavaScript
<div class="meterBase roundBorder textAtCenter">
<div class="meter roundBorder" style="width: 85%;">
85%
</div>
</div>
</p>
<p>
React
<div class="meterBase roundBorder textAtCenter">
<div class="meter roundBorder" style="width: 40%;">
40%
</div>
</div>
</p>
<p>
Node & Express
<div class="meterBase roundBorder textAtCenter">
<div class="meter roundBorder" style="width: 35%;">
35%
</div>
</div>
</p>
<hr/>
<!-- Languages -->
<p id="languages">
<i class="fas fa-globe colorO">
<em class="fontSize margin heading">Languages</em>
</i>
</p>
<p>
English
<div class="meterBase roundBorder textAtCenter">
<div class="meter roundBorder" style="width: 70%;"></div>
</div>
</p>
<p>
Marathi
<div class="meterBase roundBorder textAtCenter">
<div class="meter roundBorder" style="width: 50%;"></div>
</div>
</p>
<p>
Hindi
<div class="meterBase roundBorder textAtCenter">
<div class="meter roundBorder" style="width: 70%;"></div>
</div>
</p>
</div>
</div>
<!-- Right-Side Card-->
<!-- Education -->
<div id="education" class="right padding">
<p>
<i class="fas fa-graduation-cap colorO">
<em class="fontSize margin heading"> Education </em>
</i>
</p>
<div class="division" style="margin: 30px 0px 0px 0px;">
<h3> St. Therese Convent School </h3>
<i class="fas fa-calendar-alt colorG">
<em class="year margin"> 2008 - 2018 </em>
</i>
<p><em> Primary Education </em></p>
<hr/>
</div>
<div class="division" style="margin: 10px 0px 0px 0px;">
<h3> Royal Junior College </h3>
<i class="fas fa-calendar-alt colorG">
<em class="year margin"> 2018 - 2020 </em>
</i>
<p><em> Secondary Education </em></p>
<hr/>
</div>
<div class="division" style="margin: 10px 0px 0px 0px;">
<h3> Lithan </h3>
<i class="fas fa-calendar-alt colorG">
<em class="year margin"> 2020 - 2024 </em>
</i>
<p><em> Graduation </em></p>
</div>
</div>
<!-- Work -->
<div id="work" class="right padding">
<p>
<i class="fas fa-briefcase colorO">
<em class="fontSize margin heading"> Work </em>
</i>
</p>
<div class="division" style="margin: 30px 0px 0px 0px;">
<a href="https://birthday-notifier00.herokuapp.com/">
<i class="fas fa-birthday-cake"></i>
<h3 class="project-link"> Birthday Tracker </h3>
</a>
<p>
<em>
A website where I can save and retrieve birthdays of people. <br/>
Website link: <a href="https://birthday-notifier00.herokuapp.com/" class="project-link">Birthday Tracker</a> <br/>
<a href="https://github.com/VAJRESH/birthday-notifier" class="project-link">Source Code</a>
</em>
</p>
<hr/>
</div>
<div class="division" style="margin: 10px 0px 0px 0px;">
<a href="https://github.com/VAJRESH/Penguin-Illustration">
<i class="fas fa-paint-brush"></i>
<h3 class="project-link"> Penguin Illustration </h3>
</a>
<p>
<em>
A penguin illustration made with pure CSS. <br/>
<a href="https://github.com/VAJRESH/Penguin-Illustration" class="project-link">Source Code</a>
</em>
</p>
<hr/>
</div>
<div class="division" style="margin: 10px 0px 0px 0px;">
<a href="https://github.com/VAJRESH/Landing-Page">
<i class="fab fa-redhat"></i>
<h3 class="project-link"> Landing Page </h3>
</a>
<p>
<em>
Single Page Website made using SCSS and Bootstrap 5. <br/>
Website link: <a href="https://vajresh.github.io/Landing-Page" class="project-link">Landing Page</a> <br/>
<a href="https://github.com/VAJRESH/Landing-Page" class="project-link">Source Code</a>
</em>
</p>
<hr/>
</div>
<div class="division" style="margin: 10px 0px 0px 0px;">
<a href="https://github.com/VAJRESH/blood-donation">
<i class="fas fa-tint"></i>
<h3 class="project-link"> Blood Donation Project </h3>
</a>
<p>
<em>
A project which is currently I am working on.
Although you can have a glance at it.
Don't mind the design. <br/>
Website link: <a href="https://blood-donation45.herokuapp.com/" class="project-link">Blood Donation Tracker</a> <br/>
<a href="https://github.com/VAJRESH/blood-donation" class="project-link">Source Code</a>
</em>
</p>
<hr/>
</div>
</div>
<!-- Links and Bottom Content-->
<footer id="footer">
<p>
<em class="darkText"> You Can Find Me On </em>
</p>
<a href="https://www.instagram.com/vajreshh/" target="_blank" class="fab fa-instagram darkText"></a>
<a href="https://www.linkedin.com/in/vajresh005" target="_blank" class="fab fa-linkedin darkText margin"></a>
<a href="https://github.com/VAJRESH" target="_blank" class="fab fa-github darkText"></a>
</footer>
</div>
</body>
<!-- JS -->
<script src="js/dark.js"></script>
</html>