forked from codidact/landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name=”description” content="Codidact is an open-source, community-controlled Q&A platform, devised as an alternative to Stack Exchange and under active development. Contribute by joining our team.">
<meta name=”robots” content="index, follow">
<title>Codidact</title>
<link rel="stylesheet" href="css/primary.css">
</head>
<body>
<div class="container-centered">
<p class="heading-big">Codidact</p>
<p class="subtitle">A community-controlled, open-source Q&A platform.</p>
<p class="subtitle">Work in progress.</p>
<p class="heading-small">Contribute</p>
<p class="subtitle">You can use these platforms to communicate/contribute with us.</p>
<div class="logos">
<a href="https://github.com/codidact" class="btn-link"><img class="invert" alt="Github logo" src="logos/GitHub.png"></a>
<a href="https://discord.gg/WZ7aTst" class="btn-link"><img alt="Discord logo" src="logos/discord-logo.png"></a>
<a href="https://forum.codidact.org/" class="btn-link"><img alt="Discourse logo" src="logos/discourse.png"></a>
</div>
</div>
</body>
</html>