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.
 
 
 

100 lines
3.4 KiB

  1. <!-- Software and Hardware -->
  2. <!-- ./res/html/vtuber.html -->
  3. <!-- ./res/css/vtuber.css -->
  4. <!-- ./res/img/favicon.png -->
  5. <!-- ./res/mkd/vtuber/software-hardware.md -->
  6. <html lang="en">
  7. <head>
  8. <meta charset="utf-8">
  9. <meta name="viewport" content="width=device-width">
  10. <title>
  11. Software and Hardware - easthighNerd, VTuber
  12. </title>
  13. <link href="/res/css/vtuber.css" rel="stylesheet">
  14. <link rel="icon" type="image/png" href="/res/img/favicon.png"/>
  15. </head>
  16. <body>
  17. <nav>
  18. <ul>
  19. <!-- <li style="float:right;border:none;">
  20. <a href="#" 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. Software & Hardware
  42. </a>
  43. </li>
  44. <li>
  45. <a href="/credits/">
  46. Credits
  47. </a>
  48. </li>
  49. </ul>
  50. </nav>
  51. <main>
  52. <div class="left">
  53. <div class="cork_board">
  54. <section id="software" class="crinkled_paper">
  55. <h1>Software</h1>
  56. <h2 id="os">OS</h2>
  57. <p><a href="https://spins.fedoraproject.org/kde/" target="_blank">Fedora KDE</a></p>
  58. <h2 id="desktop-environment">Desktop Environment</h2>
  59. <p><a href="https://kde.org/plasma-desktop/" target="_blank">KDE Plasma</a></p>
  60. <h2 id="recordingstreaming">Recording/Streaming</h2>
  61. <p><a href="https://obsproject.com/" target="_blank">OBS</a></p>
  62. <h2 id="model-puppeting">Model Puppeting</h2>
  63. <p><a href="https://www.vseeface.icu/" target="_blank">VSeeFace</a></p>
  64. <h2 id="model-creation">Model Creation</h2>
  65. <p><a href="https://vroid.com/en/studio/" target="_blank">VRoid Studio</a></p>
  66. <h2 id="audio-piping">Audio Piping</h2>
  67. <p><a href="https://gitlab.freedesktop.org/pipewire/helvum/" target="_blank">Helvum</a></p>
  68. <h2 id="voip">VoIP</h2>
  69. <p><a href="https://www.mumble.info/" target="_blank">Mumble</a></p>
  70. </section>
  71. </div>
  72. </div>
  73. <div class="right">
  74. <div class="cork_board">
  75. <section id="hardware" class="crinkled_paper">
  76. <h1>Hardware</h1>
  77. <h2 id="cpu">CPU</h2>
  78. <p>AMD Ryzen 7 5700G</p>
  79. <h2 id="gpu">GPU</h2>
  80. <p>AMD Radeon RX 6750 XT</p>
  81. <h2 id="ram">RAM</h2>
  82. <p>32GiB DDR4</p>
  83. <h2 id="motherboard">Motherboard</h2>
  84. <p>???</p>
  85. <h2 id="capture-card">Capture Card</h2>
  86. <p>???</p>
  87. <h2 id="monitors">Monitors</h2>
  88. <p>???</p>
  89. <h2 id="microphone">Microphone</h2>
  90. <p>???</p>
  91. <h2 id="webcam">Webcam</h2>
  92. <p>Logitech 1080p Pro Stream Webcam</p>
  93. </section>
  94. </div>
  95. </div>
  96. </main>
  97. </body>
  98. </html>