aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
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.
2020-04-29Update gitignore `./prog`Pedram Ashofteh Ardakani-0/+1
Used a Perl script to convert Markdown to HTML. This is where it sits.
2020-04-29Perl Markdown to HTML convertor scriptPedram Ashofteh Ardakani-0/+1821
2020-04-29Better <code> formatting & tidy up CSSPedram Ashofteh Ardakani-12/+42
Change background and text colors, round the corners, better control on text overflow in smaller devices, etc. I'll try to be more `atomic` in next commits. However, that seems unnecessary since all these commits have short lives, except the last `squashed` one.
2020-04-29Remove initial white-spaces in <pre>Pedram Ashofteh Ardakani-9/+9
CSS will handle the spaces. This is to prevent the users from copying the extra spaces to their clipboard.
2020-04-29Tidy up the CSS file, esp. the colors sectionPedram Ashofteh Ardakani-78/+39
Created a seperate color section at the beginning of the CSS file, so one can change colors without moving around the CSS file so much! Created a `FONTS` section at the top of the CSS file. Also, moved the `decoration classes` section next to the `colors` section in the CSS file. I'll try to tidy up the CSS file further.
2020-04-29Fix git repo link, remove extra git buttonPedram Ashofteh Ardakani-5/+1
2020-04-28Decorate various tagsPedram Ashofteh Ardakani-15/+37
Unitl now, there were almost no decorations introduced to <code> and <a> tags. With this commit, the webpage gets a colorful soul.
2020-04-28Link colorsPedram Ashofteh Ardakani-46/+62
2020-04-28Revert the text, exactly echo maneage.orgPedram Ashofteh Ardakani-3/+2
2020-04-28Fix internal URLPedram Ashofteh Ardakani-4/+4
2020-04-28Update gitignorePedram Ashofteh Ardakani-1/+2
2020-04-28Fix favicon, compress the logoPedram Ashofteh Ardakani-245/+2
2020-04-28Put in the CSS filePedram Ashofteh Ardakani-0/+234
2020-04-28Fill indexPedram Ashofteh Ardakani-119/+162
2020-04-27Added a merge/pull request descriptionMohammad Akhlaghi-14/+67
Boud had suggested having this on the main page for now, later when we actually add some graphics and structure to the webpage it will be put in the proper place.
2020-04-25Added two links to explain reproducibility and to the Git repoMohammad Akhlaghi-2/+2
Until now there wasn't any explanation of what we mean by "exact reproducibility", so I added it and also put a click-able link to the Git repository for easy navigation. This is indeed just a crude place-holder, but since its live now, and we have mentioned it in the draft paper, its good to have some links. It also helps web search tools to already connect this page with other related pages so by the time the final page is ready, it can already have a presence in the search results.
2020-04-25Git URL in demo command now moved to git.maneage.orgMohammad Akhlaghi-2/+2
I just setup this repository to host the project on our own servers, so its better to use it instead of GitLab.
2020-04-24First commit, just a place holder until page is madeMohammad Akhlaghi-0/+351
This is just a place holder that I made in a few minutes after setting up the `maneage.org' domain. We will fill it up soon.