-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
217 lines (182 loc) · 7.43 KB
/
about.html
File metadata and controls
217 lines (182 loc) · 7.43 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
<!-- Assoc. of Cyber Engineers Website -->
<!-- Currently filled with Lorem Ipsum, will need assistance in writing up actual content -->
<!-- Most of the JS used is just bootstrap, which I link to below. -->
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<!-- Beginning of Bootstrap imports -->
<link href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css" rel="stylesheet">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- My CSS that I have been working on -->
<link rel="stylesheet" href="./src/custom/main.css">
</head>
<body>
<!-- Top Navigation Bar -->
<div class="nav">
<div class="container">
<ul class="pull-left">
<li><a href="./index.html">Home</a></li>
<li><a href="./tools.html">Tools</a></li>
</ul>
<ul class="pull-right">
<li><a href="./about.html">About Us</a></li>
<li><a href="./resources.html">Resources</a></li>
</ul>
</div>
</div>
<div class="parallax-2"></div>
<div class="container">
<h1>About Us</h1>
</div>
<div class="information-panel">
<div class="container">
<h3>Vision</h3>
</div>
</div>
<div class="container">
<h3>Purpose</h3>
<p>
The Association of Cyber Engineers exists to stimulate interest in the field of
Cyber Engineering and to promote the use of computers for the benefit of society.
We believe in learning how technology vulnerabilities affect the average user,
so he or she is able to protect himself or herself from similar attacks. We
discuss and demonstrate all kinds of cyber related topics including:
Steganography, Python Scripting, Hacking, Cryptography, and Forensics. We also
inform our body of current cyber-related events as they unfold.
</p>
<h3>Constitution</h3>
<p>
The ACE Constitution can be viewed <a href=".\files\ACE_Constitution_Revision_10_30_2015.pdf">here</a>.
</p>
</div>
<div class="information-panel">
<div class="container">
<h3>Current Officers</h3>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card" style="width: 20rem;">
<img class="card-img-top thumbnail" src="./img/officers1819/madelynmcknight.jpg" alt="Madelyn Mcknight">
<div class="card-body">
<p class="card-text" style="text-align:center">
<b>President</b>
<br>
Madelyn Mcknight
<br>
<a href="mailto:mnm017@latech.edu" target="_top">mnm017@latech.edu</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card" style="width: 20rem;">
<img class="card-img-top thumbnail" src="./img/officers1819/zacharybrasseaux3.jpg" alt="Zachary Brasseaux">
<div class="card-body">
<p class="card-text" style="text-align:center">
<b>Vice President</b>
<br>
Zachary Brasseaux
<br>
<a href="mailto:zpb004@latech.edu" target="_top">zpb004@latech.edu</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card" style="width: 20rem;">
<img class="card-img-top thumbnail" src="./img/officers1819/justinberthelot.jpg" alt="Justin Berthelot">
<div class="card-body">
<p class="card-text" style="text-align:center">
<b>Treasurer</b>
<br>
Justin Berthelot
<br>
<a href="mailto:jmb143@latech.edu" target="_top">jmb143@latech.edu</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card" style="width: 20rem;">
<img class="card-img-top thumbnail" src="./img/officers1819/andrewschoon2.jpg" alt="Andrew Schoonmaker">
<div class="card-body">
<p class="card-text" style="text-align:center">
<b>Secretary</b>
<br>
Andrew Schoonmaker
<br>
<a href="mailto:ars041@latech.edu" target="_top">ars041@latech.edu</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card" style="width: 20rem;">
<img class="card-img-top thumbnail" src="./img/officers1819/cecesanchez.jpg" alt="Cece Sanchez" style="align: middle;">
<div class="card-body">
<p class="card-text" style="text-align:center">
<b>Historian</b>
<br>
Cece Sanchez
<br>
<a href="mailto:eas027@latech.edu" target="_top">eas027@latech.edu</a>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card" style="width: 20rem;">
<img class="card-img-top thumbnail" src="./img/officers1819/christophersmith.jpg" alt="Christopher Smith">
<div class="card-body">
<p class="card-text" style="text-align:center">
<b>Media Representative</b>
<br>
Christopher Smith
<br>
<a href="mailto:cms095@latech.edu" target="_top">cms095@latech.edu</a>
</p>
</div>
</div>
</div>
<!-- <iframe src="https://calendar.google.com/calendar/embed?src=acecoes.latech%40gmail.com&ctz=America%2FChicago" align="center" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe> -->
</div>
</div>
<div class="parallax-2"></div>
<h1>This page is currently under construction.</h1>
<p>Check back soon for updates.</p>
<div class='information-panel'>
<div class='footerText'>
<div class="container">
<div class="footerContainer">
<p>Contact Us: <a href="emailto:acecoes@latech.edu">acecoes@latech.edu</a></p>
<!-- Thumbnails -->
<div class = "centered">
<div class="row">
<a href="https://www.facebook.com/groups/Cyber.Engineers/?fb_dtsg_ag=AdznsI73_STSjnf9Wag_oZ6UTKCi5_S2yzyjDgXDjgZ-yA%3AAdwLgQJwdqkUJsB8QBBtvxQz6--7NMr8yIg3hc3wlvnTbA">
<i class="fa fa-facebook fa-2x" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/@LaTechACE">
<i class="fa fa-twitter fa-2x" aria-hidden="true"></i>
</a>
<a href="https://github.com/acecoes">
<i class="fa fa-github fa-2x" aria-hidden="true"></i>
</a>
</div>
</div>
<p>Website for the Association of Cyber Engineers -- Louisiana Tech University -- 2018</p>
</div>
</div>
</div>
</div>
</body>
</html>