tweaked donate and get involved html
This commit is contained in:
parent
f124bcfdf3
commit
d73fa37f57
2 changed files with 3 additions and 4 deletions
|
@ -188,6 +188,7 @@
|
|||
|
||||
<div class="clearfloat"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="lightboxContent" id="getInvolved">
|
||||
|
@ -206,8 +207,6 @@
|
|||
|
||||
<p>Thanks for your interest in helping out with Metamaps! Hopefully this gets you pointed in the right direction to get involved. The next step is to read the links on this page and then contribute! </p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="clearfloat"></div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ t.logoContent = '<div class="logo">METAMAPS</div>';
|
|||
t.logoContent += '<ul class="bottomLinks">';
|
||||
t.logoContent += '<li onclick="Metamaps.GlobalUI.openLightbox(\'about\')">About / </li>';
|
||||
t.logoContent += '<li onclick="Metamaps.GlobalUI.openLightbox(\'colophon\')">Colophon / </li>';
|
||||
t.logoContent += '<li onclick="Metamaps.GlobalUI.openLightbox(\'donate\')">Donate!</li>';
|
||||
t.logoContent += '<li onclick="Metamaps.GlobalUI.openLightbox(\'donate\')">Donate! / </li>';
|
||||
t.logoContent += '<li onclick="Metamaps.GlobalUI.openLightbox(\'getInvolved\')">Get Involved!</li>';
|
||||
t.logoContent += '</ul>';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue