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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="header" >
|
<div class="centerscreen">
|
||||||
<img src="icons/ttt-org.png" alt="TTT Logo" width="128" height="128">
|
<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>
|
||||||
<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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,13 @@ html *
|
||||||
font-family: Cantarell, sans-serif;
|
font-family: Cantarell, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.centerscreen {
|
||||||
|
height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue