-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutSigmaPi.html
More file actions
257 lines (213 loc) · 11.6 KB
/
aboutSigmaPi.html
File metadata and controls
257 lines (213 loc) · 11.6 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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.84.0">
<title>Carousel Template · Bootstrap v5.0</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.0/examples/carousel/">
<!-- Bootstrap core CSS -->
<link href="../assets/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
</head>
<body>
<header>
<!---
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">Carousel</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<nav class="navbar navbar-expand-lg navbar-dark navbar-red">
<img alt="" height="50" src="images/Salisbury_University_logo.png" width="150"> <b$
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="home.html">Home <span class="sr-$
</li>
<li class="nav-item">
<a class="nav-link" href="alphaSigmaPhi.php">Alpha Sigma P$
</li>
<li class="nav-item">
<a class="nav-link" href="kappaSigma.php">Kappa Sigma</a>
</li>
<li class="nav-item">
<a class="nav-link" href="piLambdaPhi.php">Pi Lambda Phi</$
</li>
<li class="nav-item">
<a class="nav-link" href="sigmaAlphaEpsilon.php">Sigma Alp$
</li>
<li class="nav-item">
<a class="nav-link" href="sigmaPhiEpsilon.php">Sigma Phi E$
</li>
<li class="nav-item">
<a class="nav-link" href="sigmaPi.php">Sigma Pi</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sigmaTauGamma.php">Sigma Tau Gam$
</li>
</ul><a href="login.php"><button class="btn btn-outline-light my-2 my-sm-0$
</div>
</nav>
--->
</header>
<main>
<div id="myCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="pics/Mock.jpg">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#777"/></svg>
<div class="container">
<div class="carousel-caption text-start">
</div>
</div>
</div>
<div class="carousel-item">
<img src="pics/Banner.jpg">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#777"/></svg>
<div class="container">
<div class="carousel-caption">
</div>
</div>
</div>
<div class="carousel-item">
<img src="pics/Mr.Zeta.jpg">
<svg class="bd-placeholder-img" width="100%" height="100%" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" preserveAspectRatio="xMidYMid slice" focusable="false"><rect width="100%" height="100%" fill="#777"/></svg>
<div class="container">
<div class="carousel-caption text-end">
<h1>Mr.Zeta</h1>
<p>Danny Beard wins Zeta's (Mr.Zeta) philanthropy event!</p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container another">
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-sm-4">
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><img src="pics/Mikey.jpg"></svg>
<h2 align="center"> Mike Birchfield</h2>
<h2 align="center"> (President)</h2>
</div><!--col-lg-4-->
<div class="col-sm-4">
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><img src="pics/John.jpg"></svg>
<h2 align="center"> John (JDubs) Williams</h2>
<h2 align="center"> (Advisor)</h2>
</div>
<div class="col-sm-4">
<svg class="bd-placeholder-img rounded-circle" width="140" height="140" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 140x140" preserveAspectRatio="xMidYMid slice" focusable="false"><img src="pics/Poho.jpg"></svg>
<h2 align="center"> Ryan Poholsky</h2>
<h2 align="center"> (Vice President)</h2>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">SIGMA PI TAKES ON MENTAL HEALTH</h2>
<p class="lead">Here at Salisbury University Sigmpa Pi's philanthropy is Mental Health Awareness. Here in Sigma Pi we take great ownership
in the importance of mental health throughout our society today. Each semester we hold events, fundraisers and games to raise money
for those in need of our help. We have recently partnered with the Hayden Hurst Foundation. Just this year we raised over
$8000. The picture to your right if the winner of our Sigma Cutie Pi competition that is run each year in need of a new cutie pi.
The winner is recognized by the fraternity and will help money in the upcoming semester's.</p>
</div>
<div class="col-md-5">
<img src="pics/CutiePi.jpg">
<svg class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" height="500" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 500x500" preserveAspectRatio="xMidYMid slice" focusable="false"></svg>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading">SIGMA PI GIVES BACK</h2>
<p class="lead">Here at Salisbury University, Sigma Pi takes great appreciation in giving back the community. This photo was taken Fall semester of 2021
where the brothers of Sigma Pi cleaned the streets of local neighborhood and business's. This is just one of many events held by Sigma Pi.</p>
</div>
<div class="col-md-5 order-md-1">
<img src="pics/Community Service (2).jpg">
<svg class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" height="500" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 500x500" preserveAspectRatio="xMidYMid slice" focusable="false"></svg>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">SIGMA PI ACTIVITIES</h2>
<p class="lead">Our biggest goal as a Fraternity is to constantly think outside the box. This opens new ideas, games, events, and hobbies
that bring members in the fratenity togther. One of these events is intrumeral sports. Brothers of Sigmpa Pi love to participate in
all sports around campus with other students. To the right is our championship flag football team that won this past Spring semester again'st
the brothers of Sigma Epsilon.</p>
</div>
<div class="col-md-5">
<img src="pics/football.jpg">
<svg class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="500" height="500" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Placeholder: 500x500" preserveAspectRatio="xMidYMid slice" focusable="false"></svg>
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
<!-- FOOTER -->
<footer class="container">
<p class="float-end"><a href="#">Back to top</a></p>
<p>© 2017–2021 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</main>
<script src="css/bootstrap.bundle.min.js"></script>
</body>
</html>