Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
{{ form.media }}
{% endif %}

<!-- Fundraise Up: the new standard for online giving -->
<script>(function(w,d,s,n,a){if(!w[n]){var l='call,catch,on,once,set,then,track,openCheckout'
.split(','),i,o=function(n){return'function'==typeof n?o.l.push([arguments])&&o
:function(){return o.l.push([n,arguments])&&o}},t=d.getElementsByTagName(s)[0],
j=d.createElement(s);j.async=!0;j.src='https://cdn.fundraiseup.com/widget/'+a+'';
t.parentNode.insertBefore(j,t);o.s=Date.now();o.v=5;o.h=w.location.href;o.l=[];
for(i=0;i<8;i++)o[l[i]]=o(l[i]);w[n]=o}
})(window,document,'script','FundraiseUp','AEMNHLKB');</script>
<!-- End Fundraise Up -->

</head>

<body>
Expand Down
6 changes: 3 additions & 3 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
<div class="flex-fill align-items-center d-flex">
<span class="col-12 bg-white"></span>
</div>
<a href="{{STATIC_SITE_URL}}/en/donate" class="col btn btn-lg p2pu-btn orange mx-2">Donate</a>
<a href="#XSDQKKBX" style="display: none"></a>
<div class="flex-fill align-items-center d-flex">
<span class="col-12 bg-white"></span>
</div>
</div>
<form class="col-12 mb-5">
<div class="col-12 mb-5">
<h3 class="serif">Newsletter</h3>
<div class="d-flex">
<form action="https://p2pu.us2.list-manage.com/subscribe/post?u=f080ec78070523d59ef613eda&amp;id=dfc5a38968" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
Expand All @@ -71,7 +71,7 @@ <h3 class="serif">Newsletter</h3>
</div>
</form>
</div>
</form>
</div>
<div class="d-flex w-100 order-first order-md-0 col-12 justify-content-between justify-content-sm-evenly justify-content-lg-between align-items-end">

<div class="social-link">
Expand Down
4 changes: 2 additions & 2 deletions templates/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
<a href="" class="nav-link d-flex align-items-center link-dark text-decoration-none dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">Collaborate <span class="material-icons">expand_more</span></a>

<ul class="dropdown-menu shadow py-md-0" aria-labelledby="dropdownNavLink" style="">
<li><a class="dropdown-item" href="{{STATIC_SITE_URL}}/en/teams/" >Teams</a></li>
<li><a class="dropdown-item" href="{{STATIC_SITE_URL}}/en/services/" >Services</a></li>
<li><a class="dropdown-item" href="{{STATIC_SITE_URL}}/en/donate/" >Donate</a></li>
<li><a class="dropdown-item" href="{{STATIC_SITE_URL}}/en/community-impact-fellowship/">Community Impact Fellowship</a></li>
<li><a class="dropdown-item" href="{{STATIC_SITE_URL}}/en/teams/" >Teams</a></li>
</ul>
</div>

Expand Down