-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhelp.html
More file actions
66 lines (45 loc) · 2.31 KB
/
help.html
File metadata and controls
66 lines (45 loc) · 2.31 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
---
layout: default
title: How to Help
---
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">How to Help
<small>Roppers Academy</small>
</h1>
<ol class="breadcrumb">
<li><a href="index.html">Home</a>
</li>
<li class="active">How to Help</li>
</ol>
</div>
</div>
<!-- /.row -->
<!-- Intro Content -->
<div class="row">
<div class="col-lg-12">
<div class="col-md-6">
<h2>How to Help</h2>
<p> I'm a one man band running this site, and it take a decent amount of time and money to keep going. </p>
<p>If you represent a company and want to be affiliated with the best place on the internet to learn security, we are always looking for <a href="sponsors.html">sponsors</a>.
<p> If you are looking to <a href="partners.html">partner</a> with us we can work with you to get our site in front of your students, with your people as the instructors so you can teach them and track progress yourselves. Our material is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license so feel free to use it for internal training. </p>
<p> However, what we want most of all is that more students learn about this site so that they can take the course and learn the skills they need to succeed. That means the best thing you can do for us is link to us in your blogposts, tweet about us, or share our course to whoever could use it to learn or to teach. </p>
</div>
<div class="col-md-6">
<script src="https://gumroad.com/js/gumroad-embed.js"></script>
<div class="gumroad-product-embed"><a href="https://gumroad.com/l/ifNoy">Loading...</a></div>
</div>
</div>
</div>
<!-- /.row -->
<hr>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>