Modified all "Aspect" lessons to include the Aspect logo. The logo links to http://aspectsecurity.com. Moved the "OWASP" logo and added an Aspect logo on the main.jsp page. Adjusted the padding of the "warning" text to prevent "Start" button overlap.

git-svn-id: http://webgoat.googlecode.com/svn/trunk@112 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
esheri3
2007-02-02 17:56:23 +00:00
parent e735aea7b0
commit 6dc383b7b4
19 changed files with 91 additions and 21 deletions

View File

@ -242,7 +242,7 @@ html>body #navBar li {}
}
#start {
height: 360px;
height: 380px;
width: 700px;
padding: 10px 50px 10px 50px;
font-size: 12px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -19,7 +19,11 @@
The exercises are intended to provide hands on experience with application
penetration testing techniques.</p>
<div id="team">
<table width="460" border="0" align="center" class="lessonText">
<table border="0" align="center" class="lessonText">
<tr>
<td width="50%"><div align="center"><a href="http://www.owasp.org"><img border="0" src="images/logos/owasp.jpg" alt="OWASP Foundation" longdesc="http://www.owasp.org" /></a></div></td>
<td width="50%"><div align="center"><a href="http://www.aspectsecurity.com"><img border="0" src="images/logos/aspect.jpg" alt="Aspect Security" longdesc="http://www.aspectsecurity.com" /></div></td>
</tr>
<tr>
<td width="50%"><div align="center"><span class="style1">WebGoat Design Team </span></div></td>
<td width="50%"><div align="center"><span class="style1">Lesson Contributers </span></div></td>
@ -86,10 +90,6 @@
Use of these techniques without permission could lead to
job termination, financial liability, and/or criminal penalties.
</div>
<div id="bottom">
<div align="center"><img src="images/logos/owasp.jpg" alt="OWASP Foundation" width="238" height="43" longdesc="http://www.owasp.org" /><a href="http://www.owasp.org"><br />
Project WebGoat </a></div>
</div>
</div>
</body>
</html>