rawtext.club website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmccabe 84fddc056c
added jag to gemini users
1 month ago
gemini added jag to gemini users 1 month ago
partials website redesign by sloum 2 months ago
source website redesign by sloum 2 months ago
50x.html website redesign by sloum 2 months ago
README fixed README, rm'ed index-old 3 years ago
README.md website redesign by sloum 2 months ago
ascii_pizza.html website redesign by sloum 2 months ago
donate-eff.html fixed corrupted file 2 months ago
gopher-users.html start of repo 3 years ago
index.cs.html website redesign by sloum 2 months ago
index.de.html website redesign by sloum 2 months ago
index.el.html Translation to greek, links to translation from other translation pages 9 months ago
index.es.html Spanish translation 4 months ago
index.html website redesign by sloum 2 months ago
index.ja.html website redesign by sloum 2 months ago
index.ru.html Translation to greek, links to translation from other translation pages 9 months ago
oneliner start of repo 3 years ago
sign-up.html website redesign by sloum 2 months ago
social-contract.html website redesign by sloum 2 months ago
status.html meh 1 year ago

README.md

RTC Website 2023 Design

This is a basic html website. There is no build system, the css is inline, there is no javascript. The general intention is to keep it that way. This site design is meant to be more accessible than the older version while maintining a largely text-based design.

RTC members can feel free to fork and submit pull requests for updates, translations, etc. Please try to follow the existing format(s) and markup where possible.

Subfolders

At present there are two subfolders:

  1. source
  2. partials

source

This is the source code to the older version of the site. As work on converting to the new version is ongoing, pages may remain in here until they have been converted/updated.

partials

The lower portion of each page has a section re: available translations. There is a partial here that lists each of the translations in html. You should be able to copy and paste it into your design. Note that it references a footer element in the native language of the current page, and that element will need to be present for the site to work properly. Feel free to reach out to sloum if you are unsure of how to handle this part. Also feel free to submit a PR without the languages at the bottom and I, sloum, will be happy to fill it in for or with you.

There is also a partial file that includes the full top portion of the html up to and including the opening <main> tag, after which new code can be added. Note that if you are working on a new page and you use this partial to give you a start (it gives you css, header, head, nav, etc) you will need to update the <title> element in the <head> to reflect the actual current page.