This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
communication.html
63 lines (63 loc) · 2.84 KB
/
communication.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>Communication tools</title>
<link href="src/style.css" rel="stylesheet" type="text/css" />
<link href="src/links.css" rel="stylesheet"/>
</head>
<body class="maintext">
<div class="topbar">
<div class="sidebarImg"><img src="images/logo.png"/></div>
<div class="toptext"><h2>CB Student Community</h2></div>
</div>
<div id="bodybox">
<div id="menu" class="menubar">
<div class="menublock">
<a href="index.html" ><p>Home</p></a>
<a href="about.html" ><p>About</p></a>
</div>
<h5>Information</h5>
<div class="menublock">
<a href="tools.html" ><p>Resources/Tools</p></a>
<a href="blog.html" ><p>Blog</p></a>
<a href="communication.html" ><p>Communications</p></a>
</div>
</div>
<div class="mainbody">
<div class="titleblock">
<p> </p>
<h1>Communication tools</h1>
<p>Stay in touch with fellow students from Colonel by with these trusted chat tools</p>
</div>
<div class="textblock">
<div class="blockholder">
<div class="blanktextblock">
<h2>Matrix Space</h2>
<img src="images/Matrix_icon.png" height="100">
<p>Chat with Students of Colonel By and our Matrix Space! <br> Matrix is a chat service that is end to end encrypted, and you can only access our space through an invite, meaning that only CB Students will be on the Space.</p>
<p>Get started with matrix <a href="guides/matrix.html" target="_blank">here</a></p>
<a href="https://matrix.to/#/!pIToJmNPMQHSOynNzb:matrix.org?via=matrix.org" target="_blank">Invite link</a>
</div>
<div class="blanktextblock">
<h2>Discord Server</h2>
<img src="images/Discord_logo.png" height="100">
<p>Our discord server is better known than our Matrix space, and a bit easier to connect to. <br> If you want to start chatting with friends, or get quick access to the matrix space, join us on our Discord Server!</p>
<p>Get started with Discord <a href="guides/discord.html">here</a></p>
<a href="https://discord.gg/7BXbgB8vGN" target="_blank">Invite link</a>
</div>
<div class="blanktextblock">
<h2>Revolt Server</h2>
<img src="images/Revolt_logo.png" height="100">
<p>A similar experience to discord, without any paywalls. Revolt is our newest addition to our communications platform! If you want to keep on chatting with your friends without a hassle, check out our Revolt server!</p>
<p>Get Started with Revolt Chat <a href="guides/revolt.html" target="_blank">here</a></p>
<a href="https://app.revolt.chat/invite/nj2wPekG" target="_blank">Invite Link</a>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/lucide@latest"></script>
<script>
lucide.createIcons();
</script>
</body>
</html>