Changes

2,309 bytes removed ,  10:08, 31 July 2020
m
Replaced content with "No content :)"
Line 1: Line 1: −
__NOTOC__
+
No content :)
<div class="mainpage_row">
  −
<div class="mainpage_box">
  −
<h2><span>Welcome to the GCcollab Wiki!</span></h2>
  −
<div>
  −
The GCcollab Wiki is a public wiki hosted by the Government of Canada to facilitate collaboration and knowledge sharing.
  −
</div>
  −
<div class="searchBar">Search for one of the <u>5,115 pages</u> in <u>246 categories</u></div>
  −
</div>
  −
 
  −
<div class="mainpage_box">
  −
<h2><span class="header_icon" aria-hidden="true" role="presentation">[[File:Icon GCTools.png|20px|middle|link=]]</span><span>Featured Communities</span></h2>
  −
<div class="items">
  −
* FlexGC
  −
* Federal Youth Network
  −
* Canada's Free Agents
  −
 
  −
Want to feature your wiki page or project? Send an image and brief description of your project to our inbox!
  −
</div>
  −
</div>
  −
</div>
  −
 
  −
<div id="misc-news" class="mainpage_row">
  −
<div class="mainpage_box">
  −
<h2><span class="header_icon" aria-hidden="true" role="presentation">[[File:Icon GCTools.png|20px|middle|link=]]</span><span>About the platform</span></h2>
  −
<div class="items">
  −
* About GCwiki
  −
* Create a new page
  −
* Contact the Help desk
  −
</div>
  −
</div>
  −
 
  −
<div class="mainpage_box">
  −
{{Special:IframePage/YouTube|path=B-WWpgvRSmE}}
  −
</div>
  −
</div>
  −
 
  −
{{#css:
  −
 
  −
  .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 12px;
  −
  font-size: 14px;
  −
  line-height: 1.42857143;
  −
  border-radius: 4px;
  −
    width: 230px;
  −
    color: rgba(242, 109, 33, 1);
  −
  background-color: rgba(242, 109, 33, 0.1);
  −
  border-color: rgba(242, 109, 33, 1);
  −
    text-decoration: none;
  −
  }
  −
 
  −
  .btn:hover {
  −
  color: rgba(255, 255, 255, 1);
  −
  background-color: rgba(242, 109, 33, 1);
  −
    text-decoration: none;
  −
  }
  −
 
  −
.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: 1px solid #CCC;
  −
padding: 0 10px 10px 10px;
  −
box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  −
}
  −
 
  −
.mainpage_box h2 {
  −
        color: rgb(109,82,139);
  −
}
  −
 
  −
.searchBar {
  −
        background-color: rgb(0,0,128);
  −
        color: rgb(255,255,255);
  −
}}