| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
|
|
|
| |
to see, maybe put a picture in background of the website?
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|