forked from randyau/datawebring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (40 loc) · 1.13 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
<html>
<head>
<style>
body {
font-family: 'Roboto', sans-serif;
background-color: #121212;
color: #ffffff;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1, h2, h3, h4, h5, h6 {
color: #ffffff;
text-align: center;
}
p {
color: #d3d3d3;
}
a {
color: #007bff;
}
</style>
<title>Data People Writing Stuff Webring Index</title>
</head>
<body>
<h2>Data People Writing Stuff Webring Index</h2>
<p>
This is the full list of all the sites participating in the webring.
All these sites are from people to write about data related topics.
</p>
<p>The ordering of the sites is completely arbitrary.</p>
<p>If you're interested in learning more or joining the webring,
refer to <a href='https://github.com/randyau/datawebring/'>https://github.com/randyau/datawebring/</a> for instructions.
</p>
<div id='index'>
<script type="text/javascript" src="https://randyau.github.io/datawebring/onionring-variables.js"></script>
<script type="text/javascript" src="https://randyau.github.io/datawebring/onionring-index.js"></script>
</div>
</body>
</html>