From 6162484d2de204d09deb1841ad32887892a15b8b Mon Sep 17 00:00:00 2001 From: Daru13 Date: Sun, 28 Apr 2019 03:31:33 +0200 Subject: [PATCH] Add planning and seat booking buttons to the program section. This addition also includes two new SVG icons. --- css/style.css | 26 ++++++++++++++++++++------ img/icons/calendar.svg | 14 ++++++++++++++ img/icons/ticket.svg | 10 ++++++++++ index.html | 17 ++++++++++++++--- 4 files changed, 58 insertions(+), 9 deletions(-) create mode 100644 img/icons/calendar.svg create mode 100644 img/icons/ticket.svg diff --git a/css/style.css b/css/style.css index aba0db0..0024d6f 100644 --- a/css/style.css +++ b/css/style.css @@ -258,11 +258,9 @@ section p.stand-out { margin: 20px auto 0 auto; padding: 15px 20px; - background-color: #fce8e2; + border-width: 2px; + border-style: solid; - border: 2px solid #EA6C61; - - color: #EA6C61; font-size: 1.4rem; font-weight: 700; text-transform: uppercase; @@ -271,8 +269,24 @@ section p.stand-out { line-height: 32px; } -.button:hover { - background-color: #fadad0 ; +section.red .button { + background-color: #fbe5df; + border-color: #EA6C61; + color: #EA6C61; +} + +section.orange .button { + background-color: #fbefe0; + border-color: #ebaa5b; + color: #ebaa5b; +} + +section.red .button:hover { + background-color: #f7cbc0; +} + +section.orange .button:hover { + background-color: #f8dfc2; } .button img { diff --git a/img/icons/calendar.svg b/img/icons/calendar.svg new file mode 100644 index 0000000..f95112d --- /dev/null +++ b/img/icons/calendar.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/img/icons/ticket.svg b/img/icons/ticket.svg new file mode 100644 index 0000000..ce69d71 --- /dev/null +++ b/img/icons/ticket.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/index.html b/index.html index fa6c140..b29ee3a 100644 --- a/index.html +++ b/index.html @@ -43,10 +43,21 @@

Programme

Les activités débutent le vendredi 3 mai à 20h00 et se terminent le dimanche 5 mai à 21h00.

+

Attention : pour certains spectacles, il est nécessaire de réserver vos places en avance (en utilisant le lien ci-dessous).

-

- Le programme des activités sera prochainement disponible ! -

+ +
+ Calendrier + Afficher le planning +
+
+ + +
+ Ticket + Réserver vos places +
+