| Line 1: |
Line 1: |
| − | [[fr:Les_services_et_le_numerique_-_Liste_des_agents_designes_pour_la_gestion_de_la_cybersecurite_et_la_gestion_des_services]]
| |
| − |
| |
| − | {{GCb-head-eng}}
| |
| − |
| |
| − | <html>
| |
| − | <head>
| |
| − | <meta charset="utf-8">
| |
| − | <meta http-equiv="X-UA-Compatible" content="IE=edge">
| |
| − | <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
| |
| − | <title>Designated officials list | Service & Digital</title>
| |
| − | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
| |
| − | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
| |
| − | <link rel="stylesheet" href="styles.css">
| |
| − | <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
| |
| − |
| |
| − | <style>
| |
| − |
| |
| − | figcaption {
| |
| − | background-color: rgba(0,0,0,.5);
| |
| − | color: #fff;
| |
| − | padding: 0px;
| |
| − | }
| |
| − |
| |
| − | #linkcolor a {
| |
| − | color: #006666 !important;
| |
| − | }
| |
| − |
| |
| − | h6 {
| |
| − | padding-top: 25px;
| |
| − | padding-bottom: 5px;
| |
| − | }
| |
| − |
| |
| − | img {
| |
| − | max-width: 100%;
| |
| − | }
| |
| − |
| |
| − | .back2top {
| |
| − | text-align: right;
| |
| − | }
| |
| − |
| |
| − | .card-group{
| |
| − | margin: 10px;
| |
| − | }
| |
| − |
| |
| − | .card-text {
| |
| − | font-size: medium;
| |
| − | }
| |
| − |
| |
| − | .card-title {
| |
| − | font-size: 24px;
| |
| − | }
| |
| − |
| |
| − | .community {
| |
| − | display: grid;
| |
| − | grid-gap: 1rem;
| |
| − | grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
| |
| − | }
| |
| − |
| |
| − | .container {
| |
| − |
| |
| − | }
| |
| − |
| |
| − | .end {
| |
| − | background-color: white;
| |
| − | margin-top: -10px;
| |
| − | margin-bottom: -10px;
| |
| − | padding-top: 25px
| |
| − | }
| |
| − | .top {
| |
| − | background-color: #F0F0F0;
| |
| − | margin-top: -10px;
| |
| − | margin-bottom: -10px;
| |
| − | }
| |
| − |
| |
| − | .image-card {
| |
| − | position: relative;
| |
| − | width: 100%;
| |
| − | height: 100px;
| |
| − | margin: 0 auto;
| |
| − | overflow: hidden;
| |
| − | }
| |
| − |
| |
| − | .image-card img {
| |
| − | width: 100%;
| |
| − | }
| |
| − |
| |
| − | .img-container-block {
| |
| − | text-align: center;
| |
| − | }
| |
| − |
| |
| − | .lead {
| |
| − | color: white;
| |
| − | }
| |
| − |
| |
| − | .display-4 {
| |
| − | color: white;
| |
| − | }
| |
| − |
| |
| − | .white {
| |
| − | color: white;
| |
| − | }
| |
| − |
| |
| − | .black {
| |
| − | color: black;
| |
| − | }
| |
| − |
| |
| − | .jumbotron {
| |
| − | background-image: url("https://www.gcpedia.gc.ca/gcwiki/images/d/dd/Service-Digital-Banner-2020.png");
| |
| − |
| |
| − | }
| |
| − |
| |
| − | .row {
| |
| − | margin: 10px;
| |
| − | }
| |
| − |
| |
| − | @media (min-width: 576px) {
| |
| − | .card-columns {
| |
| − | column-count: 2;
| |
| − | }
| |
| − | }
| |
| − | @media (min-width: 768px) {
| |
| − | .card-columns {
| |
| − | column-count: 3;
| |
| − | }
| |
| − | }
| |
| − | @media (min-width: 992px) {
| |
| − | .card-columns {
| |
| − | column-count: 4;
| |
| − | }
| |
| − | }
| |
| − | @media (min-width: 1200px) {
| |
| − | .card-columns {
| |
| − | column-count: 5;
| |
| − | }
| |
| − | }
| |
| − |
| |
| − | /* Modify navigation menu background color */
| |
| − | .navbar {
| |
| − | background-color: #595959 !important;
| |
| − | }
| |
| − |
| |
| − | /* Modify main navigation text color */
| |
| − | .navbar .navbar-nav li a {
| |
| − | color: white !important;
| |
| − | }
| |
| − |
| |
| − | /* Modify main navigation text color */
| |
| − | .navbar .navbar-nav li {
| |
| − | padding: 0px 10px;
| |
| − | font-weight: 600;
| |
| − | }
| |
| − |
| |
| − | /* Modify main navigation hover color */
| |
| − | .navbar .navbar-nav li a:hover {
| |
| − | color: #bfbfbf !important;
| |
| − | }
| |
| − |
| |
| − | /* Modify main navigation active text color */
| |
| − | .navbar .navbar-nav .active {
| |
| − | color: #cccccc !important;
| |
| − | }
| |
| − |
| |
| − | /* Modify dropdown navigation text color */
| |
| − | .navbar .nav-item .dropdown-menu .dropdown-item {
| |
| − | color: grey !important;
| |
| − | }
| |
| − |
| |
| − | /* Modify dropdown navigation hover color */
| |
| − | .navbar .nav-item .dropdown-menu .dropdown-item:hover {
| |
| − | color: #009999 !important;
| |
| − | background-color: #f2f2f2 !important;
| |
| − | }
| |
| − |
| |
| − | /* Modify dropdown navigation active color */
| |
| − | .navbar .nav-item .dropdown-menu .active {
| |
| − | color: #009999 !important;
| |
| − | background-color: #f2f2f2 !important;
| |
| − | }
| |
| − |
| |
| − | /* Modify dropdown navigation decoration bar*/
| |
| − |
| |
| − | .nav-item::after{
| |
| − | content:'';
| |
| − | display:block;
| |
| − | width:0px;
| |
| − | height:0px !important;
| |
| − | background: white !impotant;
| |
| − | transition: 0.2s;
| |
| − | }
| |
| − | .nav-item:hover::after {
| |
| − | width:100%;
| |
| − | }
| |
| − |
| |
| − | .dropdown-item:focus, .dropdown-item:hover {
| |
| − | background: white !important;
| |
| − | }
| |
| − |
| |
| − | .collapse show {
| |
| − | border: none!
| |
| − | }
| |
| − |
| |
| − | </style>
| |
| − | </head>
| |
| − | <body>
| |
| − |
| |
| − | <!-- NAVBAR -->
| |
| − | <nav class="navbar navbar-expand-md fixed-top">
| |
| − | <a class="navbar-brand" href="https://www.gcpedia.gc.ca/wiki/Main_Page"><a class="navbar-brand" href="https://www.gcpedia.gc.ca/wiki/Main_Page"><img src="http://www.gcpedia.gc.ca/gcwiki/images/c/c5/Logo-GCpedia%402x.svg" width="108" height="55" alt="GCpedia"></a>
| |
| − | <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
| |
| − | <span class="navbar-toggler-icon"></span>
| |
| − | </button>
| |
| − |
| |
| − | <!-- MENU -->
| |
| − | <div class="collapse navbar-collapse" id="navbarSupportedContent">
| |
| − | <ul class="navbar-nav mr-auto">
| |
| − |
| |
| − | <li class="nav-item">
| |
| − | <a class="nav-link" href="https://www.gcpedia.gc.ca/wiki/Service_and_digital">Service + Digital</a>
| |
| − | </li>
| |
| − |
| |
| − | <li class="nav-item">
| |
| − | <a class="nav-link" href="https://www.gcpedia.gc.ca/wiki/Service_and_digital_-_Consultations">Consultations</a>
| |
| − | </li>
| |
| − |
| |
| − | <li class="nav-item dropdown">
| |
| − | <a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Designated officials</a>
| |
| − | <div class="dropdown-menu" aria-labelledby="navbarDropdown">
| |
| − |
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/Service_and_Digital_-_Service_Management_designated_officials">Service Management</a>
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/Service_and_Digital_-_Service_OfficialsCouncil">Service Officials Council (SOC)</a>
| |
| − | <a class="dropdown-item active" href="https://www.gcpedia.gc.ca/wiki/Service_and_Digital_-_List_of_designated_officials_for_Cyber_Security_and_Service_Management">List of Designated Officials</a>
| |
| − | <div class="dropdown-divider"></div>
| |
| − |
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/GC_Cyber_Security_Management">Cyber Security</a>
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/Service_and_Digital_-_DOCS_Council">Designated Officials for Cyber Security (DOCS) Council</a>
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/Service_and_Digital_-_List_of_designated_officials_for_Cyber_Security_and_Service_Management">List of Designated Officials</a>
| |
| − | <div class="dropdown-divider"></div>
| |
| − |
| |
| − | <a class="dropdown-item" href="https://www.tbs-sct.gc.ca/ap/list-liste/cio-dpi-eng.asp">List of CIOs</a>
| |
| − | </div>
| |
| − | </li>
| |
| − |
| |
| − | <li class="nav-item dropdown">
| |
| − | <a class="nav-link dropdown-toggle" href="https://www.gcpedia.gc.ca/wiki/GC_IMToolkit" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Information Management Toolkit</a>
| |
| − |
| |
| − | <div class="dropdown-menu" aria-labelledby="navbarDropdown">
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/GC_IMToolkit">Welcome</a>
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/GC_IMToolkit_IMPRR">IM Policy Review and Refresh</a>
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/GC_IMToolkit_IMLeaders">IM Leaders Group</a>
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/GC_IMToolkit_WorkingRemotely">Working Remotely</a>
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/GC_IMToolkit_Guidance">General IM Guidance and Resources</a>
| |
| − | <a class="dropdown-item" href="https://www.gcpedia.gc.ca/wiki/GC_IMToolkit_FAQ">Frequently Asked Questions</a>
| |
| − | </div>
| |
| − |
| |
| − | </li>
| |
| − |
| |
| − | </div>
| |
| − | </nav>
| |
| − |
| |
| − | <!-- JUMBOTRON -->
| |
| − | <div class="jumbotron jumbotron-fluid" style="margin-bottom:0px; margin-top:0px">
| |
| − | <div class="container">
| |
| − | <br>
| |
| − | </div>
| |
| − | </div>
| |
| − |
| |
| | <!-- MAIN CONTENT AREA --> | | <!-- MAIN CONTENT AREA --> |
| | <section style="background-color:#F0F0F0;padding-bottom:10px; padding-top:25px;"> | | <section style="background-color:#F0F0F0;padding-bottom:10px; padding-top:25px;"> |
| Line 880: |
Line 614: |
| | </div> | | </div> |
| | </section> | | </section> |
| − |
| |
| − | <!-- ========================================================= -->
| |
| − | </body>
| |
| − | </html>
| |
| − |
| |
| − | {{GCb-css-core}}
| |
| − | {{GCb-css-override}}
| |