diff --git a/contact.html b/contact.html index ceb2182..36fb399 100644 --- a/contact.html +++ b/contact.html @@ -4,26 +4,26 @@ Karäfon contact - +
- logo de l'association -

Collectif Karäfon

-

Festival itinérant

-
-
-
-
-
-
- -
-
+ logo de l'association + + +

Collectif Karäfon

+

Festival itinérant

+
-

Vous pouvez contacter le collectif Karäfon à l'adresse mail ___ ou bien au numéro de téléphone ___

@@ -38,18 +38,5 @@ - + \ No newline at end of file diff --git a/historique.html b/historique.html index 52e8778..3a26e6e 100644 --- a/historique.html +++ b/historique.html @@ -4,40 +4,27 @@ Karäfon historique - +
- logo de l'association -

Collectif Karäfon

-

Festival itinérant

-
-
-
-
- -
-
-
-
+ logo de l'association + + +

Collectif Karäfon

+

Festival itinérant

+

Voici l'historique

- \ No newline at end of file diff --git a/images/affiche_prochaine_edition.jpg b/images/affiche_prochaine_edition.jpg new file mode 100644 index 0000000..3e6a8ed Binary files /dev/null and b/images/affiche_prochaine_edition.jpg differ diff --git a/images/chapiteau_tentes.jpeg b/images/chapiteau_tentes.jpeg new file mode 100644 index 0000000..ca0c439 Binary files /dev/null and b/images/chapiteau_tentes.jpeg differ diff --git a/images/equipe.jpeg b/images/equipe.jpeg new file mode 100644 index 0000000..8a9b8e6 Binary files /dev/null and b/images/equipe.jpeg differ diff --git a/images/instagram.jpeg b/images/instagram.jpeg deleted file mode 100644 index a97c56f..0000000 Binary files a/images/instagram.jpeg and /dev/null differ diff --git a/images/instagrammoche.jpg b/images/instagrammoche.jpg deleted file mode 100644 index cd23fa7..0000000 Binary files a/images/instagrammoche.jpg and /dev/null differ diff --git a/images/logo.jpeg b/images/logo.jpeg new file mode 100644 index 0000000..9afb1ce Binary files /dev/null and b/images/logo.jpeg differ diff --git a/images/logo.png b/images/logo.png deleted file mode 100644 index 752efdb..0000000 Binary files a/images/logo.png and /dev/null differ diff --git a/images/logo_citi.png b/images/logo_citi.png new file mode 100644 index 0000000..f8cec79 Binary files /dev/null and b/images/logo_citi.png differ diff --git a/images/montage_chapiteau.jpeg b/images/montage_chapiteau.jpeg new file mode 100644 index 0000000..b3c0418 Binary files /dev/null and b/images/montage_chapiteau.jpeg differ diff --git a/images/programme1.jpeg b/images/programme1.jpeg new file mode 100644 index 0000000..0e323fa Binary files /dev/null and b/images/programme1.jpeg differ diff --git a/images/programme2.jpeg b/images/programme2.jpeg new file mode 100644 index 0000000..075c741 Binary files /dev/null and b/images/programme2.jpeg differ diff --git a/images/spectacle.jpeg b/images/spectacle.jpeg new file mode 100644 index 0000000..f273133 Binary files /dev/null and b/images/spectacle.jpeg differ diff --git a/index.html b/index.html index 7664adf..8263bbe 100644 --- a/index.html +++ b/index.html @@ -4,30 +4,35 @@ Karäfon accueil - +
- logo de l'association -

Collectif Karäfon

-

Festival itinérant

-
-
- -
-
-
-
-
-
+ logo de l'association + + +

Collectif Karäfon

+

Festival itinérant

+
- photo du festival -

prochaine édition en juillet

+

Le Collectif Karäfon pose ses valises et implante son chapiteau pour la + seconde fois à Beauvoir en Royans du 3 au 7 juillet ! + Un festival convivial, familial et festif proposé par la troupe Karäfon + !

+ photo du festival + photo du festival

Art, cuisine, associations, action territoriale… Le Karäfon est un projet fondamentalement ouvert et curieux qui mélange les influences dans un objectif clair : démocratiser par tous les moyens l'accès à la culture. Travaillant en chapiteau, le Karäfon a aujourd'hui à son actif trois éditions très réussies de son festival itinérant : plusieurs mois de tournée à travers la France avec un spectacle pluridisciplinaire, un restaurant semi-gastronomique sous chapiteau à base de produits locaux, des ateliers, une inclusion systématique des écoles, des associations et des habitant-e-s. @@ -40,18 +45,5 @@ - + diff --git a/karafon_style.css b/karafon_style.css index 3b42073..52ffbe0 100644 --- a/karafon_style.css +++ b/karafon_style.css @@ -1,15 +1,12 @@ html { - font-family: Arial, Helvetica, sans-serif; + font-family: Georgia, Verdana, sans-serif; } header { - display: flex; - flex-direction: column; align-items: center; background-color: rgb(40,140,180); padding: 20px; text-align: center; - } body{ @@ -17,48 +14,68 @@ body{ background-color: rgb(250, 250, 200); } - img{ - position: static; + margin:2%; } -input[type=button] { - display: inline-block; - bottom: 10px; - font-weight: bold; - background-color: rgb(250, 250, 200); - border-radius: 4px; - width: 150px; - padding: 7px; - cursor:pointer; +ul { + list-style-type: none; + margin: 0; + padding: 0; + position:relative; +} + +li { + display: inline; +} + +li a { + color:rgb(250, 250, 200); + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +h1{ + color:rgb(223, 56, 27); + margin-left: 22%; + margin-right: 22%; } .centrer{ text-align: center; } -.buttons{ - text-align: center; - display: flex; - align-items: flex-end; - box-sizing: border-box; - gap: 10px; -} - .title { text-align: center; } .corps{ - margin-top: 5%; -} - -.encours > input[type=button]{ - background-color: rgb(189, 191, 145); + margin-top: 8%; } #texte-intro{ text-align: center; margin-left: 20%; margin-right: 20%; +} + +#citi{ + position:absolute; + left: 80%; + max-width: 3%; +} + +#logo{ + position:absolute; + left: 5%; + max-width:10%; +} + +#collectif_karafon{ + color: rgb(248, 248, 218); +} + +#festival_itinerant{ + color:rgb(248,248,218); } \ No newline at end of file diff --git a/presentation.html b/presentation.html index 7550afd..0b58955 100644 --- a/presentation.html +++ b/presentation.html @@ -4,39 +4,26 @@ Karäfon présentation - +

- logo de l'association -

Collectif Karäfon

-

Festival itinérant

-
-
-
- -
-
-
-
-
+ logo de l'association + + +

Collectif Karäfon

+

Festival itinérant

+
- \ No newline at end of file diff --git a/prochains_evenements.html b/prochains_evenements.html index 0a79126..baa59db 100644 --- a/prochains_evenements.html +++ b/prochains_evenements.html @@ -4,38 +4,25 @@ Karäfon prochains événements - +
- logo de l'association -

Collectif Karäfon

-

Festival itinérant

-
-
-
-
-
- -
-
-
+ logo de l'association + + +

Collectif Karäfon

+

Festival itinérant

+
- \ No newline at end of file