Files for breves.kipullaxta.org.pe website, by Daniel Muñoz Raya for Asociación Psico-Inclusiva Kipu Llaxta.
This website is dual-licensed under the following terms:
- The code is licensed under the GPL-3.0-or-later license.
- The content is licensed under the CC BY-NC-SA 4.0 license.
See the [COPYING] and [CONTENT_LICENSE.md] files for more details.
Kipu Llaxta™ and the Kipu Llaxta logo are trademarks of Asociación Psico-Inclusiva Kipu Llaxta. All rights reserved.
It is just a small simple static website with brief articles focused on accessibility for Asociación Psico-Inclusiva Kipu Llaxta.
This website is focused on accessibility and follows the Web Content Accessibility Guidelines (WCAG) 2.1 at level AA. We use various technologies and techniques to make our website accessible to everyone, such as:
- Semantic HTML elements and attributes
- Responsive design and media queries
- Contrast ratio and color blindness testing
- Keyboard navigation and focus indicators
- Alternative text and captions for images and videos
- ARIA labels and roles for interactive elements
- Skip links and headings for navigation
- Language attributes and directionality
- Accessibility audits and feedback
We are always looking for ways to improve the accessibility of our website. If you have any suggestions or feedback, please let us know by creating an issue on our GitHub repository.
This website is built using plain HTML files and hosted on GitHub Pages. To build and deploy the website, you need to have [Git] installed on your computer. You can then follow these steps:
- Clone this repository using the command
git clone https://github.com/kipullaxta/breves.kipullaxta.org.pe.git
- Make any changes you want to the HTML files in the
docs
folder. - Commit and push your changes using the commands
git add .
,git commit -m "your message"
, andgit push origin main
. - The website will be automatically updated on GitHub Pages.