-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (53 loc) · 3.12 KB
/
Copy pathindex.html
File metadata and controls
54 lines (53 loc) · 3.12 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
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<title>NetDev Community Chat</title>
</head>
<body class="bg-light">
<div class="container">
<div class="row justify-content-md-center text-center">
<div class="col col-lg-8 col-md-10 col-sm-12 bg-white vh-100 px-5">
<h1 class="my-5" style="color: #3645c4"><span class="font-monospace"><NetDev></span> Community</h1>
<p class="fs-5">The <strong>NetDev Community</strong> Slack is a free, public chat platform for all topics concerning network development and automation. It also serves as the official chat platform for several open source projects.</p>
<div class="my-5">
<a href="https://join.slack.com/t/netdev-community/shared_invite/zt-42wttb95f-EwHQpfhB0Md8jIEK4Cq0Sw" class="btn btn-lg btn-primary">
<i class="bi-slack"></i> Join now!
</a>
</div>
<div class="row">
<div class="col">
<a href="https://github.com/thatmattlove/hyperglass" class="text-decoration-none">
<img src="img/hyperglass.svg" width="200" height="200" alt="Hyperglass" class="m-2" />
</a>
</div>
<div class="col">
<a href="https://github.com/netbox-community/netbox" class="text-decoration-none">
<img src="img/netbox.svg" width="200" height="200" alt="NetBox" class="m-2" />
</a>
</div>
</div>
<div class="row">
<div class="col">
<a href="https://github.com/orb-community/orb" class="text-decoration-none">
<img src="img/orb.png" width="200" height="200" alt="Orb" class="m-2" />
</a>
</div>
<div class="col">
<a href="https://github.com/peering-manager/peering-manager" class="text-decoration-none">
<img src="img/peering-manager.svg" width="200" height="200" alt="Peering Manager" class="m-2" />
</a>
</div>
</div>
<small>
<a href="https://netdev.chat/" class="text-decoration-none text-secondary">netdev.chat</a>
</small>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
</body>
</html>