-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtalks.html
More file actions
54 lines (48 loc) Β· 2.5 KB
/
talks.html
File metadata and controls
54 lines (48 loc) Β· 2.5 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
54
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CarolinaCon 2025 - Budget Cuts</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Special+Elite&family=Patrick+Hand&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/main.css"/>
<script type="text/javascript" src="./assets/main.js"></script>
<script type="text/javascript" src="https://cfp.carolinacon.org/carolinacon-online-5-2024/widgets/schedule.js"></script>
</head>
<body>
<div class="container">
<div class="tape"></div>
<h1>CarolinaCon 2025</h1>
<h2>"Budget Cuts" Edition<br>November 8 - 9th</h2>
<nav>
<a href="./index.html">π Home</a>
<a href="./about.html">π About</a>
<a href="./talks.html">π€ Schedule</a>
<a href="./localevents.html">ποΈ Local</a>
<a href="./coms.html">π¬ Discord & Matrix</a>
<a href="https://ctf.carolinacon.org/">π© CTF</a>
<a href="https://www.youtube.com/@CarolinaCon">πΉ YouTube</a>
<a href="https://twitter.com/CarolinaCon">π¦ Twitter</a>
<a href="https://infosec.exchange/@carolinacon">π Mastodon</a>
<a href="https://hcb.hackclub.com/donations/start/carolinacon">π Donate</a>
</nav>
<section class="card">
<pretalx-schedule event-url="https://cfp.carolinacon.org/carolinacon-online-5-2024/" locale="en" format="grid" style="--pretalx-clr-primary: #FF0718; --pretalx-font-family: 'Patrick Hand', cursive; --pretalx-clr-bg: #fffae6; --pretalx-clr-text: #333"></pretalx-schedule>
<noscript>
<div class="pretalx-widget">
<div class="pretalx-widget-info-message">
JavaScript is disabled in your browser. To access our schedule without JavaScript,
please <a target="_blank" href="https://cfp.carolinacon.org/carolinacon-online-5-2024/schedule/">click here</a>.
</div>
</div>
</noscript>
</section>
<footer>
Made with love and budget cuts.
<button class="theme-toggle" id="theme-toggle" aria-label="Toggle dark mode">π</button>
</footer>
</div>
</body>
</html>
<!--Made with love by Wes-->