Difference between revisions of "User:Annalucia.zablah/sandbox8"

From wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| 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: black; background-color: white; font-size:1em;" |
 
 
<div style="column-count:1"> <div style="text-align: left">
 
 
[[File:Event_host_top.png|1100px|Left]]
 
  
 
{{#css:
 
{{#css:
  
 
+
.img-banner{display: flex;
.container-horizontal{  
 
    display: flex;
 
 
     flex-direction: row;
 
     flex-direction: row;
 
     align-items: center;
 
     align-items: center;
     justify-content: space-evenly;
+
     justify-content: flex-start;
 
}
 
}
  
.container-horizontal>a{
+
.img-banner div:nth-of-type(2){
    margin: 1em;
 
    background-color: rgb(105,82,130);
 
    border-radius: 12px;
 
    padding: 0.5em 1em!important;
 
    color: white!important;
 
    width: 100%;
 
    text-align: center;
 
    background-image: none!important;
 
    font-size: 1.6em;
 
    font-weight: 600;
 
}
 
 
 
.round-list ol {
 
  list-style: none;
 
  counter-reset: item;
 
    display: flex;
 
    flex-direction: row;
 
    align-items: stretch;
 
}
 
.round-list li {
 
    counter-increment: item;
 
    display: flex;
 
    flex-direction: column;
 
 
     background-color: #E4E6EA;
 
     background-color: #E4E6EA;
    padding: 3em 1em;
 
    margin: 1em;
 
    align-items: center;
 
    flex: 1 1 0px;
 
}
 
.round-list  li:before {
 
margin-right: 10px;
 
    content: counter(item);
 
    background-color: rgb(105,82,130);
 
    border-radius: 50%;
 
    color: white;
 
    width: 1.2em;
 
    text-align: center;
 
    display: inline-block;
 
    position: absolute;
 
 
     padding: 1em;
 
     padding: 1em;
    margin-top: -4.5em;
 
}
 
 
.round-list ol:nth-of-type(2) {
 
 
  counter-reset: item4;
 
counter-set: item4 4;
 
}
 
.round-list  ol:nth-of-type(2) li{
 
    counter-increment: item4;
 
}
 
.round-list  ol:nth-of-type(2) li:before{
 
    content: counter(item4);
 
}
 
 
.imagelink a{
 
    display: flex;
 
    flex-direction: column-reverse;
 
    align-items: center;
 
    color: white!important;
 
 
}
 
}
.imagelink a:before{
 
    content:'Testing Things';
 
    margin: 1em;
 
    background-color: rgb(105,82,130);
 
    border-radius: 12px;
 
    padding: 0.5em 1.3em!important;
 
    color: white!important;
 
    text-align: center;
 
    background-image: none!important;
 
    font-size: 1.6em;
 
    font-weight: 600;
 
}
 
 
.imagelink.host a:before{content:'Event Host';}
 
.imagelink.owner a:before{content:'Kiosk Owner';}
 
.imagelink.techlab a:before{content:'Tech Lab';}
 
 
 
}}
 
}}
  
<div class="round-list">
+
<div class="img-banner">
# Provide the event branding/look and feel to be incorporated as part of the lobby colors
+
<div>
# Create the final design of the images to be included in the lobby 3D scene (banners and presentation screen). See section: [[Lobby images.]]
+
[[File:Techlab_avatar_cropped.png|350px|techlab]]
# Ensure that all content available through the lobby meets [[content requirements]].
 
# Provide a list of the kiosks to be included in the vExpo exhibit area.
 
<div class="break"></div>
 
# Submit final content (i.e., links, images, text) prior to the submission deadline, using the [https://wiki.gccollab.ca/images/5/53/VExpo_Content_Submission_Template_Lobby.docx vExpo Lobby Content Submission Form ].
 
# Request permission from kiosk owners to include their existing kiosk in your vExpo event (where applicable).
 
# Coordinate and manage all event logistics and 3rd party applications (e.g., registration, promotion, webcast, networking tool).
 
