Browse Source

improve colors and add Humour feed

Pi 2 years ago
parent
commit
841516e945
1 changed files with 39 additions and 10 deletions
  1. 39 10
      index.html

+ 39 - 10
index.html

@@ -1,8 +1,13 @@
 <html>
 <head>
-<link rel="alternate" title="RSS Feed" href="https://shandan.one/feed/news/rss.xml" type="application/rss+xml"/>
+<link rel="alternate" title="News RSS Feed" href="https://shandan.one/feed/news/rss.xml" type="application/rss+xml"/>
+<link rel="alternate" title="Discovery RSS Feed" href="https://shandan.one/feed/discovery/rss.xml" type="application/rss+xml"/>
+<link rel="alternate" type="application/rss+xml" title="Humour RSS"  href="http://shandan.one/feed/humour/rss.xml">
 </head>
-<body>
+<body style="background-color: darkgrey;">
+<title>Portal - Access, manage and share</title>
+<meta name="title" content="Portal - Access, manage and share">
+<meta name="description" content="Self-hosted services for remote access, management and syndication.">
 <style>
 .grid {
   margin: min(1vmin, 10px) min(1vmin, 10px);
@@ -46,19 +51,25 @@
 }
 </style>
 <ul class="grid">
-	<li onclick="location.href='https://wol.shandan.one';" style="color: red;">
+	<li onclick="location.href='https://shandan.one/pgadmin4';" style="color: steelblue;">
+  		<div>
+  			<h1>pgAdmin</h1>
+  			<p class="child">Manage and access postgresql databases</p>
+  		</div>
+	</li>
+	<li onclick="location.href='https://wol.shandan.one';" style="color: firebrick;">
   		<div>
   			<h1>WoL</h1>
   			<p class="child">Wake a device</p>
   		</div>
 	</li>
-	<li onclick="location.href='https://shandan.one/guacamole';" style="color: darkgreen;">
+	<li onclick="location.href='https://shandan.one/guacamole';" style="color: darkolivegreen;">
   		<div>
   			<h1>Gaucamole</h1>
   			<p class="child">Remote desktop</p>
   		</div>
 	</li>
-	<li onclick="location.href='https://syncthing.shandan.one';" style="color: blue;">
+	<li onclick="location.href='https://syncthing.shandan.one';" style="color: royalblue;">
   		<div>
   			<h1>Syncthing</h1>
   			<p>Manage syncthing</p>
@@ -78,7 +89,7 @@
 			<p>Manage projects and tasks</p>
 		</div>
 	</li>
-	<li onclick="location.href='https://mouse.shandan.one/#remote-mouse';" style="color: brown;">
+	<li onclick="location.href='https://mouse.shandan.one/#remote-mouse';" style="color: saddlebrown;">
 		<div>
 			<h1>Mouse</h1>
 			<p>Use device as touchpad</p>
@@ -92,18 +103,36 @@
 			<p>Manage local LAN and internet connection settings</p>
 		</div>
 	</li>
-	<li onclick="location.href='https://shandan.one/feed/news/rss.html';" style="color: orange;">
+	<li onclick="location.href='https://listgarden.shandan.one';" style="color: olivedrab;">
 		<div>
-			<h1>News Feed</h1>
+			<h1>ListGarden</h1>
+			<p>Manage RSS Feeds</p>
+			<p>Publish new items and create new feeds</p>
+		</div>
+	</li>
+</ul>
+<ul class="grid">
+	<li onclick="location.href='https://shandan.one/feed/news/rss.html';" style="color: gold;">
+		<div>
+			<h1>News</h1>
+			<p>News Feed</p>
 			<p>Notable events but not weather or sports</p>
 		</div>
 	</li>
-	<li onclick="location.href='https://shandan.one/feed/discovery/rss.html';" style="color: orange;">
+	<li onclick="location.href='https://shandan.one/feed/discovery/rss.html';" style="color: gold;">
 		<div>
-			<h1>Discovery Feed</h1>
+			<h1>Discovery</h1>
+			<p>Discovery Feed</p>
 			<p>Cool and inspirational articles</p>
 		</div>
 	</li>
+	<li onclick="location.href='https://shandan.one/feed/humour/rss.html';" style="color: gold;">
+		<div>
+			<h1>Humour</h1>
+			<p>Humour Feed</p>
+			<p>Humourous articles, memes or anything funny</p>
+		</div>
+	</li>
 </ul>
 </body>
 </html>