index.html
HTML document, ASCII text
1<!DOCTYPE html> 2<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> 3 4<head> 5<title>Roundabout Theme Index</title> 6<link rel="stylesheet" href="/required.css" /> 7<link rel="stylesheet" href="/style.css" defer="defer" /> 8<link rel="stylesheet" href="/breadcrumbs.css" defer="defer" /> 9<link rel="stylesheet" href="/code.css" defer="defer" /> 10<link rel="stylesheet" href="/fonts.css" defer="defer" /> 11<meta charset="UTF-8" /> 12<meta name="viewport" content="width=device-width, initial-scale=1.0" /> 13<meta http-equiv="X-UA-Compatible" content="ie=edge" /> 14<link rel="icon" href="favicon.ico" /> 15</head> 16 17<body> 18<hgroup role="group"> 19<h1>Roundabout Theme Index</h1> 20<p class="subtitle">The hub for Roundabout Themes</p> 21</hgroup> 22<p>Welcome to the homepage of the Roundabout Theme Index. Looking for a theme? Take a look at <a href="/themes.xml">themes.xml</a> for the list of themes.</p> 23<nav class="table-of-contents" aria-labelledby="toc-label"> 24<h2 id="toc-label" aria-hidden="true">Table of contents</h2> 25<ol> 26<li> 27<a href="#help-resources">Help and Resources</a> 28<ol> 29<li><a href="#theme-creation">Theme Creation</a></li> 30</ol> 31</li> 32<li> 33<a href="#notes">Notes</a> 34</li> 35</ol> 36</nav> 37<h2 id="help-resources">Help and Resources</h2> 38<ul> 39<li>Don't know how to install a theme? See <a href="install.html">install.html</a></li> 40<li>Want your own theme here? See <a href="submit.html">submit.html</a></li> 41<li>Source code available at <a rel="external" href="https://roundabout-host.com/theme/ThemeIndex">roundabout-host.com/theme/ThemeIndex</a></li> 42<li>Join our Matrix: <a rel="external" href="https://matrix.to/#/#roundaboutthemeindex:matrix.org">#roundaboutthemeindex:matrix.org</a></li> 43</ul> 44<h3 id="theme-creation">Theme Creation</h3> 45<p>This section is for resources about theme creation.</p> 46<ul> 47<li>Roundabout default theme: <a rel="external" href="https://roundabout-host.com/roundabout/roundabout/tree/master/static/efficient-ui/THEME.css">roundabout-host.com/roundabout/roundabout/tree/master/static/efficient-ui/THEME.css</a></li> 48<li>Roundabout stylesheet: <a rel="external" href="https://roundabout-host.com/roundabout/roundabout/tree/master/static/style.css">roundabout-host.com/roundabout/roundabout/tree/master/static/style.css</a></li> 49</ul> 50<h2 id="notes">Notes</h2> 51<ul> 52<li>The fonts Roboto and Roboto Mono are used on this website. They're licensed under the Apache License, a copy of which is found at <a rel="nofollow" href="Roboto_LICENSE.txt">Roboto_LICENSE.txt</a>.</li> 53<li>This website is <a rel="nofollow" href="LICENSE">licensed under the GNU GPL v3</a>; themes, on the otherhand, are free to have any <a href="https://www.gnu.org/licenses/license-list.html" rel="external">free license</a>.</li> 54</ul> 55</body> 56 57</html> 58