-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (152 loc) · 7.57 KB
/
index.html
File metadata and controls
176 lines (152 loc) · 7.57 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
<!DOCTYPE html>
<html lang="en">
<title>FGCU SEC</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="jairo.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif}
.w3-bar,h1,button {font-family: "Montserrat", sans-serif}
.fa-anchor,.fa-coffee {font-size:200px}
</style>
<body>
<!-- Navbar -->
<div class="w3-top">
<div class="w3-bar w3-red w3-card w3-left-align w3-large">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-padding-large w3-hover-white w3-large w3-red"
href="javascript:void(0);" onclick="myFunction()" title="Toggle Navigation Menu"><i
class="fa fa-bars"></i></a>
<a href="#" class="w3-bar-item w3-button w3-padding-large w3-white">Home</a>
<a href="https://fgcu.campuslabs.com/engage/organization/SEClub/"
class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">EagleLink</a>
<a href="https://teams.microsoft.com/l/team/19%3a43d4257757b248d684f8e15bc2412f68%40thread.tacv2/conversations?groupId=98766231-e396-40fb-9e36-df631aca97ec&tenantId=f7a5a4ef-4ffa-4c80-bfb3-c12e28872099"
class="w3-bar-item w3-button w3-hide-small w3-padding-large w3-hover-white">Teams Site</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium w3-large">
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 1</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 2</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 3</a>
<a href="#" class="w3-bar-item w3-button w3-padding-large">Link 4</a>
</div>
</div>
<!-- Header -->
<header class="w3-container w3-red w3-center" style="padding:128px 16px">
<h1 class="w3-margin w3-jumbo">FGCU Software Engineering Club</h1>
<img src="/images/Logo (White on Black).jpg" alt="Club Logo">
</header>
<!-- First Grid -->
<div class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>About the Club</h1>
<h5 class="w3-padding-32">Come and hang out with the software engineering club! </h5>
<p class="w3-text-grey">We are a group of like-minded people coming together to learn the newest
technologies along
with hearing from those in the industry. Whether you are just starting to get interested in programming
or are a pro,
we have something for you! If you aren't a software engineering major but would like to know more about
computers or coding then come out and join us! </p>
<h5 class="w3-padding-32">Current Officer Positions</h5>
</div>
<div class="w3-third w3-center">
<i class="fa fa-laptop fa-5x w3-padding-64 w3-text-red" aria-hidden="true"></i>
</div>
</div>
</div>
<!-- Leadership Grid -->
<div class="w3-row-padding w3-light-grey w3-padding-64 w3-container">
<div class="w3-content">
<h1 id="title_center" class="w3-padding-small">Leadership</h1>
<div class="officer-grid">
<div class="one">
<h2>President</h2>
<h3>Rachel Matthews</h3>
<p>The President of the club creates the schedule for each semester and appoints
members to complete tasks for every meeting. The President ensures communication between each
officer and that the club operations move smoothly.</p>
</div>
<div class="two">
<h2>Vice-President</h2>
<h3>Katarya Johnson-Williams</h3>
<p>The Vice-President is the goto person whenever the President is missing. Projects for the
club are led by the Vice-President. The Vice-President typically organizes speakers and important meetings.</p>
</div>
<div class="three">
<h2>Treasurer</h2>
<h3>Jairo Garciga</h3>
<p>Alongside normal officer duties, the Treasurer prepares the budget for the following school year.
The Treasurer is also expected to prepare documentation for the Senate in the case that the club
desires funding for projects.</p>
</div>
<div class="four">
<h2>Secretary</h2>
<h3>Joshua Schladt</h3>
<p>The Secretary keeps track of everything involving the club. Normal duties include creating Teams Meetings,
scheduling a room for the semester, recording events, and keeping notes on every officer meeting.</p>
</div>
</div>
</div>
</div>
<!-- Second Grid -->
<div class="w3-row-padding w3-light-grey w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-third w3-center">
<i class="fa fa-meetup fa-5x w3-padding-64 w3-text-red w3-margin-right" aria-hidden="true"></i>
</div>
<div class="w3-twothird">
<h1>Meeting Schedule</h1>
<h5 class="w3-padding-32">Regular Meetings are Thursdays 3-4. Club Events are Thursdays 7:30-8:30</h5>
<p class="w3-text-grey">
<ul>
<li>8/26 - Brainstorming (Online only)</li>
<li>9/2 - Fun & Games (Online only)</li>
<li>9/9 - Welcome Back/Social Meeting</li>
<li>9/16 - Event (Recent Graduate Panel)</li>
<li>9/23 - Department & College Update</li>
<li>9/30 - Social Meeting</li>
<li>10/7 - New Technology Orientation Github (Hacktoberfest)</li>
<li>10/14 - Event</li>
<li>10/21 - TechMatch preparation meeting</li>
<li>10/28 - App Development</li>
<li>11/4 - Social Meeting</li>
<li>11/18 - SEC Website Collab</li>
<li>12/2 - New Technology Orientation</li>
<li>12/9 - Free Food/Stress Relief/Social/etc</li>
</ul>
</p>
</div>
</div>
</div>
<div class="w3-container w3-black w3-center w3-opacity w3-padding-64">
<h1 class="w3-margin w3-xlarge">Quote of the day: Do or do not, there is no try.</h1>
</div>
<!-- Footer -->
<footer class="w3-container w3-padding-64 w3-center w3-opacity">
<div class="w3-xlarge w3-padding-32">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank">w3.css</a></p>
</footer>
<script>
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>