Skip to content

Commit

Permalink
Update meta site description, alt text
Browse files Browse the repository at this point in the history
  • Loading branch information
tedgravlin committed Apr 24, 2024
1 parent 5513e29 commit 03d2837
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- Meta -->
<meta name="title" property="og:title" content="Ted Gravlin" />
<meta name="description" property="og:description"
content="Hi, I'm Ted Gravlin. Software developer with an interest in developing products that make people's lives easier and more fun." />
content="Hi, I'm Ted Gravlin. I'm a software developer with an interest in developing things that make people's lives easier and more fun." />
<meta name="keywords"
content="ted gravlin, gravlin, ted gravlin website, theodore gravlin, theodore gravlin website" />
<meta name="image" property="og:image" content="https://tedgravlin.tech/assets/images/ogimage.png" />
Expand Down Expand Up @@ -44,25 +44,25 @@ <h3>About Me</h3>
<div class="about-button-container">
<a target="_blank" href="https://github.com/tedgravlin/" class="button-background">
<div class="button-contents">
<img src="/assets/images/github-icon.svg">
<img alt="GitHub Icon" src="/assets/images/github-icon.svg">
<p>GitHub</p>
</div>
</a>
<a target="_blank" href="https://linkedin.com/in/theodore-gravlin/" class="button-background">
<div class="button-contents">
<img src="/assets/images/linkedin-icon.svg">
<img alt="LinkedIn Icon" src="/assets/images/linkedin-icon.svg">
<p>LinkedIn</p>
</div>
</a>
<a target="_blank" href="mailto:[email protected]" class="button-background">
<div class="button-contents">
<img src="/assets/images/mail-icon.svg">
<img alt="Email Icon" src="/assets/images/mail-icon.svg">
<p>Email</p>
</div>
</a>
<a target="_blank" rel="me" href="https://mastodon.world/@tedgravlin" class="button-background">
<div class="button-contents">
<img src="/assets/images/mastodon-icon.svg">
<img alt="Mastodon Icon" src="/assets/images/mastodon-icon.svg">
<p>Mastodon</p>
</div>
</a>
Expand Down

0 comments on commit 03d2837

Please sign in to comment.