Changes

9,901 bytes added ,  13:06, 24 July 2023
m
no edit summary
Line 1: Line 1:  +
{{#css:
 +
 +
body {
 +
font-family: 'Nunito Sans', sans-serif;
 +
            }
 +
 +
.res-img img {
 +
        max-width:100%;
 +
        height:auto;
 +
            }
 +
 +
#topten {
 +
        margin-top: 2.2em;
 +
            }
 +
 +
.btn {
 +
  display: inline-block;
 +
  margin-bottom: 0;
 +
  font-weight: 400;
 +
  text-align: center;
 +
  white-space: nowrap;
 +
  vertical-align: middle;
 +
  -ms-touch-action: manipulation;
 +
  touch-action: manipulation;
 +
  cursor: pointer;
 +
  background-image: none;
 +
  border: 1px solid transparent;
 +
  padding: 6px 6px;
 +
  font-size: 14px;
 +
  line-height: 1.42857143;
 +
  border-radius: 20px;
 +
        width: auto; 
 +
        height: auto;
 +
        background-color: rgba(85, 73, 92,0.8);
 +
        border: 1px solid rgb(85, 73, 92);
 +
        transition: 1s ease;
 +
            }
 +
 +
.btn a {
 +
        color: rgb(255, 255, 255);
 +
        text-decoration: none;
 +
            }
 +
 +
.btn a.external {
 +
        color: rgb(255, 255, 255);
 +
        text-decoration: none;
 +
            }
 +
 +
.btn a.external:visited {
 +
color: rgb(255, 255, 255);
 +
        text-decoration: none;
 +
            }
 +
 +
.btn a.external:hover {
 +
color: rgb(255,255,255);
 +
        text-decoration: underline;
 +
            }
 +
 +
.btn:hover {
 +
  background-color: rgba(85, 73, 92,0.5);
 +
        transition: 1s ease;
 +
        text-decoration: underline;
 +
            }
 +
 +
 +
.mainpage_row {
 +
display: flex;
 +
flex-direction: row;
 +
flex-flow: row wrap;
 +
justify-content: space-between;
 +
padding: 0;
 +
margin: 0 -5px 0 -5px;
 +
            }
 +
 +
.mainpage_box {
 +
flex: 1;
 +
margin: 5px;
 +
min-width: 210px;
 +
border: 0px solid #CCC;
 +
padding: 10px 10px 10px 10px;
 +
            }
 +
 +
.mainpage_box h2 {
 +
    color: rgb(109,82,139);
 +
    font-family: 'Rubik', sans-serif;
 +
    font-size: 24px;
 +
            }
 +
 +
.mainpage_box h3 {
 +
color: rgb(109,82,139);
 +
font-family: 'Rubik', sans-serif;
 +
font-size: 21px;
 +
font-weight: normal;
 +
            }
 +
 +
.learnBar {
 +
        padding: 10px;
 +
        margin: 5px 0px 0px 0px;
 +
  border: 1px solid purple;
 +
        border-radius: 20px;
 +
            }
 +
 +
.searchBar {
 +
        background-color: rgb(0,0,128);
 +
        color: rgb(255,255,255);
 +
        padding: 10px;
 +
  border: 1px solid transparent;
 +
        border-radius: 20px;
 +
            }
 +
 +
.searchBar a {
 +
        color: rgb(255,255,255);
 +
            }
 +
 +
.start {
 +
        font-family: 'Nunito Sans', sans-serif;
 +
        background-color: rgba(85, 73, 92,0.8);
 +
        border: 1px solid rgb(85, 73, 92);
 +
        color: rgb(255,255,255);
 +
        padding: 10px;
 +
        max-width:50%;
 +
        height:auto;
 +
            }
 +
 +
.start:hover {
 +
  background-color: rgba(85, 73, 92,0.5);
 +
        transition: 1s ease;
 +
            }
 +
 +
.items a {
 +
color: rgb(255,255,255);
 +
        text-decoration: none;
 +
white-space: nowrap;
 +
            }
 +
 +
.items a:visited {
 +
color: rgb(255,255,255);
 +
        text-decoration: none;
 +
            }
 +
 +
.items a:hover {
 +
color: rgb(255,255,255);
 +
        text-decoration: underline;
 +
            }
 +
 +
.items a.external {
 +
color: rgb(255,255,255);
 +
        text-decoration: none;
 +
            }
 +
 +
.items a.external:visited {
 +
color: rgb(255,255,255);
 +
        text-decoration: none;
 +
            }
 +
 +
.items a.external:hover {
 +
color: rgb(255,255,255);
 +
        text-decoration: underline;
 +
            }
 +
 +
.fadein img {
 +
opacity:1;
 +
        transition: 1s ease;
 +
            }
 +
 +
.fadein img:hover {
 +
opacity:0.5;
 +
transition: 1s ease;
 +
            }
 +
 +
.start-icon {
 +
margin: 0px 5px 0px 5px;
 +
            }
 +
 +
.alert {
 +
border: 1px solid transparent;
 +
            }
 +
 +
.alert-primary {
 +
background-color: rgba(1, 204, 220, 0.16);
 +
box-shadow: 0px 0px 2px #03fff5;
 +
border-color: rgb(1, 204, 220);
 +
border-style: solid;
 +
border-left: 3px solid  #2f6aa5;
 +
border-right: 3px solid  #2f6aa5;
 +
border-bottom-right-radius: 6px;
 +
border-top-right-radius: 6px;
 +
border-bottom-left-radius: 6px;
 +
border-top-left-radius: 6px;
 +
padding: 3px 10px 3px 10px;
 +
            }
 +
 +
.alert-primary:hover {
 +
background-color: rgba(1, 204, 220, 0.3);
 +
transition: 0.5s;
 +
            }
 +
 +
.times
 +
{
 +
-webkit-animation: blink 2s 1 both;
 +
        animation: blink 2s 1 both;
 +
            }
 +
 +
@-webkit-keyframes blink {
 +
  0%,
 +
  50%,
 +
  100% {
 +
    opacity: 1;
 +
  }
 +
  25%,
 +
  75% {
 +
    opacity: 0;
 +
  }
 +
            }
 +
@keyframes blink {
 +
  0%,
 +
  50%,
 +
  100% {
 +
    opacity: 1;
 +
  }
 +
  25%,
 +
  75% {
 +
    opacity: 0;
 +
  }
 +
            }
 +
 +
}}
 +
 
