Added main page

This commit adds the main page (incl. breadcrumbs), a license file, a contact form (with recaptcha) and a captcha config file.
This commit is contained in:
2020-04-27 07:28:00 +01:00
parent f80e9fcba0
commit 3bd773e2d3
27 changed files with 1505 additions and 106 deletions

31
public/app.css vendored Normal file
View File

@@ -0,0 +1,31 @@
.view {
background: url("/slides/06.png")no-repeat center center;
background-size: cover;
}
.navbar {
background: rgb(132,235,173);
background: linear-gradient(90deg, rgba(132,235,173,1) 10%, rgba(110,182,207,1) 29%, rgba(109,146,255,1) 92%);
}
.footer-grad {
background: rgb(132,235,173);
background: linear-gradient(90deg, rgba(132,235,173,1) 10%, rgba(110,182,207,1) 29%, rgba(109,146,255,1) 92%);
}
.top-nav-collapse {
background-color: #4285F4;
}
@media only screen and (max-width: 768px) {
.navbar {
background-color: #4285F4;
}
}
html,
body,
header,
.view {
height: 100%;
}

BIN
public/slides/01.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
public/slides/02.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
public/slides/03.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 KiB

BIN
public/slides/04.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB

BIN
public/slides/05.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

BIN
public/slides/06.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB