elodie.toulouze.html 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Elodie Planning</title>
  6. <style>
  7. ::before,
  8. ::after {
  9. box-sizing: border-box;
  10. }
  11. :root {
  12. --color-primary-100: hsl(10, 59%, 25%);
  13. --color-primary-200: hsl(10, 59%, 45%);
  14. --color-primary-400: hsl(37, 100%, 45%);
  15. --color-primary-600: hsl(37, 100%, 65%);
  16. --color-primary-800: hsl(37, 100%, 85%);
  17. --color-accent-100: hsl(179, 52%, 15%);
  18. --color-accent-200: hsl(179, 52%, 25%);
  19. --color-accent-400: hsl(172, 58%, 40%);
  20. --color-accent-500: hsl(172, 58%, 53%);
  21. --color-accent-600: hsl(172, 58%, 66%);
  22. --color-accent-700: hsl(172, 60%, 70%);
  23. --color-accent-800: hsl(172, 60%, 80%);
  24. --color-accent-850: hsl(172, 70%, 90%);
  25. --color-accent-900: hsl(172, 85%, 95%);
  26. --color-accent-950: hsl(172, 96%, 98%);
  27. --color-neutral-100: hsl(37, 5%, 15%);
  28. --color-neutral-200: hsl(37, 5%, 25%);
  29. --color-neutral-300: hsl(37, 5%, 35%);
  30. --color-neutral-400: hsl(37, 5%, 45%);
  31. --color-neutral-600: hsl(37, 5%, 60%);
  32. --color-neutral-800: hsl(37, 5%, 80%);
  33. }
  34. .icon {
  35. font-family: "Material Icons";
  36. font-weight: normal;
  37. font-style: normal;
  38. font-size: 24px;
  39. line-height: 1;
  40. letter-spacing: normal;
  41. text-transform: none;
  42. display: inline-block;
  43. white-space: nowrap;
  44. word-wrap: normal;
  45. direction: ltr;
  46. font-feature-settings: "liga";
  47. -moz-font-feature-settings: "liga";
  48. -moz-osx-font-smoothing: grayscale;
  49. }
  50. .benevole {
  51. vertical-align: middle;
  52. display: inline-block;
  53. }
  54. .benevole .icon {
  55. vertical-align: bottom;
  56. }
  57. .planning-container {
  58. max-width: 800px;
  59. width: 100%;
  60. }
  61. .daily-agenda {
  62. border: solid 1px var(--color-neutral-200);
  63. }
  64. .day-header {
  65. background: var(--color-neutral-200);
  66. color: var(--color-accent-800);
  67. padding: 12px;
  68. font-size: 1.8rem;
  69. font-weight: bold;
  70. text-transform: capitalize;
  71. }
  72. .agenda-creneau-header {
  73. padding: 12px;
  74. background: var(--color-accent-850);
  75. position: relative;
  76. border-bottom: 1px solid var(--color-accent-600);
  77. }
  78. .agenda-creneau-time {
  79. padding-right: 8px;
  80. }
  81. .agenda-creneau-title {
  82. font-weight: bold;
  83. text-transform: capitalize;
  84. }
  85. .agenda-creneau-action {
  86. position: absolute;
  87. top: 8px;
  88. right: 12px;
  89. background: transparent;
  90. outline: 0;
  91. border: 0;
  92. cursor: pointer;
  93. }
  94. .agenda-creneau-action:hover {
  95. color: var(--color-neutral-400);
  96. }
  97. .transformation-container {
  98. height: auto;
  99. overflow: hidden;
  100. }
  101. .agenda-creneau-details {
  102. padding: 4px 12px;
  103. display: flex;
  104. flex-wrap: wrap;
  105. overflow: hidden;
  106. opacity: 1;
  107. transform-origin: 0px 0px;
  108. transition: height 0.3s ease-in-out;
  109. }
  110. .agenda-creneau-details--title {
  111. width: 100%;
  112. font-weight: 600;
  113. margin: 8px 0px;
  114. }
  115. .agenda-creneau-details--content {
  116. width: 100%;
  117. margin: 0px 0px 8px;
  118. }
  119. @media (min-width: 600px) {
  120. .name-header {
  121. text-align: center;
  122. }
  123. .planning-container {
  124. margin-left: auto;
  125. margin-right: auto;
  126. }
  127. .agenda-creneau-time {
  128. padding-right: 2rem;
  129. }
  130. .agenda-creneau-details--title {
  131. width: 16.6%;
  132. margin-bottom: 12px;
  133. }
  134. .agenda-creneau-details--content {
  135. width: calc(33.3% - 8px);
  136. padding-right: 8px;
  137. margin: 8px 0px 16px;
  138. }
  139. }
  140. .agenda-creneau-details--content .chip {
  141. margin: 2px;
  142. }
  143. .hide {
  144. display: none;
  145. }
  146. #links {
  147. list-style-type: none;
  148. max-width: 200px;
  149. margin: 0 auto;
  150. border-top: 1px solid var(--color-neutral-400);
  151. padding: 0;
  152. }
  153. .link-item {
  154. padding: 8px 12px;
  155. margin: 0 auto;
  156. border: solid 1px var(--color-neutral-400);
  157. border-top: 0px;
  158. }
  159. .link-item a {
  160. display: block;
  161. }
  162. .formcontrol {
  163. all: initial;
  164. display: block;
  165. box-sizing: border-box;
  166. font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  167. }
  168. .formcontrol.home-search {
  169. margin: 3rem auto 1rem;
  170. max-width: 400px;
  171. }
  172. .formcontrol:not(:last-child) {
  173. margin-bottom: 1rem;
  174. }
  175. .formcontrol-control {
  176. width: 100%;
  177. }
  178. .formcontrol-label {
  179. color: var(--color-neutral-200);
  180. display: -webkit-box;
  181. display: flex;
  182. font-size: 0.9rem;
  183. font-family: inherit;
  184. font-weight: 500;
  185. line-height: 1.5rem;
  186. margin-bottom: 0.2rem;
  187. }
  188. .formcontrol-label > button {
  189. margin-left: 0.25rem;
  190. }
  191. .formcontrol-optional {
  192. -webkit-box-flex: 1;
  193. flex: 1;
  194. color: #647592;
  195. font-size: 0.75rem;
  196. margin-top: 0.25rem;
  197. text-align: right;
  198. line-height: 1.125rem;
  199. margin-left: 0.25rem;
  200. }
  201. .formcontrol-help {
  202. color: #647592;
  203. display: -webkit-box;
  204. display: flex;
  205. font-size: 0.75rem;
  206. margin-top: 0.5rem;
  207. font-family: inherit;
  208. line-height: 1.125rem;
  209. }
  210. .formcontrol-helplink {
  211. -webkit-box-flex: 1;
  212. flex: 1;
  213. margin-top: calc(-0.25rem);
  214. text-align: right;
  215. }
  216. .formcontrol--error .formcontrol-help {
  217. color: #e4002b;
  218. }
  219. .formcontrol--success .formcontrol-help {
  220. color: #08875b;
  221. }
  222. .input {
  223. all: initial;
  224. color: var(--color-neutral-100);
  225. width: 100%;
  226. border: none;
  227. height: 2rem;
  228. margin: 0;
  229. outline: 0;
  230. padding: 0.2rem 0.5rem;
  231. font-size: 0.875rem;
  232. -webkit-appearance: none;
  233. -moz-appearance: none;
  234. appearance: none;
  235. box-shadow: 0 -1px 0 0 var(--color-accent-700) inset;
  236. box-sizing: border-box;
  237. -webkit-transition: 0.1s ease-in-out;
  238. transition: 0.1s ease-in-out;
  239. font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  240. line-height: 1.25rem;
  241. background-color: var(--color-accent-950);
  242. -webkit-transition-property: box-shadow, border;
  243. transition-property: box-shadow, border;
  244. }
  245. .input::-webkit-input-placeholder {
  246. color: #505d74;
  247. }
  248. .input:-ms-input-placeholder {
  249. color: #505d74;
  250. }
  251. .input::-ms-input-placeholder {
  252. color: #505d74;
  253. }
  254. .input::placeholder {
  255. color: #505d74;
  256. }
  257. .input:hover {
  258. background-color: var(--color-accent-850);
  259. }
  260. .input:focus {
  261. box-shadow: 0 0 0 2px var(--color-accent-700);
  262. border-color: transparent;
  263. background-color: var(--color-accent-950);
  264. }
  265. .input:disabled {
  266. color: #c1c7d3 !important;
  267. -webkit-user-select: none;
  268. -moz-user-select: none;
  269. -ms-user-select: none;
  270. user-select: none;
  271. border-color: transparent;
  272. pointer-events: none;
  273. }
  274. .input:disabled::-webkit-input-placeholder {
  275. color: #c1c7d3;
  276. }
  277. .input:disabled:-ms-input-placeholder {
  278. color: #c1c7d3;
  279. }
  280. .input:disabled::-ms-input-placeholder {
  281. color: #c1c7d3;
  282. }
  283. .input:disabled::placeholder {
  284. color: #c1c7d3;
  285. }
  286. .input--small {
  287. height: 2rem;
  288. font-size: 0.875rem;
  289. line-height: 1.125rem;
  290. padding-top: 0.25rem;
  291. padding-bottom: 0.25rem;
  292. }
  293. .input--adorned-start {
  294. padding-left: 2rem;
  295. }
  296. .input--adorned-end {
  297. padding-right: 2rem;
  298. }
  299. .input--valid {
  300. box-shadow: 0 -1px 0 0 #08875b inset !important;
  301. }
  302. .input--valid:focus {
  303. box-shadow: 0 0 0 2px #08875b !important;
  304. }
  305. .input--invalid {
  306. box-shadow: 0 -1px 0 0 #e93255 inset !important;
  307. }
  308. .input--invalid:focus {
  309. box-shadow: 0 0 0 2px #e93255 !important;
  310. }
  311. #search {
  312. background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224px%22%20fill%3D%22%232ba191%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z%22%2F%3E%3C%2Fsvg%3E");
  313. background-repeat: no-repeat;
  314. padding-left: 30px;
  315. background-position: 4px;
  316. }
  317. </style>
  318. </head>
  319. <body>
  320. <p>Bonjour Elodie,</p>
  321. <p>
  322. tu trouveras ci dessous et ci joint le récapitulatif de tes créneaux pour BDLG.<br />
  323. Blabla à faire valider à la com bénévole.
  324. </p>
  325. <p>Cordialement,<br />La commission Bénévole</p>
  326. <div class="planning-container">
  327. <div class="daily-agenda">
  328. <div class="day-header">vendredi 09 septembre</div>
  329. <div>
  330. <div>
  331. <div class="agenda-creneau-header">
  332. <span class="agenda-creneau-time">19h00-20h00 </span>
  333. <span class="agenda-creneau-title">Gestion camion boisson</span>
  334. </div>
  335. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  336. <div class="agenda-creneau-details--content">Accueil camion froid attitré boissons, reception des fûts, remplissage du camion</div>
  337. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  338. <div class="agenda-creneau-details--content">
  339. <div class="benevole">
  340. <svg
  341. class="icon"
  342. xmlns="http://www.w3.org/2000/svg"
  343. height="24px"
  344. viewBox="0 0 24 24"
  345. width="24px"
  346. fill="currentcolor"
  347. >
  348. <path d="M0 0h24v24H0z" fill="none" />
  349. <path
  350. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  351. />
  352. </svg>
  353. <span>Jonas : 06 69 74 79 04</span>
  354. </div>
  355. <div class="benevole">
  356. <svg
  357. class="icon"
  358. xmlns="http://www.w3.org/2000/svg"
  359. height="24px"
  360. viewBox="0 0 24 24"
  361. width="24px"
  362. fill="currentcolor"
  363. >
  364. <path d="M0 0h24v24H0z" fill="none" />
  365. <path
  366. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  367. />
  368. </svg>
  369. <span>Silvia : 06 98 09 84 36</span>
  370. </div>
  371. <div class="benevole">
  372. <svg
  373. class="icon"
  374. xmlns="http://www.w3.org/2000/svg"
  375. height="24px"
  376. viewBox="0 0 24 24"
  377. width="24px"
  378. fill="currentcolor"
  379. >
  380. <path d="M0 0h24v24H0z" fill="none" />
  381. <path
  382. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  383. />
  384. </svg>
  385. <span>Aymeric Pompom : 06 78 57 28 15</span>
  386. </div>
  387. <div class="benevole">
  388. <svg
  389. class="icon"
  390. xmlns="http://www.w3.org/2000/svg"
  391. height="24px"
  392. viewBox="0 0 24 24"
  393. width="24px"
  394. fill="currentcolor"
  395. >
  396. <path d="M0 0h24v24H0z" fill="none" />
  397. <path
  398. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  399. />
  400. </svg>
  401. <span>Anne Croute : 06 33 02 77 18</span>
  402. </div>
  403. <div class="benevole">
  404. <svg
  405. class="icon"
  406. xmlns="http://www.w3.org/2000/svg"
  407. height="24px"
  408. viewBox="0 0 24 24"
  409. width="24px"
  410. fill="currentcolor"
  411. >
  412. <path d="M0 0h24v24H0z" fill="none" />
  413. <path
  414. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  415. />
  416. </svg>
  417. <span>Stefan : 06 66 33 03 09</span>
  418. </div>
  419. </div>
  420. <div class="agenda-creneau-details--title">Le responsable</div>
  421. <div class="agenda-creneau-details--content">
  422. <div class="benevole">
  423. <svg
  424. class="icon"
  425. xmlns="http://www.w3.org/2000/svg"
  426. height="24px"
  427. viewBox="0 0 24 24"
  428. width="24px"
  429. fill="currentcolor"
  430. >
  431. <path d="M0 0h24v24H0z" fill="none" />
  432. <path
  433. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  434. />
  435. </svg>
  436. <span>Stef : 06 66 33 03 09
  437. Jonas : 06 69 74 79 04</span>
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442. <div>
  443. <div class="agenda-creneau-header">
  444. <span class="agenda-creneau-time">21h30-23h00 </span>
  445. <span class="agenda-creneau-title">Vaisselle (gestion autowash)</span>
  446. </div>
  447. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  448. <div class="agenda-creneau-details--content">Auto Wash (chacun fait sa vaisselle). En créneau tu dois vérifier que les gens font leur vaisselle, essuyer / ranger au fur et à mesure que la vaisselle propre s&#39;entasse. Faire la vaisselle &#34;oubliée&#34;. Changer les bacs d&#39;eau régulièrement. Si possible, mettre de l&#39;eau chaude dans le bac avec le produit vaisselle.</div>
  449. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  450. <div class="agenda-creneau-details--content">
  451. <div class="benevole">
  452. <svg
  453. class="icon"
  454. xmlns="http://www.w3.org/2000/svg"
  455. height="24px"
  456. viewBox="0 0 24 24"
  457. width="24px"
  458. fill="currentcolor"
  459. >
  460. <path d="M0 0h24v24H0z" fill="none" />
  461. <path
  462. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  463. />
  464. </svg>
  465. <span>Voleur Elie : 06 43 71 56 83</span>
  466. </div>
  467. </div>
  468. <div class="agenda-creneau-details--title">Le responsable</div>
  469. <div class="agenda-creneau-details--content">
  470. <div class="benevole">
  471. <svg
  472. class="icon"
  473. xmlns="http://www.w3.org/2000/svg"
  474. height="24px"
  475. viewBox="0 0 24 24"
  476. width="24px"
  477. fill="currentcolor"
  478. >
  479. <path d="M0 0h24v24H0z" fill="none" />
  480. <path
  481. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  482. />
  483. </svg>
  484. <span>Olivier : 06 82 50 92 85
  485. Alexis : 06 79 99 31 24</span>
  486. </div>
  487. </div>
  488. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  489. <div class="agenda-creneau-details--content">
  490. <div class="benevole">
  491. <svg
  492. class="icon"
  493. xmlns="http://www.w3.org/2000/svg"
  494. height="24px"
  495. viewBox="0 0 24 24"
  496. width="24px"
  497. fill="currentcolor"
  498. >
  499. <path d="M0 0h24v24H0z" fill="none" />
  500. <path
  501. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  502. />
  503. </svg>
  504. <span>Olga : 06 49 44 08 43</span>
  505. </div>
  506. <div class="benevole">
  507. <svg
  508. class="icon"
  509. xmlns="http://www.w3.org/2000/svg"
  510. height="24px"
  511. viewBox="0 0 24 24"
  512. width="24px"
  513. fill="currentcolor"
  514. >
  515. <path d="M0 0h24v24H0z" fill="none" />
  516. <path
  517. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  518. />
  519. </svg>
  520. <span>Alicia : 07 50 87 91 54</span>
  521. </div>
  522. </div>
  523. </div>
  524. </div>
  525. </div>
  526. </div>
  527. <div class="daily-agenda">
  528. <div class="day-header">samedi 10 septembre</div>
  529. <div>
  530. <div>
  531. <div class="agenda-creneau-header">
  532. <span class="agenda-creneau-time">19h30-20h00 </span>
  533. <span class="agenda-creneau-title">créneau propreté / chiottes + poubelles</span>
  534. </div>
  535. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  536. <div class="agenda-creneau-details--content">Laver les toilettes (cuvettes) / remettre du PQ, savon, etc. Que t&#39;ai toi-même envie d&#39;y aller après.
  537. Faire le tour des poubelles pour vérfier état (changer sac) et vérifier le tri</div>
  538. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  539. <div class="agenda-creneau-details--content">
  540. <div class="benevole">
  541. <svg
  542. class="icon"
  543. xmlns="http://www.w3.org/2000/svg"
  544. height="24px"
  545. viewBox="0 0 24 24"
  546. width="24px"
  547. fill="currentcolor"
  548. >
  549. <path d="M0 0h24v24H0z" fill="none" />
  550. <path
  551. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  552. />
  553. </svg>
  554. <span>Audrey : 06 71 20 80 36</span>
  555. </div>
  556. <div class="benevole">
  557. <svg
  558. class="icon"
  559. xmlns="http://www.w3.org/2000/svg"
  560. height="24px"
  561. viewBox="0 0 24 24"
  562. width="24px"
  563. fill="currentcolor"
  564. >
  565. <path d="M0 0h24v24H0z" fill="none" />
  566. <path
  567. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  568. />
  569. </svg>
  570. <span>Armel : 06 35 56 46 52</span>
  571. </div>
  572. <div class="benevole">
  573. <svg
  574. class="icon"
  575. xmlns="http://www.w3.org/2000/svg"
  576. height="24px"
  577. viewBox="0 0 24 24"
  578. width="24px"
  579. fill="currentcolor"
  580. >
  581. <path d="M0 0h24v24H0z" fill="none" />
  582. <path
  583. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  584. />
  585. </svg>
  586. <span>Simon : 06 35 10 27 15</span>
  587. </div>
  588. </div>
  589. <div class="agenda-creneau-details--title">Le responsable</div>
  590. <div class="agenda-creneau-details--content">
  591. <div class="benevole">
  592. <svg
  593. class="icon"
  594. xmlns="http://www.w3.org/2000/svg"
  595. height="24px"
  596. viewBox="0 0 24 24"
  597. width="24px"
  598. fill="currentcolor"
  599. >
  600. <path d="M0 0h24v24H0z" fill="none" />
  601. <path
  602. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  603. />
  604. </svg>
  605. <span>Marine : 06 32 99 84 98
  606. Louise :
  607. Poubelle : Alexis : 06 79 99 31 24</span>
  608. </div>
  609. </div>
  610. </div>
  611. </div>
  612. <div>
  613. <div class="agenda-creneau-header">
  614. <span class="agenda-creneau-time">00h00-01h30 </span>
  615. <span class="agenda-creneau-title">Rangement/démontage JdP</span>
  616. </div>
  617. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  618. <div class="agenda-creneau-details--content">Ranger / nettoyer. Tout doit disparaitre et être remis dans les camions</div>
  619. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  620. <div class="agenda-creneau-details--content">
  621. <div class="benevole">
  622. <svg
  623. class="icon"
  624. xmlns="http://www.w3.org/2000/svg"
  625. height="24px"
  626. viewBox="0 0 24 24"
  627. width="24px"
  628. fill="currentcolor"
  629. >
  630. <path d="M0 0h24v24H0z" fill="none" />
  631. <path
  632. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  633. />
  634. </svg>
  635. <span>Armand TB : 06 46 24 64 37</span>
  636. </div>
  637. <div class="benevole">
  638. <svg
  639. class="icon"
  640. xmlns="http://www.w3.org/2000/svg"
  641. height="24px"
  642. viewBox="0 0 24 24"
  643. width="24px"
  644. fill="currentcolor"
  645. >
  646. <path d="M0 0h24v24H0z" fill="none" />
  647. <path
  648. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  649. />
  650. </svg>
  651. <span>Vincent DP : 06 24 10 96 05</span>
  652. </div>
  653. <div class="benevole">
  654. <svg
  655. class="icon"
  656. xmlns="http://www.w3.org/2000/svg"
  657. height="24px"
  658. viewBox="0 0 24 24"
  659. width="24px"
  660. fill="currentcolor"
  661. >
  662. <path d="M0 0h24v24H0z" fill="none" />
  663. <path
  664. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  665. />
  666. </svg>
  667. <span>Fred : 07 85 46 09 59</span>
  668. </div>
  669. <div class="benevole">
  670. <svg
  671. class="icon"
  672. xmlns="http://www.w3.org/2000/svg"
  673. height="24px"
  674. viewBox="0 0 24 24"
  675. width="24px"
  676. fill="currentcolor"
  677. >
  678. <path d="M0 0h24v24H0z" fill="none" />
  679. <path
  680. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  681. />
  682. </svg>
  683. <span>Voleur Elie : 06 43 71 56 83</span>
  684. </div>
  685. <div class="benevole">
  686. <svg
  687. class="icon"
  688. xmlns="http://www.w3.org/2000/svg"
  689. height="24px"
  690. viewBox="0 0 24 24"
  691. width="24px"
  692. fill="currentcolor"
  693. >
  694. <path d="M0 0h24v24H0z" fill="none" />
  695. <path
  696. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  697. />
  698. </svg>
  699. <span>Hutch : 06 89 09 67 29</span>
  700. </div>
  701. <div class="benevole">
  702. <svg
  703. class="icon"
  704. xmlns="http://www.w3.org/2000/svg"
  705. height="24px"
  706. viewBox="0 0 24 24"
  707. width="24px"
  708. fill="currentcolor"
  709. >
  710. <path d="M0 0h24v24H0z" fill="none" />
  711. <path
  712. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  713. />
  714. </svg>
  715. <span>Marine : 06 32 99 84 98</span>
  716. </div>
  717. <div class="benevole">
  718. <svg
  719. class="icon"
  720. xmlns="http://www.w3.org/2000/svg"
  721. height="24px"
  722. viewBox="0 0 24 24"
  723. width="24px"
  724. fill="currentcolor"
  725. >
  726. <path d="M0 0h24v24H0z" fill="none" />
  727. <path
  728. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  729. />
  730. </svg>
  731. <span>Anne-Gaëlle : 06 66 96 14 07</span>
  732. </div>
  733. <div class="benevole">
  734. <svg
  735. class="icon"
  736. xmlns="http://www.w3.org/2000/svg"
  737. height="24px"
  738. viewBox="0 0 24 24"
  739. width="24px"
  740. fill="currentcolor"
  741. >
  742. <path d="M0 0h24v24H0z" fill="none" />
  743. <path
  744. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  745. />
  746. </svg>
  747. <span>Camille : 06 98 35 89 88</span>
  748. </div>
  749. <div class="benevole">
  750. <svg
  751. class="icon"
  752. xmlns="http://www.w3.org/2000/svg"
  753. height="24px"
  754. viewBox="0 0 24 24"
  755. width="24px"
  756. fill="currentcolor"
  757. >
  758. <path d="M0 0h24v24H0z" fill="none" />
  759. <path
  760. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  761. />
  762. </svg>
  763. <span>Simon : 06 35 10 27 15</span>
  764. </div>
  765. <div class="benevole">
  766. <svg
  767. class="icon"
  768. xmlns="http://www.w3.org/2000/svg"
  769. height="24px"
  770. viewBox="0 0 24 24"
  771. width="24px"
  772. fill="currentcolor"
  773. >
  774. <path d="M0 0h24v24H0z" fill="none" />
  775. <path
  776. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  777. />
  778. </svg>
  779. <span>PierreQ : 06 70 43 76 31</span>
  780. </div>
  781. </div>
  782. <div class="agenda-creneau-details--title">Le responsable</div>
  783. <div class="agenda-creneau-details--content">
  784. <div class="benevole">
  785. <svg
  786. class="icon"
  787. xmlns="http://www.w3.org/2000/svg"
  788. height="24px"
  789. viewBox="0 0 24 24"
  790. width="24px"
  791. fill="currentcolor"
  792. >
  793. <path d="M0 0h24v24H0z" fill="none" />
  794. <path
  795. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  796. />
  797. </svg>
  798. <span>Bar : Stef 06 66 33 03 09
  799. Logistique : Lorraine 06 71 35 76 12
  800. Général : Marine 06 32 99 84 98
  801. </span>
  802. </div>
  803. </div>
  804. </div>
  805. </div>
  806. </div>
  807. </div>
  808. <div class="daily-agenda">
  809. <div class="day-header">dimanche 11 septembre</div>
  810. <div>
  811. <div>
  812. <div class="agenda-creneau-header">
  813. <span class="agenda-creneau-time">10h30-11h00 </span>
  814. <span class="agenda-creneau-title">Mise en place du bar</span>
  815. </div>
  816. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  817. <div class="agenda-creneau-details--content">Installer la bar pour le public / formation bar pour aprem</div>
  818. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  819. <div class="agenda-creneau-details--content">
  820. <div class="benevole">
  821. <svg
  822. class="icon"
  823. xmlns="http://www.w3.org/2000/svg"
  824. height="24px"
  825. viewBox="0 0 24 24"
  826. width="24px"
  827. fill="currentcolor"
  828. >
  829. <path d="M0 0h24v24H0z" fill="none" />
  830. <path
  831. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  832. />
  833. </svg>
  834. <span>Jonas : 06 69 74 79 04</span>
  835. </div>
  836. <div class="benevole">
  837. <svg
  838. class="icon"
  839. xmlns="http://www.w3.org/2000/svg"
  840. height="24px"
  841. viewBox="0 0 24 24"
  842. width="24px"
  843. fill="currentcolor"
  844. >
  845. <path d="M0 0h24v24H0z" fill="none" />
  846. <path
  847. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  848. />
  849. </svg>
  850. <span>Aymeric Pompom : 06 78 57 28 15</span>
  851. </div>
  852. <div class="benevole">
  853. <svg
  854. class="icon"
  855. xmlns="http://www.w3.org/2000/svg"
  856. height="24px"
  857. viewBox="0 0 24 24"
  858. width="24px"
  859. fill="currentcolor"
  860. >
  861. <path d="M0 0h24v24H0z" fill="none" />
  862. <path
  863. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  864. />
  865. </svg>
  866. <span>Amélie : 06 60 15 27 60</span>
  867. </div>
  868. <div class="benevole">
  869. <svg
  870. class="icon"
  871. xmlns="http://www.w3.org/2000/svg"
  872. height="24px"
  873. viewBox="0 0 24 24"
  874. width="24px"
  875. fill="currentcolor"
  876. >
  877. <path d="M0 0h24v24H0z" fill="none" />
  878. <path
  879. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  880. />
  881. </svg>
  882. <span>Edouard Méca : 06 98 39 23 73</span>
  883. </div>
  884. <div class="benevole">
  885. <svg
  886. class="icon"
  887. xmlns="http://www.w3.org/2000/svg"
  888. height="24px"
  889. viewBox="0 0 24 24"
  890. width="24px"
  891. fill="currentcolor"
  892. >
  893. <path d="M0 0h24v24H0z" fill="none" />
  894. <path
  895. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  896. />
  897. </svg>
  898. <span>Mathilde : 07 71 14 41 46</span>
  899. </div>
  900. <div class="benevole">
  901. <svg
  902. class="icon"
  903. xmlns="http://www.w3.org/2000/svg"
  904. height="24px"
  905. viewBox="0 0 24 24"
  906. width="24px"
  907. fill="currentcolor"
  908. >
  909. <path d="M0 0h24v24H0z" fill="none" />
  910. <path
  911. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  912. />
  913. </svg>
  914. <span>Stefan : 06 66 33 03 09</span>
  915. </div>
  916. </div>
  917. <div class="agenda-creneau-details--title">Le responsable</div>
  918. <div class="agenda-creneau-details--content">
  919. <div class="benevole">
  920. <svg
  921. class="icon"
  922. xmlns="http://www.w3.org/2000/svg"
  923. height="24px"
  924. viewBox="0 0 24 24"
  925. width="24px"
  926. fill="currentcolor"
  927. >
  928. <path d="M0 0h24v24H0z" fill="none" />
  929. <path
  930. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  931. />
  932. </svg>
  933. <span>Stef : 06 66 33 03 09
  934. Jonas : 06 69 74 79 04</span>
  935. </div>
  936. </div>
  937. </div>
  938. </div>
  939. <div>
  940. <div class="agenda-creneau-header">
  941. <span class="agenda-creneau-time">11h00-12h30 </span>
  942. <span class="agenda-creneau-title">Bar</span>
  943. </div>
  944. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  945. <div class="agenda-creneau-details--content">Bah tu tiens un bar !</div>
  946. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  947. <div class="agenda-creneau-details--content">
  948. <div class="benevole">
  949. <svg
  950. class="icon"
  951. xmlns="http://www.w3.org/2000/svg"
  952. height="24px"
  953. viewBox="0 0 24 24"
  954. width="24px"
  955. fill="currentcolor"
  956. >
  957. <path d="M0 0h24v24H0z" fill="none" />
  958. <path
  959. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  960. />
  961. </svg>
  962. <span>Edouard Méca : 06 98 39 23 73</span>
  963. </div>
  964. </div>
  965. <div class="agenda-creneau-details--title">Le responsable</div>
  966. <div class="agenda-creneau-details--content">
  967. <div class="benevole">
  968. <svg
  969. class="icon"
  970. xmlns="http://www.w3.org/2000/svg"
  971. height="24px"
  972. viewBox="0 0 24 24"
  973. width="24px"
  974. fill="currentcolor"
  975. >
  976. <path d="M0 0h24v24H0z" fill="none" />
  977. <path
  978. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  979. />
  980. </svg>
  981. <span>Stef : 06 66 33 03 09
  982. Jonas : 06 69 74 79 04</span>
  983. </div>
  984. </div>
  985. <div class="agenda-creneau-details--title">Les personnes qui arrivent après toi</div>
  986. <div class="agenda-creneau-details--content">
  987. <div class="benevole">
  988. <svg
  989. class="icon"
  990. xmlns="http://www.w3.org/2000/svg"
  991. height="24px"
  992. viewBox="0 0 24 24"
  993. width="24px"
  994. fill="currentcolor"
  995. >
  996. <path d="M0 0h24v24H0z" fill="none" />
  997. <path
  998. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  999. />
  1000. </svg>
  1001. <span>Jonas : 06 69 74 79 04</span>
  1002. </div>
  1003. <div class="benevole">
  1004. <svg
  1005. class="icon"
  1006. xmlns="http://www.w3.org/2000/svg"
  1007. height="24px"
  1008. viewBox="0 0 24 24"
  1009. width="24px"
  1010. fill="currentcolor"
  1011. >
  1012. <path d="M0 0h24v24H0z" fill="none" />
  1013. <path
  1014. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1015. />
  1016. </svg>
  1017. <span>Aymeric Pompom : 06 78 57 28 15</span>
  1018. </div>
  1019. <div class="benevole">
  1020. <svg
  1021. class="icon"
  1022. xmlns="http://www.w3.org/2000/svg"
  1023. height="24px"
  1024. viewBox="0 0 24 24"
  1025. width="24px"
  1026. fill="currentcolor"
  1027. >
  1028. <path d="M0 0h24v24H0z" fill="none" />
  1029. <path
  1030. d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"
  1031. />
  1032. </svg>
  1033. <span>Mathilde : 07 71 14 41 46</span>
  1034. </div>
  1035. </div>
  1036. </div>
  1037. </div>
  1038. </div>
  1039. </div>
  1040. </div>
  1041. </body>
  1042. </html>