aboutsummaryrefslogtreecommitdiff
path: root/tutorial.html
AgeCommit message (Collapse)AuthorLines
2020-05-03Remove extra spacing before and after code blocksPedram Ashofteh Ardakani-93/+42
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-4/+11
Now, every page has a banner with Maneage logo on it. Fixed the html and css both.
2020-05-01Fix top navigation linksPedram Ashofteh Ardakani-1/+1
Make them identical. Just four items.
2020-04-29Prepare tutorial file, and add link to indexPedram Ashofteh Ardakani-741/+697
The tutorial still needs clearing up.
2020-04-29tutorial: Initial tutorial conversionPedram Ashofteh Ardakani-0/+792
https://gitlab.com/infantesainz/reproduce-raulfork/-/blob/tutorial/README-tutorial.md