-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcoms.html
57 lines (54 loc) · 4.29 KB
/
coms.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CarolinaCon Online 2 - communication hub. Discord and Matrix</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The communication info page for CarolinaCon 2023 a hacking conference based out of North Carolina. Join us for this years conference!">
<link rel="stylesheet" href="./assets/lit.css">
<link rel="stylesheet" href="./assets/util.css">
<link rel="stylesheet" href="./assets/main.css"/>
</head>
<body>
<div class="row tc mt1"><a href="./"><img class="panda-logo" src="./assets/logo.png" alt="CarolinaCon hacker crow"/></a></div>
<main class="c main">
<header>
<div class="row card tc">
<div class="row">
<div class="1 col"><a href="./about.html">About</a></div>
<div class="1 col"><a href="./talks.html">Talk Schedule</a></div>
<div class="1 col"><a href="https://ctf.carolinacon.org/">CTF</a></div>
<div class="1 col"><a href="https://twitter.com/CarolinaCon">Twitter</a></div>
<div class="1 col"><a href="https://infosec.exchange/@carolinacon">Mastodon</a></div>
<div class="1 col"><a href="./coms.html">Discord/Matrix</a></div>
<div class="1 col"><a href="https://bank.hackclub.com/donations/start/carolinacon">Donate</a></div>
</div>
</div>
</header>
<div class="card tc">
<h3>Discord</h3>
<a style="font-size: 1.3rem;" href="https://discord.gg/WF8St28HsK">Click here to join the Discord!</a>
<br>
<hr>
<h3>Matrix</h3>
<div class="row">
<div class="2 col"><a style="font-size: 1.3rem;" href="https://matrix.carolinacon.org">Signup</a></div>
<div class="2 col"><a style="font-size: 1.3rem;" href="https://element.carolinacon.org/">Login</a></div>
<div class="2 col"><a style="font-size: 1.3rem;" href="https://matrix.to/#/#carolinacon:carolinacon.org">Join Space</a></div>
<div class="2 col"><a style="font-size: 1.3rem;" href="https://matrix.to/#/#general:carolinacon.org">Join #General</a></div>
</div>
<hr>
<br>
<p>This year we have wanted to allow users to interact with the conference via Matrix. Rooms are mirrored between both services, so don't worry about missing out on anything. If you've never used Matrix before, you can learn more about the federated messaging system <a href="https://matrix.org/">here</a>. You can register for an account on <a href="https://matrix.carolinacon.org/">matrix.carolinacon.org</a>. If you already use matrix 😎, you can <a href="https://matrix.to/#/#carolinacon:carolinacon.org">join the space</a> (like a discord server or guild), or just hang out in <a href="https://matrix.to/#/#general:carolinacon.org">#general</a>.</p>
<p> We host a client at <a href="https://element.carolinacon.org/">element.carolinacon.org</a>, but you can connect with any Matrix client. Element is available for Linux/Windows/Mac and iOS/Android. Fluffychat is another great mobile client.</p>
</div>
<div class="card bg-black-trans tc">
<h3>Code of conduct</h3>
<p>TLDR: be nice :) Hacking anything other than approved CTF servers is illegal and will result in a ban from the Matrix/Discord server and CarolinaCon as a whole.</p>
<p>Our conference is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion (or lack thereof), or technology choices. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks, workshops, parties, Twitter and other online media. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organizers.</p>
<br>
</div>
</main>
</body>
</html>
<!--Made with love by Wes-->