-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (216 loc) · 6.79 KB
/
index.html
File metadata and controls
216 lines (216 loc) · 6.79 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
<!DOCTYPE html>
<html>
<header>
<link rel="stylesheet" type="text/css" href="css/portfolio.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600;0,700;1,300;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css"
integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q"
crossorigin="anonymous"
/>
<!-- <script src="js/skills.js"></script> -->
</header>
<body>
<div id="loading"></div>
<div id="bodyContent">
<div id="header">
<div id="leftHeader">
<div id="leftHeaderContent">
<h3>Vaibhav Kumar</h3>
<p>Full Stack | Software Engineer</p>
</div>
</div>
<div id="rightHeader">
<div class="navBar">
<ul>
<li>
<a href="https://www.linkedin.com/in/va-kumar" target="_blank">
<i class="fab fa-linkedin networkingIcons"></i>
</a>
</li>
<li>
<a href="https://github.com/vakumar0" target="_blank">
<i class="fab fa-github-square networkingIcons"></i>
</a>
<li>
<a href="mailto:kumarvaibhav1602@gmail.com" target="_blank">
<i class="fas fa-envelope-square networkingIcons"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div id="landingPage">
<div class="landingPage_container">
<p id="hello">HELLO!</p>
<p id="iam">I'm a</p>
<div id="engineer">
<div class="highlight">
<p>software engineer</p>
</div>
</div>
</div>
</div>
<div id="about">
<div class="subheader">
<div class="title"></div>
<div class="yellowDiv">
<h1>About Me</h1>
</div>
</div>
<div id="aboutContent" class="content">
<p>Hi, I'm Vaibhav Kumar, a Post Graduate in Computer Applications and a full-stack software engineer. I provide solutions to AUM for Hedge Funds at <a href="https://www.ivp.in/">Indus Valley Partners.</a></p>
<p>I create user interfaces for data visualization and write solutions for managing and analyzing data warehouse. I was awarded Tech Upcoming Shining Star by Indus Valley Partners and won the IVP UX Core 2019 Hackathon.</p>
<p>I enjoy learning and sharing what I've learned. I've conducted a number of sessions in IVP and was invited several times in <a href="http://bciit.ac.in">BCIIT</a> to give talks.</p>
</p> Oh! And I love reading Japanese Comics (Manga).</p>
</div>
</div>
<div id="collage">
<div id="pic1"></div>
<div class="picInfo">
<p>Tech Upcoming Shining Star Award</p>
</div>
</div>
<div id="projects">
<div class="subheader">
<div class="title"></div>
<div class="yellowDiv">
<h1>Projects</h1>
</div>
</div>
<div id="projectsContent">
<div class="projectInfo">
<p>Few other projects can be found on my GitHub profile. Github projects were developed just for educational purposes i.e. to implement new technologies and learn best coding practices.</p>
</div>
<div id="projectsInnerContent">
<div id="ivpPolaris">
<a href="html/polaris.html">
<h3>Polaris</h3>
<p>Integrated Datawarehouse</p>
</a>
<div class="viewProject">
<a href="html/polaris.html">View Project >></a>
</div>
</div>
<div id="ivpHackthon">
<div id="hackathonBorder">
<a href="html/hackathon.html">
<h3 id="topFont">IVP UX Core 2019</h3>
<h3 id="bottomFont">Hackathon</h3>
</a>
</div>
<div class="viewProject">
<a href="html/hackathon.html">View Project >></a>
</div>
</div>
<div id="ThinkLearnGrow">
<div id="wrapText">
<a href="html/tlg.html">
<h3>Think, Learn</h3>
<h3>& Grow</h3>
</a>
</div>
<div class="viewProject">
<a href="html/tlg.html">View Project >></a>
</div>
</div>
</div>
</div>
</div>
<div id="skills">
<div>
<div class="subheader">
<div class="title"></div>
<div class="yellowDiv">
<h1>Work Experience</h1>
</div>
</div>
<div class="work_experience_container">
<div class="side_yellow_bar"></div>
<div class="work_experience_content">
<ul>
<li>Proposed and implemented ideas for IVP’s new product theme such as font-family, minimalistic header section, redesigned
menus and filters, colour palettes, etc.
</li>
<li>
Collaborated with Product Architects and Team Leads for project stability and optimizations.
</li>
<li>
Trained and mentored junior programmers in programming methodologies and best practices.
</li>
</ul>
<div class="download_button">
<div class="download_resume">
<a href="../files/vaibhav_kumar_cv.pdf" download>
Download Full CV
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="awards">
<div>
<div class="subheader">
<div class="title"></div>
<div class="yellowDiv">
<!-- <h1>Tech Stack</h1> -->
<h1>Awards & Achivements</h1>
</div>
</div>
<div class="awards_section">
<div class="awards_section_container">
<div class="techUSS certificates">
<div class="awards_gradient">
<div class="certificates_date">2019</div>
<div class="certificates_name">Tech USS</div>
</div>
</div>
<div class="scholarship certificates">
<div class="awards_gradient">
<div class="certificates_date">2017</div>
<div class="certificates_name">Scholarship</div>
</div>
</div>
<div class="hackathon certificates">
<div class="awards_gradient">
<div class="certificates_date">2019</div>
<div class="certificates_name">IVP Hackathon</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footerTitle">Have a question or do you want to talk tech?</div>
<ul>
<li>
<a href="https://www.linkedin.com/in/va-kumar" target="_blank">
<i class="fab fa-linkedin networkingIconsWhite"></i>
</a>
</li>
<li>
<a href="https://github.com/vakumar0" target="_blank">
<i class="fab fa-github-square networkingIconsWhite"></i>
</a>
<li>
<a href="mailto:kumarvaibhav1602@gmail.com" target="_blank">
<i class="fas fa-envelope-square networkingIconsWhite"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
<script>
window.onload = function() {
var loading = document.getElementById('loading');
var bodyContent = document.getElementById('bodyContent');
loading.style.display='none';
bodyContent.style.display='block';
}
</script>
</html>