-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathblog.html
38 lines (33 loc) · 1.11 KB
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/png"
href="./img/favicon.webp">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>telecomsteve</title>
<link rel="stylesheet" href="./css/stylesheet.css">
</head>
<body>
<div id="nav-placeholder"></div>
<script src="./js/nav-loader.js"></script>
<div class="main">
<h2>Research Blog</h2>
<p>The occasional technology musing as well as research in progress.</p><br>
<div class="blog-container">
<div>
<p class="blog_date">Apr 27 2021</p>
<a href="blog-posts/post-04-27-2021.html" class="blog_text">How to deploy a static website to Amazon S3</a>
</div>
<div>
<p class="blog_date">Jun 7 2020</p>
<a href="blog-posts/post-04-27-2021.html" class="blog_text">Placeholder</a>
</div>
<div>
<p class="blog_date">Jan 2 2020</p>
<a href="blog-posts/post-04-27-2021.html" class="blog_text">Placeholder</a>
</div>
</div>
</div>
</body>
</html>