adding material to the tutorial "home" page

This commit is contained in:
Ken Johnson
2013-05-09 19:18:43 -04:00
parent 648af6a4c8
commit 16729c3be6
8 changed files with 45 additions and 2 deletions
Vendored
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

+2 -2
View File
@@ -1,6 +1,6 @@
<footer>
<p>
&copy; cktricky (Ken Johnson), 2013
<p align="center">
&copy; The Open Web Application Security Project - OWASP, 2013
</p>
</footer>
+43
View File
@@ -1,3 +1,46 @@
<div class="dashboard-wrapper">
<div class="main-container">
<h1> Welcome to RailsGoat </h1>
<h3> Tutorial Guide </h3>
<div class="row-fluid">
<div class="span12">
<div class="widget">
<div class="widget-header">
<div class="title">
<span class="fs1" aria-hidden="true" data-icon="&#xe092;"></span> Step 1 - Choose your path
</div>
</div>
<div class="widget-body">
<img src=<%= image_path("step-1.png")%> />
</div>
</div>
<div class="widget">
<div class="widget-header">
<div class="title">
<span class="fs1" aria-hidden="true" data-icon="&#xe092;"></span> Step 2a - Using the Tutorials
</div>
</div>
<div class="widget-body">
<img src=<%= image_path("step-2.png")%> />
</div>
</div>
<div class="widget">
<div class="widget-header">
<div class="title">
<span class="fs1" aria-hidden="true" data-icon="&#xe092;"></span> Step 2b - Attacking the Application
</div>
</div>
<div class="widget-body">
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
function makeActive(){
$('li[id="tutorials_home"]').addClass('active');