From 6178c73f98cf2f3ffbac94115a07af3ae62a0b01 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 1 Mar 2020 22:17:44 +0100 Subject: Migrate to pug --- static/css/.main.css.swp | Bin 0 -> 12288 bytes static/css/main.css | 78 +++++++++++++++++++++++++++++ static/fonts/texgyreheros-bold.otf | Bin 0 -> 144464 bytes static/fonts/texgyreheros-bolditalic.otf | Bin 0 -> 146012 bytes static/fonts/texgyreheros-italic.otf | Bin 0 -> 150164 bytes static/fonts/texgyreheros-regular.otf | Bin 0 -> 143912 bytes static/fonts/texgyreheroscn-bold.otf | Bin 0 -> 140124 bytes static/fonts/texgyreheroscn-bolditalic.otf | Bin 0 -> 147024 bytes static/fonts/texgyreheroscn-italic.otf | Bin 0 -> 146948 bytes static/fonts/texgyreheroscn-regular.otf | Bin 0 -> 139992 bytes static/img/arobase.png | Bin 0 -> 1326 bytes static/img/flower.svg | 1 + static/robots.txt | 2 + 13 files changed, 81 insertions(+) create mode 100644 static/css/.main.css.swp create mode 100644 static/css/main.css create mode 100644 static/fonts/texgyreheros-bold.otf create mode 100644 static/fonts/texgyreheros-bolditalic.otf create mode 100644 static/fonts/texgyreheros-italic.otf create mode 100644 static/fonts/texgyreheros-regular.otf create mode 100644 static/fonts/texgyreheroscn-bold.otf create mode 100644 static/fonts/texgyreheroscn-bolditalic.otf create mode 100644 static/fonts/texgyreheroscn-italic.otf create mode 100644 static/fonts/texgyreheroscn-regular.otf create mode 100644 static/img/arobase.png create mode 100644 static/img/flower.svg create mode 100644 static/robots.txt (limited to 'static') diff --git a/static/css/.main.css.swp b/static/css/.main.css.swp new file mode 100644 index 0000000..c7a3738 Binary files /dev/null and b/static/css/.main.css.swp differ diff --git a/static/css/main.css b/static/css/main.css new file mode 100644 index 0000000..37666f7 --- /dev/null +++ b/static/css/main.css @@ -0,0 +1,78 @@ +@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 new file mode 100644 index 0000000..2f23b92 Binary files /dev/null and b/static/fonts/texgyreheros-bold.otf differ diff --git a/static/fonts/texgyreheros-bolditalic.otf b/static/fonts/texgyreheros-bolditalic.otf new file mode 100644 index 0000000..556b8e1 Binary files /dev/null and b/static/fonts/texgyreheros-bolditalic.otf differ diff --git a/static/fonts/texgyreheros-italic.otf b/static/fonts/texgyreheros-italic.otf new file mode 100644 index 0000000..ae50725 Binary files /dev/null and b/static/fonts/texgyreheros-italic.otf differ diff --git a/static/fonts/texgyreheros-regular.otf b/static/fonts/texgyreheros-regular.otf new file mode 100644 index 0000000..ac6c32f Binary files /dev/null and b/static/fonts/texgyreheros-regular.otf differ diff --git a/static/fonts/texgyreheroscn-bold.otf b/static/fonts/texgyreheroscn-bold.otf new file mode 100644 index 0000000..dc5f63a Binary files /dev/null and b/static/fonts/texgyreheroscn-bold.otf differ diff --git a/static/fonts/texgyreheroscn-bolditalic.otf b/static/fonts/texgyreheroscn-bolditalic.otf new file mode 100644 index 0000000..2b46b47 Binary files /dev/null and b/static/fonts/texgyreheroscn-bolditalic.otf differ diff --git a/static/fonts/texgyreheroscn-italic.otf b/static/fonts/texgyreheroscn-italic.otf new file mode 100644 index 0000000..f5159dd Binary files /dev/null and b/static/fonts/texgyreheroscn-italic.otf differ diff --git a/static/fonts/texgyreheroscn-regular.otf b/static/fonts/texgyreheroscn-regular.otf new file mode 100644 index 0000000..5630217 Binary files /dev/null and b/static/fonts/texgyreheroscn-regular.otf differ diff --git a/static/img/arobase.png b/static/img/arobase.png new file mode 100644 index 0000000..d2a275a Binary files /dev/null and b/static/img/arobase.png differ diff --git a/static/img/flower.svg b/static/img/flower.svg new file mode 100644 index 0000000..869788e --- /dev/null +++ b/static/img/flower.svg @@ -0,0 +1 @@ + diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..c2a49f4 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Allow: / -- cgit v1.2.3