# Review the live version of your vExpo (on test environment) and give the go-ahead to launch in production.
 
 
</div>
 
</div>
 
+
<div>
 
+
As the event host, your main responsibility is to provide the vExpo team with the final content and images to be integrated into the vExpo.
 +
For this, your role will be to:
 
</div>
 
</div>
<br>
 
 
 
|}
 
{| 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: black; background-color: white; font-size:1em;" |
 
 
<div style="column-count:1"> <div style="text-align: left">
 
 
[[File:Kioskowner1.png|1100px|Left]]
 
 
{{#css:
 
 
 
.container-horizontal{   
 
    display: flex;
 
    flex-direction: row;
 
    align-items: center;
 
    justify-content: space-evenly;
 
}
 
 
.container-horizontal>a{
 
    margin: 1em;
 
    background-color: rgb(105,82,130);
 
    border-radius: 12px;
 
    padding: 0.5em 1em!important;
 
    color: white!important;
 
    width: 100%;
 
    text-align: center;
 
    background-image: none!important;
 
    font-size: 1.6em;
 
    font-weight: 600;
 
}
 
 
.round-list ol {
 
  list-style: none;
 
  counter-reset: item;
 
    display: flex;
 
    flex-direction: row;
 
    align-items: stretch;
 
}
 
.round-list li {
 
    counter-increment: item;
 
    display: flex;
 
    flex-direction: column;
 
    background-color: #E4E6EA;
 
    padding: 3em 1em;
 
    margin: 1em;
 
    align-items: center;
 
    flex: 1 1 0px;
 
}
 
.round-list  li:before {
 
margin-right: 10px;
 
    content: counter(item);
 
    background-color: rgb(105,82,130);
 
    border-radius: 50%;
 
    color: white;
 
    width: 1.2em;
 
    text-align: center;
 
    display: inline-block;
 
    position: absolute;
 
    padding: 1em;
 
    margin-top: -4.5em;
 
}
 
 
.round-list ol:nth-of-type(2) {
 
 
  counter-reset: item4;
 
counter-set: item4 4;
 
}
 
.round-list  ol:nth-of-type(2) li{
 
    counter-increment: item4;
 
}
 
.round-list  ol:nth-of-type(2) li:before{
 
    content: counter(item4);
 
}
 
 
.imagelink a{
 
    display: flex;
 
    flex-direction: column-reverse;
 
    align-items: center;
 
    color: white!important;
 
}
 
.imagelink a:before{
 
    content:'Testing Things';
 
    margin: 1em;
 
    background-color: rgb(105,82,130);
 
    border-radius: 12px;
 
    padding: 0.5em 1.3em!important;
 
    color: white!important;
 
    text-align: center;
 
    background-image: none!important;
 
    font-size: 1.6em;
 
    font-weight: 600;
 
}
 
 
.imagelink.host a:before{content:'Event Host';}
 
.imagelink.owner a:before{content:'Kiosk Owner';}
 
.imagelink.techlab a:before{content:'Tech Lab';}
 
 
}}
 
 
<div class="round-list">
 
# Coordinate with your team, management and departmental communications team, what content and visuals should be included in your kiosk.
 
# Create the final kiosk design, following the [[kiosk design guidelines.]]
 
# Translate and request a linguistic review of all kiosk content, prior to submission.
 
# Ensure that all content available through the kiosk meets [[content requirements.]]
 
<div class="break"></div>
 
# Obtain final approvals from management and your internal communications team on the final kiosk content and design (prior to submitting to the vExpo team).
 
# Submit kiosk content, design and assets prior to the submission deadline, using the [https://drive.google.com/uc?id=1eNyLniPjhdAfIh6OwtUfDNyn1vjJuX8U&export=download Kiosk Content Submission Form.doc]
 
# Review the live version of your kiosk (on test environment) and give the go-ahead to launch in production.
 
# For updates to existing kiosks, your role will be to: Let the vExpo team know if updates are required to the kiosk (e.g., broken link).
 
 
</div>
 
<br>
 
 
|}
 
