Line 1: |
Line 1: |
− | <html>
| + | How to display HTML? |
− | | |
− | <!-- SecH : HEADER -->
| |
− | | |
− | <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>Policy on Service & Digital Crossword</title>
| |
− | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" 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">
| |
− | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
| |
− | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
| |
− |
| |
− | <style>
| |
− | | |
− | /*==========INCLUDE CUSTOM CSS right here==============*/
| |
− | | |
− | .snoop-dogg{background-color:pink;}
| |
− | | |
− | .jumbotron {
| |
− | padding-top: 60px;
| |
− | }
| |
− | | |
− | * {
| |
− | box-sizing: border-box;
| |
− | }
| |
− | | |
− | p.a {
| |
− | margin-left: 120px;
| |
− | }
| |
− | | |
− | .column1 {
| |
− | float: left;
| |
− | width: 50%;
| |
− | padding: 20px;
| |
− | height: relative;
| |
− | }
| |
− | | |
− | .row:after {
| |
− | content: "";
| |
− | display: table;
| |
− | clear: both;
| |
− | }
| |
− | | |
− | @media screen and (max-width: 850px) {
| |
− | .column1 {
| |
− | width: 100%;
| |
− | }
| |
− | }
| |
− | | |
− | .cities {
| |
− | outline: none;
| |
− | color: black;
| |
− | margin: 20px;
| |
− | padding: 20px;
| |
− | }
| |
− | | |
− | a:hover, a:visited, a:link, a:active
| |
− | {
| |
− | text-decoration: none;
| |
− | }
| |
− | | |
− | .cities:hover {
| |
− | transition: 0.7s ease;
| |
− | background-color: #fffff;
| |
− | }
| |
− | | |
− | h1 {
| |
− | color: navy
| |
− | }
| |
− | | |
− | h3 {
| |
− | color: navy;
| |
− | }
| |
− | | |
− | h4 {
| |
− | color: navy;
| |
− | }
| |
− | | |
− | div.width {
| |
− | width: 60%;
| |
− | margin: left;
| |
− | }
| |
− | | |
− | .column {
| |
− | float: left;
| |
− | width: 20%;
| |
− | padding: 10px;
| |
− | height: 225px;
| |
− | }
| |
− | | |
− | .bottom {
| |
− | background-color: #c4c2d7;
| |
− | background-size:cover;
| |
− | background-repeat:no-repeat;
| |
− | height:5px;
| |
− | }
| |
− | | |
− | .column2 {
| |
− | float: left;
| |
− | width: 100%;
| |
− | padding: 5px;
| |
− | height: 20px;
| |
− | }
| |
− | | |
− | .site-footer {
| |
− | padding-top: 15px;
| |
− | background-color: #8F9A9D;
| |
− | padding-bottom: 15px;
| |
− | !important;
| |
− | }
| |
− | | |
− | div.fontsize {
| |
− | font-size: 13px;
| |
− | }
| |
− | | |
− | .table {
| |
− | margin: auto;
| |
− | width: 80% !important;
| |
− | }
| |
− | | |
− | /* Style the button that is used to open and close the collapsible content */
| |
− | | |
− | .collapsible {
| |
− | background-color: #fff3e3;
| |
− | color: black !important;
| |
− | cursor: pointer;
| |
− | padding: 18px !important;
| |
− | width: 100% !important;
| |
− | border: none !important;
| |
− | text-align: left !important;
| |
− | outline: none !important;
| |
− |
| |
− | }
| |
− | | |
− | .active, .collapsible:hover {
| |
− | background-color: #e8f7f4;
| |
− | }
| |
− | | |
− | | |
− | .content {
| |
− | padding: 0 18px;
| |
− | display: none;
| |
− | overflow: hidden;
| |
− | background-color: #F8F8F8;
| |
− |
| |
− | }
| |
− | | |
− | .trivia {
| |
− | font-size: 20px;
| |
− | font-family: Helvetica;
| |
− | font-weight: normal;
| |
− | }
| |
− | | |
− | </style>
| |
− | </head>
| |
− | | |
− | <!-- /JUMBO INCLUDE -->
| |
− | <!-- TOP NAV -->
| |
− | | |
− | <body>
| |
− | <section class="super-body">
| |
− | <header>
| |
− | </header>
| |
− | <nav class="navbar navbar-default navbar-fixed-top">
| |
− | <div class="container-fluid">
| |
− | <div class="navbar-header; style="background color: #f1f1f1">
| |
− | <a class="navbar-brand" href="http://www.gcpedia.gc.ca/" style="padding-top:13px;">
| |
− | <img src="https://www.gcpedia.gc.ca/gcwiki/images/5/58/Gcpedia-bow.png" height="26" width="105" alt="GCpedia"><button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
| |
− | <a class="navbar-brand" href="http://www.gcpedia.gc.ca/wiki/PSD Bust Silos Event"><i class="fa fa-home" aria-hidden="true" style="padding-right: 10px"></i></a>
| |
− | </div>
| |
− | | |
− | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
| |
− | <ul class="nav navbar-nav navbar-right">
| |
− | <li><a href="https://www.gcpedia.gc.ca/wiki/Recoop_testpage">Busting Silos Home</a></li>
| |
− | <li ><a href="mailto:ServiceDigital-ServicesNumerique@tbs-sct.gc.ca">Contact Us</a></li>
| |
− | <li ><a href="http://www.gcpedia.gc.ca/wiki/PSN Démanteler les cloisons">FR</a></li>
| |
− | <li ><a href="https://www.gcpedia.gc.ca/gcwiki/index.php?title=Sharontwiss-test-2-FR&action=edit">Edit Source</a></li>
| |
− | </ul>
| |
− | </div>
| |
− | </div>
| |
− | </nav>
| |
− | | |
− | <!-- /TOP NAV -->
| |
− | | |
− | <!-- START: JUMBOTRON -->
| |
− | | |
− | <div class="jumbotron" style="background-image:url('https://www.gcpedia.gc.ca/gcwiki/images/6/63/Puzzle.slice.jpg');background-size:cover;background-repeat:no-repeat;height:350px" Jigsaw teamwork concept with four wood puzzle pieces on a light blue background"> <!--Attribute:<a href='https://www.freepik.com/photos/business'>Business photo created by rawpixel.com - www.freepik.com</a> -->
| |
− | <div class="container">
| |
− | <h1><strong>Politique sur <br>les services et le numérique<br>mots croisés</h1></strong>
| |
− | <div class="width">
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | | |
− | <!-- /JUMBOTRON SECTION -->
| |
− | | |
− | <!-- CROSSWORD -->
| |
− | | |
− | <br><br><br>
| |
− | | |
− | <main>
| |
− | <div class="container">
| |
− | <div class="row">
| |
− | <div class="paddingː 8px">
| |
− | <p style="font-size:33px"><font color="#5698A8">Démanteler les cloisons : Mots croisés</font></p>
| |
− | <p class="trivia">Rendez l'apprentissage de la Politique sur es services et le numérique amusant en complétant ce mot croisé innovant.</p>
| |
− | <p class="trivia">Commencez en cliquant sur <strong>le grand bouton bleu ! </strong></p>
| |
− | | |
− | <div class="container">
| |
− | <div class="row">
| |
− | <div class="paddingː 8px">
| |
− | <script type="text/javascript" src="https://CrosswordHobbyist.com/embedjs?puzzle_id=841233"></script>
| |
− | </div>
| |
− | </div>
| |
− | </main>
| |
− | | |
− | <!-- /CROSSWORD -->
| |
− | | |
− | <br><br><br>
| |
− | | |
− | <img class="center-block" src="https://www.gcpedia.gc.ca/gcwiki/images/8/82/Silobust.png" alt="Busting Silos Logo">
| |
− | <!-- =========== START OF FOOTER ============ -->
| |
− | | |
− | <main>
| |
− | <section class="site-footer">
| |
− | <div class="container">
| |
− | <div class="row">
| |
− | <div class="col-sm-12 text-center">
| |
− | <h6><font color="white">Brought to you by the Digital Policy Division on behalf of the Office of the Chief Information Officer & the Canada School of Public Service</font></h6>
| |
− | </div>
| |
− | </div>
| |
− | </div>
| |
− | </main>
| |
− | </section>
| |
− | | |
− | | |
− | | |
− | </body>
| |
− | | |
− | </html>
| |
− | {{gcpedicure css}}
| |