index.html (1161B)
1 <html> 2 <head> 3 <style> 4 body { 5 font-family: 'Roboto', sans-serif; 6 background-color: #121212; 7 color: #ffffff; 8 max-width: 800px; 9 margin: 0 auto; 10 padding: 20px; 11 } 12 13 h1, h2, h3, h4, h5, h6 { 14 color: #ffffff; 15 text-align: center; 16 } 17 18 p { 19 color: #d3d3d3; 20 } 21 22 a { 23 color: #007bff; 24 } 25 </style> 26 27 <title>Data People Writing Stuff Webring Index</title> 28 </head> 29 <body> 30 <h2>Data People Writing Stuff Webring Index</h2> 31 <p> 32 This is the full list of all the sites participating in the webring. 33 All these sites are from people to write about data related topics. 34 </p> 35 36 <p>The ordering of the sites is completely arbitrary.</p> 37 38 <p>If you're interested in learning more or joining the webring, 39 refer to <a href='https://github.com/randyau/datawebring/'>https://github.com/randyau/datawebring/</a> for instructions. 40 </p> 41 42 <div id='index'> 43 <script type="text/javascript" src="https://randyau.github.io/datawebring/onionring-variables.js"></script> 44 <script type="text/javascript" src="https://randyau.github.io/datawebring/onionring-index.js"></script> 45 </div> 46 47 </body> 48 </html>