-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
49 lines (45 loc) · 2 KB
/
docs.html
File metadata and controls
49 lines (45 loc) · 2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Sivu | To be released</title>
<link href="https://fonts.googleapis.com/css?family=Karla:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/4.8.95/css/materialdesignicons.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/bd-coming-soon.css">
</head>
<body class="min-vh-100 d-flex flex-column">
<header>
<div class="container">
<nav class="navbar navbar-dark bg-transparenet">
<a class="navbar-brand" href="#">
<img src="assets/images/sivu.png" alt="logo">
</a>
<span class="navbar-text ml-auto d-none d-sm-inline-block">Sivu</span>
<span class="navbar-text d-none d-sm-inline-block">The web made easy</span>
</nav>
</div>
</header>
<main class="my-auto">
<div class="container">
<h1 class="page-title">Sivu is being released soon</h1>
<p class="page-description">Sivu is a bank of tutorials made by open source developers, to help beginners get started in the world of website development.
</p>
<p>Interested? We'll email you when it's ready! <br /> PS: It's nearly done!</p>
<iframe
src="https://tally.so/embed/wMZAXn?alignLeft=1&hideTitle=1&transparentBackground=1"
width="100%"
height="300"
frameborder="0"
marginheight="0"
marginwidth="0"
title="Get notified (Sivu)">
</iframe>
</nav>
</div>
</main>
<center><a href="https://vercel.com/?utm_source=sivu&utm_campaign=oss" bis_skin_checked="1"><img height="30px" src="https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg"></a></center>
</body>
</html>