-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold_index.html
More file actions
339 lines (300 loc) · 18.3 KB
/
old_index.html
File metadata and controls
339 lines (300 loc) · 18.3 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
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html lang="en" id="html">
<title>Archit Bubber</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon/favicon-96x96.png" sizes="96x96">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {font-family: "Lato", sans-serif;}
.mySlides {display: none}
</style>
<body id="body">
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-black w3-card">
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-right" href="javascript:void(0)" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-padding-large" onclick= "SiteView('home')">HOME</a>
<a href="#projects" class="w3-bar-item w3-button w3-padding-large w3-hide-small" onclick= "SiteView('projects')">PROJECTS</a>
<a class="w3-bar-item w3-button w3-padding-large w3-hide-small" onclick= "View()">RESUME</a>
<a href="#contact" class="w3-bar-item w3-button w3-padding-large w3-hide-small" onclick= "SiteView('contact')">CONTACT</a>
<!-- Search icon -->
<a href="javascript:void(0)" class="w3-padding-large w3-hover-red w3-hide-small w3-right"><i class="fa fa-search"></i></a>
</div>
</div>
<!---- PDF View HTML --->
<style>
html,body{
overflow-y: scroll;
}
#pdf{
height: 100vh;
width: 100vw;
}
</style>
<div id="pdf" style="display:none;text-align:center;margin-top: 1vh;">
<!-- <h4>Pdf viewer testing</h4>
<iframe src="https://docs.google.com/viewer?url=https://architbubber.github.io/Resume.pdf&embedded=true" frameborder="0" height="100%" width="100%"></iframe> -->
<embed src="Resume.pdf" style="height: 100vh;
width: 100vw;"/>
</div>
<!-- Navbar on small screens (remove the onclick attribute if you want the navbar to always show on top of the content when clicking on the links) -->
<div id="navDemo" class="w3-bar-block w3-black w3-hide w3-hide-large w3-hide-medium w3-top" style="margin-top:46px">
<a href="#" class="w3-bar-item w3-button w3-padding-large" onclick="SiteView('home')">HOME</a>
<a href="#projects" class="w3-bar-item w3-button w3-padding-large" onclick="SiteView('projects')">PROJECTS</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large" onclick="View()">RESUME</a>
<a href="#contact" class="w3-bar-item w3-button w3-padding-large" onclick="SiteView('contact')">CONTACT</a>
</div>
<!-- Page content -->
<!-- <div class="w3-content" style=" margin-top:46px;"> -->
<!-- Cover Image -->
<div class="w3-container w3-center" id='home' style="max-height: 100vh; background: linear-gradient(90deg, rgba(40,112,133,1) 22%, rgba(61,70,133,0.9402135854341737) 52%, rgba(121,32,133,0.9514180672268907) 88%);">
<img class="w3-image" src="Images/Cover.png" style="max-height: 100vh;" >
<div class="w3-display-bottommiddle w3-container w3-text-white w3-padding-34 w3-hide-small">
<h1>Archit Bubber</h1>
<p><b><h3>Portfolio.</h3></b></p>
</div>
</div>
<!-- The Dream Section -->
<div class="w3-container w3-content w3-center w3-padding-64" style="display:none;max-width:800px" id="band">
<h2 class="w3-wide">THE DREAM</h2>
<p class="w3-opacity"><i>I love Electronics</i></p>
<p class="w3-justify">The journey started with a small wish to fly a toy airplane from a cartoon . There were days when electronics weren't this popular in India .
<br> <br> With my increasing interest in electronics ,I got to learn about computers at a tender age of 6. I learnt html and VBasic during 2009-12. With my increasing interest in programming , I learnt C and developed few basic practice projects with Arduino. After acquiring the required skills I built my first airplane and drone from scratch.
<br>Asides major projects I have used Arduino as well as other Atmel chips for automating and adding tons of features to existing products like gps-tracker with google-maps api for my bike , automating shed of my garage as well as house lights.<br><br>
Currently I am in my penultimate year studying Computer Science Engineering at M.S Ramaiah Institute of Technology, Bangalore. I am passionate about coding and problem solving in general. I am well versed with algorithms and data-structures and know languages like Java, C, Python, JS .etc . I have attached my resume for reference.😃 </p>
<div class="w3-row w3-padding-32">
<div class="w3-third">
<p>CNC cum 3D Printer</p>
<img src="https://static.wixstatic.com/media/0272ea_212d398e96414a809b10517f5fd7cb33~mv2.jpg" class="w3-round w3-margin-bottom" alt="Random Name" style="width:60%">
</div>
<div class="w3-third">
<p>Custom Fabrication</p>
<img src="https://static.wixstatic.com/media/0272ea_2ddf4467e7334cac91d0e233bc1289ec~mv2.png" class="w3-round" alt="Random Name" style="width:60%">
</div>
<div class="w3-third">
<p>Custom Radio Controller</p>
<img src="https://static.wixstatic.com/media/0272ea_91ca98763dd548b8bb2ef794c8409074~mv2.jpg" class="w3-round w3-margin-bottom" alt="Random Name" style="width:60%">
</div>
</div>
</div>
<!-- The Project Section -->
<div class="" id="projects" style="display:none;background: rgb(40,112,133);
background: linear-gradient(90deg, rgba(40,112,133,1) 22%, rgba(61,70,133,0.9402135854341737) 52%, rgba(121,32,133,0.9514180672268907) 88%);" >
<div class="w3-container w3-content w3-padding-64" style="max-width:800px">
<h2 class="w3-wide w3-center">Current Projects</h2>
<p class="w3-opacity w3-center"><i>Contributions Appreciated ⭐</i></p><br>
<!--ul class="w3-ul w3-border w3-white w3-text-grey">
<li class="w3-padding">Scratch building Portfolio Website <span class="w3-tag w3-green w3-margin-left">Completed✓</span></li>
<li class="w3-padding">NeoPixel Programming GUI Application using Python <span class="w3-tag w3-green w3-margin-left">Completed✓</span></li>
<li class="w3-padding">Scratch built Airplane using Arduino <span class="w3-tag w3-green w3-margin-left">Completed✓</span></li>
<li class="w3-padding">Scratch Built CNC <span class="w3-tag w3-green w3-margin-left">Completed✓</span></li>
<li class="w3-padding">Home Automation using Node Mcu <span class="w3-tag w3-green w3-margin-left">Completed✓</span></li>
<li class="w3-padding">PCB Fabrication Unit <span class="w3-tag w3-green w3-margin-left">Completed✓</span></li>
</ul-->
<div class="w3-row-padding w3-padding-32" style="margin:0 -16px">
<div class="w3-third w3-margin-bottom">
<img src="/Images/www.icwar.iisc.ac.in_.png" alt="icwar website" style="width:100%;" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>ICWaR IISC</b></p>
<p class="w3-opacity">Since May 2023</p>
<p>Build a dynamic website for Interdisclipenary center for Water Research Department IISc bengaluru</p>
<button class="w3-button w3-black w3-margin-bottom" onclick="location.href='https://www.icwar.iisc.ac.in'">View Website</button>
</div>
</div>
<div class="w3-third w3-margin-bottom">
<img src="/Images/RITpic.png" alt="RIT DataCenter" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>RIT DataCenter</b></p>
<p class="w3-opacity">Since Jul 2020</p>
<p>I am leading the RIT-DataCenter development and maintenance team under the guidance of my Professors.</p>
<button class="w3-button w3-black w3-margin-bottom" onclick="document.getElementById('comingsoon').style.display='block'">View Progress</button>
</div>
</div>
<div class="w3-third w3-margin-bottom">
<img src="/Images/lcaktion.png" alt="This Webpage image" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Camera Rental Website</b></p>
<p class="w3-opacity">Since April 2021</p>
<p>This is an e-commerrce website designed and deployed on heroku. It uses Psql for database and NodeJs, ReactJs, Jade and vanilla js.</p>
<button class="w3-button w3-black w3-margin-bottom" onclick="location.href='https://lcaktion.herokuapp.com'">View Website</button>
</div>
</div>
<br>
<div class="w3-third w3-margin-bottom">
<img src="/Images/Website.png" alt="This Webpage image" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Portfolio Website</b></p>
<p class="w3-opacity">Since April 2021</p>
<p>This site is regularly developed and monitored for performance and features .<br><br></p>
<button class="w3-button w3-black w3-margin-bottom" onclick="location.href='https://archit.tk'">View Website</button>
</div>
</div>
<div class="w3-third w3-margin-bottom">
<img src="/Images/TrackmeRide.png" alt="TrackmeRide image" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Live Tracking Website</b></p>
<p class="w3-opacity">Since May 2021</p>
<p>This site is built in coordination with a device for tracking location, speed .etc The device is built using arduino<br><br></p>
<button class="w3-button w3-black w3-margin-bottom" onclick="location.href='https://trackmeride.herokuapp.com'">View Website</button>
</div>
</div>
<div class="w3-third w3-margin-bottom">
<img src="/Images/Neopixels.png" alt="NeopixelCodeGenerator WebApp" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>NeopixelCodeGenerator WebApp</b></p>
<p class="w3-opacity">Since October 2020</p>
<p>This WebApp is deployed to help generate code for displaying images ,text etc on Neopixels .<br><br></p>
<button class="w3-button w3-black w3-margin-bottom" onclick="location.href='https://archit.tk/npcg.app/';">View WebApp</button>
</div>
</div>
<!--div class="w3-third w3-margin-bottom">
<img src="https://static.wixstatic.com/media/0272ea_2d1c9a95657d496ab3a3ac19ec758002~mv2.jpg" alt="Ornithopter" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Ornithopter</b></p>
<p class="w3-opacity">Since Sat 28 Nov 2018</p>
<p>Aim to achieve the most stabilised flight of an ornithopter at lowest cost.</p>
<button class="w3-button w3-black w3-margin-bottom" onclick="document.getElementById('comingsoon').style.display='block'">View Progress</button>
</div>
</div-->
<div class="w3-third w3-margin-bottom">
<img src="https://static.wixstatic.com/media/0272ea_795922b5c4864e14bfbb26ed99bc318c~mv2.jpg" alt="Further improvements in Drone" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Further Development</b></p>
<p class="w3-opacity">Since Fri 27 Nov 2016</p>
<p>Adding new features required replacement of Atmel 8 Bit IC with newer 32 Bit ones.</p>
<button class="w3-button w3-black w3-margin-bottom" onclick="document.getElementById('comingsoon').style.display='block'">View Progress</button>
</div>
</div>
</div>
</div>
</div>
<!-- Ticket Modal Section -->
<div id="ticketModal" class="w3-modal">
<div class="w3-modal-content w3-animate-top w3-card-4">
<header class="w3-container w3-teal w3-center w3-padding-32">
<span onclick="document.getElementById('ticketModal').style.display='none'"
class="w3-button w3-teal w3-xlarge w3-display-topright">×</span>
<h2 class="w3-wide"><i class="fa fa-suitcase w3-margin-right"></i>Tickets</h2>
</header>
<div class="w3-container">
<p><label><i class="fa fa-shopping-cart"></i> Tickets, $15 per person</label></p>
<input class="w3-input w3-border" type="text" placeholder="How many?">
<p><label><i class="fa fa-user"></i> Send To</label></p>
<input class="w3-input w3-border" type="text" placeholder="Enter email">
<button class="w3-button w3-block w3-teal w3-padding-16 w3-section w3-right">PAY <i class="fa fa-check"></i></button>
<button class="w3-button w3-red w3-section" onclick="document.getElementById('ticketModal').style.display='none'">Close <i class="fa fa-remove"></i></button>
<p class="w3-right">Need <a href="#" class="w3-text-blue">help?</a></p>
</div>
</div>
</div>
<!-- The Contact Section -->
<div class="w3-container w3-content w3-padding-64" style="display:none;max-width:800px" id="contact">
<h2 class="w3-wide w3-center">CONTACT</h2>
<!--p class="w3-opacity w3-center"><i>Fan? Drop a note!</i></p-->
<div class="w3-row w3-padding-32">
<div class="w3-col m6 w3-large w3-margin-bottom">
<i class="fa fa-map-marker" style="width:30px"></i> Bangalore, India<br><br>
<!-- <i class="fa fa-phone" style="width:30px"></i> Phone: <br> -->
<i class="fa fa-envelope" style="width:30px"> </i> Email: architbubber07@gmail.com<br>
</div>
<div class="w3-col m6">
<!--form action="/action_page.php" target="_blank">
<div class="w3-row-padding" style="margin:0 -16px 8px -16px">
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">
</div>
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Email" required name="Email">
</div>
</div>
<input class="w3-input w3-border" type="text" placeholder="Message" required name="Message">
<button class="w3-button w3-black w3-section w3-right" onclick="document.getElementById('comingsoon').style.display='block'">SEND</button>
</form-->
</div>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d248849.88653954404!2d77.49085367432157!3d12.953959987666332!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae1670c9b44e6d%3A0xf8dfc3e8517e4fe0!2sBengaluru%2C%20Karnataka!5e0!3m2!1sen!2sin!4v1662274192343!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<!--img src="/Images/Ramaiah map.png" class="w3-image w3-greyscale-min" style="width:100%"-->
</div>
<!--------------------------------------------------------------- End Page Content -------------------------------------------------------------->
</div>
<!---COMING SOON MODAL-->
<div id="comingsoon" class="w3-modal">
<div class="w3-modal-content">
<div class="w3-container w3-black w3-animate-opacity w3-border-yellow" style="animation-iteration-count:infinite;animation-direction:alternate;" >
<span onclick="document.getElementById('comingsoon').style.display='none'" class="w3-button w3-display-topright">×</span>
<H1 class="w3-center w3-animate-opacity w3-white" style="font-family:Sofia">Feature Coming Soon</H1>
</div>
</div>
</div>
<!-- Image of location/map -->
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-opacity w3-light-grey w3-xlarge">
<a href="https://www.linkedin.com/in/architbubber"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
<a href="https://github.com/architbubber" ><i class="fa fa-github w3-hover-opacity"></i></a>
<!--i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i-->
<p class="w3-medium">This site is a sole creation of Archit Bubber</p>
</footer>
<script>
function show(panel_name){
var names=['home','projects','contact'];
for(var i=0;i<3;i++){
if(names[i]==panel_name){
document.getElementById(panel_name).style.display='block';
continue;
}
document.getElementById(names[i]).style.display='none';
}
}
// PDF VIEW Script
function SiteView(panel_name) {
show(panel_name);
var x = document.getElementById("pdf");
x.style.display ="none";
document.getElementById("html").style.overflow = "visible";
document.getElementById("body").style.overflow = "visible";
}
function View() {
var x = document.getElementById("pdf");
if (x.style.display =="none"){
x.style.display ="block";
// document.getElementById("html").style.overflow = "hidden";
// document.getElementById("body").style.overflow = "hidden";
}
else{
x.style.display ="none";
document.getElementById("html").style.overflow = "visible";
document.getElementById("body").style.overflow = "visible";
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
// When the user clicks anywhere outside of the modal, close it
var modal = document.getElementById('ticketModal');
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
if (event.target == document.getElementById('comingsoon')) {
document.getElementById('comingsoon').style.display='none';
}
}
</script>
</body>
</html>