-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
272 lines (268 loc) · 10.8 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
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vaibhav Birla</title>
<meta name="description"
content="An Engineering undergraduate student passionate about web technologies, worked with React, Vue, NodeJS, Express, MongoDB, PostgreSQL, Git and also familiar with Python, TypeScript, GraphQL, CI/CD" />
<meta property="og:image" content="vaibhav.jpeg" />
<meta name="keywords"
content="Vaibhav Birla, Javascript, React, Vue, NodeJS, Express, MongoDB, PostgreSQL, Git, Python, TypeScript, GraphQL, CI/CD" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="preload" as="font" href="./static/fonts/HKGrotesk-Regular.woff" type="font/woff" crossorigin="anonymous" />
<link rel="preload" as="font" href="./static/fonts/Jost-Regular.ttf" type="font/woff" crossorigin="anonymous" />
<link rel="stylesheet" href="./static/css/style.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115210819-5"></script>
<script>
if (window.location.hostname !== "localhost") {
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-115210819-5');
}
</script>
</head>
<body>
<header class="header">
<div class="container">
<nav class="navbar" role="navigation">
<ul class="navbar-items">
<li class="navbar-item">
<a href="#skills" class="navbar-link">Skills</a>
</li>
<li class="navbar-item">
<a href="#experience" class="navbar-link">Work</a>
</li>
<li class="navbar-item">
<a href="#projects" class="navbar-link">Projects</a>
</li>
<li class="navbar-item">
<a href="#blogs" class="navbar-link">Articles</a>
</li>
<li class="navbar-item">
<a href="#contact" class="navbar-link">Contact</a>
</li>
</ul>
</nav>
<div class="home-banner">
<div class="banner-image">
<img src="./static/images/vaibhav.jpeg" alt="Vaibhav Birla" />
</div>
<div class="banner-text">
<h3>Hey there 👋</h3>
<h1 class="heading-primary">I'm Vaibhav Birla</h1>
<p class="subtitle">Software Dev - Stock Trader</p>
<a href="#contact" class="button button-orange">Connect</a>
</div>
</div>
</div>
</header>
<main>
<section id="skills">
<div class="container">
<h2>Skills</h2>
<div class="skills">
<img src="https://s.svgbox.net/files.svg?ic=flutter&fill=000000" alt="flutter" class="skills-icon" />
<img src="https://s.svgbox.net/files.svg?ic=python&fill=000000" alt="python3" class="skills-icon" />
<img src="https://s.svgbox.net/files.svg?ic=firebase&fill=000000" alt="firebase" class="skills-icon" />
<img src="https://s.svgbox.net/files.svg?ic=typescript&fill=000000" alt="ts" class="skills-icon" />
<img src="https://s.svgbox.net/files.svg?ic=java&fill=000000" alt="java" class="skills-icon" />
<img src="https://s.svgbox.net/files.svg?ic=git&fill=000000" alt="git" class="skills-icon" />
</div>
</div>
</section>
<section id="experience">
<div class="container">
<h2>Work Experience</h2>
<div class="row">
<div class="column">
<h3>ThoughtWorks</h3>
<h4>Application Developer Intern</h4>
</div>
</div>
<br></br>
<div class="row">
<div class="column">
<h3>TradeGrub LLC</h3>
<h4>Flutter and Python Developer Intern</h4>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<h2>Projects</h2>
<article class="project-card">
<figure class="project-image">
<img src="./static/images/stock-watchlist.jpeg" />
</figure>
<div class="project-text">
<h3>Stock Watchlist</h3>
<p>Minimal Stock Watchlist App</p>
<!-- <ul>
<li>JavaScript</li>
</ul> -->
<div class="tags">
<span class="tag tag-small">#flutter</span>
<span class="tag tag-small">#stocks</span>
<span class="tag tag-small">#webview</span>
<span class="tag tag-small">#sql</span>
</div>
<div class="project-links">
<a href="https://github.com/imvab/stock_watchlist" target="_blank" rel="noopener noreferrer"
class="link-text">
Github <span>→</span>
</a>
</div>
</div>
</article>
<article class="project-card">
<figure class="project-image">
<img src="./static/images/bse-bhavcopy.jpeg" alt="BhavCopy screenshot" />
</figure>
<div class="project-text">
<h3>BSE BhavCopy</h3>
<p>
Stock Prices of all Stocks on the BSE scraped from official website
</p>
<div class="tags">
<span class="tag tag-small tag-vue">#vue</span>
<span class="tag tag-small tag-javascript">#javascript</span>
<span class="tag tag-small tag-firebase">#python</span>
</div>
<div class="project-links">
<a href="https://bse-bhavcopy.herokuapp.com/" target="_blank" rel="noopener noreferrer" class="link-text">
Live Demo <span>→</span>
</a>
<a href="https://github.com/imvab/bse-bhavcopy" title="View Source Code" target="_blank"
rel="noopener noreferrer">
<img src="./static/images/github.svg" class="project-source" alt="GitHub" />
</a>
</div>
</div>
</article>
<div class="show-more-button">
<a href="https://github.com/imvab" class="button button-orange" target="_blank" rel="noopener noreferrer">More
projects</a>
</div>
</div>
</section>
<section id="blogs">
<div class="container">
<h2>Blogs</h2>
<div class="blogs-list">
<article class="card">
<header class="card-header">
<p>
<time datetime="2020-12-25">Dec 25, 2020 </time><span>·</span> 7 min read
</p>
<h3>
Object Detection on Newspaper images using YoloV3
<span>😎</span>
</h3>
</header>
<div class="card-content">
<p>
I was trying my hand on Optical Character Recognition on newspaper images when I realised that most
documents have sections and text is not necessarily across the entire horizontal space of the page....
</p>
</div>
<div class="card-links">
<a href="https://towardsdatascience.com/object-detection-on-newspaper-images-using-yolov3-85acfa563080"
target="_blank" rel="noopener noreferrer" class="link-text">
Read more <span>→</span>
</a>
</div>
</article>
<article class="card">
<header class="card-header">
<p>
<time datetime="2020-12-24">Dec 24, 2020 </time><span>·</span> 6 min read
</p>
<h3>
Stocks Watchlist App built on Flutter
<span>🤔</span>
</h3>
</header>
<div class="card-content">
<p>
I’ve been meaning to build my first flutter app for months now and here it is. I got really excited
about Flutter after watching Flutter Interract and started learning...
</p>
</div>
<div class="card-links">
<a href="https://medium.com/@imvab/stocks-watchlist-app-built-on-flutter-fcbc1ebbc25b" target="_blank"
rel="noopener noreferrer" class="link-text">
Read more <span>→</span>
</a>
</div>
</article>
<article class="card">
<header class="card-header">
<p>
<time datetime="2020-12-21">Dec 21, 2020 </time><span>·</span> 6 min read
</p>
<h3>
Zero Shot Classification <span>🤔</span>
</h3>
</header>
<div class="card-content">
<p>
Zero-shot learning is a problem setup in machine learning, where at test time, a learner observes
samples from classes that were not observed during training ...
</p>
</div>
<div class="card-links">
<a href="https://www.kaggle.com/immvab/huggingface-classifying-stackoverflow-questions" target="_blank"
rel="noopener noreferrer" class="link-text">
Read more <span>→</span>
</a>
</div>
</article>
</div>
<div class="show-more-button">
<a href="https://soumitdas.hashnode.dev/" class="button button-orange" target="_blank"
rel="noopener noreferrer">More blogs</a>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<h2>Connect with Me</h2>
<h3>Hello 👋</h3>
<p>
Glad you made it this far, excited to hear from you! 😊
</p>
<a href="mailto:vaibhavbirlavb@gmail.com" class="button">Contact Me</a>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<ul class="footer-social-links">
<li class="footer-social-link-item">
<a href="https://www.linkedin.com/in/imvab" title="Link to LinkedIn Profile">
<img src="./static/images/linkedin.svg" class="footer-social-image" alt="LinkedIn" />
</a>
</li>
<li class="footer-social-link-item">
<a href="https://github.com/imvab/" title="Link to Github Profile">
<img src="./static/images/github.svg" class="footer-social-image" alt="GitHub" />
</a>
</li>
<li class="footer-social-link-item">
<a href="https://twitter.com/immvab" title="Link to Twitter Profile">
<img src="./static/images/twitter.svg" class="footer-social-image" alt="Twitter" />
</a>
</li>
</ul>
</div>
</footer>
<a href="#top" class="back-to-top" title="Back to Top">
<img src="./static/images/arrow_up.svg" alt="Back to Top" />
</a>
<script src="./static/js/main.js"></script>
</body>
</html>