Add Open Source Fund gacha
This commit is contained in:
parent
6b92f81594
commit
5c76bc65c6
4 changed files with 533 additions and 0 deletions
76
opensourcefund.html
Normal file
76
opensourcefund.html
Normal file
|
@ -0,0 +1,76 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta http-equiv="Content-Language" content="th">
|
||||
<meta http-equiv="content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="description" content="Home of TechTransThai's available services">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TechTransThai</title>
|
||||
<link rel="icon" type="image/svg" href="icons/ttt-org.svg">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="topbar">
|
||||
<div class="topbar-group">
|
||||
<a href="/" style="display: flex; align-items: center; text-decoration: none;">
|
||||
<img src="icons/ttt-org.svg" alt="TTT Logo" width="36" height="36" style="margin-right: 5px;">
|
||||
<h4 class="logo">TechTransThai</h4>
|
||||
</a>
|
||||
<div style="display: flex; align-items: center">
|
||||
<a href="/team.html" class="headerbutton">
|
||||
ทีม
|
||||
</a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://forge.techtransthai.org/techtransthai/website" class="headerbutton">
|
||||
ซอร์สโคด
|
||||
</a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://webring.wonderful.software#techtransthai.org" class="headerbutton">
|
||||
วงแหวนเว็บ
|
||||
</a>
|
||||
<a href="/support.html" class="headerbutton">
|
||||
สนับสนุน
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="header" style="margin-top: 2cm;">
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="grid-container">
|
||||
|
||||
<div class="middle-large">
|
||||
|
||||
<h1>TechTransThai Open Source Fund</h1>
|
||||
|
||||
ทุกวันที่ 1 ของทุกเดือน เราจะสุ่มมาหนึ่งโปรเจกต์จากรายชื่อโปรเจกต์ที่ได้รับการคัดเลือกสำหรับ TechTransThai Open Source Fund และเราจะให้การสนับสนุนทางการเงินเป็นจำนวนหนึ่งกับโปรเจกต์นั้น ๆ
|
||||
|
||||
|
||||
<div class="quickbuttons" style="margin-top: 5vh;">
|
||||
<a class="gtk-button" target="_blank" rel="noopener noreferrer" href="/support.html">
|
||||
ดูรายชื่อโปรเจกต์ที่ได้รับการคัดเลือก
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h3 style="margin-top: 5vh;">ประวัติ</h3>
|
||||
|
||||
<div class="section">
|
||||
<a class="infocard">
|
||||
<div><p>$5 to Saber via GitHub Sponsors from Late Night Defender on Aug 1, 2024<p></div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue