Skip to content

Commit ab956ac

Browse files
committed
Fix css on footer, add mailer note to action
1 parent 0f28bb8 commit ab956ac

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

app/assets/stylesheets/bootstrap_and_customization.css.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ html, body {
3939
column-gap: 0px;
4040

4141
}
42+
4243
#photos img {
4344
/* Just in case there are inline attributes */
4445
width: 100% !important;
@@ -87,4 +88,9 @@ color: #3498db;
8788
/* mouse over link */
8889
a:hover {
8990
color: #c0392b;
90-
}
91+
}
92+
93+
.btn btn-lg btn-success {
94+
95+
}
96+

app/views/layouts/_footer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ window.twttr = (function (d, s, id) {
2323
</script>
2424

2525

26-
<p><a class="btn btn-lg btn-success" href="https://www.cogostar.org/payments/new/user/383" role="button">Donate</a></p>
26+
<p><a class="btn btn-lg btn-default" href="https://www.cogostar.org/payments/new/user/383" role="button">Donate</a></p>
2727
</div>
2828
</footer>
2929

app/views/veterans/_form.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@
4343
</div>
4444
</div>
4545
<% end %>
46+
<hr>

app/views/veterans/new.html.erb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88

99
<p class="lead">We believe America's patriots who have served their country should be trained to code, fill tech positions and combined with their leadership, work ethic and discipline help solve some of our country's and global problems with open source software.</p>
1010

11-
<p class="lead">Join our ranks now.</p>
12-
11+
<p class="lead">Join our ranks now and get on our mailer.</p>
1312
<!-- <ul>
1413
<li>In the United States over 200,000 software jobs open annually and 30,000 are filled by computer science
1514
undergraduates. That number is expected to rise to 1.2 million by 2020.</li>
@@ -23,7 +22,9 @@
2322
</div>
2423
</div>
2524
<%= render 'form' %>
26-
</div>
25+
<div>
26+
27+
2728

2829

2930

0 commit comments

Comments
 (0)