wip
This commit is contained in:
parent
6b26f1291f
commit
f9480c7469
53
blog/index.html
Normal file
53
blog/index.html
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<link rel="shortcut icon" type="image/jpg" href="https://branding.ewpratten.com/pfp/2022/460x460.webp" />
|
||||||
|
|
||||||
|
<title>Evan Warren Pratten</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/static/styles/main.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div style="margin-top:2em;margin-bottom:2em;">
|
||||||
|
<center>
|
||||||
|
<strong>
|
||||||
|
<h1 style="text-transform: uppercase; margin: 0; font-size:2.5em;">
|
||||||
|
E<span style="color: var(--dim-text); font-size: 0.8em;">van</span>
|
||||||
|
W<span style="color: var(--dim-text); font-size: 0.8em;">arren</span>
|
||||||
|
Pratten
|
||||||
|
</h1>
|
||||||
|
<font size=3 style="color:var(--dim-text);">SOFTWARE DEVELOPER · NETWORK ENGINEER</font>
|
||||||
|
</strong>
|
||||||
|
<br>
|
||||||
|
<a href="/">Home</a>
|
||||||
|
·
|
||||||
|
<a target="_blank" href="https://github.com/ewpratten" rel="me">GitHub</a>
|
||||||
|
·
|
||||||
|
<a target="_blank" href="https://linkedin.com/in/ewpratten" rel="me">Linkedin</a>
|
||||||
|
·
|
||||||
|
<a target="_blank" href="mailto:evan@ewpratten.com" rel="me">Contact</a>
|
||||||
|
</center>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<article class="container">
|
||||||
|
|
||||||
|
<h1 style="font-size:2em;">Blog Posts</h1>
|
||||||
|
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<hr>
|
||||||
|
<p style="text-align:center;">
|
||||||
|
Copyright © 2017 - 2023 <strong>Evan Warren Pratten</strong>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<title>Evan Warren Pratten</title>
|
<title>Evan Warren Pratten</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/main.css">
|
<link rel="stylesheet" href="/static/styles/main.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<title>Evan Warren Pratten</title>
|
<title>Evan Warren Pratten</title>
|
||||||
|
|
||||||
<link rel="stylesheet" href="/main.css">
|
<link rel="stylesheet" href="/static/styles/main.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user