-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
44 lines (39 loc) · 1.55 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<title>Cincy AI</title>
<link rel="canonical" href="https://cincy.ai">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="app.css" rel="stylesheet">
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-3">
<div class="inner">
<h3 class="masthead-brand">Cincy AI</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="#">Home</a>
<a class="nav-link" href="events.html">Events</a>
</nav>
</div>
</header>
<main role="main" class="inner cover">
<h1 class="cover-heading">Cincy AI.</h1>
<p class="lead">More information coming soon!</p>
<p class="lead">
<a href="https://discord.gg/cfQWpFX" class="btn btn-lg btn-secondary">Chat with us on Discord</a>
</p>
<p class="lead">
<iframe src="https://discordapp.com/widget?id=622810074964033537&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>
</p>
</main>
<footer class="mastfoot mt-auto">
</footer>
</div>
</body>
</html>