aboutsummaryrefslogtreecommitdiff
path: root/about.html
AgeCommit message (Collapse)AuthorLines
2020-05-05Add comments, mind the CSS stylingPedram Ashofteh Ardakani-4/+4
* Clarify selectors and elements with comments * Delete duplicate styles * Change ID names to something that makes more sense
2020-05-05Replace `Git Repository` nav button with `Git`Pedram Ashofteh Ardakani-1/+1
To prevent unwanted word wrapping. Plus, less is more.
2020-05-03Fix footers in HTMLPedram 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-03Replace (C) in html with &copy; symbolPedram Ashofteh Ardakani-2/+2
2020-05-03Remove extra spacing before and after code blocksPedram 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-01Create header banner for everypagePedram Ashofteh Ardakani-5/+11
Now, every page has a banner with Maneage logo on it. Fixed the html and css both.
2020-05-01about: Put loose links in <p> inside <ul> and <a>Pedram Ashofteh Ardakani-6/+11
2020-05-01Fix top navigation linksPedram Ashofteh Ardakani-1/+1
Make them identical. Just four items.
2020-04-29Fix indentationsPedram Ashofteh Ardakani-379/+391
2020-04-29about: Fix code blocksPedram Ashofteh Ardakani-1230/+1278
Maybe we should create a side navigation toolbar.
2020-04-29about.html: initial Markdown to HTML conversionPedram Ashofteh Ardakani-0/+1240
Used the https://daringfireball.net/projects/markdown/ project.