index.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?php
  2. /*
  3. * Personal website of UltrasonicMadness
  4. * Copyright (C) 2017-2018, 2021-2023 UltrasonicMadness
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU Affero General Public License as
  8. * published by the Free Software Foundation, either version 3 of the
  9. * License, or (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU Affero General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Affero General Public License
  17. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. */
  19. include($_SERVER['DOCUMENT_ROOT'] . '/../backend/php/page-elements.php');
  20. ?>
  21. <!DOCTYPE html>
  22. <html>
  23. <head>
  24. <?php
  25. gen_html_head('Quiet Hours', 'blue');
  26. ?>
  27. </head>
  28. <body>
  29. <?php gen_common_pane(); ?>
  30. <div id="page-pane">
  31. <main>
  32. <h1>Quiet Hours (UK)</h1>
  33. <p>A list of supermarkets based in the UK which have dedicated periods of lower background noise levels and similar measures for people with conditions such as autism which can make shopping in these environments extremely challenging to impossible.</p>
  34. <p>I am not endorsed by any entities listed here, nor is this intended to be an exhaustive list of establishments which have quiet hours. All trademarks are present for the purpose of identification of the relevant brands and I do not claim any ownership of them.</p>
  35. <p>Click on any of the establishments below to be taken to a page which explains the specific measures taken.</p>
  36. <h2>Table of Contents</h2>
  37. <ul>
  38. <li><a href="#asda">Asda</a></li>
  39. <li><a href="#entertainer">Entertainer</a></li>
  40. <li><a href="#morrisons">Morrisons</a></li>
  41. <li><a href="#selfridges">Selfridges</a></li>
  42. <li><a href="#tesco">Tesco</a></li>
  43. </ul>
  44. <div id="quiet-time-list">
  45. <div id="asda">
  46. <h2>Asda</h2>
  47. <p class="quiet-time-range">Monday–Thursday, 2–3 PM</p>
  48. <a target="_blank" href="https://corporate.asda.com/newsroom/2021/11/02/asda-rolls-out-quieter-hour-and-trains-over-85-000-colleagues-to-better-serve-customers-with-additional-needs"><img alt="Asda in green, capital letters" src="/common/images/third-party/asda-logo.svg" /></a>
  49. <p>Source from November 2021</p>
  50. </div>
  51. <div id="entertainer">
  52. <h2>The Entertainer</h2>
  53. <p class="quiet-time-range">From store opening for 1 hour</p>
  54. <a target="_blank" href="https://www.autism.org.uk/what-we-do/news/the-entertainer-extends-its-autism-friendly-quiet"><img alt="The Entertainer printed in white text, with the word 'the' rotated anticlockwise by 90 degrees to the left of the first E in 'Entertainer'. TheToyShop.com is printed, right-aligned, below the word 'Entertainer'. To the left, there is a jack-in-the-box with a red box with white polka dots, a black inside, and the inside of the lid is plain red. The figure coming out of the box has a horizontally striped red and white pattern on its spring, a white face with a smile, red nose, a black hat resembling a bowler hat, and a red decoration on the bottom half of its face resembling a cartoon depiction of a lion's mane. The figure also has short, black arms and white gloves with four fingers" src="/common/images/third-party/the-entertainer.png" /></a>
  55. <p>Source from May 2021</p>
  56. </div>
  57. <div id="morrisons">
  58. <h2>Morrisons</h2>
  59. <p class="quiet-time-range">Saturday, 9–10 AM</p>
  60. <a target="_blank" href="https://my.morrisons.com/blog/community/quieter-hour/"><img alt="Morrisons printed in white, with the initial 'M' capitalised and a yellow, grain-like pattern above the 'I'" src="/common/images/third-party/morrisons-logo.svg" /></a>
  61. <p>Source from July 2018</p>
  62. <p>Editor's note: I also confirmed that my local Morrisons has quiet hours at the stated time in September 2023.</p>
  63. </div>
  64. <div id="selfridges">
  65. <h2>Selfridges</h2>
  66. <p class="quiet-time-range">Wednesday, 10–11 AM</p>
  67. <a target="_blank" href="https://www.selfridges.com/GB/en/features/info/quiet-hour/"><img alt="Selfridges &amp; Co printed in light grey, all capital letters with Selfridges filled in and the rest outlined. The final 'O' is superscript and has a tilde below it" src="/common/images/third-party/selfridges-logo.svg" /></a>
  68. <p>Source from March 2022</p>
  69. </div>
  70. <div id="tesco">
  71. <h2>Tesco</h2>
  72. <p class="quiet-time-range">Wednesday and Saturday, 9–10 AM</p>
  73. <a target="_blank" href="https://www.tescoplc.com/news/2021/we-re-launching-quiet-hour-permanently-in-stores-to-support-customers/"><img alt="Tesco printed in red, all capital letters with blue lines below each letter. The lines are sloped on either side and flat on the top and bottom" src="/common/images/third-party/tesco-logo.svg" /></a>
  74. <p>Source from October 2021</p>
  75. </div>
  76. </div>
  77. <p>Any missing shops or suggestions for improvements to this resource can be sent to my email address or <a target="_blank" href="https://notabug.org/UltrasonicMadness/usm-website/issues">my website's issue tracker</a> on NotABug.</p>
  78. <p>The Entertainer logo sourced from <a target="_blank" href="https://www.thetoyshop.com/">TheToyShop.com</a>, all other logos sourced from <a target="_blank" href="https://en.wikipedia.org/wiki/Main_Page">English Wikipedia</a>. The Morrisons and Selfridges logos have been modified to fit the colour scheme of the page.</p>
  79. </main>
  80. <?php inc_footer(); ?>
  81. </div>
  82. </body>
  83. </html>