From f5547bf84bbd7e22b1ed9180f42b7e5095f4bdba Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 2 Mar 2020 21:10:36 +0100 Subject: Add association page and documents from 2020-01-13 --- static/.well-known/matrix/client | 9 ---- static/.well-known/matrix/server | 0 static/css/main.css | 78 ----------------------------- static/fonts/texgyreheros-bold.otf | Bin 144464 -> 0 bytes static/fonts/texgyreheros-bolditalic.otf | Bin 146012 -> 0 bytes static/fonts/texgyreheros-italic.otf | Bin 150164 -> 0 bytes static/fonts/texgyreheros-regular.otf | Bin 143912 -> 0 bytes static/fonts/texgyreheroscn-bold.otf | Bin 140124 -> 0 bytes static/fonts/texgyreheroscn-bolditalic.otf | Bin 147024 -> 0 bytes static/fonts/texgyreheroscn-italic.otf | Bin 146948 -> 0 bytes static/fonts/texgyreheroscn-regular.otf | Bin 139992 -> 0 bytes static/img/arobase.png | Bin 1326 -> 0 bytes static/img/flower.svg | 1 - static/robots.txt | 2 - 14 files changed, 90 deletions(-) delete mode 100644 static/.well-known/matrix/client delete mode 100644 static/.well-known/matrix/server delete mode 100644 static/css/main.css delete mode 100644 static/fonts/texgyreheros-bold.otf delete mode 100644 static/fonts/texgyreheros-bolditalic.otf delete mode 100644 static/fonts/texgyreheros-italic.otf delete mode 100644 static/fonts/texgyreheros-regular.otf delete mode 100644 static/fonts/texgyreheroscn-bold.otf delete mode 100644 static/fonts/texgyreheroscn-bolditalic.otf delete mode 100644 static/fonts/texgyreheroscn-italic.otf delete mode 100644 static/fonts/texgyreheroscn-regular.otf delete mode 100644 static/img/arobase.png delete mode 100644 static/img/flower.svg delete mode 100644 static/robots.txt (limited to 'static') diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client deleted file mode 100644 index d34a03a..0000000 --- a/static/.well-known/matrix/client +++ /dev/null @@ -1,9 +0,0 @@ -{ - "m.homeserver": { - "base_url": "https://im.deuxfleurs.fr" - }, - "m.identity_server": { - "base_url": "https://vector.im" - } -} - diff --git a/static/.well-known/matrix/server b/static/.well-known/matrix/server deleted file mode 100644 index e69de29..0000000 diff --git a/static/css/main.css b/static/css/main.css deleted file mode 100644 index 37666f7..0000000 --- a/static/css/main.css +++ /dev/null @@ -1,78 +0,0 @@ -@font-face { - font-family: "Heroes"; - src: url('../fonts/texgyreheros-regular.otf') format('truetype'); -} -* { - font-family: Heroes; - margin: 0; - padding: 0; -} - -header { - background-color: #519c60; - color: #ffffff; - padding: 30px 0px 1px 0px; -} - -h1 { - font-size: 5em; -} - -h2 { - font-size: 3em; -} - -p { - font-size: 1.2em; -} - -.spacing { - margin-top: 1em; -} - -header > .container > h1 { - margin: 10px 0px -27px 0px; -} - -header > .container > .menu-item { - float: right; -} - -header > .container > .menu-item > img { - vertical-align: -9px; -} - -header > .container > .menu-item > a,span { - font-size: 30px; - color: white; - text-decoration: none; -} - -.container { - padding: 0px 40px 0px 40px; -} - -.chapeau { - font-size: 1.8em; - font-weight: bold; - line-height: 1.2; -} - -.service-box { - color: #000; - text-decoration: none; - border: 0.2em solid #000; - width: 250px; - text-align:center; - margin-right: 1em; - float: left; -} - -.service-box:hover { - background-color: #000; - color: #fff; -} - -.list > br { - clear: both; -} diff --git a/static/fonts/texgyreheros-bold.otf b/static/fonts/texgyreheros-bold.otf deleted file mode 100644 index 2f23b92..0000000 Binary files a/static/fonts/texgyreheros-bold.otf and /dev/null differ diff --git a/static/fonts/texgyreheros-bolditalic.otf b/static/fonts/texgyreheros-bolditalic.otf deleted file mode 100644 index 556b8e1..0000000 Binary files a/static/fonts/texgyreheros-bolditalic.otf and /dev/null differ diff --git a/static/fonts/texgyreheros-italic.otf b/static/fonts/texgyreheros-italic.otf deleted file mode 100644 index ae50725..0000000 Binary files a/static/fonts/texgyreheros-italic.otf and /dev/null differ diff --git a/static/fonts/texgyreheros-regular.otf b/static/fonts/texgyreheros-regular.otf deleted file mode 100644 index ac6c32f..0000000 Binary files a/static/fonts/texgyreheros-regular.otf and /dev/null differ diff --git a/static/fonts/texgyreheroscn-bold.otf b/static/fonts/texgyreheroscn-bold.otf deleted file mode 100644 index dc5f63a..0000000 Binary files a/static/fonts/texgyreheroscn-bold.otf and /dev/null differ diff --git a/static/fonts/texgyreheroscn-bolditalic.otf b/static/fonts/texgyreheroscn-bolditalic.otf deleted file mode 100644 index 2b46b47..0000000 Binary files a/static/fonts/texgyreheroscn-bolditalic.otf and /dev/null differ diff --git a/static/fonts/texgyreheroscn-italic.otf b/static/fonts/texgyreheroscn-italic.otf deleted file mode 100644 index f5159dd..0000000 Binary files a/static/fonts/texgyreheroscn-italic.otf and /dev/null differ diff --git a/static/fonts/texgyreheroscn-regular.otf b/static/fonts/texgyreheroscn-regular.otf deleted file mode 100644 index 5630217..0000000 Binary files a/static/fonts/texgyreheroscn-regular.otf and /dev/null differ diff --git a/static/img/arobase.png b/static/img/arobase.png deleted file mode 100644 index d2a275a..0000000 Binary files a/static/img/arobase.png and /dev/null differ diff --git a/static/img/flower.svg b/static/img/flower.svg deleted file mode 100644 index 869788e..0000000 --- a/static/img/flower.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/static/robots.txt b/static/robots.txt deleted file mode 100644 index c2a49f4..0000000 --- a/static/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Allow: / -- cgit v1.2.3