aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2017-12-03 17:39:44 +0100
committerhellekin <hellekin@cepheide.org>2017-12-03 17:39:44 +0100
commit350ffc0807d7077b98cbaae9e231cd7ff93aae25 (patch)
treea4988ff8e0d2d7ef1f1f3d3569a2e1f4ad353d6a
parent398e9c9b15dc6ef8f83c88c0b10185633f575282 (diff)
downloadsubsidiarity.eu-master.tar.gz
[s10y] Add README.mdHEADmaster
-rw-r--r--README.md12
-rw-r--r--www/index.html18
2 files changed, 21 insertions, 9 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7160d65
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# Web Source for subsidiarity.eu
+
+## Deployment
+
+Push to the `master` branch to deploy.
+
+- `www/` points to <https://subsidiarity.eu/>
+- `s10y/` points to <https://ps.subsidiarity.eu/>
+
+## We <3 Loukanikos
+
+![Loukanikos, the riot dog](./s10y/assets/img/loukanikos-banner-s10y.png "Un zinneke comme on n'en recontre peu")
diff --git a/www/index.html b/www/index.html
index 70d4165..d508547 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html>
- <head>
- <meta charset="UTF-8">
- <title> Subsidiarity for Europe </title>
- </head>
- <body>
- <p>Welcome to <strong>Subsidiarity for Europe</strong>.</p>
- <p>We're up to changing how the European Union creates and supports technology.</p>
- <p>Curious? Send an email to <a href="mailto:hello.2017@subsidiarity.eu">hello.2017@subsidiarity.eu</a> before the end of 2017.</p>
- </body>
+ <head>
+ <meta charset="UTF-8">
+ <title> Subsidiarity for Europe </title>
+ </head>
+ <body>
+ <p>Welcome to <strong>Subsidiarity for Europe</strong>.</p>
+ <p>We're up to changing how the European Union creates and supports technology.</p>
+ <p>Curious? Send an email to <a href="mailto:hello.2017@subsidiarity.eu">hello.2017@subsidiarity.eu</a> before the end of 2017.</p>
+ </body>
</html>