-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (39 loc) · 1.79 KB
/
index.html
File metadata and controls
44 lines (39 loc) · 1.79 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
---
layout: default
overview: active
---
{% include jumbotron.html %}
<!-- Explore Head -->
<section id="explore-head-section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1 class="display-4">Explore</h1>
<p class="lead">This 4-hour course is designed to show common concepts in Cyber Security in a hands on fashion. Lecture and lab videos show how these concepts are applied in practice. This course does not assume any prior coding experience, so if you are new to programming then don't stress.</p>
</div>
<div class="col-12 text-center py-4">
<a href="#" class="btn btn-outline-secondary">Find Out More</a>
</div>
</div>
</div>
</section>
<!-- include card-block.html -->
{% include card-group.html %}
<!-- Getting Started Section -->
<section id="get-started-section" class="py-5 text-center">
<div class="container">
<h1 class="display-4">Ready to start learning about Cyber Security?</h1>
<p class="lead">This course is designed to introduce concepts of Cyber Security through hands on learning. Exercises allow you to apply knowledge from each section. If you have any questions then feel free to reach out to us.</p>
<div class="row">
<div class="col-md-4 py-1 py-md-0">
<a href="{{ site.baseurl }}/cyber-security-overview/" class="btn btn-outline-dark btn-md btn-block">Start Security Course</a>
</div>
<div class="col-md-4 py-1 py-md-0">
<a href="{{ site.baseurl }}/pre-requisites/" class="btn btn-outline-secondary btn-md btn-block">View Pre-Requisites</a>
</div>
<div class="col-md-4 py-1 py-md-0">
<a href="{{ site.baseurl }}/feedback/" class="btn btn-outline-secondary btn-md btn-block">Contact Us</a>
</div>
</div>
</div>
</section>