Skip to content

Commit

Permalink
Merge pull request #200 from mediasanctuary/funders-in-footer
Browse files Browse the repository at this point in the history
Add sponsors and funding info to footer
  • Loading branch information
dphiffer authored Jan 20, 2025
2 parents 8113852 + 232dd39 commit 3923d70
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 30 deletions.
60 changes: 40 additions & 20 deletions wp-content/themes/mediasanctuary/css/partials/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,33 +75,18 @@
}
}
}
}

}

footer {
background: #3A3C3C;
color:#FFF;
padding: 60px 0;
font-size: 16px;
line-height: 1.8;

a {
color: $c-faded-brick;
&:hover {
color: $c-robin-egg;
}
}

p, address {
padding: 0;
}

.social {
display: flex;
flex-wrap: wrap;
margin-top: 1.5em;
li {
margin: 5px;

&:first-of-type {
margin-left: 0;
}

a {
display: block;
Expand Down Expand Up @@ -154,4 +139,39 @@ footer {
}
}
}

}

footer {
background: #3A3C3C;
color:#FFF;
padding: 60px 0;
font-size: 16px;
line-height: 1.8;

a {
color: $c-faded-brick;
&:hover {
color: $c-robin-egg;
}
}

p, address {
padding: 0;
}

ul.sponsors {
margin-top: 1.5em;
li {
display: inline-block;
max-width: 200px;
margin-right: 5px;
margin-bottom: 12px;
img {
vertical-align: top;
width: 100%;
height: auto;
}
}
}
}
29 changes: 19 additions & 10 deletions wp-content/themes/mediasanctuary/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@
<h2>About The Sanctuary</h2>
<p>We use art and participatory action to promote social and environmental justice and freedom of creative expression.</p>
<a href="/about/" class="btn">Learn More</a>
<ul class="social">
<li><a href="https://www.facebook.com/mediasanctuary" target="_blank" class="fb">Facebook</a></li>
<li><a href="https://www.instagram.com/mediasanctuary" target="_blank" class="ig">Instagram</a></li>
<li><a href="https://www.youtube.com/channel/UC5JTfy24J7STy5lwDeNHq6g" target="_blank" class="yt">YouTube</a></li>
<li><a href="https://www.linkedin.com/company/mediasanctuary" target="_blank" class="in">LinkedIn</a></li>
<li><a href="https://soundcloud.com/mediasanctuary" target="_blank" class="sc">SoundCloud</a></li>
<li><a href="https://open.spotify.com/user/woocfm" target="_blank" class="spotify">Spotify</a></li>
</ul>
</div>

</div>
Expand All @@ -47,18 +55,19 @@
<div class="container">
<div class="two-col">
<div class="col w45">
<ul class="social">
<li><a href="https://www.facebook.com/mediasanctuary" target="_blank" class="fb">Facebook</a></li>
<li><a href="https://www.instagram.com/mediasanctuary" target="_blank" class="ig">Instagram</a></li>
<li><a href="https://www.twitter.com/mediasanctuary" target="_blank" class="tw">Twitter</a></li>
<li><a href="https://www.youtube.com/channel/UC5JTfy24J7STy5lwDeNHq6g" target="_blank" class="yt">YouTube</a></li>
<li><a href="https://www.linkedin.com/company/mediasanctuary" target="_blank" class="in">LinkedIn</a></li>
<li><a href="https://soundcloud.com/mediasanctuary" target="_blank" class="sc">Sound Cloud</a></li>
<li><a href="https://open.spotify.com/user/woocfm" target="_blank" class="spotify">Spotify</a></li>
</ul>
<p>The Sanctuary for Independent Media is a project of <strong>Media Alliance Inc</strong>, a <a href="https://www.guidestar.org/profile/11-2538804" target="_blank">501c(3) non-profit organization</a> located at 3361 6th Avenue in North Troy, New&nbsp;York.&nbsp;&nbsp;&bull;&nbsp;&nbsp;EIN 11-2538804. Donations are tax-deductible.<br/>P.O. Box 35 Troy,&nbsp;NY 12181&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="/contact/">Contact Us</a>
</div>
<div class="col w55">
<p>The Sanctuary for Independent Media is a project of <strong>Media Alliance Inc</strong>, a <a href="https://www.guidestar.org/profile/11-2538804" target="_blank">501c(3) non-profit organization</a> located at 3361 6th Avenue in North Troy, New&nbsp;York.&nbsp;&nbsp;&bull;&nbsp;&nbsp;EIN 11-2538804. Donations are tax-deductible.<br/>P.O. Box 35 Troy,&nbsp;NY 12181&nbsp;&nbsp;&bull;&nbsp;&nbsp;<a href="/contact/">Contact Us</a>
<p>Over the years our programs have been made possible by the National Endowment for the Arts, the NY State Council on the Arts with the support of the office of the Governor and the NY State Legislature, NYS Department of Environmental Conservation, local and national foundations, and <a href="https://www.mediasanctuary.org/get-involved/donate/">Sanctuary Sustainers</a>. See a full list of our <a href="https://www.mediasanctuary.org/about/supporters/">supporters and friends</a>.</p>
<ul class="sponsors">
<li><img src="<?php asset_url('img/sponsors/nea.jpg'); ?>" alt="National Endowment for the Arts"></li>
<li><img src="<?php asset_url('img/sponsors/nysca.jpg'); ?>" alt="New York State Council on the Arts"></li>
<li><img src="<?php asset_url('img/sponsors/dec.jpg'); ?>" alt="New York State Department of Environmental Conservation"></li>
<li><img src="<?php asset_url('img/sponsors/community.jpg'); ?>" alt="The Community Foundation for the Greater Capital Region"></li>
<li><img src="<?php asset_url('img/sponsors/iear.jpg'); ?>" alt="iEAR Presents!"></li>
<li><img src="<?php asset_url('img/sponsors/stewarts.jpg'); ?>" alt="Stewart’s Shops"></li>
</ul>
</p>
</div>
</div>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3923d70

Please sign in to comment.