Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-05-05 | Replace `Git Repository` nav button with `Git` | Pedram Ashofteh Ardakani | -1/+1 | |
To prevent unwanted word wrapping. Plus, less is more. | ||||
2020-05-03 | Fix footers in HTML | Pedram Ashofteh Ardakani | -2/+4 | |
* Wrap in <footer> tag * Add ARIA role * Add ID's so they can be referenced to via anchors * Fixed typo in head | ||||
2020-05-03 | Replace (C) in html with © symbol | Pedram Ashofteh Ardakani | -2/+2 | |
2020-05-03 | Remove extra spacing before and after code blocks | Pedram Ashofteh Ardakani | -77/+35 | |
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. | ||||
2020-05-01 | Create header banner for everypage | Pedram Ashofteh Ardakani | -5/+11 | |
Now, every page has a banner with Maneage logo on it. Fixed the html and css both. | ||||
2020-05-01 | about: Put loose links in <p> inside <ul> and <a> | Pedram Ashofteh Ardakani | -6/+11 | |
2020-05-01 | Fix top navigation links | Pedram Ashofteh Ardakani | -1/+1 | |
Make them identical. Just four items. | ||||
2020-04-29 | Fix indentations | Pedram Ashofteh Ardakani | -379/+391 | |
2020-04-29 | about: Fix code blocks | Pedram Ashofteh Ardakani | -1230/+1278 | |
Maybe we should create a side navigation toolbar. | ||||
2020-04-29 | about.html: initial Markdown to HTML conversion | Pedram Ashofteh Ardakani | -0/+1240 | |
Used the https://daringfireball.net/projects/markdown/ project. |