Git repo for my website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

81 lines
3.1 KiB

  1. <!-- Streaming Schedule -->
  2. <!-- ./res/html/vtuber.html -->
  3. <!-- ./res/css/vtuber.css -->
  4. <!-- ./res/img/easthighNerd - JRPG - 01 - 1080p.png -->
  5. <!-- ./res/mkd/vtuber/schedule.md -->
  6. <html lang="en">
  7. <head>
  8. <meta charset="utf-8">
  9. <meta name="viewport" content="width=device-width">
  10. <title>
  11. Streaming Schedule - easthighNerd, VTuber
  12. </title>
  13. <link href="/res/css/vtuber.css" rel="stylesheet">
  14. <link rel="icon" type="image/png" href="/res/img/easthighNerd - JRPG - 01 - 1080p.png"/>
  15. </head>
  16. <body>
  17. <nav>
  18. <ul>
  19. <li style="float:right;border:none;">
  20. <a href="https://www.youtube.com/@easthighNerd" title="YouTube" target="_self">
  21. <img src="https://www.youtube.com/s/desktop/e213795e/img/favicon_144x144.png" alt="YouTube Logo">
  22. </a>
  23. </li>
  24. <li style="float:right;border:none;">
  25. <a href="https://www.twitch.tv/easthighNerd/" title="Twitch" target="_blank">
  26. <img src="https://static.twitchcdn.net/assets/favicon-32-e29e246c157142c94346.png" alt="Twitch Logo">
  27. </a>
  28. </li>
  29. <li style="float:right;border:none;">
  30. <a rel="me" href="https://vt.social/@easthighNerd" target="_blank" title="Mastodon">
  31. <img src="https://www.joinmastodon.org/favicon-32x32.png" alt="Mastodon Logo">
  32. </a>
  33. </li>
  34. <li>
  35. <a href="/">
  36. Home
  37. </a>
  38. </li>
  39. <li>
  40. <a href="/software-hardware/">
  41. Gear
  42. </a>
  43. </li>
  44. <li>
  45. <a href="/schedule">
  46. Schedule
  47. </a>
  48. </li>
  49. <li>
  50. <a href="/credits/">
  51. Credits
  52. </a>
  53. </li>
  54. </ul>
  55. </nav>
  56. <main>
  57. <div class="cork_board" style="padding-top:2.2%;">
  58. <img src="/res/img/easthighNerd - JRPG - 01 - 1080p.png" atl="Picture of my VTubing avatar" style="width:256px;height:256px;border-radius:50%;border-style:outset;border-color:black;border-top-width:1pt;border-bottom-width: 2pt;border-left-width: 1pt;border-right-width: 2pt;background-image:linear-gradient(to bottom right, white, lightgray);">
  59. <section id="weekly-streaming-schedule" class="crinkled_paper" style="margin-top:2.2%;">
  60. <h1>Weekly Streaming Schedule</h1>
  61. <h2 id="sunday---1218">Sunday - 12/18</h2>
  62. <p>N/A</p>
  63. <h2 id="monday---1219">Monday - 12/19</h2>
  64. <p>N/A</p>
  65. <h2 id="tuesday---1220">Tuesday - 12/20</h2>
  66. <p>???</p>
  67. <h2 id="wednesday---1221">Wednesday - 12/21</h2>
  68. <p>???</p>
  69. <h2 id="thursday---1222">Thursday - 12/22</h2>
  70. <p>N/A</p>
  71. <h2 id="friday---1223">Friday - 12/23</h2>
  72. <p>???</p>
  73. <h2 id="saturday---1224">Saturday - 12/24</h2>
  74. <p>???</p>
  75. </section>
  76. </div>
  77. </main>
  78. </body>
  79. </html>