Code source wiki de Verts - Compagnons
Masquer les derniers auteurs
author | version | line-number | content |
---|---|---|---|
![]() |
59.1 | 1 | {{html clean="false"}} |
2 | |||
![]() |
57.1 | 3 | <div style="height:100px; width:300px; padding-left:1em; float:right"> |
![]() |
58.1 | 4 | <div id="slideshow1" class="slide" style=""><div><img src="https://scouts.forbach.fr/download/Verts/WebHome/compa%20mur.jpg?height = 150px"></div></div> |
5 | <div id="slideshow2" class="slide" style="display: none"><div><img src="/xwiki/download/Main/WebHome/tim visage.jpg?height = 150px"></div></div> | ||
6 | <div id="slideshow3" class="slide" style="display: none"><div><img src="https://scouts.forbach.fr/download/Verts/WebHome/quentin%20visage.jpg?height = 150px"></div></div> | ||
7 | <div id="slideshow4" class="slide" style="display: none"><div><img src="https://scouts.forbach.fr/download/Verts/WebHome/julien%20visage.jpg?height = 150px"></div></div> | ||
8 | <div id="slideshow5" class="slide" style="display: none"><div><img src="https://scouts.forbach.fr/download/Verts/WebHome/compa%20tente.jpg?height = 150px"></div></div> | ||
![]() |
38.1 | 9 | |
10 | </div> | ||
11 | |||
12 | |||
13 | |||
14 | <script type="text/javascript"> | ||
15 | |||
16 | start_slideshow(1, 6, 3000); | ||
17 | |||
18 | function start_slideshow(start_frame, end_frame, delay) { | ||
19 | setTimeout(switch_slides(start_frame,start_frame,end_frame, delay), delay); | ||
20 | } | ||
21 | |||
22 | function switch_slides(frame, start_frame, end_frame, delay) { | ||
23 | return (function() { | ||
24 | Effect.Fade('slideshow' + frame); | ||
25 | frame = Math.floor(Math.random()*(end_frame-start_frame+1))+start_frame; | ||
26 | //if(console) console.log("Next photo: " + frame); | ||
27 | setTimeout("Effect.Appear('slideshow" + frame + "');", 850); | ||
28 | setTimeout(switch_slides(frame, start_frame, end_frame, delay), delay + 850); | ||
29 | }) | ||
30 | } | ||
31 | |||
32 | var isGood = document.location.href.startsWith("https://"); | ||
33 | var isWrong = document.location.href.startsWith("http://"); | ||
34 | console.log("Insisting? " + isGood + " " + isWrong); | ||
35 | if(!isGood && isWrong) { | ||
36 | if(console && console.log) console.log("Redirecting to the https side."); | ||
37 | document.location.replace("https://" + document.location.href.substring("http://".length)); | ||
38 | } | ||
39 | |||
![]() |
59.1 | 40 | </script> |
41 | {{/html}} | ||
![]() |
43.1 | 42 | |
![]() |
59.1 | 43 | (% style="height:100px; width:300px; padding-left:1em; float:right" %) |
44 | ((( | ||
45 | (% class="slide" id="slideshow1" %) | ||
46 | ((( | ||
47 | ((( | ||
48 | [[image:https://scouts.forbach.fr/download/Verts/WebHome/compa%20mur.jpg?height = 150px||height="380" width="191"]] | ||
49 | ))) | ||
50 | |||
51 | |||
52 | ))) | ||
53 | |||
54 | (% class="slide" id="slideshow2" style="display: none" %) | ||
55 | ((( | ||
56 | ((( | ||
57 | [[image:/xwiki/download/Main/WebHome/tim visage.jpg?height = 150px]] | ||
58 | ))) | ||
59 | ))) | ||
60 | |||
61 | (% class="slide" id="slideshow3" style="display: none" %) | ||
62 | ((( | ||
63 | ((( | ||
64 | [[image:https://scouts.forbach.fr/download/Verts/WebHome/quentin%20visage.jpg?height = 150px]] | ||
65 | ))) | ||
66 | ))) | ||
67 | |||
68 | (% class="slide" id="slideshow4" style="display: none" %) | ||
69 | ((( | ||
70 | ((( | ||
71 | [[image:https://scouts.forbach.fr/download/Verts/WebHome/julien%20visage.jpg?height = 150px]] | ||
72 | ))) | ||
73 | ))) | ||
74 | |||
75 | (% class="slide" id="slideshow5" style="display: none" %) | ||
76 | ((( | ||
77 | ((( | ||
78 | [[image:https://scouts.forbach.fr/download/Verts/WebHome/compa%20tente.jpg?height = 150px]] | ||
79 | ))) | ||
80 | ))) | ||
81 | ))) | ||
82 | |||
83 | /~*~*/ | ||
84 | \\ | ||
85 | start_slideshow(1, 6, 3000); | ||
86 | |||
87 | function start_slideshow(start_frame, end_frame, delay) { | ||
88 | setTimeout(switch_slides(start_frame,start_frame,end_frame, delay), delay); | ||
89 | } | ||
90 | |||
91 | function switch_slides(frame, start_frame, end_frame, delay) { | ||
92 | return (function() { | ||
93 | Effect.Fade('slideshow' + frame); | ||
94 | frame = Math.floor(Math.random()*(end_frame-start_frame+1))+start_frame; | ||
95 | ~/~/if(console) console.log("Next photo: " + frame); | ||
96 | setTimeout("Effect.Appear('slideshow" + frame + "');", 850); | ||
97 | setTimeout(switch_slides(frame, start_frame, end_frame, delay), delay + 850); | ||
98 | }) | ||
99 | } | ||
100 | \\ var isGood = document.location.href.startsWith("https:~/~/"); | ||
101 | var isWrong = document.location.href.startsWith("http:~/~/"); | ||
102 | console.log("Insisting? " + isGood + " " + isWrong); | ||
103 | if(!isGood && isWrong) { | ||
104 | if(console && console.log) console.log("Redirecting to the https side."); | ||
105 | document.location.replace("https:~/~/" + document.location.href.substring("http:~/~/".length)); | ||
106 | } | ||
107 | \\ | ||
108 | /~*~*/== [[image:compa.PNG||height="73" width="478"]] == | ||
109 | |||
110 | |||
![]() |
51.1 | 111 | == Bienvenue chez les Compagnons == |
![]() |
43.1 | 112 | |
![]() |
1.1 | 113 | Les compagnons forment un relais. |
114 | Ensembles, ils bâtissent leurs activités en autonomie. | ||
115 | |||
![]() |
22.1 | 116 | Nous sommes de jeunes adulte de 17 à 21 ans. |
117 | Nous vivons en Relai divisés en équipe selon leur âge. | ||
![]() |
21.1 | 118 | |
![]() |
59.1 | 119 | Le relai agit dans son environnement et vit tout au long de l’année un ou plusieurs EXPERIMENT basées |
![]() |
54.1 | 120 | sur un partenariat, un thème et animé par des jeux et activités. |
![]() |
22.1 | 121 | |
![]() |
21.1 | 122 | //les compagnons étant une branche libre de leur actions agissant en équipe, un réel planning ne peut être établit |
123 | la majorité des échanges sont font sur Discord // | ||
124 | |||
![]() |
20.1 | 125 | ---- |
![]() |
1.1 | 126 | |
![]() |
20.1 | 127 | = Jeunes = |
![]() |
1.1 | 128 | |
![]() |
23.1 | 129 | * //Équipe DeaDragonburger ~:// |
![]() |
2.1 | 130 | ** Toucan fantaisiste: Timothée |
131 | ** Kangourou théâtral: Julien | ||
132 | ** Zèbre grimpeur: Quentin | ||
![]() |
1.1 | 133 | |
![]() |
25.1 | 134 | * Équipe Les touristes Grecs: |
![]() |
2.1 | 135 | ** Hippocampe débrouillarde: Émeline |
136 | ** Raie-Manta avisée: Line | ||
137 | ** Choucas réconfortante: Florence | ||
138 | ** Hérisson sensible: Marilyne | ||
139 | ** Tortue expressive: Florian | ||
140 | ** Suricate perfectionniste: Eliott | ||
![]() |
1.1 | 141 | |
![]() |
44.1 | 142 | == Accompagnateurs compagnons == |
![]() |
1.1 | 143 | |
![]() |
2.1 | 144 | * Estelle |
145 | * Jean-Marc | ||
![]() |
12.1 | 146 | |
![]() |
20.1 | 147 | ---- |
148 | |||
![]() |
12.1 | 149 | = Chant: = |
150 | |||
![]() |
13.1 | 151 | Comme toutes les branches, un chant suit le relai pour leur aventure: |
![]() |
12.1 | 152 | |
![]() |
19.1 | 153 | [[Je prend le relai!>>https://www.youtube.com/watch?v=qZPUAop6xTk]] |
![]() |
26.1 | 154 | |
![]() |
27.1 | 155 | ---- |
156 | |||
![]() |
26.1 | 157 | = Tenue: = |
158 | |||
159 | Voici la chemise compagnons (verte) ainsi que l'emplacement de chaque badge ou récompense que l'on peut obtenir chez les compas | ||
![]() |
29.1 | 160 | |
![]() |
32.1 | 161 | (% style="text-align:center" %) |
162 | [[image:chemise-Compa.jpg||height="335" width="551"]] |