-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (58 loc) · 2.18 KB
/
index.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
<html>
<head>
<title> blog.thomveldhuis.xyz </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="https://thomveldhuis.xyz/img/logo/tv-small.png"/>
<link rel="stylesheet" href="https://thomveldhuis.xyz/czz/index.css">
<style>
h2:hover {
background-color: purple;
color: white;
}
</style>
</head>
<body>
<header>
<a href="../index.html"><img src="https://thomveldhuis.xyz/img/logo/tv-small.png" alt="header logo with link"></a>
<ul>
<li><a style="display: block;" href="../index.html">Home</a></li>
<li><a style="display: block;" href="https://thomveldhuis.xyz">Personal page</a></li>
<hr>
</header>
<main>
<div class='japaneseImage'>
<img id="japanese" src="../images/writing.png" alt="dithered japanese woodblock art">
<div class='caption'>
<a href="https://ukiyo-e.org/image/met/DP143435" target="_blank" >
Ryuryukyo Shinsai - Man Seated With His Reading and Writing Materials before Him
</a>
</div>
</div>
<br>
<h1> Thoms writings and discourses </h1>
<p> This is a place where I will post my writings </p>
<ul>
<li style="list-style: hiragana;">
<a href="posts/2022-05-21-First-thing-here.html"
<h2>First thing here</h2>
</a>
</li>
</ul>
</main>
<footer>
<hr>
<a href="https://github.com/Thom2503" target="_blank">Github</a> |
<a href="https://twitter.com/Thom2503" target="_blank">Twitter</a> |
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!">
</a> |
<a href="http://www.anybrowser.org/campaign/">
<img src="https://thomveldhuis.xyz/img/anybrowser.gif" width="graphic-width-in-pixels" height="graphic-height-in-pixels" alt="Viewable With Any Browser">
</a> |
<span>Thom Veldhuis © <span id="year"></span></span>
</footer>
</body>
</html>