Update landing page
This commit is contained in:
BIN
data/assets/3dworldring_logo.ico
Normal file
BIN
data/assets/3dworldring_logo.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 176 KiB |
@@ -4,13 +4,25 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ ring_name }} List</title>
|
||||
<title>{{ ring_name }} </title>
|
||||
<link rel="icon" type="image/x-icon" href="./3dworldring_logo.ico">
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ ring_name }} List</h1>
|
||||
<h1>{{ ring_name }} </h1>
|
||||
<p>{{ ring_description }}</p>
|
||||
<h5>(this page and demo sites are currently under construction)</h5>
|
||||
|
||||
<h2>Please: </h2>
|
||||
<ul>
|
||||
<li>Link to webring neighbours in some way within your world.</li>
|
||||
<li>Have a way to move around the world.</li>
|
||||
</ul>
|
||||
|
||||
<h2> Contact </h2>
|
||||
<p>Feel free to email the ring owner at cjsatnarine@protonmail.com if you have any questions. Ring owner's website is <a href="https://cjsatnarine.space">cjsatnarine.space</a>. <p>
|
||||
<p>Add all sites with declared RSS feeds to your feed reader with this <a href ="{{ opml }}">OPML</a> link.</p>
|
||||
|
||||
|
||||
<h2> 3Dworldring Member List </h2>
|
||||
{% if sites %}
|
||||
<table>
|
||||
<thead>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
base_url = "https://3dworldring.cjsatnarine.space"
|
||||
ring_name = "3dworldring"
|
||||
ring_description = "Webring for 3D worlds."
|
||||
ring_name = "3Dworldring"
|
||||
ring_description = "Webring for 3D explorable worlds. Websites for worlds where you can explore and move about, traversing to other worlds (webring neighbours) in some way within the world."
|
||||
ring_owner = "CJ Satnarine"
|
||||
ring_owner_site = "https://cjsatnarine.space"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user