-
Notifications
You must be signed in to change notification settings - Fork 0
/
maintenanc.html
53 lines (39 loc) · 3.15 KB
/
maintenanc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kinder Minds - Maintenance</title>
<!-- FAVICON -->
<link rel="icon" type="image/png" sizes="96x96" href="assets/Logos/km-favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/Logos/km-favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/Logos/km-favicon-16x16.png">
<link rel="icon" type="image/svg+xml" href="assets/Logos/KM%20Logo%20-%20Logo%20Only.svg">
<!-- Include your own stylesheet -->
<link rel="stylesheet" href="style.css">
<!-- Font Awesome for the burger menu -->
<script src="https://kit.fontawesome.com/8d59357f15.js" crossorigin="anonymous"></script>
<!-- Include Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Fonts used: Zen Maru Gothic, Fira Sans, Fira Sans Condensed, Source Serif 4 -->
<!-- Zen Maru Gothic - Logo -->
<link href="https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<!-- Fira Sans Condensed -->
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap" rel="stylesheet">
<!-- Fira Sans -->
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap" rel="stylesheet">
<!-- Source Serif 4 -->
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap" rel="stylesheet">
</head>
<body class="maintenance">
<section >
<article class="text-content no-pad-top">
<img src="assets/Logos/KM%20Logo%20-%20Logo%20Only.svg" alt="Kinder Minds">
<h1>Kinder Minds</h1>
<p>Our website is currently being either upgraded or maintained and will be back up soon.</p>
<p>If you would like to get in touch with us please use the email <a href="mailto:[email protected]">[email protected]</a></p>
</article>
</section>
</body>
</html>