Fixing several html validation issues
This commit is contained in:
parent
c6103f41be
commit
c46ba96e15
43
index.html
43
index.html
@ -1,43 +1,41 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset='utf-8'/>
|
||||
<meta charset='utf-8'>
|
||||
<title>Greg Shuflin - Software Developer</title>
|
||||
<link rel="icon" type="image/x-icon" href="favicon.png">
|
||||
<link href="style.css" rel="stylesheet"/>
|
||||
<link href="style.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div id='main'>
|
||||
<header>
|
||||
<div>
|
||||
<h1>Greg Shuflin - Software Developer</h1>
|
||||
<h1>Greg Shuflin - Software Developer</h1>
|
||||
<div class="important-links">
|
||||
<p>Download a copy of <a href="./resume/Greg-Shuflin-Resume.pdf">my resume</a>.
|
||||
|
||||
<section class="important-links">
|
||||
<p>Download a copy of <a href="./resume/Greg-Shuflin-Resume.pdf">my resume</a>.
|
||||
<p>Contact me via <a class="emailLink" href="mailto:greg.shuflin+developerportfolio@protonmail.com">greg.shuflin@protonmail.com</a>
|
||||
or <a href='https://www.linkedin.com/in/gregshuflin/'>LinkedIn</a>.
|
||||
|
||||
<p>Contact me via <a class="emailLink" href="mailto:greg.shuflin+developerportfolio@protonmail.com">greg.shuflin@protonmail.com</a>
|
||||
or <a href='https://www.linkedin.com/in/gregshuflin/'>LinkedIn</a>.
|
||||
<p>My Nostr public key: <a href="nostr:npub1t4tqw45837fzs0589jqqna0s5wcmzstnsvw2vlrj7934w9l25sgsgnjcsl">
|
||||
npub1t4tqw45837fzs0589jqqna0s5wcmzstnsvw2vlrj7934w9l25sgsgnjcsl
|
||||
</a>
|
||||
|
||||
<p>My Nostr public key: <a href="nostr:npub1t4tqw45837fzs0589jqqna0s5wcmzstnsvw2vlrj7934w9l25sgsgnjcsl">
|
||||
npub1t4tqw45837fzs0589jqqna0s5wcmzstnsvw2vlrj7934w9l25sgsgnjcsl
|
||||
</a>
|
||||
|
||||
<p>SSH public key:
|
||||
<code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBYZzw9jdXezBuENVPZ+p3FipNN2gT9BUo7nlCTIqLhE</code>
|
||||
<p>SSH public key:
|
||||
<code>ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBYZzw9jdXezBuENVPZ+p3FipNN2gT9BUo7nlCTIqLhE</code>
|
||||
|
||||
|
||||
<p>See open-source code I've written:
|
||||
<ul>
|
||||
<li> <a href="https://github.com/gshuflin">@gshuflin</a> (professional GitHub account)
|
||||
<li> <a href="https://github.com/neunenak">@neunenak</a> (personal GitHub account)
|
||||
<li> <a href="https://code.everydayimshuflin.com/greg">code.everydayimshuflin.com</a> (self-hosted <a href="https://gitea.com/">Gitea</a> instance).
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<p>See open-source code I've written:
|
||||
<ul>
|
||||
<li> <a href="https://github.com/gshuflin">@gshuflin</a> (professional GitHub account)
|
||||
<li> <a href="https://github.com/neunenak">@neunenak</a> (personal GitHub account)
|
||||
<li> <a href="https://code.everydayimshuflin.com/greg">code.everydayimshuflin.com</a> (self-hosted <a href="https://gitea.com/">Gitea</a> instance).
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id='selfPhoto'>
|
||||
<img src='self.jpg' alt='Self-photo' width='240'/>
|
||||
<img src='self.jpg' alt='Self-photo' width='240'>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -186,5 +184,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user