1 Commits

Author SHA1 Message Date
Sravan Balaji
09c69b92bb Start Adding Part Time Work
- Update bio tense a bit
- Update podcast art
- Add UMICH Rec Sports image
- Start adding rec sports jobs to portfolio page
2022-07-30 20:07:10 -04:00
6 changed files with 123 additions and 110 deletions

View File

@@ -61,10 +61,10 @@
>professional experience</a >professional experience</a
> >
section of the section of the
<a href="./portfolio.html">portfolio</a> page. He is currently <a href="./portfolio.html">portfolio</a> page. He began working at
working at
<a href="https://www.mitre.org/" target="_blank">MITRE</a> <a href="https://www.mitre.org/" target="_blank">MITRE</a>
as an Associate Autonomous Systems Engineer in McLean, VA. in late January 2022 as an Associate Autonomous Systems Engineer
in McLean, VA.
</p> </p>
<p> <p>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1477,46 +1477,63 @@
</div> </div>
</div> </div>
</div> </div>
</div>
<!--------------------------------- <!---------------------------------
RESEARCH PART TIME WORK
-----------------------------------> ----------------------------------->
<!-- <div id="research"> <div id="part_time_work">
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-md-12"> <div class="col-md-12">
<h1><a name="research">Research</a></h1> <h1>
<a name="part_time_work">Part Time Work</a>
</h1>
</div> </div>
</div> </div>
<div class="row align-items-center">
<div class="col-md-3">
<!-- UMICH: Intramural Sports Supervisor (2017 - 2018 -->
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-4">
<a href="https://www.umich.edu/" target="_blank">
<img
class="img-fluid mx-auto d-block"
src="./assets/professional_experience/logo-umich-rec-sports.jpeg"
/>
</a>
</div>
<div class="col-md-8">
<h2><b>University of Michigan Recreational Sports</b></h2>
<h3>Intramural Sports Supervisor</h3>
<h4>Ann Arbor, MI</h4>
<h5><i>August 28, 2017 - December 9, 2018</i></h5>
</div>
</div>
</div>
</div> </div>
<div class="col-md-9">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-4">
<a href="https://www.umich.edu/" target="_blank">
<img
class="img-fluid mx-auto d-block"
src="./assets/professional_experience/logo-umich-rec-sports.jpeg"
/>
</a>
</div>
<div class="col-md-8">
<h2><b>University of Michigan Recreational Sports</b></h2>
<h3>Intramural Sports Official</h3>
<h4>Ann Arbor, MI</h4>
<h5><i>September 12, 2016 - December 9, 2018</i></h5>
</div> </div>
</div> </div>
</div> -->
<!---------------------------------
Projects
----------------------------------->
<!-- <div id="projects">
<div class="row align-items-center">
<div class="col-md-12">
<h1><a name="projects">Projects</a></h1>
</div> </div>
</div> </div>
<div class="row align-items-center">
<div class="col-md-3">
</div>
<div class="col-md-9">
</div> </div>
</div> </div>
</div> -->
<!-- </div> -->
</body> </body>
<footer> <footer>

View File

@@ -145,12 +145,8 @@ hr {
max-height: 225px; max-height: 225px;
} }
#research img { #part_time_work img {
max-height: 400px; max-height: 225px;
}
#projects img {
max-height: 400px;
} }
.blog-cover img { .blog-cover img {