-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathveterans.html
More file actions
62 lines (44 loc) · 1.65 KB
/
veterans.html
File metadata and controls
62 lines (44 loc) · 1.65 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
---
layout: default
title: Veterans
---
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Veterans
<small>Roppers Academy</small>
</h1>
<ol class="breadcrumb">
<li><a href="index.html">Home</a>
</li>
<li class="active">Veterans</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Intro Content -->
<div class="row">
<div class="col-md-6">
<h2>Start Learning with Roppers</h2>
<p>If you’re a current military service member or military veteran, who is currently working in or towards a career in the cyber security field, we would love to help you out. Get in contact with me so I can get you started on the right path. </p>
</div>
<div class="col-md-6">
<h2>Join the VetSec Slack</h2>
<p>These are our friends and partners! VetSec is a small, private Slack, full of cyber security veterans at all stages in their careers. <a href="https://veteransec.com/slack/">Click here for the application! </a> </p>
</div>
</div>
<!-- /.row -->
<!-- Team Members -->
<!-- /.row -->
<!-- /.row -->
<hr>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>