'README.md' ändern
This commit is contained in:
parent
fe258a8d1c
commit
a8a525195b
|
@ -1,11 +1,13 @@
|
||||||
# OHO - Openource Hardware Observatory
|
# OHO - Openource Hardware Observatory
|
||||||
## Intro
|
## Intro
|
||||||
|
### CSS
|
||||||
The styling of the page is in the CSS file: **[style.css](https://git.bmen.eu/Projekte/oho/src/master/style.css)**. In general, only the classes of elements of the media wiki have to be found out and transferred to the CSS. Some implementations are a bit more tricky and are described in more detail in this Readme.
|
The styling of the page is in the CSS file: **[style.css](https://git.bmen.eu/Projekte/oho/src/master/style.css)**. In general, only the classes of elements of the media wiki have to be found out and transferred to the CSS. Some implementations are a bit more tricky and are described in more detail in this Readme.
|
||||||
|
|
||||||
|
### Images
|
||||||
|
The images in the folder [/img](https://git.bmen.eu/Projekte/oho/src/master/img). There are sample images as well as individual icons, banner / footer backgrounds and logo files.
|
||||||
|
|
||||||
The images in the folder [/img](https://git.bmen.eu/Projekte/oho/src/master/img) are only examples and not important for the styling of the website.
|
### Javascript
|
||||||
|
The Javascript Framework Jquery was used for this website. The javascript functions are saved in separate files in the [/js](https://git.bmen.eu/Projekte/oho/src/master/js) folder and named according to their task.
|
||||||
The Javascript functions are saved in separate files in the [/js](https://git.bmen.eu/Projekte/oho/src/master/js) folder and named according to their task.
|
|
||||||
## Overview CSS classes homepage
|
## Overview CSS classes homepage
|
||||||
![Overview CSS classes homepage](https://git.bmen.eu/Projekte/oho/raw/master/doc/overview_css_classes_home.png)
|
![Overview CSS classes homepage](https://git.bmen.eu/Projekte/oho/raw/master/doc/overview_css_classes_home.png)
|
||||||
|
|
||||||
|
@ -18,4 +20,3 @@ The red lines are purely CSS and no additionaly HTML elements have to be created
|
||||||
.row::after {...}
|
.row::after {...}
|
||||||
```
|
```
|
||||||
## Search results grid
|
## Search results grid
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue