Changes

no edit summary
Line 1: Line 1: −
Judy Booth Award for Excellence in Access to Information and Privacy
+
{{#css:
 +
div.nav {
 +
    margin: 0;
 +
    background-color: #00264d;
 +
    color: #FFFFFF;
 +
    font-size: 0;
 +
    text-align: center;
 +
}
 +
div.nav ul {
 +
    padding: 0;
 +
    margin: 0;
 +
    list-style: none;
 +
    position: relative;
 +
}
 +
div.nav ul li {
 +
    display: inline-block;
 +
    background-color: #00264d;
 +
    color: #FFFFFF;
 +
    border-right: 1px solid white;
 +
}
 +
div.nav ul li:last-child {
 +
    border-right: none;
 +
}
 +
div.nav a {
 +
    display: block;
 +
    padding: 0 10px;
 +
    color: #FFFFFF;
 +
    font-size: 21px; /* 16pt equivalent */
 +
    font-weight: bold;
 +
    line-height: 60px;
 +
    text-decoration: none;
 +
    font-family: 'Trebuchet MS', sans-serif;
 +
}
 +
div.nav a:hover,
 +
div.nav a.mw-selflink,
 +
div.nav a.mw-selflink:hover {
 +
    color: #FFF;
 +
    background-color: #99ccff;
 +
}
   −
This award recognizes an individual or group for outstanding achievement in access to information and privacy (ATIP) in the Government of Canada.
+
/* Nav2 styling */
 +
div.nav2 {
 +
    margin: 0;
 +
    background-color: #cce6ff; /* Updated background color */
 +
    color: black;
 +
    font-size: 0;
 +
    text-align: center;
 +
}
 +
div.nav2 ul {
 +
    padding: 0;
 +
    margin: 0;
 +
    list-style: none;
 +
    position: relative;
 +
}
 +
div.nav2 ul li {
 +
    display: inline-block;
 +
    background-color: #cce6ff; /* Updated background color */
 +
    color: black;
 +
    border-right: 1px solid white;
 +
}
 +
div.nav2 ul li:last-child {
 +
    border-right: none;
 +
}
 +
div.nav2 a {
 +
    display: block;
 +
    padding: 0 10px;
 +
    color: black;
 +
    font-size: 16px; /* 12pt equivalent */
 +
    font-weight: normal;
 +
    line-height: 60px;
 +
    text-decoration: none;
 +
    font-family: 'Trebuchet MS', sans-serif;
 +
}
   −
Criteria
+
/* Nav3 styling */
• Supports the continued growth and improvement of colleagues in the ATIP community.
+
div.nav3 {
• Demonstrates a passion for privacy and transparency issues.
+
    margin: 0;
• Innovates to improve a digital or in person ATIP service.
+
    background-color: #fff5e6; /* Specified background color */
• Improves service delivery, transparency and collaboration related to ATIP requests in the Government of Canada.
+
    color: black;
 +
    font-size: 0;
 +
    text-align: center;
 +
}
 +
div.nav3 ul {
 +
    padding: 0;
 +
    margin: 0;
 +
    list-style: none;
 +
    position: relative;
 +
}
 +
div.nav3 ul li {
 +
    display: inline-block;
 +
    background-color: #fff5e6;
 +
    color: black;
 +
    border-right: 1px solid white;
 +
}
 +
div.nav3 ul li:last-child {
 +
    border-right: none;
 +
}
 +
div.nav3 a {
 +
    display: block;
 +
    padding: 0 8px; /* Slightly less padding for compactness */
 +
    color: black;
 +
    font-size: 14px; /* 11pt equivalent */
 +
    font-weight: bold; /* Bold text */
 +
    line-height: 50px; /* Reduced line height for compactness */
 +
    text-decoration: none;
 +
    font-family: 'Trebuchet MS', sans-serif;
 +
}
   −
Prix Judy Booth pour l’excellence en matière d’accès à l’information et de protection des renseignements personnels
+
/* Banner styling */
 +
.banner {
 +
    background-color: #e6f2ff;
 +
    padding: 15px;
 +
}
 +
.banner .container {
 +
    max-width: 500px;
 +
    display: block;
 +
    margin: 0 auto;
 +
}
 +
.banner .container img {
 +
    width: 100%;
 +
    height: auto;
 +
}
   −
Ce prix récompense une personne ou un groupe pour les réalisations exceptionnelles en matière d’accès à l’information et de protection des renseignements personnels (AIPRP) au sein du gouvernement du Canada.
+
/* Stylistic lines */
 +
.divider1 {
 +
    height: 6px; /* Updated height */
 +
    background-color: #ff6600;
 +
}
 +
.divider2 {
 +
    height: 6px; /* Updated height */
 +
    background-color: #ff9900;
 +
}
 +
}}
 +
