Schulchronik Vollständig

This commit is contained in:
Denys Konovalov
2020-08-07 21:08:46 +02:00
parent 6d43177e14
commit b25868cc01
942 changed files with 88069 additions and 83 deletions
config.toml
content/german
layouts/shortcodes
public
.htaccess
admin
css
de
25-jahre-gcg
ausflüge-und-projekte
bericht-1
bericht-2
bericht-3
bericht-4
index.htmlindex.xml
page/1
programm
rede-fr-schmidt
404.html
abiturienten
about
anmeldung
anmeldung-formular
aufnahmeprüfung
ergebnisse
index.htmlindex.xml
author
cantortechnik-ag
denys-konovalov
index.htmlindex.xml
page/1
blog
cantorpreis
categories
contact
event
forms
anmeldeformular
gesundheitsbogen
index.htmlindex.xml
ganztagsangebote
blendergame
cantortechnik
index.htmlindex.xml
mathematik-5
nawigator
vorlage
gedenktafel-struensee
gedenktafel-1
gedenktafel-2
gedenktafel-3
gedenktafel-4
index.htmlindex.xml
page/1
impressum
index.htmlindex.xml
notice
schulchronik
sitemap.xml
sk-mlu-gcg
tags
teacher
wettbewerbe
en
404.html
about
author
blog
blog-post-1
blog-post-2
blog-post-3
blog-post-4
blog-post-5
blog-post-6
index.htmlindex.xml
page/1
categories
contact
course
event
index.htmlindex.xml
notice
research
index.htmlindex.xml
page/1
research-1
research-2
research-3
research-4
research-5
research-6
scholarship
index.htmlindex.xml
page/1
scholarship-1
scholarship-2
scholarship-3
sitemap.xml
tags
teacher
alex-rook
clark-malik
devid-luis
duis-rio
index.htmlindex.xml
jacke-mastio
zim-cook
fonts
images
Plakette Prime Gymnasium.jpg
abiturienten
about
backgrounds
banner
blog
cantorlogo.bmp
cantorpreis
contests
courses
event-speakers
events
favicon.pngfavicon.svg
forms
ganztagsangebote
gcg.JPGicon.pngimage.pngimage.xcflogo.pnglogo.svglogo_small.pnglogo_small.svglogo_y.pnglogo_y.svgmarker.png
people
preloader.gif
scholarship
school
schulchronik
1989
1990
1991
1992
1993
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
gründung
schule.pngslide1.jpg
success
teachers
index.html
js
plugins
scss
sitemap.xml
resources/_gen/assets/scss/scss
static
images
abiturienten
about
cantorfora
cantorforum09_sonder.pngcantorforum14.pngcantorforum15.pngcantorforum16.png
cantorforum_1
cantorforum_10
cantorforum_11
cantorforum_12
cantorforum_13
cantorforum_14
cantorforum_15
cantorforum_16
cantorforum_2
cantorforum_3
cantorforum_4
cantorforum_6
cantorforum_7
cantorforum_8
cantorforum_9
cantorforum_e01.bmpcantorforum_e02.bmpcantorforum_e03.bmpcantorforum_e04.bmpcantorforum_e05.bmpcantorforum_e06.bmpcantorforum_e07.bmpcantorforum_e08.bmpcantorforum_e09.bmpcantorforum_e10.bmpcantorforum_e11.pngcantorforum_e12.pngcantorforum_e13.png
cantorpreis
schulchronik
statistiken
misc/cantorforum_5
themes/educenter-hugo

@ -8,6 +8,30 @@ body {
color: $white;
}
.list-items {
ul {
padding-left: 0;
li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
list-style-type: none;
&::before {
position: absolute;
content: "\e65d";
font-family: $icon-font;
font-size: 14px;
left: 0;
top: 1px;
color: $primary-color;
transition: .3s ease;
}
}
}
}
/* preloader */
.preloader {

@ -1,9 +1,8 @@
/* typography */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://code.cdn.mozilla.net/fonts/fira.css');
@font-face {
font-family: 'futura-bold';
src: url('../fonts/Futura-Bold.woff') format('woff');
font-family: 'Fira Sans';
font-weight: normal;
font-style: normal;
}

@ -12,6 +12,6 @@ $light: #f8f9fe;
$gray: #f8f8f8;
// Font Variables
$primary-font: 'Poppins', sans-serif;
$secondary-font: 'futura-bold';
$icon-font: 'themify';
$primary-font: 'Fira Sans', sans-serif;
$secondary-font: 'Fira Sans';
$icon-font: 'themify';