Age | Commit message (Collapse) | Author | Lines |
|
* Fix line-height problem
* Use lighter link colors
* Add the logo copyrights
|
|
* The `People` page will be added later
* This is almost the simplest design possible, we will alter the design
to match the desired and defined look later
|
|
* Add more comments in CSS
* Fill the entire top with nav bar in smaller screens
* Rotate the `burger` menu 180degrees and change color on click
* Replace the `burger` unicode with pipe `|` in other pages too
* Add the licensing info in other pages too
* Increase the page width for more space
|
|
* The `hamburger` label is not showing properly in different browsers.
Maybe that specific html unicode is not supported in all browsers. I
used a trick to fix this issue using the pipe character `|` ;-)
You could read about that here too:
https://stackoverflow.com/a/61645811/6474744
* The `down-arrow` unicode also did not work as expected through some
browsers. It was decided to remove this label totally. Maybe later
we can adopt using `standard` unicode html characters that are
`known` to be widely used across various browsers in different
platforms.
|
|
* Clarify selectors and elements with comments
* Delete duplicate styles
* Change ID names to something that makes more sense
|
|
To prevent unwanted word wrapping. Plus, less is more.
|
|
* Wrap in <footer> tag
* Add ARIA role
* Add ID's so they can be referenced to via anchors
* Fixed typo in head
|
|
|
|
Until now, the extra space made the padding look too big.
* Changed this HTML code convention:
```html
<pre><code>
some code
</code></pre>
```
* to this:
```html
<pre><code>some code</code></pre>
```
And the extra space is gone.
|
|
Now, every page has a banner with Maneage logo on it. Fixed the html and
css both.
|
|
|
|
Make them identical. Just four items.
|
|
|
|
Maybe we should create a side navigation toolbar.
|
|
Used the https://daringfireball.net/projects/markdown/ project.
|