Skip to content

Instantly share code, notes, and snippets.

View txtsd's full-sized avatar
💭
Questing.

txtsd

💭
Questing.
View GitHub Profile
@txtsd
txtsd / guidelines_dev.md
Created February 20, 2025 08:04
Feminist Development Guidelines

To develop a website aligned with feminist design principles, focus on technical implementation, infrastructure, and code practices that prioritize accessibility, privacy, sustainability, and inclusivity. Below is a structured approach:

  1. Accessibility-First Development

    • Semantic HTML: Use HTML5 elements (<header>, <nav>, <article>) and ARIA roles for screen-reader compatibility.

    • Multiple Interaction Modes:

      Build a text-only toggle using CSS display: none/block or a separate lightweight HTML page.

Implement audio descriptions via HTML5 tags or Web Speech API.

@txtsd
txtsd / guidelines.md
Created February 14, 2025 07:51
Guidelines

Developing an NGO website with feminist design and development principles, alongside permacomputing guidelines, involves creating an inclusive, sustainable, and ethical digital platform. Here's a step-by-step approach to achieve this:


1. Feminist Design Principles

Feminist design emphasizes inclusivity, accessibility, and equity. Key considerations include:

a. Inclusive Representation

  • Ensure diverse representation in imagery, language, and content.
  • Use gender-neutral or inclusive language.
@txtsd
txtsd / astyle_params.txt
Created December 19, 2015 15:05
AStyle Parameters
--mode=c --indent=spaces=4 --convert-tabs --keep-one-line-blocks --indent-modifiers --pad-header --style=1tbs --attach-namespaces --keep-one-line-statements --indent-namespaces --max-instatement-indent=40 --close-templates --pad-oper --add-brackets --indent-switches --align-pointer=name --unpad-paren --min-conditional-indent=2 --align-reference=name --indent-col1-comments --max-code-length=80