Removed (platform dependent) binary; Removed images; Set new background image;

master
Jack Henschel 7 years ago
parent 75eddd6bfa
commit ac36893844

@ -0,0 +1,5 @@
# Cubieserver Main Web Pages
This repository contains the main web pages you'll find at [https://cubieserver.de](https://cubieserver.de).
Special thanks to [UnSplash.com](https://unsplash.com/) for providing awesome, [free](https://unsplash.com/license) background images!

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 699 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 663 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 572 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 609 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 826 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 914 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 601 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 914 KiB

@ -9,7 +9,7 @@
#
# Cubieserver.de
# Written by Jack Henschel
# 2015
# 2015-2016
-->
<head>
<meta charset="utf-8">

@ -1,8 +1,8 @@
body {
margin: 0px; padding: 0px; top: 0px; left: 0px; height: 500px;
background-image: url("images/today.jpg"); background-position: top;
margin: 0px; padding: 0px; top: 0px; left: 0px; height: 500px; background-position: top;
background-size: 100%; background-repeat: no-repeat; background-attachment: fixed;
font-family: cabin, sans-serif; font-size: 17px;
background-image: url("https://images.unsplash.com/photo-1446776858070-70c3d5ed6758");
}
noscript { color: red; font-weight: 700; }
@ -14,8 +14,9 @@ a:visited { color: #34495e; }
/* === HEADER SECTION === */
.header:before {
content: ""; position: fixed; left: 0; right: 0; z-index: -1; top: -5px; display: block;
background-image: url("images/today.jpg"); background-repeat: no-repeat; background-position: top; background-size: 100%;
background-repeat: no-repeat; background-position: top; background-size: 100%;
width: 100%; height: 60px; filter: blur(4px); opacity: 0.5;
background-image: url("https://images.unsplash.com/photo-1446776858070-70c3d5ed6758");
}
.header {

Loading…
Cancel
Save