add commented devices section
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2025-07-07 05:40:11 +07:00
parent 127a8e1269
commit bd5811dedd

View file

@ -86,6 +86,35 @@
</a> </a>
</div> </div>
<!-- <h3 style="margin-top: 5vh;">Devices</h3>
<div class="section">
<a class="itemcard" href="/campaigns/compute4change">
<div class="listaction">
<img src="https://dl.techtransthai.org/resources/icons/wonderful-mobile.svg" alt="Wonderful Mobile" width="80" height="80" style="margin: 0.3cm;">
<div>
<h3>Samsung Galaxy A23 5G</h3>
<div style="display: flex;">
<div class="tags">Kernel</div>
</div>
</div>
</div>
</a>
<a class="itemcard" href="/campaigns/compute4change">
<div class="listaction">
<img src="https://dl.techtransthai.org/resources/icons/wonderful-mobile.svg" alt="Wonderful Mobile" width="80" height="80" style="margin: 0.3cm;">
<div>
<h3>Samsung Galaxy A23 4G</h3>
<div style="display: flex;">
<div class="tags">Kernel</div>
<div class="tags">ROM</div>
<div class="tags">Boot splash</div>
</div>
</div>
</div>
</a>
</div> -->
<div style="margin-top: 5vh; margin-bottom: 1vh; text-align: center;"> <div style="margin-top: 5vh; margin-bottom: 1vh; text-align: center;">
© 2025 TechTransThai Contributors<br> © 2025 TechTransThai Contributors<br>
@ -100,4 +129,16 @@
</div> </div>
</body> </body>
<style>
.tags {
border-radius: 12px;
font-weight: 700;
font-size: 12px;
padding: 3px 6px 3px 6px;
margin-right: 5px;
margin-bottom: 20px;
background-color: black;
color: white;
}
</style>
</html> </html>