Skip to content

Commit

Permalink
reverted index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DFlint1 committed Jan 27, 2018
1 parent c49ef73 commit f694c7e
Showing 1 changed file with 28 additions and 30 deletions.
58 changes: 28 additions & 30 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,34 @@
<link href="assets/css/style.css" rel="stylesheet">
</head>

<body id="page-top" class="index">
<!-- -Navigation- -->
<nav class="navbar navbar-inverse bg-inverse navbar-fixed-top">
<a class="navbar-brand" href="/">
<img src="/assets/images/logo.png" width="30" height="30" class="d-inline-block align-top" alt="">
</a>
<h1 class="navbar-brand mb-0">Finder's Fee</h1>
<div class="navbtn">
<a class="btn btn-primary btn-lg" href="/post" role="button">Finder</a>
</div>
<div class="navbtn">
<a class="btn btn-primary btn-lg" href="/seekerlogin" role="button">Seeker</a>
</div>
</nav>

<header>
<div class="jumbotron vertical-center">
<div class="containerform">
<div class="container" style="opacity: 1" >
<h2>About:</h2>
<br>
<p>Find stuff, It's what we do.</p>
<p>Decide if you're looking or finding.</p>
<p>If you are looking for something, click "Seeker". You can get help from others who can find it for you and reward them with a finder's fee!</p>
<p> If you would like to help find stuff and get paid for it, click "Finder".</p>
<br>
</div>
</div>
</div>
</header>
<body>


<nav class="navbar navbar-inverse bg-inverse navbar-fixed-top">
<a class="navbar-brand" href="/">
<img src="/assets/images/logo.png" width="30" height="30" class="d-inline-block align-top" alt="">
</a>
<h1 class="navbar-brand mb-0">Finder's Fee</h1>
<div class="navbtn">
<a class="btn btn-primary btn-lg" href="/post" role="button">Finder</a>
</div>
<div class="navbtn">
<a class="btn btn-primary btn-lg" href="/seekerlogin" role="button">Seeker</a>
</div>
</nav>


<div class="jumbotron vertical-center">
<div class="container" style="opacity: 1" >
<h2>About:</h2>
<br>
<p>Find stuff, It's what we do.</p>
<p>Decide if you're looking or finding.</p>
<p>If you are looking for something, click "Seeker". You can get help from others who can find it for you and reward them with a finder's fee!</p>
<p> If you would like to help find stuff and get paid for it, click "Finder".</p>
<br>
</div>
</div>

<div class="footer">
<hr>
Expand Down

0 comments on commit f694c7e

Please sign in to comment.