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