Skip to content

Commit

Permalink
Moved sponsor a bug hunt button to the navbar. OWASP-BLT#176
Browse files Browse the repository at this point in the history
  • Loading branch information
souravbadami committed Jun 5, 2017
1 parent c5c75be commit 1d41fd1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions website/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ body{
color: #dd4252;
}

.sponsor-hunt{
color: #dd4252;
}

a:hover{
color: #009688;
}
Expand Down
3 changes: 3 additions & 0 deletions website/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
</a>

{% endif %}
<li style="float:left;">
<a href="/start" class="sponsor-hunt">Sponsor a Bug Hunt</a>
</li>
<li style="float:right;"><a id="chrome_ext" href="https://chrome.google.com/webstore/detail/bugheist/bififchikfckcnblimmncopjinfgccme?hl=en" target="_new" class="chrome-plugin">
+ Add to chrome
</a></li>
Expand Down
3 changes: 0 additions & 3 deletions website/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ <h1 class="page-sub-header">Featured Websites
</div>

</div>
<a href="/start">
<button type="submit" class="btn btn-default btn-danger submit_button" style=" height:43px; font-size:14px;">Sponsor a Bug Hunt</button>
</a>
<div class="row">
<div class="col-lg-12">
<h1 class="page-sub-header">Activity</h1>
Expand Down

0 comments on commit 1d41fd1

Please sign in to comment.