Skip to content

Commit

Permalink
edits spring 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
sidkaria committed May 3, 2021
1 parent 69bb3a6 commit d019b49
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 25 deletions.
Binary file added images/wish_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 32 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>
<div id="message" class="row">
<div id="messagep" class="col-md-4">
<p id="imastudent">I'm a student at UC Berkeley who loves developing, designing, and creating great products and content.
<p id="imastudent">I'm a software engineer and UC Berkeley grad who loves developing, designing, and creating great products and content.
</p>
<a id="movedown"><i class="arrow down"></i></a>
</div>
Expand All @@ -46,7 +46,7 @@

<div id="sidenavbarlist" class="list-group list-group-side-nav">
<a class="list-group-item list-group-item-action" href="#upto">What I'm up to</a>
<a class="list-group-item list-group-item-action" href="#wasupto">What I've been up to</a>
<a class="list-group-item list-group-item-action" href="#wasupto">What I've done</a>
<a class="list-group-item list-group-item-action" href="#coolprojects">Projects</a>
<!-- <a class="list-group-item list-group-item-action" href="#list-item-4">Item 4</a> -->
</div>
Expand All @@ -57,20 +57,14 @@
<h3 id="softwaredeveloper" class="goldtext">I'm a developer, designer, product enthusiast, and entrepreneur.|</h3>
</div>
<div class="contentsection container p-3" id="section2">
<h3 id="upto">What I'm up to right now</h3>
<div id="educationdiv" class="mb-4 pb-1 ml-md-3">
<img id="eduicon" class="d-inline-block mr-2 align-middle" src="images/icons/education.png" height="40px" width="40px"/>
<h4 id="education" class="d-inline align-middle">I'm a senior and Regents' Scholar studying EECS at UC Berkeley</h4>
</div>
<!-- <img class="d-inline-block" src="images/icons/berkeley.png" height="46px" width="46px" /> -->
<div class="exp pl-3 ml-md-3">
<h4>Co-lead Product Manager and Android Lead @ <a target="_blank" href="https://asuc.org/berkeley-mobile/">Berkeley Mobile</a></h4>
<h5>Freshman year till now</h5>
<p>As co-product manager and project lead, I've been spearheading a year-long redesign of the most popular UC Berkeley campus mobile app, leading a team of 15+ engineers and designers. Handle aspects from feature planning and sprint planning to writing product specs and helping out engineers and designers when needed. My first pure-product role has helped me express my product mindset, take a leadership role, and learn a lot of UX techniques that I was never taught.</p>
<p>As Android Lead as well, I lead our 5-developer Android team in making the core Android architecture design decisions and planning out our sprints. I built a significant portion of the redesigned app from scratch, working on a lot of the complicated features from the ground up: local map search, an entire Google Maps-esque map UI and flow, multi-threading for app responsiveness. We use a clean MVVM design pattern with UI and data separation.</p>
<div class="row no-gutters">
<div class="col-lg-5">
<img style="opacity: 0.85;" class="img-fluid" src="images/berkeley mobile 2.png" />
<h3 id="upto">What I'm up to right now</h3>
<div class="exp pl-3 ml-md-3">
<h4>Software Engineer @ <a target="_blank" href="https://wish.com">Wish</a></h4>
<h5>2021</h5>
<p>I'm currently a full-stack software engineer on the Android team working on end-to-end features for Wish Local. Fast-paced and high impact.</p>
<div class="row no-gutters mt-4">
<div class="col-lg-3">
<img style="opacity: 0.70;" class="img-fluid" src="images/wish_logo.png" />
</div>
</div>
</div>
Expand All @@ -83,7 +77,11 @@ <h5>2020</h5>
</div>

