forked from hackertron/CryptSteg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
167 lines (144 loc) · 5.36 KB
/
index.html
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
<!DOCTYPE HTML>
<html>
<head>
<title>CryptSteg</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="favicon.png">
<script src="//fast.eager.io/E2AE4lvdR0.js"></script>
</head>
<body class="landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">CryptSteg</a> by ARCADE</h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#" class="icon fa-angle-down">Menu</a>
<ul>
<li><a href="generic.html">Help</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="elements.html">Forum</a></li>
<li>
<a href="#">Levels</a>
<ul>
<li><a href="l1.php">Level 1</a></li>
<li><a href="l2.php">Level 2</a></li>
<li><a href="l3.php">Level 3</a></li>
<li><a href="l4.php">Level 4</a></li>
<li><a href="l5.php">Level 5</a></li>
<li><a href="l6.php">Level 6</a></li>
<li><a href="l7.php">Level 7</a></li>
<li><a href="l8.php">Level 8</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="signup.html" class="button">Sign Up</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>CryptSteg</h2>
<p>The Cryptanalysis's Playground.</p>
<ul class="actions">
<li><a href="signup.html" class="button special">Sign Up</a></li>
<li><a href="#" class="button">Learn More</a></li>
</ul>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h2>What is CryptSteg ?
</h2>
<p>CryptSteg is an online platform to learn the cryptography <br />
and steagnography.</p>
</header>
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
</section>
<section class="box special features">
<div class="features-row">
<section>
<span class="icon major fa-bolt accent2"></span>
<h3>How it Works !!</h3>
<p>
<ul>
<li><p>Learn the basics of cryptography and steagnography from our forums</p></li>
<li><p>Head over to Levels section to test what you have learnt</p></li>
<li><p>Got a Question ? : post in forums <br />
OR <br />
Ask directly in our IRC chat </p></li>
</ul>
</p>
</section>
<section>
<span class="icon major fa-area-chart accent3"></span>
<h3>Goal !!</h3>
<p>To help others in learning cryptography & steganography</p>
</section>
</div>
<div class="features-row">
<section>
<span class="icon major fa-cloud accent4"></span>
<h3>Videos</h3>
<a href="https://www.youtube.com/channel/UC1usFRN4LCMcfIV7UjHNuQg/videos">crypt-videos</a>
</section>
<section>
<span class="icon major fa-lock accent5"></span>
<h3>Books recommendation</h3>
<pre><p><a href="http://www.amazon.co.uk/Hiding-Plain-Sight-Steganography-Communication/dp/0471444499/ref=sr_1_3?ie=UTF8&qid=1454537093&sr=8-3&keywords=steganography">Hiding in Plain Sight</a></p></pre>
</section>
</div>
</section>
<div class="row">
<div class="6u 12u(narrower)">
</div>
<div class="6u 12u(narrower)">
</div>
</div>
</section>
<!-- CTA -->
<section id="cta">
<h2>Sign up for access to our levels .</h2>
<p>Learn | Practice | Repeat.</p>
<form>
<div class="row uniform 50%">
<div class="8u 12u(mobilep)">
<input type="email" name="email" id="email" placeholder="Email Address" />
</div>
<div class="4u 12u(mobilep)">
<input type="submit" value="Sign Up" class="fit" />
</div>
</div>
</form>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
</ul>
<ul class="copyright">
<li>© CryptSteg. All rights reserved.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>