update coming soon page
This commit is contained in:
parent
cbffbecd3d
commit
45f1cc9e51
2 changed files with 20 additions and 10 deletions
|
@ -9,17 +9,20 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<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;">
|
||||
<div class="logo" style="display: flex; align-items: center; justify-content: center">
|
||||
<h1>Coming soon!</h1>
|
||||
</div>
|
||||
|
||||
<div class="header">
|
||||
<div class="header" style="margin-top: 1cm;">
|
||||
<a href="https://www.techtransthai.org" class="gtk-button-pill">Go back</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue