forked from thedevslot/WhatATheme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
38 lines (35 loc) · 1.64 KB
/
about.html
File metadata and controls
38 lines (35 loc) · 1.64 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
---
layout: compress
title: "About"
---
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include navbar.html %}
<section class="hero is-fullheight has-text-justified has-background-black-ter" id="about"
style="background-color: #1f1f1f;">
<div class="hero-body">
<div class="container">
<div class="columns" style="color:white; ">
<div class="column is-one-quarter-desktop is-one-quarter-tablet is-one-quarter-fullhd" style="margin-top: 8rem;">
<i class="fa fa-hands" style="width:16rem;height:16rem;"></i>
</div>
<div class="column is-three-quarter-deskop is-three-quarter-tablet is-three-quarter-fullhd" style="margin-top: 8rem;">
<h1><b>SWIFT's Mission</b></h1>
<p>
SWIFT, or Students With an Interest in the Future of Technology, is the premier information
technology and security organization at Cal Poly Pomona. We focus on delivering the practical techniques,
resources, and workshops to help you succeed within the fields of cybersecurity, system administration, and
networking - for students, by students. We strive to inspire students to take their learning beyond the
classroom and prepare members to endeavor into their professional careers with mentoring from industry
professionals working in top cybersecurity companies like CrowdStrike, Mandiant, and many others.</p>
</div>
</div>
<img src="assets/images/swiftmission.jpg" style="margin-top: 8rem;">
</div>
</section>
<!--Footer begins here-->
{% include footer.html %}
</body>
</html>