This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Develop Start screen UI to match UI mockups.
- Loading branch information
Showing
2 changed files
with
24 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
<div class="jumbotron"> | ||
<h1>'Allo, 'Allo!</h1> | ||
<p class="lead"> | ||
<img src="images/yeoman.png" alt="I'm Yeoman"><br> | ||
Always a pleasure scaffolding your apps. | ||
</p> | ||
<p><a class="btn btn-lg btn-success" ng-href="#">Splendid!<span class="glyphicon glyphicon-ok"></span></a></p> | ||
</div> | ||
<div class="container"> | ||
|
||
<div class="jumbotron"> | ||
<h1>Welcome to Mozilla<br/>SeaSponge</h1> | ||
<p class="lead"> | ||
Accessible and client-side threat modeling tool | ||
</p> | ||
|
||
<div class="row marketing"> | ||
<h4>HTML5 Boilerplate</h4> | ||
<p> | ||
HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites. | ||
</p> | ||
<div class=""> | ||
<a class="btn btn-lg btn-success" ng-href="#">Create</a> | ||
<a class="btn btn-lg btn-success" ng-href="#">Load</a> | ||
</div> | ||
<div> | ||
<br/> | ||
<a class="btn btn-sm btn-link" ng-href="#">Help & Documentation</a> | ||
<br/> | ||
<a class="btn btn-sm btn-link" ng-href="#">About</a> | ||
</div> | ||
</div> | ||
|
||
<h4>Angular</h4> | ||
<p> | ||
AngularJS is a toolset for building the framework most suited to your application development. | ||
</p> | ||
<div class="footer text-center"> | ||
<p>Made with <span class="glyphicon glyphicon-heart"></span> from the Mozilla SeaSponge team</p> | ||
</div> | ||
|
||
<h4>Karma</h4> | ||
<p>Spectacular Test Runner for JavaScript.</p> | ||
</div> |