diff --git a/opensourcefund.html b/opensourcefund.html index 5fa49dc..1227cfd 100644 --- a/opensourcefund.html +++ b/opensourcefund.html @@ -54,19 +54,40 @@ ดูรายชื่อโปรเจกต์ที่ได้รับการคัดเลือก + + ดูโปรไฟล์ของเราบน Open Collective +

ประวัติ

+ +
+
+

$2.90 financial contribution to Pixelfed via Open Collective

+

A TechTransThai team member on Sep 2, 2024

+
+
+ +
+
-

Financial contribution to Saber via GitHub Sponsors

+

$5 financial contribution to KDE via GitHub Sponsors

+

Late Night Defender on Sep 2, 2024

+
+
+
+
+ +
+
+

$5 financial contribution to Saber via GitHub Sponsors

Late Night Defender on Aug 1, 2024

- $5
diff --git a/style.css b/style.css index 2645448..a59cbee 100644 --- a/style.css +++ b/style.css @@ -158,6 +158,10 @@ h1 { min-height: 1.5cm; } +.separator { + height: 1px; +} + .emojidecorations { font-size: 16pt; text-align: center; @@ -234,6 +238,10 @@ h1 { .infocard { background-color: #ffffff; } + + .separator { + background-color: rgba(237, 237, 237, 1); + } } @media (prefers-color-scheme: dark) { @@ -286,4 +294,8 @@ h1 { .infocard { background-color: #303030; } + + .separator { + background-color: #232323; + } }