Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jdvakil committed Aug 19, 2023
1 parent 51ff9c1 commit ec3463e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ <h1 class="title is-1" style="font-family: Raleway, Roboto;">
</a>
</span>
<span class="link-block">
<a href="media/ResumeJDV.pdf"
class="external-link button is-normal is-rounded " target="_blank"
style="border-color: transparent; text-decoration:none;">
<a href="media/ResumeJDV.pdf" class="external-link button is-normal is-rounded "
target="_blank" style="border-color: transparent; text-decoration:none;">
<span class="icon">
<i class="fa fa-file" style="font-size:35px; color: grey;"></i>
</span>
Expand All @@ -145,14 +144,16 @@ <h2 class="title is-3">About me</h2>

$('<img style=" width: 75%; height:auto; padding-left: 0px;" class="fade-in" src="media/' + images[Math.floor(Math.random() * images.length)] + '">').appendTo('#d');
</script>
<p style="font-size: 75% ;text-align: center;">Refresh the page to see a different Jay</p>
<p style="font-size: 75% ;text-align: center;">Refresh the page to see a
different Jay</p>
<!-- <img src="media/jay_1.jpeg"
style="border-radius: 50%; width: 75%; height:auto; padding-left: 0px;"> -->
</div>
<div class="column is-three-fifths is-vcentered" style="text-align: left;">
<p>
I am a <a href="https://insightglobal.com/">Robotic System Engineer</a> at
<a href="https://ai.facebook.com/">Facebook AI Research (FAIR)</a> with the
I am a Robotic System Engineer at
<a href="https://insightglobal.com/">Insight Global</a> @ <a
href="https://ai.facebook.com/">Facebook AI Research (FAIR)</a> with the
Embodied
AI team. I build efficient large-scale artificial agents that learn from
structured visual world representations to solve multi-task, non-trivial
Expand Down Expand Up @@ -189,13 +190,13 @@ <h2 class="title is-3">About me</h2>
</div>
</section>
</div>
<div class="container is-max-desktop" >
<div class="container is-max-desktop">
<div class="content is-centered has-text-centered">

<!-- Paint the vision / Overview-->
<div class="column has-text-center" id="affiliations">

<h2 class="title is-3" >Affiliations/Education</h2>
<h2 class="title is-3">Affiliations/Education</h2>
<div class="columns is-centered is-vcentered">
<div class="column has-text-centered">
<div class="column">
Expand Down Expand Up @@ -312,7 +313,8 @@ <h6>
<div class="column is-8">
<div class="content">
<p>
Website template inspired by <a href="https://homangab.github.io">Homanga Bharadhwaj</a> and <a href="https://unnat.github.io">Unnat Jain</a>.
Website template inspired by <a href="https://homangab.github.io">Homanga Bharadhwaj</a> and
<a href="https://unnat.github.io">Unnat Jain</a>.
</p>
</div>
</div>
Expand Down

0 comments on commit ec3463e

Please sign in to comment.