-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
163 lines (156 loc) · 8.49 KB
/
about.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
156
157
158
159
160
161
162
163
<!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>About LTU SPS</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>
<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>About Us</strong></h1>
<h4 class="lead"><strong>Lawrence Technological University</strong></h4>
</div>
</div>
<h2 style = "margin-left: 3rem;">Our Mission</h2>
<h5 style = "margin-left: 6rem; font-size: 22px;">LTU SPS's mission is to build a community of people interested in science and math who are helping each other and having fun doing so. This includes:</h5>
<ul style = "margin-bottom: 0rem;">
<li style = "margin-left: 6rem;"><p style = "font-size: 20px; margin-bottom: 0rem;">Community: SPS is open to everyone, and is a space for people to meet each other and form friendships.</p></li>
<li style = "margin-left: 6rem;"><p style = "font-size: 20px; margin-bottom: 0rem;">Collaboration: SPS members help each other and the LTU community grow academically and succeed in their studies.</p></li>
<li style = "margin-left: 6rem;"><p style = "font-size: 20px; margin-bottom: 0rem;">Fun: SPS organizes social events to allow the LTU community to get together in both academic and non-academic settings and have a break from studying.</p></li>
</ul>
<hr style="width: 80%; border-color: darkgray; background-color: darkgray; color: darkgray;">
<!--Executive Board-->
<h2 style = "margin-left: 3rem; margin-top: 0rem">Executive Board</h2>
<h5 style = "margin-left: 6rem; font-size: 22px;">The executive board is elected from the membership each year by popular vote.</h5>
<div class = "card-deck" style = "margin-left: 6rem; margin-right: 6rem; width:100rem; text-align: center;">
<div class = "card border-secondary mb-3" style="width: 12.5rem; height: 20rem;">
<img class = "card-img-top" src = "Board/Andrea_Houck.jpg">
<div class = "card-body">
<h5 class = "card-title">Andrea Houck</h5>
<p class = "card-text">Co-President</p>
</div>
</div>
<div class = "card border-secondary mb-3" style="width: 12.5rem; height: 20rem; margin_bottom: 0rem; text-align: center;">
<img class = "card-img-top" src = "Board/Mark_Kocherovsky.jpg">
<div class = "card-body">
<h5 class = "card-title">Mark Kocherovsky</h5>
<p class = "card-text">Co-President</p>
</div>
</div>
<div class = "card border-secondary mb-3" style="width: 12.5rem; height: 20rem; margin_bottom: 0rem;">
<img class = "card-img-top" src = "Board/Reinali_Calisin.jpg">
<div class = "card-body">
<h5 class = "card-title">Reinali Calisin</h5>
<p class = "card-text">Co-Vice President/Secretary</p>
</div>
</div>
<div class = "card border-secondary mb-3" style="width: 12.5rem; height: 20rem;">
<img class = "card-img-top" src = "Board/Alec_Ferensic.jpg">
<div class = "card-body">
<h5 class = "card-title">Alec Ferensic</h5>
<p class = "card-text">Co-Vice President/PR Director</p>
</div>
</div>
<div class = "card border-secondary mb-3" style="width: 12.5rem; height: 20rem;">
<img class = "card-img-top" src = "Board/Reese_Radomski.jpg">
<div class = "card-body">
<h5 class = "card-title">Reese Radomski</h5>
<p class = "card-text">Treasurer</p>
</div>
</div>
<div class = "card border-secondary mb-3" style="width: 12.5rem; height: 20rem;">
<img class = "card-img-top" src = "Board/Dr_Bhattacharya.jpg">
<div class = "card-body">
<h5 class = "card-title">Dr. Bhubanjyoti Bhattacharya</h5>
<p class = "card-text">Faculty Advisor</p>
</div>
</div>
<div class = "card border-secondary mb-3" style="width: 12.5rem; height: 20rem;">
<img class = "card-img-top" src = "Board/Dr_Moschelli.jpg">
<div class = "card-body">
<h5 class = "card-title">Dr. George Moschelli</h5>
<p class = "card-text">Faculty Advisor</p>
</div>
</div>
</div>
<hr style="width: 80%; border-color: darkgray; background-color: darkgray; color: darkgray;">
<h2 style = "margin-left: 3rem; margin-top: 0rem">Awards</h2>
<ul style = "margin-bottom: 0rem;">
<li style = "margin-left: 6rem;"><p style = "font-size: 20px; margin-bottom: 0rem;"><a href = "https://www.spsnational.org/awards/outstanding-chapter/recipients/2021">Outstanding SPS Chapter 2021</a></p></li>
<li style = "margin-left: 6rem;"><p style = "font-size: 20px; margin-bottom: 0rem;"><a href = "https://www.spsnational.org/awards/outstanding-chapter/recipients/2020">Distinguished SPS Chapter 2020</a></p></li>
<li style = "margin-left: 6rem;"><p style = "font-size: 20px; margin-bottom: 0rem;"><a href = "#">Blake Lilly Prize 2019</a></p></li>
<li style = "margin-left: 6rem;"><p style = "font-size: 20px; margin-bottom: 0rem;"><a href="https://www.spsnational.org/awards/outstanding-chapter/recipients/2019">Notable SPS Chapter 2019</a></p></li>
</ul>
<hr style="width: 80%; border-color: darkgray; background-color: darkgray; color: darkgray;">
<h2 style = "margin-left: 3rem; margin-top: 0rem">LTU SPS in the Press</h2>
<ul style = "margin-bottom: 0rem;">
<li style = "margin-left: 6rem;"><p style = "font-size: 20px; margin-bottom: 0rem;"><a href="https://www.ltu.edu/news/?_from=/news/index.asp&_opt=detail&_cid=73cee42b-8b23-4c6a-8eda-73171292cba9">"LTU physics student chapter wins national award for promoting science literacy" - LTU News Center</a></p></li>
</ul>
<!-- 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.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</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>
<script>
$('.carousel').carousel({
interval: 10000
})
</script>
</body>
</html>