Skip to content

Commit dc69773

Browse files
authored
Maintenance after member left the team!
also, remake the Website anyways!
1 parent c4cfe18 commit dc69773

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!doctype html>
2+
<title>Site Maintenance</title>
3+
4+
<style>
5+
body { text-align: center; padding: 150px; }
6+
h1 { font-size: 50px; }
7+
body { font: 20px Georgia, sans-serif; color: #333; }
8+
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
9+
a { color: #dc8100; text-decoration: none; }
10+
a:hover { color: #333; text-decoration: none; }
11+
</style>
12+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
13+
14+
<article>
15+
<h1>We&rsquo;ll be back!</h1>
16+
<div>
17+
<p>Hi! Firstly, Sorry for any incovenience that happen via maintenance time, In the meanwhile. You can visit our Digital Garden on <a href="http://khnatlkdelta.github.io/digitalgarden">khnatlkdelta.github.io/digitalgarden</a>! and we hope to return this back shortly.</p>
18+
</div>
19+
<div>
20+
<div class="wrapper">
21+
<!--- Editing your social link here. --->
22+
<a href="https://www.facebook.com/profile.php?id=61566799240976" class="icon facebook">
23+
<span><i class="fab fa-facebook-f"></i></span>
24+
</a>
25+
<a href="https://www.instagram.com/khnatlkdelta" class="icon instagram">
26+
<span><i class="fab fa-instagram"></i></span>
27+
</a>
28+
<a href="https://www.github.com/khnatlkdelta" class="icon github">
29+
<span><i class="fab fa-github"></i></span>
30+
</a>
31+
<a href="https://www.youtube.com/@khnatlkdelta" class="icon youtube">
32+
<span><i class="fab fa-youtube"></i></span>
33+
</a>
34+
<!--- Ending here --->
35+
</div>
36+
</div>
37+
<p>PS : You still can contact us at <a href="mailto:deltasquad@toonstorytime.me">deltasquad@toonstorytime.me</a>!</p>
38+
</article>

0 commit comments

Comments
 (0)