adding material to the tutorial "home" page
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
@@ -1,6 +1,6 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p align="center">
|
||||||
© cktricky (Ken Johnson), 2013
|
© The Open Web Application Security Project - OWASP, 2013
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
@@ -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=""></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=""></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=""></span> Step 2b - Attacking the Application
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="widget-body">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function makeActive(){
|
function makeActive(){
|
||||||
$('li[id="tutorials_home"]').addClass('active');
|
$('li[id="tutorials_home"]').addClass('active');
|
||||||
|
|||||||
Reference in New Issue
Block a user