-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
326 lines (302 loc) · 13.3 KB
/
portfolio.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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@700&family=Orbitron:wght@900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- my custom CSS -->
<link rel="stylesheet" href="styles/my.css" type="text/css" />
<link rel="stylesheet" href="styles/images.css" />
<!--favicon-->
<link rel="icon" type="image/png" href="assets/newlogo.png" />
<title>Abhijeet Bhagat|Software Engineer</title>
</head>
<body>
<!-- topnav and customizations -->
<nav class="navbar sticky-top navbar-expand-lg navbar-dark nav-custom">
<!--brand logo and Name-START-->
<a class="navbar-brand" href="index.html">
<div id="logodiv">
A
</div>
</a>
<a class="navbar-brand" href="index.html">
<div>
<div class="head-name">ABHIJEET</div>
</div>
</a>
<!--brand logo and Name-END-->
<button class="navbar-toggler custom-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item" active>
<a class="nav-link" href="about.html"><span>
About</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"><span> Contact</span>
</a>
</li>
<li class="nav-item">
<!--Resume link disabled using disabled class-->
<a class="nav-link disabled" href="#">
<span class="mydisabled"> Resume</span>
</a>
</li>
</ul>
</div>
</nav>
<!-- topnav and customizations-END -->
<div class="container">
<!--container Start-->
<span class="primary-title">
Portfolio
</span>
<hr class="hr-luminous" />
<h5 class="head5">Some Things I've Built.</h5>
<div class="row">
<!-- 1 -->
<div class="col-lg-10 mr-auto">
<!-- Featured Project 1 -->
<div class="card project-card">
<div class="card-header">
Featured
</div>
<div class="row">
<div class="col-md-7">
<div class="card-body">
<h5 class="card-title project-card-title">tkrSearch.</h5>
<p class="card-text project-card-text">tkrSearch pronounced as "Ticker Search" is
stock and cryptocurrency search application. trkSearch searches the ticker and presents
the user with company profile and useful information like current price, 52 Week High and Low
</p>
<a href="https://github.com/bhagatabhijeet/tkrsearch" target="_blank" class="btn btn-primary"><i
class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://bhagatabhijeet.github.io/tkrsearch/index.html" target="_blank"
class="btn btn-primary"><i class="fa fa-globe" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col-md-5">
<img class="card-img" src="assets/TKRSEARCH.gif" alt="Card image cap">
</div>
</div>
<div class="card-footer text-muted project-card-footer-text">
HTML5 JavaScript(ES6) CSS3
</div>
</div>
</div>
<!-- 2 -->
<div class="col-lg-10 ml-auto">
<!-- Featured Project 2 -->
<div class="card project-card">
<div class="card-header">
Featured
</div>
<div class="row">
<div class="col-md-5">
<img class="card-img" src="assets/meteopal.gif" alt="Card image cap">
</div>
<div class="col-md-7">
<div class="card-body">
<h5 class="card-title project-card-title">Meteopal.</h5>
<p class="card-text project-card-text">MeteoPal is an application built on top of openweathermap API.
The application is both web browser and mobile browser friendly.
The application allows users to search any city in the open weathermap data base.
The application fetches the city's current info,
forecast for 5 days and shows the UVIndex (color coded e.g Red means harmful,
Violet means Extreme and Green means safe) of the city.
</p>
<a href="https://github.com/bhagatabhijeet/meteopalh" target="_blank" class="btn btn-primary"><i
class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://bhagatabhijeet.github.io/meteopal/index.html" target="_blank"
class="btn btn-primary"><i class="fa fa-globe" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="card-footer text-muted project-card-footer-text">
HTML5 JavaScript(ES6) CSS3 Libraries: moment.js
</div>
</div>
</div>
<!-- 3 -->
<div class="col-lg-10 mr-auto">
<!-- Featured Project 3 -->
<div class="card project-card">
<div class="card-header">
Featured
</div>
<div class="row">
<div class="col-md-7">
<div class="card-body">
<h5 class="card-title project-card-title">Workday Scheduler.</h5>
<p class="card-text project-card-text">workdayscheduler is a simple calendar application that
allows the user to save events for each hour of the day.
</p>
<a href="https://github.com/bhagatabhijeet/workdayscheduler" target="_blank" class="btn btn-primary"><i
class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://bhagatabhijeet.github.io/workdayscheduler/index.html" target="_blank"
class="btn btn-primary"><i class="fa fa-globe" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="col-md-5">
<img class="card-img" src="assets/Workday_Scheduler_demo-min.gif" alt="Card image cap">
</div>
</div>
<div class="card-footer text-muted project-card-footer-text">
HTML5 JavaScript(ES6) CSS3 Libraries: moment.js
</div>
</div>
</div>
<!-- 4 -->
<div class="col-lg-10 ml-auto">
<!-- Featured Project 4 -->
<div class="card project-card">
<div class="card-header">
Featured
</div>
<div class="row">
<div class="col-md-5">
<img class="card-img" src="assets/full_browser.png" alt="Rock,Paper Scissors Game Snapshot" />
</div>
<div class="col-md-7">
<div class="card-body">
<h5 class="card-title project-card-title">Rock, Paper, Scissors</h5>
<p class="card-text project-card-text">
A game of Rock, Paper Scissors created using Html and inline JavaScript.
I made use of flexbox to understand the flex and other positioning in CSS.
Who should fork the GitHub repo of this project?<br />
Those who want to:<br />
understanding flexbox and positioning,
understand how to make modal using plain old JavaScript(ES5).
</p>
<a href="https://github.com/bhagatabhijeet/RockPaperScissorsGame" class="btn btn-primary"><i
class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://bhagatabhijeet.github.io/RockPaperScissorsGame/index.html" target="_blank"
class="btn btn-primary"><i class="fa fa-globe" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="card-footer text-muted project-card-footer-text">
JavaScript HTML5 CSS3
</div>
</div>
</div>
<!-- 5 -->
<div class="col-lg-10 mr-auto">
<!-- Featured Project 5 -->
<div class="card project-card">
<div class="card-header">
Featured
</div>
<div class="row">
<div class="col-md-5">
<img class="card-img" src="assets/CodeQuizDemo.gif" alt="Code Quiz Project animated gif" />
</div>
<div class="col-md-7">
<div class="card-body">
<h5 class="card-title project-card-title">Code Quiz</h5>
<p class="card-text project-card-text">
Code Quiz is a user friendly and developer friendly Quizzing application.
User Friendly : because , user just have to select options.
User can store scores and compare overall performance.
Developer Friendly : Code Quiz. Referred as CQ is developer friendly application.
Developer can easily add new quizzes or even change the question sources without even touching the
HTML. CQ is completely JavaScript based application and uses JSON syntax for creating quiz question
sources.
</p>
<a href="https://github.com/bhagatabhijeet/codequiz" class="btn btn-primary"><i class="fa fa-github"
aria-hidden="true"></i></a>
<a href="https://bhagatabhijeet.github.io/codequiz/index.html" target="_blank"
class="btn btn-primary"><i class="fa fa-globe" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="card-footer text-muted project-card-footer-text">
JavaScript HTML5 CSS3
</div>
</div>
</div>
</div>
<h5 class="head5 top5">Other Noteworthy Projects.</h5>
<!-- OTHER PROJECTS -->
<div class="row top5">
<!-- 1 -->
<div class="col-md-4 mt-auto">
<!-- Proj 1 -->
<div class="card project-card">
<div class="card-body">
<img class="card-img" src="assets/OrSeparatedQueryGen.png" alt="OrQuerySeparator Project Image" />
<h5 class="card-title">Or Separated Query Generator for HP ALM.</h5>
<h6 class="card-subtitle mb-2 text-muted">...</h6>
<p class="card-text">Many of you who uses HP ALM (now Micorfocus ALM) know that in
order to filter tests in ALM you need 'OR'
separated query. This project will help you convert a list of ALM Numeric IDs to OrSeparated Query.</p>
<a href="https://github.com/bhagatabhijeet/OrSeparatedQueryGen" class="btn btn-primary card-link"><i
class="fa fa-github" aria-hidden="true"></i></a>
</div>
<div class="card-footer text-muted project-card-footer-text">
C# .Net Framweork 4.7
</div>
</div>
</div>
</div>
</div>
<!--container end-->
<div style="height:60px;"></div>
<!--scocial buttons-->
<section id="social-btns">
<button type="button" id="linkedinbtn" class="btn btn-outline-primary"><i class="fa fa-linkedin"
aria-hidden="true"></i></button>
<button type="button" id="githubbtn" class="btn btn-outline-primary"><i class="fa fa-github"
aria-hidden="true"></i></button>
</section>
<!--hack to add 60px to body so that contents behind sticky footer could be scrolled-->
<div style="height:60px;"></div>
<!--footer-->
<footer class="luminous">
<hr />
<span>Designed and Built by Abhijeet Bhagat</span>
<div>© Abhijeet Bhagat
<a href="https://github.com/bhagatabhijeet/portfolio">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/jquery-3.5.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<script>
$(document).ready(function () {
document.getElementById("linkedinbtn").onclick = function () {
window.open("https://www.linkedin.com/in/abhijeetbhagat/");
};
document.getElementById("githubbtn").onclick = function () {
window.open("https://github.com/bhagatabhijeet");
};
});
</script>
</body>
</html>