-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (87 loc) · 5.52 KB
/
Copy pathindex.html
File metadata and controls
93 lines (87 loc) · 5.52 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
<!DOCTYPE html>
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<style>
a {color:blue;}
</style>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Prashanth B</title>
<link rel="shortcut icon" href="iconsys.ico" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/zerogrid.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/lightbox.css">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/menu.css">
<script src="js/jquery1111.min.js" type="text/javascript"></script>
<script src="js/script.js"></script>
</head>
<body>
<div class="wrap-body">
<div class="header">
<div id='cssmenu' >
<ul>
<li class="active"><a href='index.html'><span>Home</span></a></li>
<li><a href='interests.html'><span>Interests and Future Work</span></a>
</li>
</li>
<li><a href='cv.html'><span>CV</span></a></li>
<li><a href="https://www.linkedin.com/in/prashanth-b-b043a0110"><span>Linkedin</span></a></li>
<li><a href="https://github.com/prashb94"><span>GitHub</span></a></li>
<li class='last'><a href='contact.html'><span>Contact</span></a></li>
<li class='crypto'><a href='crypto.html'><span>Cryptocurrency</span></a></li>
</ul>
</div>
</div>
<section id="container">
<div class="wrap-container">
<section class="content-box boxstyle-1 box-1">
<div class="zerogrid">
<div class="row wrap-box">
<div class="col-1-2">
<div class="wrap-col">
<center>
<img src="images/me.jpg">
</center>
</div>
</div>
<div class="col-1-2">
<div class="wrap-col">
<div class="row">
<div class="t-center" style="padding-top: 60px;">
<div class="header">
<div class="wrapper">
<h1><span class="color-blue" >Welcome to my world!</span></h1>
</div>
</div>
<p>
Currently working on a solution that doesn't require me to pay to access my own funds. Go to www.lastbit.io. 2018 was easily one of the best years, purely with regards to learning. The sheer amount that I've learned over this last year makes my time as a bachelors student pale in comparison. I'm currently with lastbit in Riga, Latvia.
I moved back to India after leaving ETH last December (I was previously a masters student at ETH Zurich) to work full time on lastbit.
Finally realized that startups are what I'm going to be doing for the next 10 years atleast.
</p>
<p>I created this site with the aim of putting up my latest work and other interesting technology related stuff. I'll try to keep it as updated as possible.</p>
<p>Older posts:</p>
<p>After some scrutinizing, I've made the decision to pursue a Masters in Computer Science at ETH Zurich, starting September 2016. When I'm not hacking on things or fooling around with sensors and electronics, I spend a vast majority of my time practicing drums. You can watch some of my videos on this <a href="https://www.youtube.com/user/shadow12348/videos"><u>channel</u></a></font>. It might not be your cup of tea [Most of my tech. and non-tech. interests are unorthodox in that sense], but if you like it, subscribe! I've also been playing basketball for almost 8 years now. Though at this point in time I haven't found the time to practice as often as I used to, I make sure that I divide my days such that I can keep fit and continue innovating.<p>
<p>At the moment, I'm working at the L3S Research Center in Germany (Read more about my work here, over <a href='interests.html'><u>here</u></a>). Apart from this, I am fabricating a first of its kind guitar pedal that uses a tube pre-amplifier and a solid-state pre-amplifier that the guitarist has the option of choosing, from his smartphone, followed by a programmable multi-effect guitar pedal. To non-guitar enthusiasts this sounds like a lot of jargon, but if you know what I'm talking about, you would know how interesting this stuff is!<p>
<p>I'm also the new drummer for the band "Casus" from Hildesheim, Germany! It's been a dream to be in a touring band and play music at a semi-professional level, while managing my Computer Science interests simultaneously and I think I'm getting closer to that goal! Here is an article about me and the band in the<a href="http://www.twilight-magazin.de/3297-hildesheimes-brutal-deather-casus-wieder-komplett.html"><u> Twilight Magazine</u></a>!
<p>Another interview with the band, published recently here - <a href="http://www.twilight-magazin.de/interviews/item/hilesheimer-brutal-death-nach-balkan-art-casus-im-interview-april-2016.html"><u> Twilight Magazine</u></a>!</p>
<p>Thanks for dropping by.</p>
</div>
</div>
</div>
</div>
</div>
<a href="http://m.maploco.com/details/cf35djat"><img style="border:10px;" src="http://www.maploco.com/vmap/s/9029621.png" alt="Locations of Site Visitors" title="Locations of Site Visitors"/></a>
</div>
</section>
<script src="js/lightbox-plus-jquery.min.js"></script>
</div>
</body>
</html>