Difference between revisions of "GAC/post-secondary"

From wiki
Jump to navigation Jump to search
m
m
 
(189 intermediate revisions by the same user not shown)
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(85,73,92);
 +
    font-family: 'Rubik', sans-serif;
 +
    font-size: 24px;
 +
            }
 +
 +
.mainpage_box h3 {
 +
color: rgb(85,73,92);
 +
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__
 
 
<!--The following line of code hides the page title-->
 
<!--The following line of code hides the page title-->
[[File:Books lce.png|right|40%]]
+
[[File:WikiButtonFrench.png|300px|frameless|right|link=https://wiki.gccollab.ca/AMC/post-secondaire]]
 
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
 
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
<div style="font-size: 200%">'''Welcome to our toolkit for post secondary institutions'''</div>
+
<div style="font-size: 200%"><span style="color: #55495C">'''Welcome to the safe travel wiki for educators!'''</div>
{{LCEheading}}
+
<div class="mainpage_row">
<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 class="mainpage_box">
 +
<h2><span> '''About this page''' </span></h2>
 +
<div>
 +
This page aims to give you a better understanding of the Government of Canada’s information, advice, services and tools to help your faculty and students travel safely abroad. We hope this wiki is a helpful tool to foster engagement and collaboration with your institution.
 +
<h3><span> '''Who we are''' </span></h3>
 +
Our team's mandate is to increase awareness among the Canadian public of the information and services available to them when travelling or living abroad, to help them make informed decisions. 
 +
<br><br>
 +
'''We can help your institution by:'''
 +
* Guiding you through the pertinent sections of [https://travel.gc.ca/ Travel.gc.ca] to prepare for travelling or living abroad. This includes our destination-specific Travel Advice and Advisories.
 +
* Explaining the consular services available to Canadians abroad, including emergency assistance. 
 +
<br><br>
 +
<div class="learnBar">
 +
[[File:STP_ENG_wiki.png |250px|link= https://travel.gc.ca/travelling/safe-travel-planner/intro]]  [[File:Webpage_ENG_wiki.png |250px|link=https://travel.gc.ca/travelling/health-safety/youth]]
 +
</div>
 +
</div>
 +
 
 +
</div>
 +
<br>
 +
 
 +
 
 +
<div class="mainpage_box">
 +
<h2>'''Start collaborating''' </h2>
 +
<br>
 +
 +
{| style="text-align: center;"
 +
|- 
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Collabs_ENG_wiki.png |250px|link= https://wiki.gccollab.ca/Images/b/b2/FINAL-_Intro_Presentation_-_ENG.pdf]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Dowloadables_ENG_wiki.png |250px|link= https://wiki.gccollab.ca/GAC/post-secondary/downloads]]
 +
|-
 +
| style="padding: 0px 10px" | [https://wiki.gccollab.ca/Images/b/b2/FINAL-_Intro_Presentation_-_ENG.pdf '''<big>Collaboration opportunities</big>''']
 +
| style="padding: 0px 10px" | [https://wiki.gccollab.ca/GAC/post-secondary/downloads '''<big>Download promotional items</big>''']
 +
|}
 +
<br>
 +
{| style="text-align: center;"
 +
|- 
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Webinar_ENG_wiki.png |250px|link=https://wiki.gccollab.ca/GAC/post-secondary/predeparture]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Content_ENG_wiki.png |250px|link=https://wiki.gccollab.ca/GAC/post-secondary/web_Process_to_update_your_web_content]]
 +
|-
 +
| style="padding: 0px 10px" | [[GAC/post-secondary/predeparture | '''<big>Presenting our content</big>''']]
 +
| style="padding: 0px 10px" | [[GAC/post-secondary/web_Process_to_update_your_web_content | '''<big>Updating your content</big>''']]
 +
|}
 +
</div>
 +
</div>
 +
<div class="mainpage_row">
 +
<div class="mainpage_box">
 +
<h2>'''Connect with us'''</h2>
 +
<br>
 +
{| style="text-align: center;"
 +
|- 
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:TwitterXwiki.png|200px|link=https://twitter.com/TravelGoC]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:FBwiki.png|200px|link=https://facebook.com/travelgoc]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:YTwiki.png|200px|link=https://www.youtube.com/playlist?list=PLI-XuG0q34g1JUdW6y2q6wBuzJw1XDBa4]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Contactwiki.png|200px|link=https://travel.gc.ca/stay-connected/subscribe]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Subscribewiki.png|200px|link=mailto:outreach.sensibilisation@international.gc.ca]]
 +
 
 +
|-
 +
| style="padding: 0px 10px" | [https://twitter.com/travelgoc '''<big>Follow us on X (Twitter)</big>''']
 +
| style="padding: 0px 10px" | [https://facebook.com/travelgoc '''<big>Follow us on Facebook</big>''']
 +
| style="padding: 0px 10px" | [https://www.youtube.com/playlist?list=PLI-XuG0q34g1JUdW6y2q6wBuzJw1XDBa4 '''<big>Watch us on YouTube</big>''']
 +
| style="padding: 0px 10px" | [https://travel.gc.ca/stay-connected/subscribe '''<big>Subscribe to daily updates</big>''']
 +
| style="padding: 0px 10px" | [mailto:outreach.sensibilisation@international.gc.ca '''<big>Contact us</big>''']
 +
|}
 +
 
 +
</div>
 +
</div>
 +
 
 +
<div class="mainpage_box">
 +
<h2>'''Featured webpages'''</h2>
 +
<br>
 +
{| style="text-align: center;"
 +
|- 
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:TAASwiki.png|200px|link= https://travel.gc.ca/travelling/advisories]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Healthwiki.png|200px|link= https://travel.gc.ca/travelling/health-safety]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:ROCAwiki.png|200px|link= https://travel.gc.ca/travelling/registration]]
 +
| class="res-img fadein" style="padding: 0px 10px" | [[File:Insurancewiki.png|200px|link= https://travel.gc.ca/travelling/documents/travel-insurance]]
 +
|-
 +
| style="padding: 0px 10px" | [https://travel.gc.ca/travelling/advisories '''<big>Destination advice</big>''']
 +
| style="padding: 0px 10px" | [https://travel.gc.ca/travelling/health-safety '''<big>Travel health and safety</big>''']
 +
| style="padding: 0px 10px" | [https://travel.gc.ca/travelling/registration '''<big>Registration of trips</big>''']
 +
| style="padding: 0px 10px" | [https://travel.gc.ca/travelling/documents/travel-insurance '''<big>About travel insurance</big>''']
 +
|}
 +
</div>
 +
</div>
 +
 
 +
<div class="mainpage_row">
 +
<div class="mainpage_box">
 +
<h2>'''Other pages you may be interested in'''</h2>
 +
{| style="width: 100%;" -
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 1. [https://travel.gc.ca/travelling/documents/dual-citizenship '''Dual citizens''']
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 6. [https://travel.gc.ca/assistance/embassies-consulates '''Embassies and consulates by destination''']
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 2. [https://travel.gc.ca/travelling/health-safety/youth '''Students and youth''']
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 7. [https://travel.gc.ca/travelling/health-safety/clinic '''Find a travel health clinic''']
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 3. [https://travel.gc.ca/assistance/emergency-assistance '''Emergency information''']
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 8. [https://travel.gc.ca/assistance/emergency-info/roca-faq '''Registration of Canadians Abroad - FAQ''']
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 4. [https://travel.gc.ca/travelling/health-safety/lgbt-travel '''2SLGBTQI+ travellers''']
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 9. [https://travel.gc.ca/travelling/documents '''Travel documents''']
 +
|-
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 5. [https://travel.gc.ca/travelling/health-safety/advice-for-women-travellers '''Women travellers''']
 +
| style="padding: 0px 0px 0px 30px; width: 50%" | 10. [https://travel.gc.ca/assistance/emergency-info/consular '''About consular services''']
 +
|}
 +
 
 +
</div>
 +
</div>
 +
 
 +
<br><br>
 +
[[File:CAwordmark.png|500px|frameless|right]]
  
 
</multilang>
 
</multilang>

Latest revision as of 18:47, 18 November 2023


WikiButtonFrench.png
Welcome to the safe travel wiki for educators!

About this page

This page aims to give you a better understanding of the Government of Canada’s information, advice, services and tools to help your faculty and students travel safely abroad. We hope this wiki is a helpful tool to foster engagement and collaboration with your institution.

Who we are

Our team's mandate is to increase awareness among the Canadian public of the information and services available to them when travelling or living abroad, to help them make informed decisions.

We can help your institution by:

  • Guiding you through the pertinent sections of Travel.gc.ca to prepare for travelling or living abroad. This includes our destination-specific Travel Advice and Advisories.
  • Explaining the consular services available to Canadians abroad, including emergency assistance.



STP ENG wiki.png Webpage ENG wiki.png





CAwordmark.png