<multilang>  
 
<multilang>  
@en|
+
@en|__NOTOC__
__NOTOC__
+
 
__NOEDITSECTION__
+
<div class="mainpage_row">
<!--The following line of code hides the page title-->
+
<div class="mainpage_box">
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
+
<h2><span> Welcome to the safe travel wiki for educators!</span></h2>
<div style="font-size: 200%">'''Welcome to our toolkit for post secondary institutions'''</div>
+
<div>
[[File:Books lce.png|right|40%]]
+
This wiki is hosted by the Consular and emergency communications team at Global affairs Canada to facilitate collaboration with Canadian post-secondary institutions.
{{LCEheading}}
+
The resources in this hub will help ensure Canadian faculty and students travelling abroad know the support available from the Government of Canada.
<div style="font-size: 125%">Seeking to book a pre-departure session with us? Contact us at [mailto:outreach.sensibilisation@international.gc.ca outreach.sensibilisation@international.gc.ca] </div>
+
</div>
 +
<div class="learnBar"><div class="btn">[https://travel.gc.ca/travelling/health-safety/youth Visit]</div> our webpage for <u>[https://travel.gc.ca/travelling/health-safety/youth students and youth]</u> to access helpful information before travelling outside Canada.
 +
</div>
 +
</div>
 +
 
 +
<div class="mainpage_box">
 +
<h2>Featured webpages</h2>
 +
<br>
 +
{| style="text-align: center;"
 +
|- 
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:LCE Advice.png|100px|link= https://travel.gc.ca/travelling/advisories]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:LCE_Health.png |100px|link= https://travel.gc.ca/travelling/health-safety]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:LCE_Register.png|100px|link= https://travel.gc.ca/travelling/registration]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:LCE_Insurance.png|100px|link= https://travel.gc.ca/travelling/documents/travel-insurance]]
 +
|-
 +
| style="padding: 0px 10px" | [https://travel.gc.ca/travelling/advisories Travel advice]
 +
| style="padding: 0px 10px" | [https://travel.gc.ca/travelling/health-safety Travel health and safety]
 +
| style="padding: 0px 10px" | [https://travel.gc.ca/travelling/registration Registration of Canadians abroad]
 +
| style="padding: 0px 10px" | [https://travel.gc.ca/travelling/documents/travel-insurance Travel insurance]
 +
|}
 +
 
 +
</div>
 +
</div>
 +
 
 +
<div class="mainpage_row">
 +
<div class="mainpage_box">
 +
<h2>Getting started</h2>
 +
    <div class="items">
 +
Browse these resources to become familiar with GCwiki and start contributing:
 +
  [[File:Student.png|33px|link=]]  <span class="start" style="margin: 1px; line-height: 4em;">[https://travel.gc.ca Common questions and answers]</span>
 +
  [[File:Heart.png|33px|link=]]  <span class="start" style="margin: -8px; line-height: 4em">[https://travel.gc.ca Download digital promotional items]</span>
 +
  [[File:Search.png|33px|link=]]  <span nowrap class="start" style="margin: 1px; line-height: 4em">[https://travel.gc.ca Find information]</span>
 +
</div>
 +
</div>
 +
 
 +
<div class="mainpage_box">
 +
<h2>Pages you may be interested in</h2>
 +
{| style="width: 100%;" -
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 1. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 6. [https://travel.gc.ca Website review]
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 2. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 7. [https://travel.gc.ca Website review]
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 3. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 8. [https://travel.gc.ca Website review]
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 4. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 9. [https://travel.gc.ca Website review]
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 5. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 10. [https://travel.gc.ca Website review]
 +
|}
 +
 
 +
<h2>Pages looking for your input</h2>
 +
{| style="width: 100%;" -
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 1. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" |
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 2. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" |
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 3. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" |
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 4. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" |
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 5. [https://travel.gc.ca Website review]
 +
| style="padding: 0px 0px 0px 30px; width: 50%" |
 +
|}
 +
</div>
 +
</div>
 +
 
 +
<div class="mainpage_row">
 +
<div class="mainpage_box">
 +
<h2>About the platform</h2>
 +
<br>
 +
{| style="text-align: center;"
 +
|- 
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Question mark icon.png|100px|link=https://travel.gc.ca]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Chat icon.png|100px|link=mailto:outreach.sensibilisation@international.gc.ca]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Twitter2.png|100px|link=https://twitter.com/TravelGoC]]
 +
|-
 +
| style="padding: 0px 10px" | [https://support.gccollab.ca/en/support/home Our website]
 +
| style="padding: 0px 10px" | [mailto:outreach.sensibilisation@international.gc.ca Contact us]
 +
| style="padding: 0px 10px" | [https://twitter.com/gccollab Follow us on Twitter]
 +
|}
 +
 
 +
</div>
 +
</div>
 +
 
 +
<div class="mainpage_row">
 +
<div class="mainpage_box">
 +
<h2>Help resources by </h2>
 +
<br>
 +
{| style="text-align: center;"
 +
|- 
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Compass.png|100px|link=https://www.travel.gc.ca]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Edit2.png|100px|link=https://www.travel.gc.ca]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Text.png|100px|link=https://www.travel.gc.ca]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:More.png|100px|link=https://www.travel.gc.ca]]
 +
|-
 +
| style="padding: 0px 10px" | [https://www.travel.gc.ca Navigation]
 +
| style="padding: 0px 10px" | [https://www.travel.gc.ca]
 +
| style="padding: 0px 10px" | [https://www.travel.gc.ca]
 +
| style="padding: 0px 10px" | [https://www.travel.gc.ca]
 +
|}
 +
 
 +
</div>
 +
</div>
 +
 
 +
 
   −
=== Some info ===
+
<!-- French Starts here -->
blah blah blah
     −
=== Some more info ===
  −
blah blah blah
     −
=== Another line of text ===
  −
blah blah blah
      +
@fr|__NOTOC__
 +
<!--Avis système
 +
<div class="mainpage_row">
 +
<div class="mainpage_box">
 +
<h2><span> Bienvenue sur voyage.gc.ca!</span></h2>
 +
<div>
 +
GCwiki est un wiki public hébergé par le gouvernement du Canada et destiné à faciliter la collaboration et l’échange de connaissances.
 +
</div>
 
</multilang>
 
</multilang>
465

edits