Added Green Icon

- removed "Home" navbar; it's redundant (sslip.io)
- set appropriate title on FAQ and About
This commit is contained in:
Brian Cunnie
2015-08-29 09:39:48 -07:00
parent 7a33281707
commit 7c99092f3c
4 changed files with 14 additions and 11 deletions

View File

@@ -9,9 +9,11 @@
<!-- The above 3 meta tags *must*
come first in the head; any other head content must come *after* these tags -->
<title>Welcome to sslip.io</title>
<title>About sslip.io</title>
<meta name="description" content="sslip.io">
<meta name="author" content="Brian Cunnie">
<!-- cute Green Lock icon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- Latest
compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
@@ -41,12 +43,11 @@ come first in the head; any other head content must come *after* these tags -->
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> <a class="navbar-brand" href="#">sslip.io</a> </div>
</button> <a class="navbar-brand" href="/">sslip.io</a> </div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="about.html">About</a></li>
<li class="active"><a href="about.html">About</a></li>
</ul>
</div>
<!--/.nav-collapse -->

View File

@@ -9,9 +9,11 @@
<!-- The above 3 meta tags *must*
come first in the head; any other head content must come *after* these tags -->
<title>Welcome to sslip.io</title>
<title>sslip.io FAQ</title>
<meta name="description" content="sslip.io">
<meta name="author" content="Brian Cunnie">
<!-- cute Green Lock icon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- Latest
compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
@@ -41,11 +43,10 @@ come first in the head; any other head content must come *after* these tags -->
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> <a class="navbar-brand" href="#">sslip.io</a> </div>
</button> <a class="navbar-brand" href="/">sslip.io</a> </div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li class="active"><a href="faq.html">FAQ</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
@@ -56,7 +57,7 @@ come first in the head; any other head content must come *after* these tags -->
<div class="container">
<div class="starter-template">
<h1>sslip.io</h1>
<h1>FAQ</h1>
<div class="row">
<p></p>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -12,6 +12,8 @@ come first in the head; any other head content must come *after* these tags -->
<title>Welcome to sslip.io</title>
<meta name="description" content="sslip.io">
<meta name="author" content="Brian Cunnie">
<!-- cute Green Lock icon -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<!-- Latest
compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
@@ -41,10 +43,9 @@ come first in the head; any other head content must come *after* these tags -->
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button> <a class="navbar-brand" href="#">sslip.io</a> </div>
</button> <a class="navbar-brand" href="/">sslip.io</a> </div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="about.html">About</a></li>
</ul>