Add Fullscreen Clock page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-11-25 17:39:09 +07:00
parent fc93ad1063
commit fbebb50af7

View file

@ -4,21 +4,48 @@
<link rel="stylesheet" href="/style.css"> <link rel="stylesheet" href="/style.css">
<meta http-equiv="Content-Language" content="th"> <meta http-equiv="Content-Language" content="th">
<meta http-equiv="content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="นาฬิกาเต็มจอ แรงบันดาลใจจากห้องสอบ">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coming soon!</title> <title>Fullscreen Clock - TechTransThai</title>
<link rel="icon" type="image/svg" href="https://www.techtransthai.org/resources/icons/ttt-org.svg"> <link rel="icon" type="image/svg" href="/resources/icons/fullscreenclock.Devel.svg">
</head> </head>
<body>
<div class="centerscreen"> <body>
<div class="header" > <div class="topbar">
<img src="https://www.techtransthai.org/resources/icons/ttt-org.svg" alt="TTT Logo" width="128" height="128"> <div class="topbar-group">
</div> <a href="/" style="display: flex; align-items: center; text-decoration: none;">
<div class="logo" style="display: flex; align-items: center; justify-content: center"> <img src="/resources/icons/ttt-org.svg" alt="TTT Logo" width="36" height="36" style="margin-right: 5px;">
<h1>Coming soon!</h1> <h4 class="logo">TechTransThai</h4>
</div> </a>
<div class="header" style="margin-top: 1cm;"> <div style="display: flex; align-items: center">
<a href="https://www.techtransthai.org" class="button accent pill">Go back</a> <a href="/team" class="button header">ทีม</a>
<a target="_blank" rel="noopener noreferrer" href="https://webring.wonderful.software#techtransthai.org" class="button header">วงแหวนเว็บ</a>
<a target="_blank" rel="noopener noreferrer" href="https://status.techtransthai.org/" class="button header">สถานะการให้บริการ</a>
</div> </div>
</div> </div>
</body> </div>
<div class="grid-container">
<div class="middle large">
<div class="header" style="margin-top: 2cm;">
</div>
<h1>Fullscreen Clock</h1>
นาฬิกาแบบเต็มหน้าจอ สำหรับฉายขึ้นจอขนาดใหญ่ในห้องสอบและในงานกิจกรรมต่าง ๆ
<div class="quickbuttons" style="margin-top: 5vh;">
<a class="button accent" target="_blank" rel="noopener noreferrer" href="/resources/comingsoon.html">ดาวน์โหลด</a>
<a class="button" target="_blank" rel="noopener noreferrer" href="/resources/comingsoon.html">ดูซอร์สโคด</a>
<a class="button" target="_blank" rel="noopener noreferrer" href="/resources/comingsoon.html">รายงานบั๊ก</a>
<a class="button" target="_blank" rel="noopener noreferrer" href="/resources/comingsoon.html">พูดคุย</a>
</div>
</div>
</div>
</body>
</html> </html>