-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
303 lines (229 loc) · 12.4 KB
/
test.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
<html>
<head>
<link rel="icon" href="favicon.png">
<title>Shubham Aggarwal</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Poppins:wght@300&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://kit.fontawesome.com/2fab43804b.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="heading" id="home">
<div class="nav">
<nav>
<ul class="left">
<li><a href="#about">About Me</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#certifications">Certifications</a></li>
</ul>
<ul class="right">
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">projects</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</nav>
<div class="home">
<a href="#home" class="head"><span style="padding-left:10px ;">Shubham Aggarwal</span></a>
</div>
</div>
</div>
<div class="hero">
<div class="section1">
I <span>Am</span><br>
Shubham <span>Aggarwal</span>
<p>Student <span style="font-size: 50px;">& Web Developer</span></p>
<a href=""><button style="margin-left: 160px; margin-top: 50px; padding-left:60px; padding-right: 60px;">Download CV</button></a>
</div>
</div>
<div class="about" id="about">
<div class="about_right">
<span style="font-size: 40px; padding-left:75px; padding-top: 0px;"> Student & Web Developer</span>
<p>I am a Student Pursing BCA from Jagannath International Management School, Vasant Kunj affiliated to Guru
Gobind Singh Indraprashtha University</p>
<p>I have completed my Clacc X & XII from JM International School Dwarka New Delhi in 2018 & 2020
Respectively</p>
<p>I am a budding developer with interests in Web development, Cybersecurity and cloud technologies</p>
</div>
<div class="about_left">
<i class="fa-solid fa-user-tie"></i>
<span class="title">About Me</span>
<button style="margin-left: 130px; margin-top: 50px; padding-left:60px; padding-right: 60px;">More Info</button>
</div>
</div>
<div class="education" id="education">
<div class="education_right">
<div class="card" style="transform: translateX() translateY(-50%); ">
<h5 style="color: #f9004d; padding-left: 20px; font-size: 30px;">CLASS X<SUP>th</SUP></h5>
<p class="acheive" style="padding: 20px; font-size: 20px; width: 90%;">I completed my calss 10th from JM
International School in 2018.</p>
</div>
<div class="card" style="transform: translateX(+105%) translateY(-106%);">
<h5 style="color: #f9004d; padding-left: 20px; font-size: 30px;">CLASS XII<SUP>th</SUP>
<p class="acheive" style="padding: 20px; font-size: 20px; width: 90%;">I completed Artificial
Inteligence Foundations by NASSCOM and powered by Skill-Up Foundations on
4<sup>th</sup> Oct 2021
</p>
</div>
<div class="card" style="transform: translateX(+210%) translateY(-212%);">
<h5 class=".achievement_h5" style="color: #f9004d; padding-left: 20px; font-size: 30px;">BCA - Pursuing
</h5>
<p class="acheive" style="padding: 20px; font-size: 20px; width: 90%;">I completed my Introduction to
Cybersecurity course offered by Cisco Netacad on 19<sup>th</sup>
jan 2021.
</p>
</div>
</div>
<div class="education_left">
<i class="fa-solid fa-graduation-cap"></i>
<span class="title">Education</span>
<button style="margin-left: 135px; margin-top: 50px; padding-left:60px; padding-right: 60px;">More Info</button>
</div>
</div>
<div class="certifications" id="certifications">
<div class="about_right">
<div class="card" style="transform: translateX() translateY(-50%); ">
<h5 style="color: #f9004d; padding-left: 20px; font-size: 30px;">SIH 2022</h5>
<p class="acheive" style="padding: 20px; font-size: 20px; width: 90%;">currently participating in SIH
2022 and qualified in the internal round of the SIH held at
college level</p>
</div>
<div class="card" style="transform: translateX(+105%) translateY(-106%);">
<h5 style="color: #f9004d; padding-left: 20px; font-size: 30px;">Artificial Inteligence Foundations</h5>
<p class="acheive" style="padding: 20px; font-size: 20px; width: 90%;">I completed Artificial
Inteligence Foundations by NASSCOM and powered by Skill-Up Foundations on
4<sup>th</sup> Oct 2021</p>
<a href="https://drive.google.com/file/d/11hQMt8mq9Lt-eIHcmlPMteGujCCgZcjp/view?usp=sharing"
target="_blank"><button>CERTIFICATE</button></a>
</div>
<div class="card" style="transform: translateX(+210%) translateY(-212%);">
<h5 class=".achievement_h5" style="color: #f9004d; padding-left: 20px; font-size: 30px;">Introduction to
Cybersecurity</h5>
<p class="acheive" style="padding: 20px; font-size: 20px; width: 90%;">I completed my Introduction to
Cybersecurity course offered by Cisco Netacad on 19<sup>th</sup>
jan 2021. </p>
<a href="https://drive.google.com/file/d/1C1p81vDJsc-MCb0Aa_DETXs8t5vBcP2B/view?usp=sharing"
target="_blank"><button>CERTIFICATE</button></a>
</div>
</div>
<div class="about_left">
<i class="fa-solid fa-file-lines"></i>
<span style="padding-left: 60px; font-weight: bold;">Achievements </span>
<span style="padding-left: 190px; font-weight: bold;">&</span>
<span style="padding-left: 60px; font-weight: bold;"> Certifications</span>
<button style="margin-left: 20px; margin-top: 50px; padding-left:60px; padding-right: 60px;">View More Certifications & Achievements</button>
</div>
</div>
<div class="education" id="skills">
<div class="education_right">
<div class="card" style="transform: translateX() translateY(-50%); ">
<h5 style="color: #f9004d; padding-left: 20px; font-size: 30px;">languages</h5>
<p class="acheive" style="padding: 20px; font-size: 20px; width: 90%;">
<div class="points">
<ul type="disc">
<li>C</li>
<li>C++</li>
<li>Java</li>
<li>HTML</a></li>
<li>CSS</li>
<li>JAVASCRIPT</li>
</ul>
</div>
</p>
</div>
<div class="card" style="transform: translateX(+105%) translateY(-106%);">
<h5 style="color: #f9004d; padding-left: 20px; font-size: 30px;">Skills</h5>
<p class="acheive" style="padding: 20px; font-size: 20px; width: 90%;">
<div class="points">
<ul type="disc">
<li></li>
<li>WEB DVELOPEMENT</li>
<li></li>
<li>ANDROID DEVELPMENT</li>
<li></li>
<li>CYBERSECURITY</li>
</ul>
</div>
</p>
</div>
<div class="card" style="transform: translateX(+210%) translateY(-212%);">
<h5 class=".achievement_h5" style="color: #f9004d; padding-left: 20px; font-size: 30px;">Soft Skills
</h5>
<p class="acheive" style="padding: 20px; font-size: 20px; width: 90%;">
<div class="points">
<ul type="disc">
<li></li>
<li>WEB DVELOPEMENT</li>
<li></li>
<li>ANDROID DEVELPMENT</li>
<li></li>
<li>CYBERSECURITY</li>
</ul>
</div>
</p>
</div>
</div>
<div class="education_left">
<i class="fa-solid fa-code" style="padding-left: 130px;"></i>
<span style="padding-left: 170px; font-weight: bold;">Skills</span>
<button style="margin-left: 135px; margin-top: 50px; padding-left:60px; padding-right: 60px;">More Info</button>
</div>
</div>
<div class="projects" id="projects">
<div class="project_right">
<img class="project" src="hello.png" alt="project image" width="500">
<h5 style="color: #f9004d; padding-left: 20px; font-size: 30px;">XStrong Industries Website using Wordpress
</h5>
<ul type="disc" style="padding-left: 70px;padding-top: 50px; color: white; font-size: 22px;">
<li>Designed a website for Xstrong Industries </li>
<li>technologies used: Wordpress, Elementor and Xampp </li>
<li>Created a content rich website as per the client's Requirements</a></li>
<li>Created a Web form using Wp-Forms for enquiry pourposes</li>
</ul>
<button style="margin-left: 160px; margin-top: 50px; padding-left:60px; padding-right: 60px;">More Info</button>
</div>
<div class="about_left">
<i class="fa-solid fa-laptop-code" style="padding-left: 120px;"></i>
<span style="padding-left: 110px; font-weight: bold;">Projects</span>
<button style="margin-left: 90px; margin-top: 50px; padding-left:60px; padding-right: 60px;">View More Projects</button>
</div>
</div>
<div class="education" id="contact">
<div class="education_right">
<div class="contacts" id="contact">
<div class="contact">
<form action="action_page.php" class="format">
<h5>Enter your Name</h5>
<input type="text" id="fname" name="firstname" placeholder="Your name..">
<h5>what's your E-Mail</h5>
<input type="text" id="email" name="email" placeholder="Your E-Mail..">
<h5>Your Questions</h5>
<textarea id="subject" name="Your questions" placeholder="Your Questions.."
style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>
<div class="education_left">
<i class="fa-solid fa-code" style="padding-left: 130px;"></i>
<span style="padding-left: 90px; font-weight: bold;">Contact Me</span>
<button style="margin-left: 135px; margin-top: 50px; padding-left:60px; padding-right: 60px;">More Info</button>
</div>
</div>
<div class="foot">
<!--<p>Just A kid with Aspiring Mind</p>-->
<div class="icons">
<a href="https://twitter.com/shubham99104"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/shubham-aggarwal1215/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://twitter.com/shubham99104"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/shubham99104"><i class="fab fa-discord"></i></a>
</div>
<p class="end">© By Shubham Aggarwal </p>
<p class="end"> All Rights Reserved | Terms & Conditions</p>
</div>
</html>