Skip to content

Commit 53d84bf

Browse files
committed
change logo
1 parent 7e46242 commit 53d84bf

4 files changed

Lines changed: 45 additions & 16 deletions

File tree

src/assets/GEANDEV.png

-269 KB
Loading

src/assets/train-logo.png

663 KB
Loading

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro";
33
import ArrowLeft from "@astropub/icons/ArrowLeft";
44
55
import { Image } from "astro:assets";
6-
import logo from "../assets/GEANDEV.png";
6+
import logo from "../assets/train-logo.png";
77
import cms from "../assets/cms-gean.png";
88
---
99

@@ -15,7 +15,7 @@ import cms from "../assets/cms-gean.png";
1515
src={logo}
1616
alt="logo"
1717
class="object-cover"
18-
style="max-width: 300px;"
18+
style="max-width: 500px;"
1919
/>
2020
<h1 class="text-5xl font-bold mt-5">
2121
Pre TOI <span class="line-through">19</span>

src/pages/promote.astro

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,72 @@ import { Image } from "astro:assets";
66
import logo from "../assets/GEANDEV.png";
77
---
88

9-
<Layout title="Gean Dev Pre TOI20">
9+
<Layout title="Gean Dev Pre TOI21">
1010
<main class="w-full text-white bg-slate-800">
1111
<div class="h-screen" id="greet">
1212
<div class="h-full flex justify-center items-center flex-col text-center">
13-
<Image src={logo} alt="logo" class="object-cover"
13+
<Image
14+
src={logo}
15+
alt="logo"
16+
class="object-cover"
1417
style="max-width: 300px;"
1518
/>
16-
<h1 class="text-5xl font-bold">
17-
Pre TOI <span class="line-through">19</span><span class="text-red-300"
18-
>20</span
19-
> by <span class="text-orange-500"
19+
<h1 class="text-5xl font-bold mt-5">
20+
Pre TOI
21+
<!-- <span class="line-through">19</span> -->
22+
<!-- <span class="text-red-300 line-through">20</span> -->
23+
<span class="text-red-400">21</span> by <span class="text-orange-500"
2024
><a
2125
href="https://github.com/gean-dev"
2226
target="_blank"
2327
rel="noopener">Gean Dev</a
2428
></span
2529
>
2630
</h1>
27-
<h2 class="text-3xl pt-4">
31+
<!-- <h2 class="text-3xl pt-4">
2832
Gean Dev by Admin <span class="text-red-500"
2933
><a href="https://โอถอก.ไทย" target="_blank" rel="noopener"
3034
>OTOG©</a
3135
></span
3236
>
33-
</h2>
37+
</h2> -->
3438
<div class="text-2xl pt-3">
3539
<p>
36-
จัดขึ้น
40+
จัดขึ้น วันที่
3741
<span
3842
><a
39-
href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=Pre+TOI+20+Day+1&iso=20240511T18&p1=28&ah=5"
43+
href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=Pre+TOI+21+Day+1&iso=20250506T18&p1=28&ah=5"
4044
target="_blank"
41-
rel="noopener">
42-
<span class="text-blue-400">11-12 May 2024</span>
43-
<span class="text-pink-300">18:00-23:00 </span>
44-
<span class="text-yellow-500">GMT+7</span>
45+
rel="noopener"
46+
>
47+
<span class="text-cyan-400">6</span>
4548
</a>
49+
และ
50+
<a
51+
href="https://www.timeanddate.com/worldclock/fixedtime.html?msg=Pre+TOI+21+Day+2&iso=20250507T18&p1=28&ah=5"
52+
target="_blank"
53+
rel="noopener"
54+
>
55+
<span class="text-cyan-400">7</span>
56+
</a>
57+
May 2025
58+
<span class="text-pink-300">18:00 - 23:00</span>
59+
</span>
60+
</p>
61+
<p>
62+
ด้วยระบบ
63+
<span
64+
><a
65+
href="https://cms-dev.github.io/"
66+
target="_blank"
67+
rel="noopener"
68+
>
69+
<span class="text-yellow-500">CMS</span>
70+
</a>
71+
แบบเดียวกับ
72+
<span class="text-orange-400">TOI</span>
73+
และ
74+
<span class="text-red-400">IOI</span>
4675
<span><a href="#about">😱</a></span>
4776
</span>
4877
</p>

0 commit comments

Comments
 (0)