<div class="banner">
 +
    <div class="container">
 +
        [[File:InfinityLogo_Rainbow_Blue_EN.png|500px|alt=Logo for Infinity - The Network for Neurodivergent Public Servants / Infinité - Le Réseau des fonctionnaires neurodivergents|center]]
 +
    </div>
 +
</div>
   −
Critères
+
<div class="nav">
• Appuie la croissance et le perfectionnement continus de collègues de la collectivité de l’AIPRP.
+
<ul>
• Démontre une passion pour les questions de protection des renseignements personnels ou de transparence.
+
<li>[[Infinity|Home]]</li>
• Trouve des façons novatrices d’améliorer la prestation virtuelle ou en personne des services d’AIPRP
+
<li>[[Infinity/About|About us]]</li>
• Améliore la prestation de services, la transparence et la collaboration en ce qui concerne les demandes de l'AIPRP au sein du gouvernement du Canada.
+
<li>[[Infinity/What is neurodiversity?|What is neurodiversity?]]</li>
 +
<li>[[Infinity/Membership|Get involved]]</li>
 +
<li>[[Infinity/Our team|Our team]]</li>
 +
<li>[[Infinity/Contact us|Contact us]]</li>
 +
</ul>
 +
</div>
 +
 
 +
<!-- First stylistic line -->
 +
<div class="divider1"></div>
 +
 
 +
<div class="nav2">
 +
<ul>
 +
<li>[[Infinity/Governance| Governance]]</li>
 +
<li>[[Infinity/Our impact| Our impact]]</li>
 +
<li>[[Infinity/Events and activities| Events and activities]]</li>
 +
<li>[[Infinity/Neurodiversity resources| Neurodiversity resources]]</li>
 +
<li>[https://www.gcpedia.gc.ca/wiki/Public_Service_Neurodiversity_Week_-_Semaine_de_la_neurodiversit%C3%A9_%C3%A0_la_fonction_publique | Public Service Neurodiversity Week]</li>
 +
<li>[[:en:Infinité - Le Réseau des fonctionnaires neurodivergents / Infinity - The Network for Neurodivergent Public Servants|FR]]</li>
 +
</ul>
 +
</div>
 +
 
 +
<!-- Second stylistic line -->
 +
<div class="divider2"></div>
 +
 
 +
<!-- Third navigation bar -->
 +
<div class="nav3">
 +
<ul>
 +
    <li style="font-weight:bold;"></li>
 +
    <li>[https://linktr.ee/infinityinfinite | Linktree]]</li>
 +
<li>[https://gcxgce.sharepoint.com/teams/10001139/SitePages/LearningTeamHome.aspx?sw=bypass&bypassReason=abandoned | GCX]]</li>
 +
    <li>[https://gccollab.ca/groups/profile/16315927/infinity-the-network-for-neurodivergent-public-servants-infinit-le-r-seau-des-fonctionnaires-neurodivergents | GCcollab]]</li>
 +
    <li>[https://www.linkedin.com/company/93649399 | LinkedIn]]</li>
 +
    <li>[mailto:infinity-infinite@tbs-sct.gc.ca | Email]]</li>
 +
</ul>
 +
</div>
156

edits