Age | Commit message (Collapse) | Author | Lines |
|
Until now, the links were selected by their parent. That was to
separately change the `Button` links and links in <p>, <li>, etc.
With this commit, only the `Button` links are sepatated with a class.
All other links are decorated the same.
|
|
* Lighter background
* Lighter border
|
|
* Reduce <code> font size
* Increase <body> line-height
|
|
Make them identical. Just four items.
|
|
This looks bad in non-dark themes. Maybe we should find another way of
making the logo stick out in dark themed browsers.
|
|
The tutorial still needs clearing up.
|
|
https://gitlab.com/infantesainz/reproduce-raulfork/-/blob/tutorial/README-tutorial.md
|
|
|
|
Maybe we should create a side navigation toolbar.
|
|
Used the https://daringfireball.net/projects/markdown/ project.
|
|
Used a Perl script to convert Markdown to HTML. This is where it sits.
|
|
|
|
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.
|
|
CSS will handle the spaces. This is to prevent the users from copying
the extra spaces to their clipboard.
|
|
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.
|
|
|
|
Unitl now, there were almost no decorations introduced to <code> and <a>
tags.
With this commit, the webpage gets a colorful soul.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
I just setup this repository to host the project on our own servers,
so its better to use it instead of GitLab.
|
|
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.
|