This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flockingbird</title>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.11.0/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/flockingbird.css">
</head>
<body>
<main>
<img class="logo" src="./logo.png" alt="Flockingbird" />
<div class="intro">Hi! We are building a professional social network.</div>
<div class="tagline">Where you manage your business network. Decentralised, and privacy friendly.</div>
<ul class="feature-list">
<li>👷 Search Job Openings on the Fediverse: <a href="http://search.flockingbird.social" title="Search Job Openings on the Fediverse">search.flockingbird.social</a></li>
<li>👋 Participate in a social network of professionals: WIP</li>
<li>🥇 Present yourself in a discoverable CV and portfolio: WIP</li>
<li>🎯 Find the best candidates for your vacancy: TODO</li>
</ul>
<div class="icons-social">
<a href="mailto:[email protected]" title="email"><i class="fa fa-envelope"></i></a>
<a href="https://github.com/flockingbird/roost" title="sourcecode"><i class="fab fa-git"></i></a>
<a href="https://fediverse.blog/~/Flockingbird/" title="blog"><i class="fa fa-feather-alt"></i></a>
<a rel="me" href="https://fosstodon.org/@flockingbird" title="mastodon"><i class="fab fa-mastodon"></i></a>
</div>
</main>
</body>
</html>