-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
213 lines (198 loc) · 9.57 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
<!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>Shauryaveer Narwal</title>
<link rel="stylesheet" href="styles.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<!--Header-->
<header class="header">
<a href="#" class="logo">Shaurya.</a>
<div class="bx bx-menu" id="menu-icon"></div>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#education">Experience</a>
<a href="#skills">Skills</a>
</nav>
</header>
<!--Home-->
<section class="home" id="home">
<div class="home-content">
<h1>Hi, I'm <span>Shaurya</span></h1>
<div class="text-animate">
<h3>Computer Science Student @MSU</h3>
</div>
<div class="btn-box">
<a href="#about" class="btn">Read More</a>
<a href="#contact" class="btn">Contact</a>
</div>
</div>
<div class="home-sci">
<a href="https://www.linkedin.com/in/shauryaveer-narwal/"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/shaurya10n"><i class="bx bxl-github"></i></a>
<a href="https://www.instagram.com/shaurya.narwal/"><i class="bx bxl-instagram"></i></a>
</div>
</section>
<!--About-->
<section class="about" id="about">
<h2 class="heading">About <span>Me</span></h2>
<div class="about-img">
<img src="Images/face.png">
<span class="circle-spin"></span>
</div>
<div class="about-content">
<h3>Hello Again!</h3>
<p>
I'm Shaurya (Shauryaveer), an undergraduate student at
Mihcigan State University majoring in Computer Science.
I'm a dynamic and tenacious student, skilled in various programming languages,
analytical thinking, and creative problem-solving.
</p>
</div>
</section>
<!--Experience-->
<section class="education" id="education">
<h2 class="heading">My <span>Journey</span><span class="animate scroll" style="--i:1"></span></h2>
<div class="education-row">
<div class="education-column">
<h3 class="title">Education</h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>2018-2022</div>
<h3>High School - Woodhill College</h3>
<p>Completed high school (Grade 9-12) from Woodhill College in South Africa, Pretoria.
with the following awards:<br><br>Curro Academic Excellence Award (National)
<br>Full Colors - Academics<br>Gold Certificate - Best Cricket Player and Team Captain
</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>2022-Present</div>
<h3>Bachelors Degree - Michigan State University</h3>
<p>Currently enrolled as a Computer Science undergraduate student.
I'm a part of the following organisations on campus:<br><br>Honors College<br>AI Club<br>Spartan Hackers</b></p>
</div>
</div>
</div>
</div>
<div class="education-column">
<h3 class="title">Experience</h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>2022 May - Aug</div>
<h3>Communications and Marketing Intern - UNESCO</h3>
<p>
Augmented the promotion of the O3 Plus Program by designing
Videos, Images and Infographics for projects. which helped
increase awareness on the health and wellbeing of young
people in tertiary and higher education institutions. <br><br>
Collaborated with the communications team for Search Engine
Optimization (SEO) by updating and fine-tuning the O3 Plus program's
website for better visibility and user engagement. <br><br>
Assisted the team with creating and reviewing the
communication strategy for the ‘O3 Plus Program’
</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>2022 Jan-May</div>
<h3>IT Intern - New Edge Soft Sol</h3>
<p>Assisted the digital marketing team with Search Engine Optimization (SEO)
and Social Media Marketing- particularly application of varied optimization
techniques, lead generation, Google analytics, social media marketing and
brand reputation management<br><br>Supported the application development
team with creating the interface and coding for IOS and Android mobile
applications for diverse businesses and institutions.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar"></i>2023 May-July</div>
<h3>IT Intern - Geniemode</h3>
<p>text</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Skills-->
<section class="skills" id="skills">
<h2 class="heading">My <span>Skills</span></h2>
<div class="skills-row">
<div class="skills-column">
<h3 class="title">Technical Skills</h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Java <span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Python <span>90%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>HTML CSS Javascript <span>60%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>MySQL <span>60%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
</div>
</div>
<div class="skills-column">
<h3 class="title">Non-Technical Skills</h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Problem Solving <span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Leadership <span>60%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Public Speaking <span>75%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Quick Learner <span>90%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Footer-->
<footer class="footer">
<div class="footer-content">
<h3>CONTACT</h3>
<p>EMAIL: narwalsh@msu.edu</p>
<h3>SOCIALS</h3>
<ul class="socials">
<li><a href="https://www.linkedin.com/in/shauryaveer-narwal/"><i class="bx bxl-linkedin-square"></i></a></li>
<li><a href="https://github.com/shaurya10n"><i class="bx bxl-github"></i></a></li>
<li><a href="https://www.instagram.com/shaurya.narwal/"><i class="bx bxl-instagram"></i></a></li>
</ul>
</div>
<div class="footer-bottom">
<p>Designed by <span>Shauryaveer Narwal.</span></p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>