update coming soon page

This commit is contained in:
Late Night Defender 2024-03-28 02:25:41 +07:00
parent cbffbecd3d
commit 45f1cc9e51
2 changed files with 20 additions and 10 deletions

View file

@ -9,17 +9,20 @@
</head>
<body>
<div class="header" >
<img src="icons/ttt-org.png" alt="TTT Logo" width="128" height="128">
<div class="centerscreen">
<div class="header" >
<img src="icons/ttt-org.png" alt="TTT Logo" width="128" height="128">
</div>
<div class="logo" style="display: flex; align-items: center; justify-content: center">
<h1>Coming soon!</h1>
</div>
<div class="header" style="margin-top: 1cm;">
<a href="https://www.techtransthai.org" class="gtk-button-pill">Go back</a>
</div>
</div>
<div class="logo" style="display: flex; align-items: center; justify-content: center;">
<h1>Coming soon!</h1>
</div>
<div class="header">
<a href="https://www.techtransthai.org" class="gtk-button-pill">Go back</a>
</div>

View file

@ -5,6 +5,13 @@ html *
font-family: Cantarell, sans-serif;
}
.centerscreen {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.header {
display: flex;