-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.28 KB
/
index.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
<!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>CESS UI Design System</title>
<link rel="icon" type="image/x-icon" class="js-site-favicon" href="./img/cess-logo.ico">
<link rel="stylesheet" href="./css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="./node_modules/bootstrap/dist/css/bootstrap.css" type="text/css" />
</head>
<body class="bg-info">
<section>
<div class="container">
<div class="row justify-content-center py-5 px-3 px-md-0">
<div class="col-12 col-md-8 col-lg-7 p-5 bg-light shadow rounded">
<a href="https://cessgndu.com/"><img src="./img/cess-logo.png" class="img-fluid pb-3" style="max-width: 100px;" /></a>
<h1>We are currently working on our design system.</h1>
<br>
<p class="lead text-muted">
If you want to contribute to our design system, please visit our <a href="https://github.com/cessorg/cess-design-system/">Github repository</a> or file an <a href="https://github.com/cessorg/cess-design-system/issues/">issue</a> to get in touch with us.
</p>
</div>
</div>
</div>
</section>
</body>
</html>