forked from moritzhuetten/sazerac_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.html
125 lines (99 loc) · 5.77 KB
/
registration.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>SAZERAC | REGISTRATION </title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/custom.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<!-- <link rel="stylesheet" href="css/github-prettify-theme.css"> -->
<script src="js/site.js"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <link rel="icon" type="image/png" href="dist/images/favicon.png"> -->
</head>
<body class="code-snippets-visible">
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="navbar-spacer"></div>
<nav class="navbar">
<div class="container">
<ul class="navbar-list">
<li class="navbar-item"><a class="navbar-link" href="index.html">SAZERAC</a></li>
<li class="navbar-item">
<a class="navbar-link" href="#" data-popover="#aboutNavPopover">About</a>
<div id="aboutNavPopover" class="popover">
<ul class="popover-list">
<li class="popover-item">
<a class="popover-link" href="index.html#Updates">Updates</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#introduction">Introduction</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#SOC">SOC</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#schedule">Schedule</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#conduct">Conduct</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#contact">Contact Us</a>
</li>
<li class="popover-item">
<a class="popover-link" href="index.html#sazerac">What is a Sazerac?</a>
</li>
</ul>
</div>
</li>
<li class="navbar-item"><a class="navbar-link" href="registration.html">Registration</a></li>
<li class="navbar-item">
<a class="navbar-link" href="#" data-popover="#talksNavPopover">Talks</a>
<div id="talksNavPopover" class="popover">
<ul class="popover-list">
<li class="popover-item">
<a class="popover-link" href="schedule.html">Live Schedule</a>
</li>
<li class="popover-item">
<a class="popover-link" href="talks.html">Recorded Talks</a>
</li>
</ul>
</div>
</li>
<li class="navbar-item"><a class="navbar-link" href="participants.html">Participants</a></li>
</ul>
</div>
</nav>
<!-- Abstract Submission -->
<div class="docs-section" id="registration">
<h3 class="docs-header">Registration</h3>
<p> <b>Registration is now closed.</b> However, we intend to live stream the meeting via our <a href="https://www.youtube.com/channel/UCvrk105bi1U7sMgkEUEneSw">YouTube channel</a> and will include recordings (where permitted) on the channel and this website.</p>
<!-- <p> Abstract submission for live talks is now closed but you can still register for the conference until Thursday <b>4 June</b>. <b>NOTE:</b> Registration is necessary to obtain the Zoom link/passwords and to allow us to plan.</p>
<p class="red"><b>Note:</b> we are currently approaching our Zoom limit for participants. Participants after the first 500 will be provided with a live streaming link.</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdRv-UP2PacImlF_8_fQeD23sl5ywe0P2ZhViXRjDIjox4epA/viewform?embedded=true" width="800" height="1000" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> -->
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>