Skip to content

Commit bb85c72

Browse files
committed
Modified support us pages
1 parent af2df19 commit bb85c72

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

_includes/support-us-dropdowns.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
<section class="section has-text-justified has-background-black-bis" id="support-us-dropdowns">
1+
<section class="section" id="support-us-dropdowns">
22
<div class="container">
3+
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium">
4+
Why Donate
5+
</h2>
36
<div class="accordion">
47
<button class="button has-text-weight-normal" onclick="toggleAccordion(this)">
58
<span>Invest in the Future</span>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<section class="section" id="support-us-how-to-donate">
2+
<div class="container">
3+
<h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold mgb-medium" id="how-to-donate">
4+
How to Donate
5+
</h2>
6+
<p class="description">
7+
blahhhhhhhhhhhhh
8+
</p>
9+
</div>
10+
</section>

_includes/support-us-showcase.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h3 class="subtitle has-text-weight-medium">
1616
<div class="buttons">
1717
<a href="{{site.url}}{{site.baseurl}}/team"
1818
class="button is-rounded has-text-weight-normal is-outlined">Sponsorship Package</a>
19-
<a href="{{site.url}}{{site.baseurl}}/team"
19+
<a href="{{site.url}}{{site.baseurl}}/support-us/#how-to-donate"
2020
class="button is-rounded has-text-weight-normal is-outlined">Donate</a>
2121
<a href="{{site.url}}{{site.baseurl}}/sponsors"
2222
class="button is-rounded has-text-weight-normal is-outlined">Current Sponsors</a>

_includes/support-us-tiers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ <h2 class="title has-text-left has-text-white-ter is-size-2 has-text-weight-bold
2626
<td></td>
2727
</tr>
2828
<tr>
29-
<td>Access to member resume database</td>
29+
<td>Logo on team uniform</td>
3030
<td><div class="circle"></div></td>
3131
<td><div class="circle"></div></td>
3232
<td></td>
3333
<td></td>
3434
</tr>
3535
<tr>
36-
<td>Logo on 24' team uniform</td>
36+
<td>Logo on AUV Lazer Shark</td>
3737
<td><div class="circle"></div></td>
3838
<td></td>
3939
<td></td>

_layouts/support-us.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
{% include support-us-showcase.html %}
1515
{% include support-us-dropdowns.html %}
1616
{% include support-us-tiers.html %}
17+
{% include support-us-how-to-donate.html %}
1718
{% include footer.html %}
1819
</body>
1920

0 commit comments

Comments
 (0)