Difference between revisions of "Sandbox"
Jump to navigation
Jump to search
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{#css: | |
− | + | ||
− | < | + | .btn { |
− | + | border: none; | |
− | + | background-color: #FFFFFF; | |
− | + | padding: 14px 28px; | |
− | + | font-size: 12px; | |
− | [[File: | + | cursor: pointer; |
− | + | display: inline-block; | |
− | + | } | |
− | + | ||
− | + | .btn:hover {background: #ff9800;} | |
− | < | + | |
− | [[ | + | .cta {color: #eee;} |
− | + | ||
− | + | ||
− | + | p{ | |
− | + | font-family: "Noto sans", sans-serif !important; | |
− | + | font-size: 1.0em; | |
− | < | + | } |
− | + | ||
− | + | li{ | |
− | < | + | font-family: "Noto sans", sans-serif !important; |
− | + | font-size: 1.0em; | |
− | + | } | |
− | + | ||
− | < | + | .wrap { |
− | + | height: 100%; | |
− | [https:// | + | display: flex; |
− | + | align-items: center; | |
− | + | justify-content: center; | |
− | [https:// | + | } |
− | [ | + | |
− | + | .button { | |
+ | width: 425px; | ||
+ | height: 30px; | ||
+ | font-family: 'Roboto', sans-serif; | ||
+ | font-size: 13px; | ||
+ | letter-spacing: 2.5px; | ||
+ | font-weight: 500; | ||
+ | color: #FFFFFF; | ||
+ | background-color: #FFFFFF; | ||
+ | border: none; | ||
+ | border-radius: 45px; | ||
+ | box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); | ||
+ | transition: all 0.3s ease 0s; | ||
+ | cursor: pointer; | ||
+ | outline: none; | ||
+ | padding-top: 15px; | ||
+ | padding-left: 15px; | ||
+ | margin-right: 100px; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | .button:hover { | ||
+ | background-color: #adadad; | ||
+ | box-shadow: 0px 15px 20px rgba(4, 97, 123, 0.4); | ||
+ | color: #FFFFFF; | ||
+ | transform: translateY(-7px); | ||
+ | } | ||
+ | |||
+ | .checkbox { | ||
+ | list-style: none; | ||
+ | } | ||
+ | }} | ||
+ | <p class="button"><strong>[[À_propos_de_vExpo/Base_de_connaissances_sur_vExpo|<span>'''< Retourner à la Base de connaissance'''</span>]]</strong></p> | ||
+ | |||
+ | {| | ||
+ | [[File:EventHostFR.png|1200px|]]</center> | ||
+ | |} | ||
+ | {{StepbyStepMenuFR}} | ||
+ | [[EN:About_vExpo/vExpo_Knowledge_Base/Lobby/Create/User_Flow_Diagram]] | ||
+ | ='''Planification et création d’une salle d’accueil vExpo'''= | ||
+ | |||
+ | {| width="100%" cellpadding="35" cellspacing="10px" | ||
+ | |||
+ | |- valign="top" | ||
+ | | style="border-left: 10px solid #695282; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); color: #57416C; background-color: white; font-size:1em;" | | ||
+ | |||
+ | [[File:PlanningavexpolobbyFR.png|link=https://wiki.gccollab.ca/images/6/60/PlanningavexpolobbyFR.png|1150px]] | ||
+ | |||
+ | {{#css: | ||
+ | |||
+ | .btn { | ||
+ | border: none; | ||
+ | background-color: #FFFFFF; | ||
+ | padding: 14px 28px; | ||
+ | font-size: 12px; | ||
+ | cursor: pointer; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | .btn:hover {background: #ff9800;} | ||
+ | |||
+ | .cta {color: #eee;} | ||
+ | |||
+ | p.stream{ | ||
+ | color: #FFFFFF; | ||
+ | padding-top:30px; | ||
+ | line-height:0; | ||
+ | font-weight: 900; | ||
+ | font-size:small; | ||
+ | font-family: "Noto sans", Arial, Helvetica, sans-serif !important; | ||
+ | } | ||
+ | |||
+ | h1{ | ||
+ | font-family: Lato, Arial, Helvetica, sans-serif !important; | ||
+ | font-size:xx-large !important; | ||
+ | text-decoration:none !important; | ||
+ | border:0 !important; | ||
+ | } | ||
+ | |||
+ | #content h3{ | ||
+ | padding-top:10px; | ||
+ | font-family: Lato, Arial, Helvetica, sans-serif !important; | ||
+ | font-size:large !important; | ||
+ | text-decoration:none !important; | ||
+ | color:#ffffff; | ||
+ | } | ||
+ | |||
+ | h4{ | ||
+ | font-family: Lato, Arial, Helvetica, sans-serif !important; | ||
+ | font-size: 1.05em; | ||
+ | color:#FFFFFF; | ||
+ | } | ||
+ | |||
+ | p{ | ||
+ | font-family: "Noto sans", sans-serif !important; | ||
+ | font-size: 1.0em; | ||
+ | } | ||
+ | |||
+ | li{ | ||
+ | font-family: "Noto sans", sans-serif !important; | ||
+ | font-size: 1.0em; | ||
+ | } | ||
+ | |||
+ | .wrap { | ||
+ | height: 100%; | ||
+ | display: flex; | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | |||
+ | .button { | ||
+ | width: 350px; | ||
+ | height: 30px; | ||
+ | font-family: 'Roboto', sans-serif; | ||
+ | font-size: 13px; | ||
+ | letter-spacing: 1.5px; | ||
+ | font-weight: 500; | ||
+ | color: #FFFFFF; | ||
+ | background-color: #FFFFFF; | ||
+ | border: none; | ||
+ | border-radius: 45px; | ||
+ | box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); | ||
+ | transition: all 0.3s ease 0s; | ||
+ | cursor: pointer; | ||
+ | outline: none; | ||
+ | padding-top: 15px; | ||
+ | padding-left: 15px; | ||
+ | margin-right: 100px; | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | .button:hover { | ||
+ | background-color: #adadad; | ||
+ | box-shadow: 0px 15px 20px rgba(4, 97, 123, 0.4); | ||
+ | color: #FFFFFF; | ||
+ | transform: translateY(-7px); | ||
+ | } | ||
+ | |||
+ | .checkbox { | ||
+ | list-style: none; | ||
+ | } | ||
+ | }} | ||
+ | <p class="button"><strong>[[media:FINAL_FRENCH_Event_Host_creating_Lobby.pdf|Télécharger en format PDF (444 KB)]]</strong></p> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | {{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}} | ||
+ | {| width="100%" cellpadding="10px" cellspacing="10px" | ||
+ | |||
+ | {{Onboarding-css}}<!-- Source code for the CSS file. Do not remove --> | ||
+ | | colspan="4" | | ||
+ | |||
+ | <div class="card greybg"> | ||
+ | '''<big>Schémas de parcours Transcription</big>''' <div class="card-body mw-collapsible mw-collapsed"> | ||
+ | '''Planification et création d’une salle d’accueil vExpo''' | ||
+ | <ol start="1"> | ||
+ | <li>Avant la tenue de votre événement de l’École de la fonction publique du Canada (EFPC), la ou le technicien de laboratoire vous fournira une trousse de renseignements aux fins d’examen.</li> | ||
+ | <li>Examinez les étapes à suivre pour [https://wiki.gccollab.ca/%C3%80_propos_de_vExpo/Base_de_connaissances_sur_vExpo/Salle_d%E2%80%99accueil/Cr%C3%A9er planifier et créer une salle d’accueil vExpo] .</li> | ||
+ | <li>Déterminez les exigences relatives à la salle d’accueil vExpo en fonction des besoins liés à l’événement concerné.</li> | ||
+ | <li>Sélectionnez une conception de salle d’accueil en fonction de ces exigences.</li> | ||
+ | <li>Demandez de nouvelles images (des bannières ou un écran de présentation) à l’équipe chargée des communications et des multimédias.</li> | ||
+ | <li>Déterminez les kiosques qui doivent être inclus dans la salle d’accueil de l’événement.</li> | ||
+ | <li>De nouveaux kiosques sont-ils requis pour l’événement?</li> | ||
+ | </ol> | ||
+ | <br> | ||
+ | ::Yes, continue to step 8. No, skip to step 11. | ||
+ | <br> | ||
+ | <ol start="8"> | ||
+ | <li> Identifiez les partenaires de l’événement qui auront besoin de nouveaux kiosques.</li> | ||
+ | <li> Envoyez les étapes à suivre pour demander un nouveau kiosque aux partenaires de l’événement.</li> | ||
+ | <li>Des kiosques existants sont-ils requis pour l’événement?</li> | ||
+ | </ol> | ||
+ | <br> | ||
+ | ::Oui, continuez à l’étape 11. Non, passez à l’étape 14. | ||
+ | <br> | ||
+ | <ol start="11"> | ||
+ | <li>Examinez le [https://docs.google.com/spreadsheets/d/1uiaEUtbh3t1k9UJWpIeifVSAwxQvJRHw/edit?pli=1%23gid=439807850 catalogue de kiosques] et choisissez le kiosque que vous souhaiteriez inclure dans vExpo.</li> | ||
+ | <li>Communiquez avec les propriétaires du kiosque pour obtenir leur consentement quant à l’utilisation de celui-ci pour votre événement.</li> | ||
+ | <li>Des modifications doivent-elles être apportées aux kiosques existants? | ||
+ | </li> | ||
+ | </ol> | ||
+ | <br> | ||
+ | ::Oui, continuez à l’étape 14. Non, passez à l’étape 15. | ||
+ | </br> | ||
+ | <ol start="14"> | ||
+ | <li>Envoyez les étapes à suivre pour mettre à jour un kiosque existant au propriétaire du kiosque.</li> | ||
+ | <li>Remplissez le [https://wiki.gccollab.ca/images/5/53/VExpo_Content_Submission_Template_Lobby.docx formulaire de soumission de contenu pour la salle d’accueil de vExpo.]</li> | ||
+ | <li>Obtenez l’approbation finale du contenu de la salle d’accueil et des images.</li> | ||
+ | <li>Envoyez les images finales et le formulaire de soumission de contenu à l’adresse [mailto:techlab-labtech@csps-efpc.gc.ca techlab-labtech@csps-efpc.gc.ca]</li> | ||
+ | <li>La ou le technicien de laboratoire élaborera la salle d’accueil personnalisée et partagera le lien vExpo de l’événement lorsque celui-ci sera disponible.</span> | ||
+ | </ol> | ||
+ | </div> | ||
+ | |||
+ | <br> |
Latest revision as of 14:27, 31 March 2023
Processus par étapes | Rôles et responsabilités | Schémas de parcours |
Planification et création d’une salle d’accueil vExpo
|