User:Nick.frenette

From wiki
Revision as of 19:37, 29 October 2020 by Nick.frenette (talk | contribs)
Jump to navigation Jump to search


<html><style> /*Hide the first heading*/

  1. firstHeading {
   display: none;

} /*Hide the language box when not signed in*/ .langBox {

   display: none;

} /*Hide the "back" link at top of page for subpages (breadcrum)*/

  1. contentSub {
   display: none;

}

  1. wrapper{

display: flex; float:left;

 align-items: center;
 justify-content: center;
 width: 100%;

}


.button {

   background-color: #FFFFFF
   border: none;
   color: white;
   text-align: center;
   text-decoration: none;
   font-size: 16px;
   margin: 33px 47px;
   -webkit-transition-duration: 0.4s; /* Safari */
   transition-duration: 0.2s;
   cursor: pointer;
   width: 20%;

}

.button1 {

   background-color: white; 
   color: black; 
   border: 2px solid #F9F9F9;
   border-radius: 10px;
   text-align: center;
   padding:30px 30px;

}

.button1:hover {

   background-color: white;
   color: white;
   border-color: #D8D8D9;

}

.button img {

   vertical-align: middle;
   text-align:center;
   height: 200px;
   padding-bottom: 15px;

}


/* Style the footer */ .footer {

   background-color: #F9F9F9;
   padding: 10px;
   text-align: center;

} .footernav{

   border:0px solid #F9F9F9;
   border-width:0px 0;
   list-style:none;
   margin:0;
   padding:0;
   text-align:center;
   font-family:Helvetica, sans-serif;
   font-size:14pt;
   padding: 10px 10px;
   font-weight:bold;

} .footernav li{

   display:inline;

} .footernav a{

   display:inline-block;
   padding:10px;
   text-decoration: none;
   color: #000000;

} </style> </head>

<body>

Welcome!

Welcome to the official GCpedia page for the Government of Canada’s GCdocs Program. GCdocs is the official Electronic Document and Records Management Solution of the Government of Canada (GC). It is also used as a collaborative tool to easily share, organize, evaluate, identify and dispose of information.

<button class="button button1" onClick="window.location.href = 'http://www.gcpedia.gc.ca/wiki/GCdocsProgram/GCdocs16';"> <img src="http://www.gcpedia.gc.ca/gcwiki/images/d/d1/CircleGCdocs.jpg">
GCdocs16
Learn more about GCdocs16 </a></button> <button class="button button1" onclick="window.location.href = 'https://www.gcpedia.gc.ca/wiki/GCdocsProgram/Onboarding/Onboarding';"> <img src="http://www.gcpedia.gc.ca/gcwiki/images/3/34/Onboarding-GCdocsIcon2019.png">
Onboarding
Learn more about the onboarding process
</a></button> <button class="button button1" onClick="window.location.href = 'http://www.gcpedia.gc.ca/wiki/GCdocsProgram/JobAids';"> <img src="http://www.gcpedia.gc.ca/gcwiki/images/8/8f/JobAids-GCdocsIcon2019.png">
Job Aids
Take a look at our job aids and videos</a></button> <button class="button button1" onClick="window.location.href = 'http://www.gcpedia.gc.ca/wiki/GCdocsProgram/Committees';"> <img src="http://www.gcpedia.gc.ca/gcwiki/images/2/2f/Committees-GCdocsIcon2019.png">
Committees
Stay informed about the latest committees .</a></button>




</body> </html>