Skip to content

Commit

Permalink
add new icon and remove old pic
Browse files Browse the repository at this point in the history
  • Loading branch information
Jdvakil committed May 14, 2024
1 parent c0a94cc commit 50dd781
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file modified .DS_Store
Binary file not shown.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
gtag('config', 'G-QV88VT9E0V');
</script>
<meta charset="utf-8">
<meta name="description" content="JDV">
<meta name="image" content="https://jdvakil.github.io/media/jay_1.jpeg">
<meta name="description" content="Jay Vakil">
<meta name="image" content="https://jdvakil.github.io/media/jay_3.jpeg">
<meta name="keywords" content="Jay Vakil">
<meta name="keywords" content="Jay Vakil meta ai">
<meta name="keywords" content="Jay Vakil robotics meta ai">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="media/jay_1.jpeg" />
<link rel="icon" type="image/x-icon" href="media/icons8-robot-ios-17-outlined-32.png" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>Jay Darshan Vakil</title>
<title>Jay Vakil</title>

<meta property="og:type" content="website" />
<meta property="og:image" content="https://jdvakil.github.io/media/jay_1.jpeg" />
<meta property="og:image" content="https://jdvakil.github.io/media/jay_3.jpeg" />
<meta property="og:image:type" content="image/jpg">
<meta property="og:url" content="https://jdvakil.github.io/index.html" />
<meta property="og:title" content="Jay Vakil" />
Expand All @@ -32,7 +32,7 @@

<!--TWITTER-->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Jay Darshan Vakil" />
<meta name="twitter:title" content="Jay Vakil" />
<meta name="twitter:description"
content="Researcher active in the areas of Robotics and Embodied Artificial Intelligence" />

Expand Down Expand Up @@ -152,7 +152,7 @@ <h2 class="title is-3">About me</h2>
<div id="d" class="column overlay-image has-text-centered is-vcentered">
<script>

var images = ['jay_1.jpeg', 'jay_2.jpeg', 'jay_3.jpeg', 'jay_5.jpeg'];
var images = ['jay_1.jpeg', 'jay_2.jpeg', 'jay_3.jpeg'];

$('<img style=" width: 75%; height:auto; padding-left: 0px;" class="fade-in" src="media/' + images[Math.floor(Math.random() * images.length)] + '">').appendTo('#d');
</script>
Expand Down
Binary file modified media/.DS_Store
Binary file not shown.
Binary file added media/JV.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/icons8-robot-ios-17-outlined-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/jay_5.jpeg
Binary file not shown.

0 comments on commit 50dd781

Please sign in to comment.