====== Bienvenue au Café d’Anaïs ! ====== /* introduction */ Un lieu chaleureux, solidaire, durable, dans lequel vous serez accueillis comme un ami !\\ **Vous pourrez lire, discuter ou jouer, sans forcément consommer**.\\ Vous y trouverez des produits de qualité((biologiques, locaux ou issus du commerce équitable)) à des prix plus que modérés !\\ Si besoin nous pourrons vous offrir un **café suspendu**(( c’est-à-dire une boisson offerte par un autre de nos visiteur)).\\ Vous pourrez participer à nos [[#activités]]. /* {{ :cafe.jpg?nolink&250|}} */ {{ :unan.mp4 |Le café !}} /* introduction */ ===== Le lieu ===== ==== Situation ==== 43.83941,4.36152,0,.8,marker.png,**Café d'ANAIS**\\Entrée place des Esclafidous Entrée principale Place des Esclafidous /* situation */ ==== Ouverture ==== du mardi au vendredi\\ de 11H à 18 H.\\ et pendant\\ les ACTIVITĖS. ~~SNIPPET_O1777461188~~wiki:snippets:aujourd_hui_animations~~ /* Semaine en cours */ SELECT CONCAT( CASE WHEN WEEKDAY (datep) = 0 Then "Lundi" WHEN WEEKDAY (datep) = 1 Then "Mardi" WHEN WEEKDAY (datep) = 2 Then "Mercredi" WHEN WEEKDAY (datep) = 3 Then "Jeudi" WHEN WEEKDAY (datep) = 4 Then "Vendredi" WHEN WEEKDAY (datep) = 5 Then "Samedi" ELSE "Dimanche" END, " ",DAY(datep),"
", "De ",TIME_FORMAT(datep,"%H h %i"), " à ",TIME_FORMAT (datep2,"%H h %i"), "
",label, "
",note ) as 'Aujourd''hui' /* ,`location` */ FROM `llx89_actioncomm` WHERE code = 'ANIMATION' AND DATE(NOW()) = DATE(datep) Order by datep
~~SNIPPET_C~~wiki:snippets:aujourd_hui_animations~~
/* ouverture */ ==== Carte ==== === Boissons chaudes === **1€ : ** Expresso, Café, Café au lait, Thé, Tisane\\ **1.5€ : ** Expresso et Café double, Chocolat Chaud\\ **2€ : ** Cappuccino === Boissons froides === **1€ : ** Sirops bio\\ **1.5€ : ** Perrier\\ **2€ : ** Limonades, Jus et Nectars bio\\ === Biscuits === Tout à **1€** /* carte */
/* Le lieu */ ===== Activités ===== ~~SNIPPET_O1777461188~~wiki:snippets:agenda_animations~~ /* Entête du programme */ SELECT CONCAT( CASE WHEN MONTH (NOW()) = 1 Then "JANVIER" WHEN MONTH (NOW()) = 2 Then "FEVRIER" WHEN MONTH (NOW()) = 3 Then "MARS" WHEN MONTH (NOW()) = 4 Then "AVRIL" WHEN MONTH (NOW()) = 5 Then "MAI" WHEN MONTH (NOW()) = 6 Then "JUIN" WHEN MONTH (NOW()) = 7 Then "JUILLET" WHEN MONTH (NOW()) = 8 Then "AOUT" WHEN MONTH (NOW()) = 9 Then "SEPTEMBRE" WHEN MONTH (NOW()) = 10 Then "OCTOBRE" WHEN MONTH (NOW()) = 11 Then "NOVEMBRE" ELSE "DECEMBRE" END," ", YEAR(NOW()) ) as 'Programme'; /* Semaine en cours */ SELECT CONCAT( CASE WHEN WEEKDAY (datep) = 0 Then "
Lundi" WHEN WEEKDAY (datep) = 1 Then "
Mardi" WHEN WEEKDAY (datep) = 2 Then "
Mercredi" WHEN WEEKDAY (datep) = 3 Then "
Jeudi" WHEN WEEKDAY (datep) = 4 Then "
Vendredi" WHEN WEEKDAY (datep) = 5 Then "
Samedi" ELSE "
Dimanche" END, " ",DAY(datep),"
", CASE WHEN datep = datep2 Then '' ELSE CONCAT("De ",TIME_FORMAT(datep,"%H h %i")," à ",TIME_FORMAT (datep2,"%H h %i"),"
") END,"
", label, "
",LEFT(note,INSTR(note,"
")-1) ) as 'Semaine en cours' /* ,`location` */ FROM `llx89_actioncomm` WHERE code = 'ANIMATION' AND ( ( WEEK(NOW()) = WEEK(datep) AND YEAR(NOW()) = YEAR(datep)) OR ( WEEK(NOW())-51 = WEEK(datep) AND YEAR(NOW())+ 1 = YEAR(datep)) ) Order by datep /* Semaine +1 */ SELECT CONCAT( CASE WHEN WEEKDAY (datep) = 0 Then "
Lundi" WHEN WEEKDAY (datep) = 1 Then "
Mardi" WHEN WEEKDAY (datep) = 2 Then "
Mercredi" WHEN WEEKDAY (datep) = 3 Then "
Jeudi" WHEN WEEKDAY (datep) = 4 Then "
Vendredi" WHEN WEEKDAY (datep) = 5 Then "
Samedi" ELSE "
Dimanche" END, " ",DAY(datep),"
", CASE WHEN datep = datep2 Then '' ELSE CONCAT("De ",TIME_FORMAT(datep,"%H h %i")," à ",TIME_FORMAT (datep2,"%H h %i"),"
") END,"
", label, "
",LEFT(note,INSTR(note,"
")-1) ) as 'Semaine +1' /* ,`location` */ FROM `llx89_actioncomm` WHERE code = 'ANIMATION' AND ( ( WEEK(NOW())+1 = WEEK(datep) AND YEAR(NOW()) = YEAR(datep)) OR ( WEEK(NOW())-51 = WEEK(datep) AND YEAR(NOW())+ 1 = YEAR(datep)) ) Order by datep /* Semaine +2 */ SELECT CONCAT( CASE WHEN WEEKDAY (datep) = 0 Then "
Lundi" WHEN WEEKDAY (datep) = 1 Then "
Mardi" WHEN WEEKDAY (datep) = 2 Then "
Mercredi" WHEN WEEKDAY (datep) = 3 Then "
Jeudi" WHEN WEEKDAY (datep) = 4 Then "
Vendredi" WHEN WEEKDAY (datep) = 5 Then "
Samedi" ELSE "
Dimanche" END, " ",DAY(datep),"
", CASE WHEN datep = datep2 Then '' ELSE CONCAT("De ",TIME_FORMAT(datep,"%H h %i")," à ",TIME_FORMAT (datep2,"%H h %i"),"
") END,"
", label, "
",LEFT(note,INSTR(note,"
")-1) ) as 'Semaine +2' /* ,`location` */ FROM `llx89_actioncomm` WHERE code = 'ANIMATION' AND ( ( WEEK(NOW())+2 = WEEK(datep) AND YEAR(NOW()) = YEAR(datep)) OR ( WEEK(NOW())-50 = WEEK(datep) AND YEAR(NOW())+ 1 = YEAR(datep)) ) Order by datep /* Semaine +3 */ SELECT CONCAT( CASE WHEN WEEKDAY (datep) = 0 Then "
Lundi" WHEN WEEKDAY (datep) = 1 Then "
Mardi" WHEN WEEKDAY (datep) = 2 Then "
Mercredi" WHEN WEEKDAY (datep) = 3 Then "
Jeudi" WHEN WEEKDAY (datep) = 4 Then "
Vendredi" WHEN WEEKDAY (datep) = 5 Then "
Samedi" ELSE "
Dimanche" END, " ",DAY(datep),"
", CASE WHEN datep = datep2 Then '' ELSE CONCAT("De ",TIME_FORMAT(datep,"%H h %i")," à ",TIME_FORMAT (datep2,"%H h %i"),"
") END,"
", label, "
",LEFT(note,INSTR(note,"
")-1) ) as 'Semaine +3' /* ,`location` */ FROM `llx89_actioncomm` WHERE code = 'ANIMATION' AND ( ( WEEK(NOW())+3 = WEEK(datep) AND YEAR(NOW()) = YEAR(datep)) OR ( WEEK(NOW())-49 = WEEK(datep) AND YEAR(NOW())+ 1 = YEAR(datep)) ) Order by datep [[wiki:manifestations:animations_du_mois|Voir le programme complet]] - [[wiki:manifestations:animations_mois_prochain|]] ~~SNIPPET_C~~wiki:snippets:agenda_animations~~ /* Elles sont accessibles à tous sans condition, en voici le calendrier : {{davcal>id=information:animations}} Nos prochaines animations {{davcaltable>id=information:animations,startdate=today,onlystart=true,numdays=8,dateformat=d M Y H:i,alldayformat=d M Y,onlystart=false,sort=asc,timezone=Europe/Paris, nolocation}} */ [[information:animations|Proposer une animation]] ===== Association ===== Le café est géré par l’association Café d’Anaïs, à but non lucratif. Les membres de l’association sont à la fois des représentants associatifs et des citoyens. Ce projet est né du [[rezoanais>|Réseau ANAÏS]]((réseau des Associations Nîmoises d’Action et d’Intervention Sociale)) qui regroupe plus de 45 associations impliquées dans la lutte contre la pauvreté, l’isolement social et le repli communautaire à Nîmes ! ==== En savoir plus ! ==== [[information:sommaire|]] - [[information:statuts|]] - [[information:charte|]] - [[information:adhesion|]] [[{}Contact|Contactez-nous]]\\ [[{}wiki:| Espace Collaboratif]]\\ ==== Liens ==== [[https://reseauanais.fr| Réseau ANAIS]]\\ [[https://cafe.reseauanais.fr| Blog du Café d'ANAIS]]\\ [[notreasso>Sommaire| Le projet Notre ASSO]]\\ ~~SNIPPET_O1777461188~~wiki:snippets:parcourir_le_site~~ ===== Parcourir le site ===== /* Pages principales du site */ /* Espaces collaboratifs */ [[wiki:]], [[playground:]] /* Pôles associatif */ /* Contribuer et utiliser */ ~~SNIPPET_C~~wiki:snippets:parcourir_le_site~~