Skip to content

Commit

Permalink
fix og:image
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueLovin committed Sep 18, 2024
1 parent 3373738 commit 8bf9d54
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.matthewjury.com" />
<meta property="og:image" content="img/profile-img.jpg" />
<meta
property="og:image"
content="https://www.matthewjury.com/img/profile-img.jpg"
/>
<meta property="og:site_name" content="Matthew Jury's Resume" />
<meta property="og:locale" content="en_US" />

Expand Down Expand Up @@ -241,7 +244,9 @@ <h3>Skills and Interests</h3>
<!--Service Item-->
<div class="col-lg-3 col-sm-6">
<div class="service-item">
<div class="icon"><i class="fas fa-code"></i></div>
<div class="icon">
<i class="fas fa-code"></i>
</div>
<h4>Frontend Development</h4>
<p>
I have crafted several beautiful and responsive websites
Expand All @@ -253,7 +258,9 @@ <h4>Frontend Development</h4>
<!--Service Item-->
<div class="col-lg-3 col-sm-6">
<div class="service-item">
<div class="icon"><i class="fas fa-microchip"></i></div>
<div class="icon">
<i class="fas fa-microchip"></i>
</div>
<h4>Backend Engineering</h4>
<p>
I have crafted bulletproof software libraries and reliable
Expand All @@ -264,7 +271,9 @@ <h4>Backend Engineering</h4>
<!--Service Item-->
<div class="col-lg-3 col-sm-6">
<div class="service-item">
<div class="icon"><em class="fas fa-film"></em></div>
<div class="icon">
<em class="fas fa-film"></em>
</div>
<h4>Video Editing</h4>
<p>
Have been using Premiere Pro and After Effects for 10+
Expand Down

0 comments on commit 8bf9d54

Please sign in to comment.