-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-old.html
141 lines (119 loc) · 2.43 KB
/
index-old.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<html lang="en">
<head>
<title>Test's essays</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="So many drafts, so few posts">
<meta name="author" content="Test Person">
<link rel="icon" type="image/svg+xml" href="/icon.svg">
<link href="atom.xml" type="application/atom+xml" rel="alternate" title="Test's essays feed" />
<meta property="og:type" content="website">
<meta property="og:title" content="Test's essays">
<meta property="og:description" content="So many drafts, so few posts">
<meta property="og:url" content="https://superhu4.github.io">
<!-- <meta property="og:image" content="https://superhu4.github.io"> -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Blog",
"author": "Test Person",
"name": "Test's essays",
"description": "So many drafts, so few posts"
}
</script>
<style>
:root {
--article-max-width: 40rem;
}
html {
font-family: Georgia,serif;
line-height: 1.4;
}
@media (prefers-color-scheme: dark) {
html {
background-color: #121212;
color: #FFFFFF;
}
}
body{
margin : 1.2em;
margin-top: 4rem;
font-size: 1rem;
}
header, main, footer {
max-width: var(--article-max-width);
margin: 0 auto;
}
h1 {
font-size: 2.5em;
}
main {
margin-top: 4rem;
}
.pages {
margin: 0;
padding-inline-start: 6ch;
}
.pages li {
padding-block-end: 1rem;
}
.pages li::marker {
content: attr(year) " - ";
color: #838383;
}
.pages li a {
text-wrap: balance;
}
a,
a:visited {
color: #000000;
}
@media (prefers-color-scheme: dark) {
a,
a:visited {
color: #FFFFFF;
}
}
@view-transition {
navigation: auto;
}
/* View transitions. Only if OK to use motion */
@media not (prefers-reduced-motion: reduce) {
h1 {
view-transition-name: title;
}
.pages li a:hover {
view-transition-name: article-title;
}
}
</style>
</head>
<body>
<header>
<h1>
Test Organization
</h1>
<p>
Thoughts that don't fit elsewhere.
</p>
</header>
<main>
<figure>
<img src="4.svg" alt="Tree Image">
</figure>
<ol class="pages">
<li><a href="test">This is post</a></li>
<li><a href="first">First</a></li>
<li>About</li>
<li>Sermons</li>
<li>Calendar</li>
<li>Ministries</li>
<li>Resources</li>
<li>Daily Guide</li>
</ol>
</main>
<footer>
</footer>
</body>
</html>