Skip to content

Commit

Permalink
added link to questions on home page (publiclab#2222)
Browse files Browse the repository at this point in the history
* added link to questions on home page

closes publiclab#2188

* minor changes

* Update home.html.erb
  • Loading branch information
ViditChitkara authored and jywarren committed Feb 15, 2018
1 parent 2c5dd25 commit a7cdf4e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions app/views/home/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@
<a href="https://instagram.com/publiclab"><i style="text-decoration:none;" class="fa fa-instagram"></i></a>
</h3>

<br />
<hr />
<br />

<div class="row text-center">
<h1>Ask a question</h1>
<p>The easiest way to start with Public Lab community is to ask a question.<br />See questions and ask your own here:</p>
<a class="btn btn-primary btn-lg" href="/questions">Questions &raquo;</a>
</div>

<br />
<br />

<div class="row">
Expand All @@ -50,8 +61,6 @@
<br />
<br />



<style>
h1, h2, h3, h4 {
font-family:Junction Light;
Expand Down Expand Up @@ -83,6 +92,7 @@
.activity-dropdown {
display: none;
}

</style>

<div id="bottom">
Expand Down

0 comments on commit a7cdf4e

Please sign in to comment.