Skip to content

Commit

Permalink
Improve branding
Browse files Browse the repository at this point in the history
  • Loading branch information
siamkreative committed Aug 22, 2014
1 parent 37f1d26 commit 20f42b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Free Stock Photos</title>
<title>OpenPeeks - Free Stock Photos for the masses</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/app.css">
Expand All @@ -39,19 +39,19 @@

<div class="navbar fixed">
<div class="container">
<h4 class="pull-left"><a href="index.php">Free Stock Photos</a></h4>
<h4 class="pull-left"><a href="index.php">OpenPeeks</a></h4>
<ul class="pull-right">
<li><a href="/">Home</a></li>
<li><a href="about.php">About</a></li>
<li><a href="#">Github</a></li>
<li><a href="https://github.com/ThemeAvenue/OpenPeeks">Github</a></li>
</ul>
</div>
</div>

<div class="superheader">
<div class="container">
<input type="search" placeholder="Enter keywords..." id="input_search">
<h3>Latest 20 pics</h3>
<h3>Latest 50 pics</h3>
</div>
</div>

Expand Down

0 comments on commit 20f42b5

Please sign in to comment.