<div class="contentsection container p-3" id="section3">
<h3 id="wasupto">What I've been up to</h3>
<h3 id="wasupto">What I've done</h3>
<div id="educationdiv" class="mb-4 pb-1 ml-md-3">
<img id="eduicon" class="d-inline-block mr-2 align-middle" src="images/icons/education.png" height="40px" width="40px"/>
<h4 id="education" class="d-inline align-middle">I graduated from UC Berkeley as an EECS major and Regents' scholar in December 2020.</h4>
</div>
<div class="exp pl-3 ml-md-3">
<h4>Software Engineer Intern @ <a target="_blank" href="https://uber.com">Uber</a></h4>
<h5>Summer 2020</h5>
Expand All @@ -93,7 +91,19 @@ <h5>Summer 2020</h5>
<h4>Software Engineer Intern @ <a target="_blank" href="https://uber.com">Uber</a></h4>
<h5>Summer 2019</h5>
<p>This was my first summer at Uber, and I was on the Driver Experience team working as a mobile engineer. I worked on a new rating and tipping screen in the Uber Android app (native code), while at the same time spearheading the use of a mobile framework that drastically improved code quality and efficiency, and paved the way for a shift in Uber's Android architecture.</p>
</div>
</div>
<div class="exp pl-3 ml-md-3">
<h4>Co-lead Product Manager and Android Lead @ <a target="_blank" href="https://asuc.org/berkeley-mobile/">Berkeley Mobile</a></h4>
<h5>Freshman year till senior year</h5>
<p>As co-product manager and project lead, I spearheaded a year-long redesign of the most popular UC Berkeley campus mobile app, leading a team of 15+ engineers and designers. Handle aspects from feature planning and sprint planning to writing product specs and helping out engineers and designers when needed. My first pure-product role helped me express my product mindset, take a leadership role, and learn a lot of UX techniques that I was never taught.</p>
<p>As Android Lead as well, I lead our 5-developer Android team in making the core Android architecture design decisions and planning out our sprints. I built a significant portion of the redesigned app from scratch, working on a lot of the complicated features from the ground up: local map search, an entire Google Maps-esque map UI and flow, multi-threading for app responsiveness. I also lead the client development of Study Pact, the app's study group feature, within a month. We use a clean MVVM design pattern with UI and data separation.</p>
<div class="row no-gutters">
<div class="col-lg-5">
<img style="opacity: 0.85;" class="img-fluid" src="images/berkeley mobile 2.png" />
</div>
</div>
</div>
<!-- <img class="d-inline-block" src="images/icons/berkeley.png" height="46px" width="46px" /> -->
<div class="exp pl-3 ml-md-3">
<h4>Software Engineer Intern @ <a target="_blank" href="https://eyelevel.">Eyelevel.ai</a></h4>
<h5>Summer 2018</h5>
Expand All @@ -104,15 +114,15 @@ <h5>Summer 2018</h5>
<div class="contentsection container p-3" id="section3">
<h3 id="coolprojects">Some cool things I've made</h3>
<div class="exp pl-3 ml-md-3">
<h4>Altruist, our first pivot <a target="_blank" class="codelink" href="https://github.com/sidthesquid/altruist-mobile">[code]</a></h4>
<h4>Altruist, our first pivot <a target="_blank" class="codelink" href="https://github.com/sidkaria/altruist-mobile">[code]</a></h4>
<p>The Amni team's first inspiration and furthest progress in a venture. We engineered a demo/MVP for an end-to-end volunteer service hour reporting platform; our initial technical push being a mobile app. Uses React Native, Django backend, GCP.</p>
</div>
<div class="exp pl-3 ml-md-3">
<h4>Crowd.ai <a target="_blank" class="codelink" href="https://github.com/sidthesquid/crowd.ai">[code]</a></h4>
<h4>Crowd.ai <a target="_blank" class="codelink" href="https://github.com/sidkaria/crowd.ai">[code]</a></h4>
<p>This was part of a 5G/AI innovation class at Berkeley, but turned out to be quite an amazing product demo. Essentially a real-time Waze for foot-traffic. It uses location data and light geospatial analysis to give accurate location crowd sizes and popularity (for people who use the app). I coded it end-to-end with React Native, Google Cloud Functions, and Firebase.</p>
</div>
<div class="exp pl-3 ml-md-3">
<h4>TRON project for CalHacks (we won the sponsor prize) <a target="_blank" class="codelink" href="https://github.com/sidthesquid/tronbois">[code]</a></h4>
<h4>TRON project for CalHacks (we won the sponsor prize) <a target="_blank" class="codelink" href="https://github.com/sidkaria/tronbois">[code]</a></h4>
<p>My two other friends and I teamed up to create a secure IoT based, and blockchain incentivized data submission platform with a mobile interface (lot of buzzwords there, I know). I worked on the mobile with native Android and helped out with our node.js backend, while others worked with TRON's blockchain software and raspberry pi IoT data.</p>
</div>
<div class="exp pl-3 ml-md-3">
Expand Down Expand Up @@ -147,7 +157,7 @@ <h3 id="musician" class="lightblue">I also make music!</h3>
<footer class="container-fluid py-4">
<ul id="toplinks" class="text-center p-3">
<li><a target="_blank" href="mailto:[email protected]"><img class="iconimage" height="30px" width="30px" src="images/icons/email.svg"/></a></li>
<li><a target="_blank" href="https://github.com/sidthesquid"><img class="iconimage" height="30px" width="30px" src="images/icons/github.svg"/></a></li>
<li><a target="_blank" href="https://github.com/sidkaria"><img class="iconimage" height="30px" width="30px" src="images/icons/github.svg"/></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/siddharth-karia/"><img class="iconimage" height="30px" width="30px" src="images/icons/linkedin.svg"/></a></li>
<li><a target="_blank" href="http://instagram.com/sid.karia"><img class="iconimage" height="30px" width="30px" src="images/icons/instagram.svg"/></a></li>
<li><a target="_blank" href="https://open.spotify.com/artist/4Bwfpdtc6zG41L2GyIKCnE"><img class="iconimage" height="30px" width="30px" src="images/icons/spotify.svg"/></a></li>
Expand Down
13 changes: 10 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ a:hover {
text-shadow: 2px 1px 3px rgba(0,0,0,0.3);
/*padding-left: 25%;*/
}
#sidenavbarcol {
background: rgb(250,250,250);
background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(238,238,238,1) 100%);
}
#sidenavbar {
position: -webkit-sticky; /* Safari */
position: sticky;
Expand Down Expand Up @@ -193,12 +197,15 @@ a:hover {

.exp {
border-left: 2px solid #B2DFDB;
transition: border-color 0.3s;
margin-bottom: 40px;
transition: border-color 0.3s, background-color 0.3s;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
}

.exp:hover {
border-color: #26A69A;
border-color: #26A69A;
background-color: #F8F8F8;
}

.blue {
Expand Down

0 comments on commit d019b49

Please sign in to comment.