-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
87 lines (43 loc) · 1.68 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Blog</title>
<link rel="stylesheet" href="assets/css/styles.css">
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
<script src="assets/js/script.js"></script>
<link rel="icon" href="assets/icon.png" type="image/x-icon"/>
</head>
<body>
<div class="page-content">
<div class="sidenav">
<h1>
<span style="color:#a0a0a0;">ta</span><span style="color:#ffd966;">tyana</span>
<br>
<span style="color:#a0a0a0;">de</span><span style="color:#ffd966;" class="">slandes</span>
<br>
<span style="color:#a0a0a0;">mu</span><span style="color:#ffd966;">stakos</span>
</h1>
<nav>
<a href="index.html" >home</a>
<a href="about.html" >about & contact</a>
<div class="fauxa"> </a>
<div class="fauxa"> </a>
<div class="fauxa"> </a>
<div class="fauxa"> </a>
<div class="fauxa"> </a>
<a href="index.html" >work</a>
<a href="projects/illustrations.html" >illustrations</a>
<a href="projects/clay.html" >sculpture</a>
<div class="fauxa"> </a>
<a href="categories/explorations.html" >explorations</a>
</nav>
</div>
<div class="main">
<h1>Latest Posts</h1>
<ul>
</ul>
<div class="main">
</div>
</body>
</html>