Update structure

This commit is contained in:
Techit Thawiang
2025-07-12 23:22:31 +07:00
parent 009232187f
commit e8d201e955
4 changed files with 117 additions and 64 deletions
+16 -17
View File
@@ -1,23 +1,22 @@
<template>
<main>
<article class="article">
<h1>Techit's Collections</h1>
<p>
Collections of interesting documents.
</p>
<ul>
<li>
<a href="/portal/f/act/Copyright_Act2_TH.pdf"><b>Thailand Copyright Act</b>: พระราชบัญญัติลิขสิทธิ์ พ.ศ. ๒๕๓๗</a>
</li>
</ul>
<p>
Collections of interesting tools.
</p>
<ul>
<li>
<a href="https://github.com/Tyrrrz/YoutubeDownloader"><b>YoutubeDownloader</b>: Downloads videos and playlists from YouTube</a>
</li>
</ul>
<section class="web-hero" aria-labelledby="hero" aria-describedby="hero-desc">
<h1 id="hero" class="font-hero">Techit's Collection</h1>
<p id="hero-desc" class="font-hero-desc">Techit's personal collection of various interesting, trending media/materials.</p>
</section>
<section class="web-section" aria-labelledby="docs" aria-describedby="docs-desc">
<h3 id="docs" class="web-title">Interesting Documents</h3>
<ul>
<li><a class="link" href="https://thawia.ng/portal/f/act/Copyright_Act2_TH.pdf">Thailand Copyright Act: พระราชบญญขสทธ .. ๒๕๓๗</a></li>
</ul>
</section>
<section class="web-section" aria-labelledby="tools" aria-describedby="tools-desc">
<h3 id="tools" class="web-title">Interesting Tools</h3>
<ul>
<li><a class="link" href="https://github.com/Tyrrrz/YoutubeDownloader">YoutubeDownloader: Downloads videos and playlists from YouTube</a></li>
</ul>
</section>
</article>
</main>
</template>