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:
31
public/app.css
vendored
Normal file
31
public/app.css
vendored
Normal 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
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
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
BIN
public/slides/03.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 970 KiB |
BIN
public/slides/04.png
Normal file
BIN
public/slides/04.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 620 KiB |
BIN
public/slides/05.png
Normal file
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
BIN
public/slides/06.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Reference in New Issue
Block a user