diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-15 02:31:00 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-15 02:31:00 +0000 |
| commit | a4c1d40069042d5dac923690be19b2ce99012194 (patch) | |
| tree | d3d2ca8b908aac9477d2c0d87fd8a81a0d521c7f /dacctal/index.html | |
| parent | 9c3555491abb8b2a6d54342886b65bb5efa35e1d (diff) | |
much better sections
Diffstat (limited to 'dacctal/index.html')
| -rw-r--r-- | dacctal/index.html | 92 |
1 files changed, 48 insertions, 44 deletions
diff --git a/dacctal/index.html b/dacctal/index.html index ef73f47..d38a65a 100644 --- a/dacctal/index.html +++ b/dacctal/index.html @@ -12,67 +12,71 @@ <p>once you go dacctal, you never go bacctal. c ‿c</p> <br> - <details class="subtitle"> - <summary>Watch My Content!</summary> + <details id="my_content" class="subtitle"> + <summary><a href="#my_content">#</a> my_content</summary> <div class="entries"> <section class="block"> <h3><a href="https://youtube.com/@dacctal">YouTube</a></h3> <h4>[ https://youtube.com/@dacctal ]</h4> - <p>> main channel</p> + <p>> main channel</p> </section> - <br> <section class="block"> <h3><a href="https://odysee.com/@dacctal">Odysee</a></h3> <h4>[ https://odysee.com/@dacctal ]</h4> - <p>> libre channel</p> + <p>> libre channel</p> </section> </div> </details> - <br> - - <h2>Contact Me</h2> - - <section class="block"> - <h3><a href="xmpp:dacctal@symlinx.net">XMPP</a></h3> - <h4>[ dacctal@symlinx.net ]</h4> - <p>> contact me here</p> - </section> - <br> - <h2>Get Info</h2> - - <section class="block"> - <h3><a href="./sources">Video Sources</a></h3> - <h4>[ <span class="color_blue">-</span><span class="color_green">></span>█ / dacctal / sources ]</h4> - <p>> citations for videos</p> - </section> - <br> + <details id="contact_me" class="subtitle"> + <summary><a href="#contact_me">#</a> contact_me</summary> + <div class="entries"> + <section class="block"> + <h3><a href="xmpp:dacctal@symlinx.net">XMPP</a></h3> + <h4>[ dacctal@symlinx.net ]</h4> + <p>> contact me here</p> + </section> + </div> + </details> - <section class="block"> - <h3><a href="./faq">FAQ</a></h3> - <h4>[ <span class="color_blue">-</span><span class="color_green">></span>█ / dacctal / faq ]</h4> - <p>> get answers to your questions</p> - </section> - <br> + <details id="get_info" class="subtitle"> + <summary><a href="#get_info">#</a> get_info</summary> + <div class="entries"> + <section class="block"> + <h3><a href="./sources">Video Sources</a></h3> + <h4>[ <span class="color_blue">-</span><span class="color_green">></span>█ / dacctal / sources ]</h4> + <p>> citations for videos</p> + </section> - <h2>Want to support me?</h2> + <section class="block"> + <h3><a href="./faq">FAQ</a></h3> + <h4>[ <span class="color_blue">-</span><span class="color_green">></span>█ / dacctal / faq ]</h4> + <p>> get answers to your questions</p> + </section> + </div> + </details> - <section class="block"> - <h3>Monero</h3> - <p>[ <span class="color_green">86GKqqdZ4WEVreB6HX7oTq6shx4WvYG8zhbEh7j7tbngFkjt8XZgy6Sbq5vExrm9ckC47ByGmLHwxHrApXjQyecjPY7fHWy</span> ]</p> - <p>> best option for privacy</p> - <p>> no perks</p> - <br> + <details id="support_me" class="subtitle"> + <summary><a href="#support_me">#</a> support_me</summary> + <div class="entries"> + <section class="block"> + <h3>Monero</h3> + <p>[ <span class="color_green">86GKqqdZ4WEVreB6HX7oTq6shx4WvYG8zhbEh7j7tbngFkjt8XZgy6Sbq5vExrm9ckC47ByGmLHwxHrApXjQyecjPY7fHWy</span> ]</p> + <p>> best option for privacy</p> + <p>> no perks</p> + </section> - <h3><a href="https://patreon.com/dacctal">Patreon</a></h3> - <p>> bad for privacy</p> - <p>> perks:</p> - <p>--> vote on videos</p> - <p>--> exclusive mumble vcs</p> - <p>--> [ optional ] shoutout in outro</p> - </section> - <br> + <section class="block"> + <h3><a href="https://patreon.com/dacctal">Patreon</a></h3> + <p>> bad for privacy</p> + <p>> perks:</p> + <p>--> vote on videos</p> + <p>--> exclusive mumble vcs</p> + <p>--> [ optional ] shoutout in outro</p> + </section> + </div> + </details> </body> </html> |
