-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathschedule_old.html
51 lines (39 loc) · 1.62 KB
/
schedule_old.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<link href="https://fonts.googleapis.com/css?family=News+Cycle" rel="stylesheet">
<title>HackHer413 Schedule</title>
<!-- Styles -->
<link href="assets/css/core.min.css" rel="stylesheet">
<!-- <link href="assets/css/thesaas.min.css" rel="stylesheet"> -->
<link href="assets/css/schedule.css" rel="stylesheet">
<!-- Favicons -->
<link rel="icon" href="assets/images/2023/favicon.ico">
</head>
<body>
<main class="main-content">
<div class="container" style="margin-top:2%">
<a href="https://www.hackher413.com" class="btn btn-secondary">Go Back</a>
</div>
<center>
<img id="hh-logo" src="assets/images/logos/2020hackher_logo.png" alt="HackHer413">
<h1>Schedule</h1>
</center>
<div class="container" id="main">
<div class="alert alert-info" role="alert">
<b>Hello there!</b> This is our live schedule! Make sure to refresh the page to stay up to date with the latest events, workshops, and more.
</div>
</div>
<div class="container">
<div class="alert alert-warning" role="alert">
<b>Hey again!</b> Just wanted to let you know that this is our external schedule. For our internal schedule (which is a lot better looking) you can go to <a href="https://dashboard.hackher413.com/">https://dashboard.hackher413.com/</a>
</div>
</div>
</main>
</body>
<script src="assets/js/schedule.js"></script>
</html>