Improvements to data structure, added webfont, added a subpage for FOSS licenses, reworked some text.
+ Added Hack webfont to the website. + Renamed resources folder to assets, reworked general data structure of static data. + Added a subpage for FOSS licenses used + Improve various texts + Headlines now all follow internal conventions (all lowercase) + Added 2 more websites to useful stuff
This commit is contained in:
parent
0e6328157e
commit
70145f2103
36 changed files with 207 additions and 27 deletions
27
style.css
27
style.css
|
@ -1,10 +1,10 @@
|
|||
body{
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
background-image: url("resources/bg.png");
|
||||
background-image: url("assets/img/bg.png");
|
||||
background-repeat: repeat;
|
||||
background-attachment: fixed;
|
||||
font-family: monospace;
|
||||
font-family: "Hack", monospace;
|
||||
color: green;
|
||||
}
|
||||
|
||||
|
@ -137,6 +137,29 @@ a.highlight{
|
|||
grid-template-columns: auto auto;
|
||||
}
|
||||
|
||||
/* Licenses-specific */
|
||||
|
||||
.license-table{
|
||||
margin: 0 auto;
|
||||
max-width: 800px;
|
||||
min-width: 400px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.license-head{
|
||||
background: #000800;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.project-column, .by-column{
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.license-column{
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Text-/ASCII-Art formating */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue