diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d19fc7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.html diff --git a/Makefile b/Makefile index 5bf6d8a..e2c74e7 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ .EXPORT_ALL_VARIABLES: BASE_TITLE = Recycled Cloud -PAGES = index.html services.html manifesto.html contact.html +PAGES = index.html services.html manifesto.html contact.html terms.html BLOBS = assets/ all: $(PAGES) @@ -24,3 +24,4 @@ index.html: TITLE = "$(BASE_TITLE) | Home" services.html: TITLE = "$(BASE_TITLE) | Services" manifesto.html: TITLE = "$(BASE_TITLE) | Manifesto" contact.html: TITLE = "$(BASE_TITLE) | Contact" +terms.html: TITLE = "$(BASE_TITLE) | Terms" diff --git a/assets/css/main.css b/assets/css/main.css index 7932e60..0337ebc 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -25,6 +25,10 @@ h2 { margin-bottom: 20px; } +.margin-right-20 { + margin-right: 20px; +} + #section-nav { padding-top: 25px; height: 75px; @@ -36,9 +40,26 @@ h2 { top: -15px; } +a { + color: #000; + text-decoration: underline; +} + +a:hover { + color: #000; + text-decoration: none; +} + #section-nav a { color: #000; padding-left: 10px; + text-decoration: none; +} + +#section-nav a:hover { + color: #000; + padding-left: 10px; + text-decoration: underline; } #section-members a { @@ -52,7 +73,7 @@ h2 { .nav-current { font-weight: bold; - text-decoration: underline; + text-decoration: underline !important; } #section-hero, #section-services, #section-members, #section-contact, @@ -83,7 +104,7 @@ h2 .service-logo { color: #fff; } -.btn:link, .btn:visited { +.btn:link, .btn:visited, .btn { background-color: #fff; color: #013366; padding: 10px 15px; @@ -148,12 +169,16 @@ h2 .service-logo { color: #003366; } -#section-tech a, #section-members a { +#section a, #section-members a { color: black; font-weight: bold; text-decoration: underline; } +#section-tech a { + font-weight: bold; +} + #section-tech a:hover, #section-members a:hover { text-decoration: none; } @@ -209,6 +234,11 @@ footer p { color: #003366; } +.contact-rightpane { + padding-top: 20px; + padding-right: 50px; +} + hr { background-image: linear-gradient(to right, #003366, #5d0066); height: 2px; @@ -217,3 +247,22 @@ hr { .center { text-align: center; } + +input[type=text], input[type=email], textarea { + margin-top: 5px; + padding: 5px; + border-radius: 5px; + border: 1px solid gray; + background-color: white; + color: black; + width: 100%; +} + +input[type=submit] { + border: 0; + float: right; +} + +textarea { + height: 150px; +} diff --git a/assets/images/contact.png b/assets/images/contact.png new file mode 100644 index 0000000..19df043 Binary files /dev/null and b/assets/images/contact.png differ diff --git a/contact.part b/contact.part index 23a5de9..64aca20 100644 --- a/contact.part +++ b/contact.part @@ -14,12 +14,20 @@

- $PHONE
- $MAIL +

Send a message

+
+ +
+ +
+ +
+ +
diff --git a/index.part b/index.part index f626b86..4926ec2 100644 --- a/index.part +++ b/index.part @@ -2,6 +2,7 @@

Local and recycled cloud services.

Swiss-based and as sustainable as we can.

+ Access the Console Read our Manifesto
@@ -13,18 +14,18 @@

Web Hosting

- Low-footprint, static website hosting. Wordpress and generic PHP hosting. + Low-footprint (static website), Wordpress and generic PHP hosting.

- Learn more + Learn more

Storage

-

Borg based backup service or file sharing with NextCloud.

+

Borg-based backup service and file syncing with NextCloud.

- Learn more + Learn more
@@ -33,7 +34,7 @@

KVM virtual machines, running either one of our images or your own.

- Learn more + Learn more
@@ -57,9 +58,9 @@
@@ -67,8 +68,8 @@
diff --git a/manifesto.part b/manifesto.part index a9f1464..637f424 100644 --- a/manifesto.part +++ b/manifesto.part @@ -1,7 +1,7 @@
-
+

Manifesto

We are saddened by the state of the world, and role that IT - which, @@ -17,52 +17,50 @@

-
-
-
-

- There is no such thing as 'green' or 'sustainable' IT. -
- It will always require high-tech globalised insdustries, as well as - rare and hard to get resources. A maddening amount of those are throwed - away: we get (most of) our hardware from the second-hand market... and - landfills. We try to be the lesser evil but are not and will never be - 'green'. -

-
-
-
-

- IT and 'high tech' in general is not necessarly the right solution to a - problem. -
- They are no different from any other tool. You can't work around a +

+
+
+

+ There is no such thing as 'green' or 'sustainable' IT. +
+ It will always require high-tech globalised insdustries, as well as + rare and hard to get resources. A maddening amount of those are throwed + away: we get (most of) our hardware from the second-hand market... and + landfills. We try to be the lesser evil but are not and will never be + 'green'. +

+
+
+

+ IT and 'high tech' in general is not necessarly the right solution to a + problem. +
+ They are no different from any other tool*. You can't work around a ill-defined problem by aimlessly throwing resources and 'solutions' at it. -

+

+
-
-
-
-
-

- For the better or worse, we already live in a world controlled by - technology. -
- We can't let an anyone size its control: we work in the open, with open - tools, gladly welcome anyone who want to join and don't lock them in. -

-
-
-
-

- We fight against the use of technology as a mean of control an - manipulation. -
- We fight against centralization, both from technical and governance - reasons. We are not one, but a federation of small hosting providers - with similar ideology. -

+
+
+

+ For the better or worse, we already live in a world controlled by + technology. +
+ We can't let an anyone size its control: we work in the open, with open + tools, gladly welcome anyone who want to join and don't lock them in. +

+
+
+

+ We fight against the use of technology as a mean of control an + manipulation. +
+ We fight against centralization, both from technical and governance + reasons. We are not one, but a federation of small hosting providers + with similar ideology. +

+
diff --git a/page-template.sh b/page-template.sh index 2f271d0..907b2eb 100755 --- a/page-template.sh +++ b/page-template.sh @@ -35,7 +35,7 @@ cat << EOF
- EN + EN
@@ -45,10 +45,10 @@ cat << EOF diff --git a/services.part b/services.part index f429562..ad96b65 100644 --- a/services.part +++ b/services.part @@ -103,18 +103,18 @@

Linthal GL, Switzerland

- 100 Mbps (burstable to 1Gbps) upstream, operated by e-Durable SA in ungleich's Datacenterlight. + Three shelves, 100 Mbps (burstable to 1Gbps) upstream, operated by e-Durable SA in ungleich's Datacenterlight.

Lausanne VD, Switzerland

-

100 Mbps upstream, operated by e-Durable SA.

+

One 42U rack, 100 Mbps upstream, operated by e-Durable SA.

Froideville VD, Switzerland

-

1 Gbps upstream, operated by e-Durable SA.

+

Two 42 racks, 1 Gbps upstream, operated by e-Durable SA.

diff --git a/terms.part b/terms.part new file mode 100644 index 0000000..e67b5ac --- /dev/null +++ b/terms.part @@ -0,0 +1,13 @@ +

Terms of Usage & Privacy Policy

+ +

+We have yet to write proper terms, but it'll be along the lines of: +

+ +Please contact us if you have any questions. +