From 5c76bc65c6386dcb915192c86a1c0010ff23a1de Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Wed, 21 Aug 2024 01:54:40 +0700 Subject: [PATCH] Add Open Source Fund gacha --- icons/opensourcefund.svg | 433 +++++++++++++++++++++++++++++++++++++++ index.html | 9 + opensourcefund.html | 76 +++++++ style.css | 15 ++ 4 files changed, 533 insertions(+) create mode 100644 icons/opensourcefund.svg create mode 100644 opensourcefund.html diff --git a/icons/opensourcefund.svg b/icons/opensourcefund.svg new file mode 100644 index 0000000..aef4b1b --- /dev/null +++ b/icons/opensourcefund.svg @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index e663eb9..3dd30fa 100644 --- a/index.html +++ b/index.html @@ -126,6 +126,15 @@ + +
+ openLKB +
+

Open Source Fund

+

สนับสนุนโปรเจกต์ที่ทำให้เราเติบโต

+
+
+
syncthing-relay diff --git a/opensourcefund.html b/opensourcefund.html new file mode 100644 index 0000000..bdb67c0 --- /dev/null +++ b/opensourcefund.html @@ -0,0 +1,76 @@ + + + + + + + + + TechTransThai + + + + + + +
+ +
+ + +
+ +
+ +

TechTransThai Open Source Fund

+ + ทุกวันที่ 1 ของทุกเดือน เราจะสุ่มมาหนึ่งโปรเจกต์จากรายชื่อโปรเจกต์ที่ได้รับการคัดเลือกสำหรับ TechTransThai Open Source Fund และเราจะให้การสนับสนุนทางการเงินเป็นจำนวนหนึ่งกับโปรเจกต์นั้น ๆ + + + + +

ประวัติ

+ + + + + + + + +
+
+ + + diff --git a/style.css b/style.css index 58064d7..e9ad796 100644 --- a/style.css +++ b/style.css @@ -124,6 +124,13 @@ h1 { box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13); } +.infocard { + border-radius: 12px; + text-decoration: none; + padding-left: 10px; + box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13); +} + .itemcard-stealth { display: grid; border-radius: 12px; @@ -201,6 +208,10 @@ h1 { .itemcard-stealth:hover { background-color: #e0e0e0; } + + .infocard { + background-color: #ffffff; + } } @media (prefers-color-scheme: dark) { @@ -241,4 +252,8 @@ h1 { .itemcard-stealth:hover { background-color: #4a4a4a; } + + .infocard { + background-color: #303030; + } }