index.html 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <html>
  2. <head>
  3. <link rel="alternate" title="News RSS Feed" href="https://shandan.one/feed/news/rss.xml" type="application/rss+xml"/>
  4. <link rel="alternate" title="Discovery RSS Feed" href="https://shandan.one/feed/discovery/rss.xml" type="application/rss+xml"/>
  5. <link rel="alternate" type="application/rss+xml" title="Humour RSS" href="http://shandan.one/feed/humour/rss.xml">
  6. </head>
  7. <body style="background-color: darkgrey;">
  8. <title>Portal - Access, manage and share</title>
  9. <meta name="title" content="Portal - Access, manage and share">
  10. <meta name="description" content="Self-hosted services for remote access, management and syndication.">
  11. <style>
  12. .grid {
  13. margin: min(1vmin, 10px) min(1vmin, 10px);
  14. padding: 10px;
  15. font-size: min(3vmin,30px);
  16. text-align: center;
  17. position: relative;
  18. }
  19. .grid li {
  20. border-style: solid;
  21. border-width: 3%;
  22. width: 40vmin;
  23. height: 30vmin;
  24. max-width: 350px;
  25. max-height: 263px;
  26. text-align: center;
  27. list-style-type: none;
  28. display: inline-block;
  29. vertical-align: middle;
  30. margin: max(1.5vmin, 20px);
  31. padding: 10px;
  32. position: relative;
  33. cursor: pointer;
  34. }
  35. .grid li > div {
  36. position: relative;
  37. height: 100%;
  38. width: 100%;
  39. line-height: 1;
  40. }
  41. .grid li > div > h1 {
  42. line-height: 0.5;
  43. text-align: center;
  44. }
  45. .grid li > div > p {
  46. padding: max(0.5vmin, 10px);
  47. margin: 0;
  48. color: black;
  49. text-align: left;
  50. line-height: 1;
  51. }
  52. </style>
  53. <ul class="grid">
  54. <li onclick="location.href='https://shandan.one/pgadmin4';" style="color: steelblue;">
  55. <div>
  56. <h1>pgAdmin</h1>
  57. <p class="child">Manage and access postgresql databases</p>
  58. </div>
  59. </li>
  60. <li onclick="location.href='https://wol.shandan.one';" style="color: firebrick;">
  61. <div>
  62. <h1>WoL</h1>
  63. <p class="child">Wake a device</p>
  64. </div>
  65. </li>
  66. <li onclick="location.href='https://shandan.one/guacamole';" style="color: darkolivegreen;">
  67. <div>
  68. <h1>Gaucamole</h1>
  69. <p class="child">Remote desktop</p>
  70. </div>
  71. </li>
  72. <li onclick="location.href='https://syncthing.shandan.one';" style="color: royalblue;">
  73. <div>
  74. <h1>Syncthing</h1>
  75. <p>Manage syncthing</p>
  76. </div>
  77. </li>
  78. <li onclick="location.href='https://tv.shandan.one';" style="color: orange;">
  79. <div>
  80. <h1>TvHeadend</h1>
  81. <p>Access PVR</p>
  82. <p>Schedule recordings and view TV guide</p>
  83. </div>
  84. </li>
  85. <li onclick="location.href='https://shandan.one/wekan';" style="color: teal;">
  86. <div>
  87. <h1>Wekan</h1>
  88. <p>Kanban board</p>
  89. <p>Manage projects and tasks</p>
  90. </div>
  91. </li>
  92. <li onclick="location.href='https://mouse.shandan.one/#remote-mouse';" style="color: saddlebrown;">
  93. <div>
  94. <h1>Mouse</h1>
  95. <p>Use device as touchpad</p>
  96. <p>Turn your device's touchscreen into a remote touchpad</p>
  97. </div>
  98. </li>
  99. <li onclick="location.href='https://gateway.shandan.one';" style="color: lightblue;">
  100. <div>
  101. <h1>Gateway</h1>
  102. <p>Access the gateway</p>
  103. <p>Manage local LAN and internet connection settings</p>
  104. </div>
  105. </li>
  106. <li onclick="location.href='https://listgarden.shandan.one';" style="color: olivedrab;">
  107. <div>
  108. <h1>ListGarden</h1>
  109. <p>Manage RSS Feeds</p>
  110. <p>Publish new items and create new feeds</p>
  111. </div>
  112. </li>
  113. </ul>
  114. <ul class="grid">
  115. <li onclick="location.href='https://shandan.one/feed/news/rss.html';" style="color: gold;">
  116. <div>
  117. <h1>News</h1>
  118. <p>News Feed</p>
  119. <p>Notable events but not weather or sports</p>
  120. </div>
  121. </li>
  122. <li onclick="location.href='https://shandan.one/feed/discovery/rss.html';" style="color: gold;">
  123. <div>
  124. <h1>Discovery</h1>
  125. <p>Discovery Feed</p>
  126. <p>Cool and inspirational articles</p>
  127. </div>
  128. </li>
  129. <li onclick="location.href='https://shandan.one/feed/humour/rss.html';" style="color: gold;">
  130. <div>
  131. <h1>Humour</h1>
  132. <p>Humour Feed</p>
  133. <p>Humourous articles, memes or anything funny</p>
  134. </div>
  135. </li>
  136. </ul>
  137. </body>
  138. </html>