|
11 | 11 | <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js" integrity="sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm" crossorigin="anonymous"></script> |
12 | 12 | <script src="https://kit.fontawesome.com/a8e5d1c419.js" crossorigin="anonymous"></script> |
13 | 13 | </head> |
14 | | - <body > |
| 14 | + <body> |
15 | 15 | <!-- NAV BAR --> |
16 | 16 | <nav class="navbar-wrapper sticky-top"> |
17 | 17 | <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> |
90 | 90 | </div> |
91 | 91 | </div> |
92 | 92 | </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 --> |
93 | 125 | <h2 class="text-center py-5">The languages and tools I have worked with </h2> |
94 | 126 | <div class="table-responsive"> |
95 | 127 | <table class="table table-striped"> |
|
222 | 254 | <!-- END of Featured projects--> |
223 | 255 |
|
224 | 256 | <!-- Start of Other projects--> |
225 | | - <div class="container-fluid my-5"> |
| 257 | + <div class="container-fluid text-center my-5"> |
226 | 258 | <div class="row "> |
227 | 259 | <div class="col my-5"> |
228 | 260 | <h1>Other Projects</h1> |
|
0 commit comments