diff --git a/cantarell/cantarell-bold.woff2 b/cantarell/cantarell-bold.woff2 new file mode 100644 index 0000000..6405268 Binary files /dev/null and b/cantarell/cantarell-bold.woff2 differ diff --git a/cantarell/cantarell-regular.woff2 b/cantarell/cantarell-regular.woff2 index 5686a70..88cf14b 100644 Binary files a/cantarell/cantarell-regular.woff2 and b/cantarell/cantarell-regular.woff2 differ diff --git a/cantarell/cantarell.css b/cantarell/cantarell.css index 1e73a58..ae1d5bf 100644 --- a/cantarell/cantarell.css +++ b/cantarell/cantarell.css @@ -5,4 +5,11 @@ font-weight: 400; src: local("Cantarell Regular"), local("Cantarell-Regular"), url(cantarell-regular.woff2) format("woff2"); } +/* cantarell-bold */ +@font-face { + font-family: Cantarell; + font-style: normal; + font-weight: 700; + src: local("Cantarell Bold"), local("Cantarell-Bold"), url(cantarell-bold.woff2) format("woff2"); +} diff --git a/icons/latenightdef.png b/icons/latenightdef.png new file mode 100644 index 0000000..9f242ea Binary files /dev/null and b/icons/latenightdef.png differ diff --git a/icons/status.png b/icons/status.png new file mode 100644 index 0000000..a14cd2e Binary files /dev/null and b/icons/status.png differ diff --git a/icons/version.png b/icons/version.png new file mode 100644 index 0000000..530c72b Binary files /dev/null and b/icons/version.png differ diff --git a/index.html b/index.html index e66b940..34eae8a 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,6 @@
-

บริการ

@@ -25,7 +24,7 @@ Dawncraft
-

Dawncraft

+

Dawncraft

เซิร์ฟเวอร์ Minecraft พร้อมม็อด Dawncraft

@@ -41,7 +40,7 @@ DocuSeal
-

DocuSeal

+

DocuSeal

สร้าง กรอก และเซ็นเอกสารดิจิทัล

@@ -57,7 +56,7 @@ Invidious
-

Invidious

+

Invidious

ดูวิดีโอจาก YouTube ไร้โฆษณากวนใจ

@@ -73,7 +72,7 @@ LibreSpeed
-

LibreSpeed

+

LibreSpeed

ทดสอบความเร็วอินเทอร์เน็ต

@@ -89,7 +88,7 @@ little-lines
-

Little Lines

+

Little Lines

ระบบนำทางสำหรับล้อขนาดเล็ก

@@ -105,7 +104,7 @@ Nextcloud
-

Nextcloud

+

Nextcloud

บ้านที่ปลอดภัยสำหรับข้อมูลของคุณ

@@ -120,7 +119,7 @@ syncthing-relay
-

Syncthing Relay

+

Syncthing Relay

Relay server สำหรับ Syncthing

@@ -140,7 +139,7 @@ FOSS4Change
-

FOSS4Change

+

FOSS4Change

ร่วมสร้างการเปลี่ยนแปลงด้วยโอเพนซอร์ส

@@ -156,7 +155,7 @@ Compute4Change
-

Compute4Change

+

Compute4Change

อัปเดตความเคลื่อนไหวจากวงการ BOINC

@@ -172,7 +171,7 @@ PGTechs
-

PGTechs (Discontinued)

+

PGTechs (Discontinued)

เทคโนโลยีเพื่อทุกคน

@@ -182,18 +181,47 @@
-
+ +

รู้จักกับเรา

+ +
+
+
+ Dawncraft +
+
+
+

Late Night Defender

+

+
+

Linux, BOINC and OSM nerd จากประเทศไทย

+
+
+ Profile... +
+
+
+ +

ข้อมูลเพิ่มเติม

+
+ + version +
+

เวอร์ชัน DATE-VERSION

+

ดูซอร์สโค้ดของเว็บไซต์นี้บน Codeberg

+
+
+ + version +
+

สถานะของบริการ

+

ดูสถานะการทำงานบน Uptime Kuma

+
+
+ +
- - - - - diff --git a/style.css b/style.css index 798e4cf..e727258 100644 --- a/style.css +++ b/style.css @@ -44,17 +44,17 @@ body { align-items: center; } -.versionbutton { - background-color: #E5EFFB; - color: #1a5fb4; +.bigbutton { + + background-color: #fafafa; + color: black; border: none; - border-radius:50px; + border-radius:10px; justify-content: center; align-items: center; text-decoration: none; - display: flex; - font-size: 16px; - font-weight: bold; + display: grid; + font-size: 12px; cursor: pointer; padding-top: 10px; padding-right: 15px; @@ -62,6 +62,12 @@ body { padding-left: 15px; margin-top: 10px; margin-bottom: 10px; + transition-duration: 0.2s; +} + +.bigbutton:hover { + background-color: #E0E0E0; + } .grid-container { @@ -103,4 +109,4 @@ body { width: 15cm; height: 1px; background-color: rgba(237, 237, 237, 1); -} \ No newline at end of file +}