-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
51 lines (42 loc) · 1.2 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
<html>
<head>
<title>Secular Solstice Resources</title>
<link rel=stylesheet href=theme.css>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1.0">
<style>
a.rawgit {
text-shadow: 0 0 0.5em black, 0 0 2em #003;
}
html {
padding-bottom: 0px;
}
body {
padding-bottom: 0px;
display: flex;
flex-direction: column;
}
h1 {
flex: initial;
margin-top: 20px;
}
h2 {
flex: auto;
margin: 10px;
}
a.rawgit {
flex: initial;
}
</style>
</head>
<body>
<h1>Secular Solstice Resources</h1>
<h2><a href=lists/gen/All_Songs.html>Songs</a></h2>
<h2><a href=lists/gen/All_Speeches.html>Speeches</a></h2>
<h2><a href=lists/gen/All_Activities.html>Activities</a></h2>
<h2><a href=misc/gen/Programs.html>Programs</a></h2>
<h2><a href=misc/gen/Guides_to_Assembling_Solstices.html>Guides</a></h2>
<h2><a href="http://secularsolstice.com/blog/">Blog</a></h2>
<br><br>
<a class=rawgit href=https://github.com/SecularSolstice/SecularSolstice.github.io>Raw Git</a>
</body></html>