54 lines
1020 B
HTML
54 lines
1020 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta name="generator" content="Hugo 0.92.2" />
|
||
|
<title>My New Hugo Site</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<link rel="stylesheet" href="/css/style.css">
|
||
|
<link rel="stylesheet" href="/css/fonts.css">
|
||
|
|
||
|
</head>
|
||
|
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<h1></h1>
|
||
|
<h4></h4>
|
||
|
|
||
|
<div></div>
|
||
|
|
||
|
<table>
|
||
|
|
||
|
<tr>
|
||
|
|
||
|
<td><i class="fas fa-file-alt" aria-hidden="true"></i></td>
|
||
|
<td> <a href="/resume/" target="_blank">Resume</a></td>
|
||
|
|
||
|
</tr>
|
||
|
<tr>
|
||
|
|
||
|
<td><i class="fas fa-envelope" aria-hidden="true"></i></td>
|
||
|
<td> <code></code></td>
|
||
|
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<h3>Posts</h3>
|
||
|
|
||
|
<div>
|
||
|
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<h3><a href="posts/">View all posts</a></h3>
|
||
|
<h3><a href="categories/"> View all categories</a></h3>
|
||
|
<h3><a href="tags/"> View all tags</a></h3>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
<script src="/js/dark.js" defer="" ></script>
|
||
|
</html>
|