-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
322 lines (297 loc) · 15.5 KB
/
index.html
File metadata and controls
322 lines (297 loc) · 15.5 KB
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
312
313
314
315
316
317
318
319
320
321
322
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Portfolio</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link
rel="icon"
href="assets/favicon.ico"
/>
<link rel="stylesheet" href="portfolio.css" />
<meta name="theme-color" content="#2f3136" />
</head>
<body>
<section class="main">
<div class="navbar">
<div class="nav-brand-box">
<a href="#"> <img
class="nav-brand-img"
src="assets/favicon.ico"
alt=""
/></a>
<a href="#"> <h1 class="nav-brand-text">Portfolio</h1>
</a></div>
<ul class="navbar-pc-menu">
<li> <input type="checkbox" class="checkbox" id="checkbox">
<label for="checkbox" class="checkbox-label">
<i class="fa fa-moon-o"style="color:yellow"></i>
<i class="fa fa-sun-o"style="color:orange"></i>
<span class="ball"></span>
</label></li>
<li> <a class="btn-2" href="#intro" style="text-decoration: none;">Intro </a></li>
<li> <a class="btn-2" href="#about" style="text-decoration: none;">About me </a></li>
<li> <a class="btn-2" href="#certify-box" style="text-decoration: none;">Certifications </a></li>
<li> <a class="btn-2" href="#skills-box" style="text-decoration: none;">Skills </a></li>
<li> <a class="btn-2" href="#exper-box" style="text-decoration: none;">Experience </a></li>
<div class="separator"></div>
</ul>
<div onclick="toggle_menu()" class="navbar-mobile">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
<ul class="navbar-mobile-menu">
<li> <a class="btn-2" href="#intro" style="text-decoration: none;">Intro </a></li>
<div class="mobile-separator"></div>
<li> <a class="btn-2" href="#about" style="text-decoration: none;">About me </a></li>
<div class="mobile-separator"></div>
<li> <a class="btn-2" href="#certify-box" style="text-decoration: none;">Certifications </a></li>
<div class="mobile-separator"></div>
<li> <a class="btn-2" href="#skills-box" style="text-decoration: none;">Skills </a></li>
<div class="mobile-separator"></div>
<li> <a class="btn-2" href="#exper-box" style="text-decoration: none;">Experience </a></li>
<div class="mobile-separator"></div>
<li> <input type="checkbox" class="checkbox2" id="checkbox2">
<label for="checkbox2" class="checkbox2-label">
<i class="fa fa-moon-o"style="color:yellow"></i>
<i class="fa fa-sun-o"style="color:orange"></i>
<span class="ball"></span>
</label></li>
</ul>
</div>
</div>
<div class="intro" id="intro">
<div class="home-wrapper">
<div class="home-box">
<div class="home-text-box">
<h1 class="velocity-main-text" style="color: #0884fc;">G_vybhav</h1>
<div class="velocity-new-text">
<h3>BCA(2022-2025)</h3>
<h3>Gitam school of sciences.</h3>
</div>
<div class="services-box">
<a class="service-text" href="#">Student</a>
<a class="service-text" href="#">Programmer</a>
<a class="service-text" href="#">Designer</a>
<a class="service-text" href="#">Web Developer</a>
</div></div>
<img class="home-img" src="assets/img/sd.png"style="background:transparant" alt="" />
</div>
</div><br><br><br>
</div>
<div class="velocity-sub-text">I have relevant skills in
<a href="" class="typewrite" data-period="2000" data-type='["Web Development","Data science","AI/ML","Designing."]'>
</a>
<span class="wrap"></span>
</div>
<div id="about" class="aboutme-wrapper">
<p class="aboutme-header"> <button class="glow-on-hover" type="button"><a href="#" target="_blank">
About me</a></button></p>
<br>
<div class="aboutme-box" >
<img class="aboutme-img" src="assets/img/kj.png" alt="" />
<p class="aboutme-description">
I am G. Vybhav, a second-year BCA student at Gitam University, Vizag.
I am currently working as a web development intern at Stone Music Hangout.
I am interested in both data science and web development fields.
I have a passion for learning new technologies and applying them to solve real-world problems.
I am a quick learner, a team player, and a problem solver.
I am proficient in JavaScript, HTML, CSS, and Git.
I am also familiar with Python, SQL, and C++.
I am looking for opportunities to gain more experience in web development and data science and to contribute to meaningful projects that make a difference in people's lives.
</p>
</div>
</div><br>
<div class="certify-box" id="certify-box">
<div class="certify">
<button class="glow-on-hover" type="button"><a href="#" target="_blank">
Certifications</a></button></div>
<br>
<div class="feature-wrapper">
<div class="feature-container">
<div class="feature-box"><a href="https://www.credly.com/badges/15787e29-6df1-48e4-ada8-c29c158cf76e/linked_in?t=ryk481"type="_blank">
<img class="feature-img" src="assets/img/lightning.png" alt="" />
<h1 class="feature-header">Data Science Orientation</h1><br>
<p class="feature-description">
To earn the Data Science Orientation badge, I completed the Data Science Orientation course offered by IBM on Coursera.
The course provided me with a good understanding of why data science, artificial intelligence (AI), and machine learning are revolutionizing the way people do things.
The course covered topics such as the data exploration and visualization, data ingestion, and data analysis.
</p></a>
</div>
<div class="feature-box"><a href="https://www.credly.com/badges/6e713572-18df-48ae-8243-df73b9536be2/linked_in?t=s155h6" type="_blank">
<img class="feature-img" src="assets/img/UI.png" alt="" />
<h1 class="feature-header">Data Science Methodology</h1><br>
<p class="feature-description">
To earn the Data Science Methodologies badge, I completed the Data Science Methodologies course offered by IBM Training. The course provided me with an understanding of the essential steps used in data science business and research problem solving. This includes:
Problem definition,
Data collection,
Data preparation,
Data modeling,
Data evaluation,
Deployment.
</p></a>
</div>
<div class="feature-box"><a href="https://www.credly.com/badges/19168d48-94d9-4d77-8ff8-954297a1e273/linked_in?t=s155mm"type="_blank">
<img class="feature-img" src="assets/img/money.png" alt="" />
<h1 class="feature-header">Python Project For Data Science</h1><br>
<p class="feature-description">
To earn the Python Project for Data Science badge, I completed the Python Project for Data Science course offered by IBM on Coursera.
The course primarily involves completing a project in which I assumed the role of a Data Scientist or a Data Analyst and was provided with a real-world inspired scenario.
</p></a>
</div>
<div class="feature-box"><a href="https://www.hackerrank.com/certificates/9e4e3b2fccfd" type="_blank">
<img
class="feature-img"
src="assets/img/customization.png"
alt=""
/>
<h1 class="feature-header">SQL(Intermediate)</h1><br>
<p class="feature-description">
To earn the HackerRank SQL Intermediate Certificate, I completed the SQL Intermediate course offered by HackerRank. The course provided me with an understanding of intermediate-level SQL concepts and skills. The course covered the following topics:
Advanced SQL queries,
Data manipulation language (DML) statements,
Data definition language (DDL) statements.
</p></a>
</div>
</div>
</div>
</div>
<div class="skills-box" id="skills-box">
<div id="projects" class="project-wrapper">
<h1 class="project-header"><button class="glow-on-hover" type="button"><a href="#" target="_blank">
Skills</a></button></h1>
<div class="project-box">
<div class="project">
<div class="min">
<div class="probox">
<h1 class="project-title">Python</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/python.png" alt="" />
</div><div class="probox">
<h1 class="project-title">C++</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/c++.png" alt="" />
</div>
<div class="probox">
<h1 class="project-title">R</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/r.png" alt="" />
</div>
<div class="probox">
<h1 class="project-title">HTML</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/html.png" alt="" />
</a></div>
<div class="probox">
<h1 class="project-title">CSS</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/css.png" alt="" />
</a></div>
<div class="probox">
<h1 class="project-title">Javascript</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/js.png" alt="" />
</a></div>
<div class="probox">
<h1 class="project-title">SQL</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/sql.png" alt="" />
</a></div>
<div class="probox">
<h1 class="project-title">Data Analysis</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/data.png" alt="" />
</a></div>
<div class="probox">
<h1 class="project-title">Pandas</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/pandas.png" alt="" />
</a></div>
<div class="probox">
<h1 class="project-title">Numpy</h1>
<p class="project-description">
</p>
<img class="project-img" src="assets/img/numpy.png" alt="" />
</a></div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="exper-box" id="exper-box">
<div class="exper">
<button class="glow-on-hover" type="button"><a href="#" target="_blank">
Experience</a></button></div>
<br>
<div class="feature-wrapper">
<div class="feature-container">
<div class="experience-box">
<img class="feature-img" src="assets/img/hazzten.png" alt="" />
<h1 class="feature-header">Subject Matter Expert</h1><br>
<h3 class="feature-description">Duration:- Jun 2023-July 2023</h3><br>
<p class="feature-description">
Worked as an SME intern for one month in Hazzten, where I gained hands-on experience in the field of SMEs and learned about the challenges and opportunities in this sector.
Assisted the team in conducting research on SMEs and analyzing data to identify trends and patterns that can inform business decisions.
Participated in team meetings and contributed ideas and insights to help improve the company's operations and strategies.
Developed my communication, teamwork, and problem-solving skills by working with a diverse group of professionals and collaborating on projects.</p></a>
</div>
<div class="experience-box">
<img class="feature-img" src="https://images-ext-2.discordapp.net/external/et00fJZcOg8ztocyE5kJ7eAtSHy99jPRW1l3jLO7tZk/%3Fsize%3D4096/https/cdn.discordapp.com/avatars/1081668799478112317/1806ca6e89e99d8937ac31a140cfe735.webp?width=406&height=406" alt="" />
<h1 class="feature-header">Web Development Intern</h1><br>
<h3 class="feature-description">Duration:- Sept 2023-Present</h3><br>
<p class="feature-description">
Working as a web development intern at Stone Music Hangout, where I am gaining practical skills and knowledge in web development and applying them to real-world projects.
Assisting the team in developing and maintaining websites and web applications using HTML, CSS, JavaScript, and other web technologies.
Gaining exposure to different aspects of web development, including front-end development, back-end development, and web design, and learning how they are interconnected and impact the success of the company.
</p></a>
</div></div></div>
<br><br>
<div class="end">
<ul>
<li>
<a class="h-button centered" data-text="Want to Hire me?" href="#" aria-label="Thanks!">
<span>T</span>
<span>h</span>
<span>a</span>
<span>n</span>
<span>k</span>
<span>s</span>
<span>!</span>
</a>
</li>
</ul>
</div>
<div class="end-line"></div>
<p class="copyright-text">Copyright 2023 © Vybhav_G</p>
<div class="social-icons">
<a href="https://discordapp.com/users/vybhav_g" title="discord">
<i class="fa fa-discord" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/GuttulaVybhav" title="twitter">
<i class="fa fa-twitter-square" aria-hidden="true"></i>
</a>
<a href="https://instagram.com/vybhav_g" title="instagram">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="https://www.linkedin.com/in/g-vybhav-8a2b81259/" title="snapchat">
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
</a>
</div>
</section>
<script src="portfolio.js"></script>
</div>
</body>
</html>