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;
+ }
}