From aaaf508a1adc6da4c5188f5b13142051bfe25b12 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 1 Aug 2021 09:33:24 +0200 Subject: [PATCH] Let autoformatter have its day --- index.html | 379 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 294 insertions(+), 85 deletions(-) diff --git a/index.html b/index.html index 109ca39..346ff8c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,10 @@ - + @@ -12,7 +15,7 @@ - +
@@ -23,27 +26,55 @@
-

A DIY framework for community-owned computing

+

+ A DIY framework for community-owned computing +

- We believe in a world where our technology services are run by people we know, instead of remote, - profit-hungry advertising companies. + We believe in a world where our technology services are run + by people we know, instead of remote, profit-hungry + advertising companies.
- +
-
-
GET IN TOUCH
+
+ GET IN TOUCH +
@@ -51,40 +82,57 @@
-
+
Reclaim hosting
-
- Our goal is to reclaim the means of hosting, by making it easy for small organisations to run servers using - their own hardware. +
+ Our goal is to reclaim the means of hosting, by making it easy for + small organisations to run servers using their own hardware.
-
libre software platform
+
+ libre software platform +
- Open source server hosting using capsul-flask + Open source server hosting using capsul-flask
-
co-operative algorithm
+
+ co-operative algorithm +
- Open source server hosting using capsul-flask + Open source server hosting using capsul-flask
-

+

Fig. 2: The two parts of Serverscoop. Part platform, part community.

@@ -95,21 +143,37 @@
-
+
A joint mission
-
- Serverscoop is the collective effort of new and established entities in the tech co-operative space. +
+ Serverscoop is the collective effort of new and established + entities in the tech co-operative space.
- + />
- @@ -119,9 +183,20 @@
@@ -131,37 +206,66 @@
+
+ A DIY framework for community-owned computing
-
A DIY framework for community-owned computing
- We believe in a world where our technology services are run by people we know, instead of remote, - profit-hungry advertising companies. + We believe in a world where our technology services are run by + people we know, instead of remote, profit-hungry advertising + companies.
- +
-
-
GET IN TOUCH
+
+ GET IN TOUCH +
-
+
Reclaim hosting
-
- Our goal is to reclaim the means of hosting, by making it easy for small organisations to run servers - using their own hardware. +
+ Our goal is to reclaim the means of hosting, by making it easy for + small organisations to run servers using their own hardware.
@@ -170,7 +274,8 @@
- Open source server hosting using Open source server hosting using capsul-flask
@@ -180,11 +285,14 @@
- Open source server hosting using Open source server hosting using capsul-flask
-

+

Fig. 2: The two parts of Serverscoop. Part platform, part community.

@@ -194,20 +302,36 @@
-
+
A joint mission
-
- Serverscoop is the collective effort of new and established entities in the tech co-operative space. +
+ Serverscoop is the collective effort of new and established entities + in the tech co-operative space.
- + />
- @@ -215,9 +339,20 @@
@@ -228,24 +363,50 @@
+
+ A DIY framework for community-owned computing
-
A DIY framework for community-owned computing
- We believe in a world where our technology services are run by people we know, instead of remote, - profit-hungry advertising companies. + We believe in a world where our technology services are run by + people we know, instead of remote, profit-hungry advertising + companies.
- +
-
-
GET IN TOUCH
+
+ GET IN TOUCH +
@@ -253,42 +414,60 @@
-
+
Reclaim hosting
-
- Our goal is to reclaim the means of hosting, by making it easy for small organisations to run servers - using their own hardware. +
+ Our goal is to reclaim the means of hosting, by making it easy + for small organisations to run servers using their own hardware.
-
libre software platform
+
+ libre software platform +
- Open source server hosting using capsul-flask + Open source server hosting using capsul-flask
-
co-operative algorithm
+
+ co-operative algorithm +
- Open source server hosting using capsul-flask + Open source server hosting using capsul-flask
-

- Fig. 2: The two parts of Serverscoop. Part platform, part community. +

+ Fig. 2: The two parts of Serverscoop. Part platform, part + community.

@@ -298,20 +477,36 @@
-
+
A joint mission
-
- Serverscoop is the collective effort of new and established entities in the tech co-operative space. +
+ Serverscoop is the collective effort of new and established entities + in the tech co-operative space.
- + />
- @@ -319,9 +514,20 @@
@@ -385,7 +591,9 @@ this.nextEventY == undefined; // Collect items - var itemsToShowOnScroll = Array.prototype.slice.call(document.getElementsByTagName("*")); + var itemsToShowOnScroll = Array.prototype.slice.call( + document.getElementsByTagName("*") + ); itemsToShowOnScroll = itemsToShowOnScroll.filter(function (e) { return e.getAttribute("show-on-scroll") != undefined; }); @@ -401,7 +609,8 @@ } this.toShow.push(e); this.hide(e); - this.nextEventY = this.nextEventY != undefined ? this.nextEventY : top; + this.nextEventY = + this.nextEventY != undefined ? this.nextEventY : top; } };