Skip to content

Commit

Permalink
Rewording the PS shoutouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Nov 4, 2024
1 parent 7d9e323 commit 7cc8007
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 9 deletions.
5 changes: 4 additions & 1 deletion content/body/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<div class="homepage__hero--text">
<div class="homepage__hero--copy">
<h1 class="homepage__hero--heading">Enable </h1>
<p>A space for developers to learn and collaborate on making the web accessible.</p>
<p>A space for developers to learn and collaborate on making the web accessible.
<br/><br />
Proudly sponsored by The Publicis Sapient Accessibility Centre of Excellence.
</p>
</div>
</div>
</div>
Expand Down
17 changes: 16 additions & 1 deletion css/site.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion less/site.less
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,28 @@
font-weight: bold;

a {
text-decoration: none;
display: block;

@media @tablet {
margin-right: (30/@px);

&:last-child {
margin-right: 0;
}
}
}
}

&__attribution {
font-size: small;
max-width: 1024px;
margin: 40px auto 0 auto;

a {
@media @tablet-up {
display: inline-block;
}
}
}
}

Expand Down
12 changes: 6 additions & 6 deletions templates/includes/footer.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<footer aria-label="Additonal links and Copyright Information" class="footer">
<div class="footer__links">
<p><a href="faq.php">FAQ</a></p>
<p><a href="code-quality.php">Accessible Code Quality</a></p>
<p><a href="acknowledgements.php">Acknowledgements</a></p>
<p><a href="bookmarklets.php">Bookmarklets</a></p>
<a href="faq.php">FAQ</a>
<a href="code-quality.php">Accessible Code Quality</a>
<a href="acknowledgements.php">Acknowledgements</a>
<a href="bookmarklets.php">Bookmarklets</a>
</div>
<div class="footer__attribution">
<p>The Enable Project has been fondly created by <a href="https://useragentman.com">Zoltan Hawryluk</a>. It has been released as open source so hopefully others can learn from it. Enable's source code is released under the MIT license, and the website's content is covered by the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International Licence</a>.</p>
<p>Enable is proudly sponsored by Publicis Sapient Accessibility Centre of Excellence.</p>
<p>The Enable Project has been fondly created by <a href="https://useragentman.com">Zoltan Hawryluk</a> and proudly sponsored by The Publicis Sapient Accessibility Centre of Excellence. It has been released as open source so hopefully others can learn from it. Enable's source code is released under the <a href="https://en.wikipedia.org/wiki/MIT_License">MIT license</a>, while the website's content is covered by the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International Licence</a>.</p>
</div>
</footer>

Expand Down

0 comments on commit 7cc8007

Please sign in to comment.