{| 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: black; background-color: white; font-size:1em;" |
 
 
<div style="column-count:1"> <div style="text-align: left">
 
 
[[File:Event_host_top.png|1100px|Left]]
 
 
{{#css:
 
 
 
.container-horizontal{   
 
    display: flex;
 
    flex-direction: row;
 
    align-items: center;
 
    justify-content: space-evenly;
 
}
 
 
.container-horizontal>a{
 
    margin: 1em;
 
    background-color: rgb(105,82,130);
 
    border-radius: 12px;
 
    padding: 0.5em 1em!important;
 
    color: white!important;
 
    width: 100%;
 
    text-align: center;
 
    background-image: none!important;
 
    font-size: 1.6em;
 
    font-weight: 600;
 
}
 
 
.round-list ol {
 
  list-style: none;
 
  counter-reset: item;
 
    display: flex;
 
    flex-direction: row;
 
    align-items: stretch;
 
}
 
.round-list li {
 
    counter-increment: item;
 
    display: flex;
 
    flex-direction: column;
 
    background-color: #E4E6EA;
 
    padding: 3em 1em;
 
    margin: 1em;
 
    align-items: center;
 
    flex: 1 1 0px;
 
}
 
.round-list  li:before {
 
margin-right: 10px;
 
    content: counter(item);
 
    background-color: rgb(105,82,130);
 
    border-radius: 50%;
 
    color: white;
 
    width: 1.2em;
 
    text-align: center;
 
    display: inline-block;
 
    position: absolute;
 
    padding: 1em;
 
    margin-top: -4.5em;
 
}
 
 
.round-list ol:nth-of-type(2) {
 
 
  counter-reset: item4;
 
counter-set: item4 4;
 
}
 
.round-list  ol:nth-of-type(2) li{
 
    counter-increment: item4;
 
}
 
.round-list  ol:nth-of-type(2) li:before{
 
    content: counter(item4);
 
}
 
 
.imagelink a{
 
    display: flex;
 
    flex-direction: column-reverse;
 
    align-items: center;
 
    color: white!important;
 
}
 
.imagelink a:before{
 
    content:'Testing Things';
 
    margin: 1em;
 
    background-color: rgb(105,82,130);
 
    border-radius: 12px;
 
    padding: 0.5em 1.3em!important;
 
    color: white!important;
 
    text-align: center;
 
    background-image: none!important;
 
    font-size: 1.6em;
 
    font-weight: 600;
 
}
 
 
.imagelink.host a:before{content:'Event Host';}
 
.imagelink.owner a:before{content:'Kiosk Owner';}
 
.imagelink.techlab a:before{content:'Tech Lab';}
 
 
}}
 
 
<div class="round-list">
 
# Provide the event branding/look and feel to be incorporated as part of the lobby colors
 
# Create the final design of the images to be included in the lobby 3D scene (banners and presentation screen). See section: [[Lobby images.]]
 
# Ensure that all content available through the lobby meets [[content requirements]].
 
# Provide a list of the kiosks to be included in the vExpo exhibit area.
 
<div class="break"></div>
 
# Submit final content (i.e., links, images, text) prior to the submission deadline, using the [https://wiki.gccollab.ca/images/5/53/VExpo_Content_Submission_Template_Lobby.docx vExpo Lobby Content Submission Form ].
 
# Request permission from kiosk owners to include their existing kiosk in your vExpo event (where applicable).
 
# Coordinate and manage all event logistics and 3rd party applications (e.g., registration, promotion, webcast, networking tool).
 
# Review the live version of your vExpo (on test environment) and give the go-ahead to launch in production.
 
</div>
 
 
  
 
</div>
 
</div>
<br>
 

Latest revision as of 13:03, 23 February 2023


techlab

As the event host, your main responsibility is to provide the vExpo team with the final content and images to be integrated into the vExpo. For this, your role will be to: