summaryrefslogtreecommitdiff
path: root/index.html
Commit message (Collapse)AuthorAgeFilesLines
* Add favicon and link indexhellekin2020-11-201-1/+1
| | | | | | The favicon is provided in PNG and SVG. This commit also links the new version as the default one on the site.
* Mobile-first layouthellekin2020-11-071-72/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare for next release: index-003.html - Link current version 002 to index.html For 003: - Add color palette to :root - Add forum link - Make mobile-first CSS - Add Desktop CSS - Make minor changes to HTML to - change title to 'DREAM enables Group P2P Collaboration' - add viewport meta tag - add title attribute to first header - add span to first h2 so that we can force display - add Aria role to main - move pitch to main aside - add aside header to advertise forum - move copyright above nav - link footer nav to page navigation instead of site TODO: - Embed fonts using @font-face - Link index-003.html to index.html - Add Aria labels for screen-reading - Verify color contrasts for A11y
* Beautify HTMLhellekin2020-09-291-54/+61
| | | | | | | | | | | | | From now on, we can use `js-beautfiy` before saving the file to obtain consistent output and legible HTML. On Emacs, you can you M-RET-= or M-X web-beautify-html You need to have installed `js-beautify`: `npm install -g js-beautify` Note that I made this change after the previous ones so we have a legible diff for the functional variations between the two previous versions. It's important to keep in mind that a change in layout mixed with actual changes will make those invisible to the eye.
* │Restore original HTML and include some changeshellekin2020-09-291-18/+10
| | | | | | | | | | | | | Here are the reasons for the changes: 1. Do not use an empty H1: you can do it by changing the CSS 2. Added an H2 since it will help reproduce the proposed design 3. Restored simple A links without button tags since the same effect can be achieved with CSS 4. Followed the same structure for the third section for consistency and ease of styling (even contents can be changed via CSS, e.g., the 'read more' text) Now it's time to reproduce the proposed design using only CSS!
* Put logo on top of page, changed background color, but links are still hard ↵Nemael2020-09-221-4/+10
| | | | to see, maybe put a picture in background of the website?
* First webpage updateNemael2020-09-211-6/+12
|
* Fix REPORTING Category linkhellekin2020-09-191-1/+1
|
* Add For ... sectionshellekin2020-09-191-15/+18
|
* Link to contact emailhellekin2020-09-191-1/+1
|
* Add links to Discourse and introhellekin2020-09-191-4/+21
|
* Add link to codehellekin2020-09-191-0/+1
|
* Add link to contact pagehellekin2020-09-191-1/+6
|
* Welcome to dream.public.cathellekin2020-09-191-0/+35