Go to file
bmen e6a020fec7 doc: new search results grid image 2019-04-15 02:17:04 +02:00
css Initial Commit 2019-03-22 11:10:07 +01:00
doc doc: new search results grid image 2019-04-15 02:17:04 +02:00
img deleted no nooded images and renamed images for better understanding 2019-04-15 01:06:54 +02:00
js put all embeded javascript code in seperated files 2019-04-14 22:25:32 +02:00
.gitignore ignore all mac os system files 2019-03-28 09:35:05 +01:00
README.md 'README.md' ändern 2019-04-14 23:30:50 +00:00
detail.html deleted no nooded images and renamed images for better understanding 2019-04-15 01:06:54 +02:00
index.html deleted no nooded images and renamed images for better understanding 2019-04-15 01:06:54 +02:00
style.css z-index arrange corrected 2019-04-14 23:14:37 +02:00

README.md

OHO - Openource Hardware Observatory

Intro

CSS

The styling of the page is in the CSS file: 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. There are sample images as well as individual icons, banner / footer backgrounds and logo files.

Javascript

The Javascript Framework Jquery was used for this website. The javascript functions are saved in separate files in the /js folder and named according to their task.

Overview CSS classes homepage

Overview CSS classes homepage

Row - Background and red lines (CSS line: 51-87)

The rows who separating the content horizontally must be 100% wide. This means that the width restriction of the content must be made within the row. So the background color gradiation is in full width and the red lines are on the left and right side of the browser.

The red lines are purely CSS and no additionaly HTML elements have to be created.

.row::before {...}
.row::after {...}

Search results grid