Skip to content

Commit dbf1437

Browse files
committed
Added Work Experience
1 parent 671289f commit dbf1437

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
lines changed

index.html

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js" integrity="sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm" crossorigin="anonymous"></script>
1212
<script src="https://kit.fontawesome.com/a8e5d1c419.js" crossorigin="anonymous"></script>
1313
</head>
14-
<body >
14+
<body>
1515
<!-- NAV BAR -->
1616
<nav class="navbar-wrapper sticky-top">
1717
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-pd-4 pb-3 bg-white border-bottom shadow-sm">
@@ -90,6 +90,38 @@ <h5>Hackathons I've Attended:</h5>
9090
</div>
9191
</div>
9292
</div>
93+
94+
<!-- Work Experience -->
95+
<h2 class="text-center py-5 ">Work Experience</h2>
96+
<div class="row">
97+
<div class="col-md-3">
98+
<img class="img-fluid" src="pics/volvo.png" alt="pics">
99+
</div>
100+
<div class="col-md-7">
101+
<h2>Volvo Group</h2>
102+
<p>Intern: Digital & IT (May 2021 - Aug. 2021)</p>
103+
<p class="description">
104+
Developed tools that would help digitize the process of handling used vehicles.
105+
Worked in an agile development environment along with other Volvo Group engineers.
106+
Met with stakeholders and engineers in weekly scrum meetings discussing various deadlines and tools.
107+
</p>
108+
</div>
109+
</div>
110+
<div class="row mt-5">
111+
<div class="col-md-3">
112+
<img class="img-fluid" src="pics/leasemagnets.png" alt="pics">
113+
</div>
114+
<div class="col-md-7 ">
115+
<h2>LeaseMagnets</h2>
116+
<p>Software Engineer Winter Intern (Dec. 2020 - Jan. 2021)</p>
117+
<p class="description">
118+
Developed a way for user's to verify their email address and phone number
119+
through using Google's Firebase. Bridged two phone numbers through a proxy number
120+
by using the Twilio Proxy API.
121+
</p>
122+
</div>
123+
</div>
124+
<!-- Languages and Tools -->
93125
<h2 class="text-center py-5">The languages and tools I have worked with </h2>
94126
<div class="table-responsive">
95127
<table class="table table-striped">
@@ -222,7 +254,7 @@ <h3>
222254
<!-- END of Featured projects-->
223255

224256
<!-- Start of Other projects-->
225-
<div class="container-fluid my-5">
257+
<div class="container-fluid text-center my-5">
226258
<div class="row ">
227259
<div class="col my-5">
228260
<h1>Other Projects</h1>

pics/csusm.png

151 KB
Loading

pics/dsc.png

18 KB
Loading

pics/leasemagnets.png

18.6 KB
Loading

pics/volvo.png

15.6 KB
Loading

0 commit comments

Comments
 (0)