pierre.renard.html 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>PierreQ 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 PierreQ,</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">21h00-22h00 </span>
  333. <span class="agenda-creneau-title">Bar Durante </span>
  334. </div>
  335. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  336. <div class="agenda-creneau-details--content">Les gens sont en autonomie pour les bières mais votre créneau sera de changer les futs, nettoyer la zone du bar + gérer l&#39;alcool fort : ne pas ouvrir 1000 bouteilles en même temps, et servir le vin blanc et rosé qui sont au frais
  337. + passer la serpillère si bière renversée</div>
  338. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  339. <div class="agenda-creneau-details--content">
  340. <div class="benevole">
  341. <svg
  342. class="icon"
  343. xmlns="http://www.w3.org/2000/svg"
  344. height="24px"
  345. viewBox="0 0 24 24"
  346. width="24px"
  347. fill="currentcolor"
  348. >
  349. <path d="M0 0h24v24H0z" fill="none" />
  350. <path
  351. 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"
  352. />
  353. </svg>
  354. <span>David : 06 20 63 29 57</span>
  355. </div>
  356. </div>
  357. <div class="agenda-creneau-details--title">Le responsable</div>
  358. <div class="agenda-creneau-details--content">
  359. <div class="benevole">
  360. <svg
  361. class="icon"
  362. xmlns="http://www.w3.org/2000/svg"
  363. height="24px"
  364. viewBox="0 0 24 24"
  365. width="24px"
  366. fill="currentcolor"
  367. >
  368. <path d="M0 0h24v24H0z" fill="none" />
  369. <path
  370. 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"
  371. />
  372. </svg>
  373. <span>Stef : 06 66 33 03 09</span>
  374. </div>
  375. </div>
  376. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  377. <div class="agenda-creneau-details--content">
  378. <div class="benevole">
  379. <svg
  380. class="icon"
  381. xmlns="http://www.w3.org/2000/svg"
  382. height="24px"
  383. viewBox="0 0 24 24"
  384. width="24px"
  385. fill="currentcolor"
  386. >
  387. <path d="M0 0h24v24H0z" fill="none" />
  388. <path
  389. 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"
  390. />
  391. </svg>
  392. <span>Sophie : 06 16 48 88 23</span>
  393. </div>
  394. <div class="benevole">
  395. <svg
  396. class="icon"
  397. xmlns="http://www.w3.org/2000/svg"
  398. height="24px"
  399. viewBox="0 0 24 24"
  400. width="24px"
  401. fill="currentcolor"
  402. >
  403. <path d="M0 0h24v24H0z" fill="none" />
  404. <path
  405. 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"
  406. />
  407. </svg>
  408. <span>Alexis Méca : 06 74 57 10 12</span>
  409. </div>
  410. </div>
  411. <div class="agenda-creneau-details--title">Les personnes qui arrivent après toi</div>
  412. <div class="agenda-creneau-details--content">
  413. <div class="benevole">
  414. <svg
  415. class="icon"
  416. xmlns="http://www.w3.org/2000/svg"
  417. height="24px"
  418. viewBox="0 0 24 24"
  419. width="24px"
  420. fill="currentcolor"
  421. >
  422. <path d="M0 0h24v24H0z" fill="none" />
  423. <path
  424. 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"
  425. />
  426. </svg>
  427. <span>Fred : 07 85 46 09 59</span>
  428. </div>
  429. <div class="benevole">
  430. <svg
  431. class="icon"
  432. xmlns="http://www.w3.org/2000/svg"
  433. height="24px"
  434. viewBox="0 0 24 24"
  435. width="24px"
  436. fill="currentcolor"
  437. >
  438. <path d="M0 0h24v24H0z" fill="none" />
  439. <path
  440. 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"
  441. />
  442. </svg>
  443. <span>Armand FP : 06 03 46 59 48</span>
  444. </div>
  445. </div>
  446. </div>
  447. </div>
  448. <div>
  449. <div class="agenda-creneau-header">
  450. <span class="agenda-creneau-time">23h00-00h00 </span>
  451. <span class="agenda-creneau-title">Laver les chiottes ! </span>
  452. </div>
  453. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  454. <div class="agenda-creneau-details--content">Laver les toilettes (cuvette / serpillère si besoin), les vasques. Vider les poubelles et remettre du PQ si besoin
  455. </div>
  456. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  457. <div class="agenda-creneau-details--content">
  458. <div class="benevole">
  459. <svg
  460. class="icon"
  461. xmlns="http://www.w3.org/2000/svg"
  462. height="24px"
  463. viewBox="0 0 24 24"
  464. width="24px"
  465. fill="currentcolor"
  466. >
  467. <path d="M0 0h24v24H0z" fill="none" />
  468. <path
  469. 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"
  470. />
  471. </svg>
  472. <span>Olga : 06 49 44 08 43</span>
  473. </div>
  474. </div>
  475. <div class="agenda-creneau-details--title">Le responsable</div>
  476. <div class="agenda-creneau-details--content">
  477. <div class="benevole">
  478. <svg
  479. class="icon"
  480. xmlns="http://www.w3.org/2000/svg"
  481. height="24px"
  482. viewBox="0 0 24 24"
  483. width="24px"
  484. fill="currentcolor"
  485. >
  486. <path d="M0 0h24v24H0z" fill="none" />
  487. <path
  488. 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"
  489. />
  490. </svg>
  491. <span>nan</span>
  492. </div>
  493. </div>
  494. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  495. <div class="agenda-creneau-details--content">
  496. <div class="benevole">
  497. <svg
  498. class="icon"
  499. xmlns="http://www.w3.org/2000/svg"
  500. height="24px"
  501. viewBox="0 0 24 24"
  502. width="24px"
  503. fill="currentcolor"
  504. >
  505. <path d="M0 0h24v24H0z" fill="none" />
  506. <path
  507. 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"
  508. />
  509. </svg>
  510. <span>Fanny : 06 49 95 48 32</span>
  511. </div>
  512. <div class="benevole">
  513. <svg
  514. class="icon"
  515. xmlns="http://www.w3.org/2000/svg"
  516. height="24px"
  517. viewBox="0 0 24 24"
  518. width="24px"
  519. fill="currentcolor"
  520. >
  521. <path d="M0 0h24v24H0z" fill="none" />
  522. <path
  523. 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"
  524. />
  525. </svg>
  526. <span>Vincent DP : 06 24 10 96 05</span>
  527. </div>
  528. </div>
  529. <div class="agenda-creneau-details--title">Les personnes qui arrivent après toi</div>
  530. <div class="agenda-creneau-details--content">
  531. <div class="benevole">
  532. <svg
  533. class="icon"
  534. xmlns="http://www.w3.org/2000/svg"
  535. height="24px"
  536. viewBox="0 0 24 24"
  537. width="24px"
  538. fill="currentcolor"
  539. >
  540. <path d="M0 0h24v24H0z" fill="none" />
  541. <path
  542. 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"
  543. />
  544. </svg>
  545. <span>Abigaël : 06 70 81 08 23</span>
  546. </div>
  547. <div class="benevole">
  548. <svg
  549. class="icon"
  550. xmlns="http://www.w3.org/2000/svg"
  551. height="24px"
  552. viewBox="0 0 24 24"
  553. width="24px"
  554. fill="currentcolor"
  555. >
  556. <path d="M0 0h24v24H0z" fill="none" />
  557. <path
  558. 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"
  559. />
  560. </svg>
  561. <span>Armand FP : 06 03 46 59 48</span>
  562. </div>
  563. </div>
  564. </div>
  565. </div>
  566. </div>
  567. </div>
  568. <div class="daily-agenda">
  569. <div class="day-header">samedi 10 septembre</div>
  570. <div>
  571. <div>
  572. <div class="agenda-creneau-header">
  573. <span class="agenda-creneau-time">18h00-18h30 </span>
  574. <span class="agenda-creneau-title">Animateur battle </span>
  575. </div>
  576. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  577. <div class="agenda-creneau-details--content">Animer les battles des fanfares le samedi en fin d&#39;après-midi. S&#39;organiser avant et prévoir les thématiques. voir le timing dispo avec le respo fanfare (Nathan)</div>
  578. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  579. <div class="agenda-creneau-details--content">
  580. <div class="benevole">
  581. <svg
  582. class="icon"
  583. xmlns="http://www.w3.org/2000/svg"
  584. height="24px"
  585. viewBox="0 0 24 24"
  586. width="24px"
  587. fill="currentcolor"
  588. >
  589. <path d="M0 0h24v24H0z" fill="none" />
  590. <path
  591. 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"
  592. />
  593. </svg>
  594. <span>Stefan : 06 66 33 03 09</span>
  595. </div>
  596. </div>
  597. <div class="agenda-creneau-details--title">Le responsable</div>
  598. <div class="agenda-creneau-details--content">
  599. <div class="benevole">
  600. <svg
  601. class="icon"
  602. xmlns="http://www.w3.org/2000/svg"
  603. height="24px"
  604. viewBox="0 0 24 24"
  605. width="24px"
  606. fill="currentcolor"
  607. >
  608. <path d="M0 0h24v24H0z" fill="none" />
  609. <path
  610. 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"
  611. />
  612. </svg>
  613. <span>Nathan : 06 03 95 63 75</span>
  614. </div>
  615. </div>
  616. </div>
  617. </div>
  618. <div>
  619. <div class="agenda-creneau-header">
  620. <span class="agenda-creneau-time">22h00-23h00 </span>
  621. <span class="agenda-creneau-title">Sécu/ronde JdP </span>
  622. </div>
  623. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  624. <div class="agenda-creneau-details--content">Balade dans la jardin pour s&#39;assurer que tout va bien.</div>
  625. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  626. <div class="agenda-creneau-details--content">
  627. <div class="benevole">
  628. <svg
  629. class="icon"
  630. xmlns="http://www.w3.org/2000/svg"
  631. height="24px"
  632. viewBox="0 0 24 24"
  633. width="24px"
  634. fill="currentcolor"
  635. >
  636. <path d="M0 0h24v24H0z" fill="none" />
  637. <path
  638. 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"
  639. />
  640. </svg>
  641. <span>Stephane : 06 11 89 31 83</span>
  642. </div>
  643. </div>
  644. <div class="agenda-creneau-details--title">Le responsable</div>
  645. <div class="agenda-creneau-details--content">
  646. <div class="benevole">
  647. <svg
  648. class="icon"
  649. xmlns="http://www.w3.org/2000/svg"
  650. height="24px"
  651. viewBox="0 0 24 24"
  652. width="24px"
  653. fill="currentcolor"
  654. >
  655. <path d="M0 0h24v24H0z" fill="none" />
  656. <path
  657. 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"
  658. />
  659. </svg>
  660. <span>Clovis 06 68 79 86 73</span>
  661. </div>
  662. </div>
  663. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  664. <div class="agenda-creneau-details--content">
  665. <div class="benevole">
  666. <svg
  667. class="icon"
  668. xmlns="http://www.w3.org/2000/svg"
  669. height="24px"
  670. viewBox="0 0 24 24"
  671. width="24px"
  672. fill="currentcolor"
  673. >
  674. <path d="M0 0h24v24H0z" fill="none" />
  675. <path
  676. 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"
  677. />
  678. </svg>
  679. <span>Anne Croute : 06 33 02 77 18</span>
  680. </div>
  681. <div class="benevole">
  682. <svg
  683. class="icon"
  684. xmlns="http://www.w3.org/2000/svg"
  685. height="24px"
  686. viewBox="0 0 24 24"
  687. width="24px"
  688. fill="currentcolor"
  689. >
  690. <path d="M0 0h24v24H0z" fill="none" />
  691. <path
  692. 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"
  693. />
  694. </svg>
  695. <span>Victor : 06 85 57 26 79</span>
  696. </div>
  697. </div>
  698. <div class="agenda-creneau-details--title">Les personnes qui arrivent après toi</div>
  699. <div class="agenda-creneau-details--content">
  700. <div class="benevole">
  701. <svg
  702. class="icon"
  703. xmlns="http://www.w3.org/2000/svg"
  704. height="24px"
  705. viewBox="0 0 24 24"
  706. width="24px"
  707. fill="currentcolor"
  708. >
  709. <path d="M0 0h24v24H0z" fill="none" />
  710. <path
  711. 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"
  712. />
  713. </svg>
  714. <span>Voleur Elie : 06 43 71 56 83</span>
  715. </div>
  716. <div class="benevole">
  717. <svg
  718. class="icon"
  719. xmlns="http://www.w3.org/2000/svg"
  720. height="24px"
  721. viewBox="0 0 24 24"
  722. width="24px"
  723. fill="currentcolor"
  724. >
  725. <path d="M0 0h24v24H0z" fill="none" />
  726. <path
  727. 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"
  728. />
  729. </svg>
  730. <span>Hutch : 06 89 09 67 29</span>
  731. </div>
  732. </div>
  733. </div>
  734. </div>
  735. <div>
  736. <div class="agenda-creneau-header">
  737. <span class="agenda-creneau-time">00h00-01h30 </span>
  738. <span class="agenda-creneau-title">Rangement/démontage JdP</span>
  739. </div>
  740. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  741. <div class="agenda-creneau-details--content">Ranger / nettoyer. Tout doit disparaitre et être remis dans les camions</div>
  742. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  743. <div class="agenda-creneau-details--content">
  744. <div class="benevole">
  745. <svg
  746. class="icon"
  747. xmlns="http://www.w3.org/2000/svg"
  748. height="24px"
  749. viewBox="0 0 24 24"
  750. width="24px"
  751. fill="currentcolor"
  752. >
  753. <path d="M0 0h24v24H0z" fill="none" />
  754. <path
  755. 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"
  756. />
  757. </svg>
  758. <span>Elodie : 06 72 31 32 91</span>
  759. </div>
  760. <div class="benevole">
  761. <svg
  762. class="icon"
  763. xmlns="http://www.w3.org/2000/svg"
  764. height="24px"
  765. viewBox="0 0 24 24"
  766. width="24px"
  767. fill="currentcolor"
  768. >
  769. <path d="M0 0h24v24H0z" fill="none" />
  770. <path
  771. 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"
  772. />
  773. </svg>
  774. <span>Armand TB : 06 46 24 64 37</span>
  775. </div>
  776. <div class="benevole">
  777. <svg
  778. class="icon"
  779. xmlns="http://www.w3.org/2000/svg"
  780. height="24px"
  781. viewBox="0 0 24 24"
  782. width="24px"
  783. fill="currentcolor"
  784. >
  785. <path d="M0 0h24v24H0z" fill="none" />
  786. <path
  787. 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"
  788. />
  789. </svg>
  790. <span>Vincent DP : 06 24 10 96 05</span>
  791. </div>
  792. <div class="benevole">
  793. <svg
  794. class="icon"
  795. xmlns="http://www.w3.org/2000/svg"
  796. height="24px"
  797. viewBox="0 0 24 24"
  798. width="24px"
  799. fill="currentcolor"
  800. >
  801. <path d="M0 0h24v24H0z" fill="none" />
  802. <path
  803. 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"
  804. />
  805. </svg>
  806. <span>Fred : 07 85 46 09 59</span>
  807. </div>
  808. <div class="benevole">
  809. <svg
  810. class="icon"
  811. xmlns="http://www.w3.org/2000/svg"
  812. height="24px"
  813. viewBox="0 0 24 24"
  814. width="24px"
  815. fill="currentcolor"
  816. >
  817. <path d="M0 0h24v24H0z" fill="none" />
  818. <path
  819. 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"
  820. />
  821. </svg>
  822. <span>Voleur Elie : 06 43 71 56 83</span>
  823. </div>
  824. <div class="benevole">
  825. <svg
  826. class="icon"
  827. xmlns="http://www.w3.org/2000/svg"
  828. height="24px"
  829. viewBox="0 0 24 24"
  830. width="24px"
  831. fill="currentcolor"
  832. >
  833. <path d="M0 0h24v24H0z" fill="none" />
  834. <path
  835. 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"
  836. />
  837. </svg>
  838. <span>Hutch : 06 89 09 67 29</span>
  839. </div>
  840. <div class="benevole">
  841. <svg
  842. class="icon"
  843. xmlns="http://www.w3.org/2000/svg"
  844. height="24px"
  845. viewBox="0 0 24 24"
  846. width="24px"
  847. fill="currentcolor"
  848. >
  849. <path d="M0 0h24v24H0z" fill="none" />
  850. <path
  851. 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"
  852. />
  853. </svg>
  854. <span>Marine : 06 32 99 84 98</span>
  855. </div>
  856. <div class="benevole">
  857. <svg
  858. class="icon"
  859. xmlns="http://www.w3.org/2000/svg"
  860. height="24px"
  861. viewBox="0 0 24 24"
  862. width="24px"
  863. fill="currentcolor"
  864. >
  865. <path d="M0 0h24v24H0z" fill="none" />
  866. <path
  867. 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"
  868. />
  869. </svg>
  870. <span>Anne-Gaëlle : 06 66 96 14 07</span>
  871. </div>
  872. <div class="benevole">
  873. <svg
  874. class="icon"
  875. xmlns="http://www.w3.org/2000/svg"
  876. height="24px"
  877. viewBox="0 0 24 24"
  878. width="24px"
  879. fill="currentcolor"
  880. >
  881. <path d="M0 0h24v24H0z" fill="none" />
  882. <path
  883. 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"
  884. />
  885. </svg>
  886. <span>Camille : 06 98 35 89 88</span>
  887. </div>
  888. <div class="benevole">
  889. <svg
  890. class="icon"
  891. xmlns="http://www.w3.org/2000/svg"
  892. height="24px"
  893. viewBox="0 0 24 24"
  894. width="24px"
  895. fill="currentcolor"
  896. >
  897. <path d="M0 0h24v24H0z" fill="none" />
  898. <path
  899. 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"
  900. />
  901. </svg>
  902. <span>Simon : 06 35 10 27 15</span>
  903. </div>
  904. </div>
  905. <div class="agenda-creneau-details--title">Le responsable</div>
  906. <div class="agenda-creneau-details--content">
  907. <div class="benevole">
  908. <svg
  909. class="icon"
  910. xmlns="http://www.w3.org/2000/svg"
  911. height="24px"
  912. viewBox="0 0 24 24"
  913. width="24px"
  914. fill="currentcolor"
  915. >
  916. <path d="M0 0h24v24H0z" fill="none" />
  917. <path
  918. 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"
  919. />
  920. </svg>
  921. <span>Bar : Stef 06 66 33 03 09
  922. Logistique : Lorraine 06 71 35 76 12
  923. Général : Marine 06 32 99 84 98
  924. </span>
  925. </div>
  926. </div>
  927. </div>
  928. </div>
  929. <div>
  930. <div class="agenda-creneau-header">
  931. <span class="agenda-creneau-time">02h00-04h00 </span>
  932. <span class="agenda-creneau-title">soupe à l&#39;oignon</span>
  933. </div>
  934. <div class="agenda-creneau-details"><div class="agenda-creneau-details--title">Description</div>
  935. <div class="agenda-creneau-details--content">tout est indiqué dans le cahier de route de la commission repas</div>
  936. <div class="agenda-creneau-details--title">Liste des bénévoles avec toi</div>
  937. <div class="agenda-creneau-details--content">
  938. <div class="benevole">
  939. <svg
  940. class="icon"
  941. xmlns="http://www.w3.org/2000/svg"
  942. height="24px"
  943. viewBox="0 0 24 24"
  944. width="24px"
  945. fill="currentcolor"
  946. >
  947. <path d="M0 0h24v24H0z" fill="none" />
  948. <path
  949. 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"
  950. />
  951. </svg>
  952. <span>Matthias : 06 89 04 53 82</span>
  953. </div>
  954. </div>
  955. <div class="agenda-creneau-details--title">Le responsable</div>
  956. <div class="agenda-creneau-details--content">
  957. <div class="benevole">
  958. <svg
  959. class="icon"
  960. xmlns="http://www.w3.org/2000/svg"
  961. height="24px"
  962. viewBox="0 0 24 24"
  963. width="24px"
  964. fill="currentcolor"
  965. >
  966. <path d="M0 0h24v24H0z" fill="none" />
  967. <path
  968. 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"
  969. />
  970. </svg>
  971. <span>Olivier : 06 82 50 92 85
  972. Alexis : 06 79 99 31 24</span>
  973. </div>
  974. </div>
  975. <div class="agenda-creneau-details--title">Ceux que tu remplaces</div>
  976. <div class="agenda-creneau-details--content">
  977. <div class="benevole">
  978. <svg
  979. class="icon"
  980. xmlns="http://www.w3.org/2000/svg"
  981. height="24px"
  982. viewBox="0 0 24 24"
  983. width="24px"
  984. fill="currentcolor"
  985. >
  986. <path d="M0 0h24v24H0z" fill="none" />
  987. <path
  988. 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"
  989. />
  990. </svg>
  991. <span>Lucas : 06 63 77 27 86</span>
  992. </div>
  993. <div class="benevole">
  994. <svg
  995. class="icon"
  996. xmlns="http://www.w3.org/2000/svg"
  997. height="24px"
  998. viewBox="0 0 24 24"
  999. width="24px"
  1000. fill="currentcolor"
  1001. >
  1002. <path d="M0 0h24v24H0z" fill="none" />
  1003. <path
  1004. 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"
  1005. />
  1006. </svg>
  1007. <span>Nicole : 06 34 10 06 88</span>
  1008. </div>
  1009. </div>
  1010. </div>
  1011. </div>
  1012. </div>
  1013. </div>
  1014. </div>
  1015. </body>
  1016. </html>