Skip to content

Commit

Permalink
Adding PS logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Nov 4, 2024
1 parent 9ea415a commit f1e292e
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 9 deletions.
4 changes: 2 additions & 2 deletions content/body/acknowledgements.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Originally, Enable started out as a small personal website made by <a href="https://www.useragentman.com/">Zoltan Hawryluk</a> to show other developers how to make web-related code accessible to people with disabalities. Some of the solutions were his own, and some he have borrowed, with citations, from others. Zoltan is still the lead developer of this project and often contributes his own code to it, as well as reviewing all contributions from the community.
</p>

<p>Today, Enable is now sponsored by The Publicis Sapient Center of Excellence, to help not only its developers make accessible things, but also to give back to the accessibility and front-end web development communities. It contains contributions from developers within Publicis Sapient as well as others, and we hope to continue to grow this ongoing collaboration.</p>
<p>Today, Enable is now sponsored by The Publicis Sapient Accessibility Center of Excellence, to help not only its developers make accessible things, but also to give back to the accessibility and front-end web development communities. It contains contributions from developers within Publicis Sapient as well as others, and we hope to continue to grow this ongoing collaboration.</p>

<p>
What follows are not just acknowledgements to existing accessible code examples used in Enable, but also to other code we have
Expand All @@ -25,7 +25,7 @@
<li><a href="https://github.com/saumyajitc">Saumyajit Chowdhury</a> for implementing husky pre-commit hooks to run lint-staged before pushing code to the repository</li>
<li><a href="https://github.com/majid-paktinat">Majid Paktinat</a> and <a href="https://github.com/akshaypanchal">Akshaykumar Panchal</a> for implementing dynamic Structured Data Markup for improving the SEO of the Enable Project.</li>
<li><a href="https://github.com/basiabaldwin">Basia Baldwin</a> for working on redesigning the Enable project and developing the site in dark mode.</li>
<li>Matthew Slavin for his redesign of the Enable Project's website in 2024, and to <a href="https://github.com/basiabaldwin">Basia Baldwin</a> and Travis Doughty for </li>
<li>Matthew Slavin for his redesign of the Enable Project's website in 2024, and to <a href="https://github.com/basiabaldwin">Basia Baldwin</a> and Travis Doughty for for implementing the redesign on the site. </li>
<li><a href="https://github.com/alisonhall">Alison Hall</a> for cleaning up and streamlining the unit testing and automated testing NPM tasks (and also doing the difficult task of updating the NPM packages within the project in 2024). She also added the Table of Contents component that appears on the top of almost every Enable page.</li>
<li>Oluwaseun Longe for adding stylelint to Enable.</li>
<li>Sahil Singh for unit tests for the <a href="input-mask.php">input mask component</a>.</li>
Expand Down
17 changes: 12 additions & 5 deletions content/body/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
<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.
<br/><br />
Proudly sponsored by The Publicis Sapient Accessibility Centre of Excellence.
</p>
<p class="homepage__slogan">A space for developers to learn and collaborate on making the web accessible.</p>
<p>
Proudly sponsored by The
<br />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/sponsor/ps-logo__white.svg">
<img src="images/sponsor/ps-logo__color.svg" alt="Publicis Sapient" class="homepage__sponsor-logo" />
</picture>
Accessibility Centre of Excellence.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -63,7 +70,7 @@
</li>
<li>
Not only do we want to help developers, but <strong>we want the help from developers to contribute their accessible code.</strong>
If you have a component that you'd like to submit - <a href=" <a href="https://github.com/PublicisSapient/enable-a11y?tab=readme-ov-file#contributing-code">">please create in a PR</a>.
If you have a component that you'd like to submit, <a href="https://github.com/PublicisSapient/enable-a11y?tab=readme-ov-file#contributing-code">please feel free to create a PR</a>.
</li>
</ul>
</div>
Expand Down
1 change: 1 addition & 0 deletions css/enable-toc.css

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

9 changes: 8 additions & 1 deletion css/index.css

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

29 changes: 29 additions & 0 deletions images/sponsor/ps-logo__color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f1e292e

Please sign in to comment.