-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.html
155 lines (148 loc) · 8.8 KB
/
events.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>LTU SPS Events</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="#">
<img src="assets/atom.svg" width="30" height="30" alt="">
LTU SPS
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link text-white" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="https://forms.gle/5A5rmJRPw9caryBSA" target="_blank">Join Us <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle text-white" href="#" role="button" data-toggle="dropdown" id="eventsDropdown" aria-haspopup="true" aria-expanded="false">Events</a>
<div class="dropdown-menu" aria-labelledby="eventsDropdown" style="background-color: #007bff;">
<a class="nav-link dropdown-item text-white" href="events.html">Event Information</a>
<a class="nav-link dropdown-item text-white" href="https://calendar.google.com/calendar/u/2?cid=bHR1LnNwc0BnbWFpbC5jb20" target="_blank">Event Calendar</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="navbar-brand" href="https://twitter.com/ltusps">
<img src="assets/twitter_logo.svg" width="30" height="30" alt="">
</a>
</li>
</ul>
</div>
</nav>
<!-- Homepage Banner -->
<div class="jumbotron jumbotron-fluid container-fluid" style="padding-top: 10px; padding-bottom: 10px; margin-top: 5px; margin-bottom: 5px;">
<div class="container" style="text-align: center">
<h1 class="display-4"><strong>SPS Events</strong></h1>
<h4 class="lead"><strong>Lawrence Technological University</strong></h4>
</div>
</div>
<h5 style="text-align: center;">Click the title of each event to see information about them!</h5>
<div class = "container-fluid">
<div class="row">
<div class="col-lg-6" style="border-right: 1px solid darkgray">
<h2 style="text-align: center">Regular Events</h2>
<hr style="width: 45%; border-color: silver; background-color: silver; color: silver;">
<div class="accordion" id="regularEventsAccord">
<!--Meetings-->
<div class="card">
<button class = "btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#meetingsInfo" aria-expanded="false" aria-controls="meetingsInfo">
<h4 class="card-title" id="meetingTitle" style="text-align: center;">SPS Meetings</h4>
</button>
<div id="meetingsInfo" class="collapse" aria-labelledby="meetingTitle" data-parent="#regularEventsAccord">
<div class="card-body">
<h5><strong>Where:</strong> S211/Virtual Hybrid</h5>
<h5><strong>When:</strong> Tuesdays at 4 PM</h5>
<p>At our regular SPS Meetings, we discuss upcoming events, fundraisng, recruitment, our participation in the <a href="https://www.aps.org/programs/innovation/fund/idea.cfm">APS-IDEA</a>, and other topics of the day. Like all other SPS events, meetings are open to all!</p>
</div>
</div>
</div>
<!--Study Sessions-->
<div class="card">
<button class = "btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#studyInfo" aria-expanded="false" aria-controls="studyInfo">
<h4 class="card-title" id="studyTitle" style="text-align: center;">Study/Tutoring Sessions</h3>
</button>
<div id="studyInfo" class="collapse" aria-labelledby="studyTitle" data-parent="#regularEventsAccord">
<div class="card-body">
<h5><strong>Where:</strong> S206/Virtual</h5>
<h5><strong>When:</strong> TBD</h5>
<p>At our Study and Tutoring Sessions, students can come to study as a group, and recieve tutoring if necessary, particularly in math and physics.</p>
</div>
</div>
</div>
<!--Game Night-->
<div class="card">
<button class = "btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#gameInfo" aria-expanded="false" aria-controls="gameInfo">
<h4 class="card-title" id="gameTitle" style="text-align: center;">Game Nights</h3>
</button>
<div id="gameInfo" class="collapse" aria-labelledby="gameTitle" data-parent="#regularEventsAccord">
<div class="card-body">
<h5><strong>Where:</strong> Virtual</h5>
<h5><strong>When:</strong> Fridays at 6 PM EDT</h5>
<p>At game night, we play video games online as a group! We make sure to play games that are easily accessible even for those who do not have them!</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<h2 style="text-align: center">Special Events</h2>
<hr style="width: 45%; border-color: silver; background-color: silver; color: silver;">
<!--Meetings-->
<h4 style = "text-align: center;">There are no special events planned at this time</h4>
<!--First Event should be open, uses class="collapse show" and aria-expanded="true"-->
<!--<div class="card">
<button class = "btn btn-link collapsed" type="button" data-toggle="collapse" data-target="#spsEvent1" aria-expanded="true" aria-controls="spsEvent7">
<h3 class="card-title" id="guestLectureTitle" style="text-align: center;">Women in Science: Dr. Kaitlin Rasmussen Guest Lecture</h3>
</button>
<div id="spsEvent1" class="collapse show" aria-labelledby="guestLectureTitle">
<div class="card-body">
<h5><strong>Where:</strong> S321/Virtual</h5>
<h5><strong>When:</strong> 12:30 PM, 9 November 2021</h5>
<p>University of Michigan Researcher <a href="https://www.kaitlinrasmussen.com/">Dr. Kaitlin Rasmussen</a> will be giving a talk on her research on Exoplanets as part of our <b>Women in Science Series! See <a href = "assets/WiS_KRassmussen_UM.pdf" target = "_blank">our flyer here!</a></b></p>
<p><b>Abstract:</b> As an undergraduate, I studied active galactic nuclei. Then, in graduate school, I studied metal-poor stars and the origins of the elements. Now, as a post-doc, I study a variety of topics in exoplanets which lead toward the search for life. In this four-part talk, I will discuss my journey from college to now alongside my current research and what I learned along the way.</p>
<p><b>The lecture will be given in-person, but attendees may also attend online. In-Person space is limited, so <a href = "https://tinyurl.com/RegisterWiS2">please register here</a>.</b> Food will be available at the lecture.</p>
</div>
</div>
</div>-->
</div>
</div>
</div>
<hr style="width: 75%; border-color: silver; background-color: silver; color: silver;">
<h5 style="text-align: center;">If you would like to stay up to date, please <a href="https://forms.gle/5A5rmJRPw9caryBSA" target="_blank">sign up to our mailing list</a> for updates and <a href="https://calendar.google.com/calendar/u/2?cid=bHR1LnNwc0BnbWFpbC5jb20" target="_blank">check our calendar</a> to save these events on Google.</h5>
<!-- Footer -->
<footer class="footer bg-primary py-4 my-4">
<div class="container">
<p class="text-white">Copyright (c) Lawrence Technological University Society of Physics Students. All rights
reserved.</p>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>