-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjoin.html
More file actions
72 lines (62 loc) · 2.66 KB
/
join.html
File metadata and controls
72 lines (62 loc) · 2.66 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Schedule - ML4PSP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<h1><strong><a href="index.html">ML4PSP</a></strong></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="join.html">Join</a></li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>Join Us</h2>
<p> Fill out the following form to receive ongoing seminar announcements and other event updates. </p> </br>
<p> Unsubscribe <a href="https://github.us8.list-manage.com/unsubscribe?u=3bc7da6293afc71c35ba5fcce&id=f9bbcf599c">here</a>.</p>
</header>
<!-- Comment for new organizers, the link following is where you can insert a form, say if you transition to MailChimp instead of Google Form -->
<iframe src="https://github.us8.list-manage.com/subscribe?u=3bc7da6293afc71c35ba5fcce&id=f9bbcf599c" width="1200" height="1200" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
<p> This form was inspired by the <a href="https://deepskieslab.com/">DeepSkies</a> community group on AI in astrophysics.</p>
</section>
<!-- Schedule -->
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://www.youtube.com/channel/UCyS8UU1a6K0NM_lSN7ykAnA/playlists" class="icon fa-youtube"></a></li>
<!--<li><a href="#" class="icon fa-twitter"></a></li>-->
<!--<li><a href="#" class="icon fa-instagram"></a></li>-->
</ul>
<ul class="copyright">
<li>© ML4PSP Organizers </li>
<!--<li>Design: <a href="https://templated.co/spatial"> TEMPLATED </a></li> -->
<li>Design: TEMPLATED </li>
<!--<li>Images: <a href="http://unsplash.com">Unsplash</a></li>-->
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>