-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from CardiffMathematicsCodeClub/collapsoblestuff
Collapsoblestuff
- Loading branch information
Showing
12 changed files
with
697 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,38 @@ | ||
- name : Adam Pohl | ||
title: Flamboyant Coder | ||
emoji: | ||
|
||
- name : Alex Carney | ||
title: Real Coder | ||
emoji: | ||
|
||
- name : Ambrose Law | ||
title: Padawan | ||
emoji: | ||
|
||
- name : Andy Wilson | ||
title: Background Graphics Manager | ||
emoji: | ||
|
||
- name : Batduck | ||
title: gramma correction for the real coder | ||
emoji: | ||
|
||
- name : Geraint Palmer | ||
title: The Traitor | ||
|
||
- name : Jason Young | ||
title: If there is a problem then it's his fault | ||
emoji: | ||
|
||
- name : Tim Standen | ||
title: The code janitor | ||
emoji: | ||
|
||
- name : Toby Devlin | ||
title: The drive-by bootstrapper | ||
emoji: | ||
|
||
- name : Vince Knight | ||
title: Colonel Sarge | ||
emoji: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: default | ||
--- | ||
<div class="post"> | ||
<div class="main"> | ||
|
||
<header class="post-header"> | ||
<h1>{{ page.title }}</h1> | ||
</header> | ||
|
||
<article class="post-content"> | ||
{{ content }} | ||
</article> | ||
</div> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
/* | ||
Mobile Menu Core Style | ||
*/ | ||
|
||
.slicknav_btn { position: relative; display: block; vertical-align: center; float: left; line-height: 1em; cursor: pointer; } | ||
.slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; } | ||
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; } | ||
.slicknav_menu .slicknav_no-text { margin: 0 } | ||
.slicknav_menu .slicknav_icon-bar { display: block; width: 1em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); } | ||
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.1em } | ||
.slicknav_nav { clear: both } | ||
.slicknav_nav ul, | ||
.slicknav_nav li { display: block } | ||
.slicknav_nav .slicknav_arrow { position: relative; font-size: 10em; margin: 0 0 0 0.4em; float: center; } | ||
.slicknav_nav .slicknav_item { cursor: pointer; } | ||
.slicknav_nav .slicknav_row { display: block; } | ||
.slicknav_nav a { display: block } | ||
.slicknav_nav .slicknav_item a, | ||
.slicknav_nav .slicknav_parent-link a { display: inline } | ||
.slicknav_brand { float:left } | ||
.slicknav_menu:before, | ||
.slicknav_menu:after { content: " "; display: table; } | ||
.slicknav_menu:after { clear: both } | ||
|
||
/* | ||
User Default Style | ||
Change the following styles to modify the appearance of the menu. | ||
*/ | ||
|
||
.slicknav_menu { | ||
box-sizing:border-box; | ||
} | ||
/* Button */ | ||
.slicknav_btn { | ||
margin: 1px; | ||
text-decoration:none; | ||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); | ||
-webkit-border-radius: 4px; | ||
-moz-border-radius: 4px; | ||
border-radius: 4px; | ||
background-color: #ec4d0b; | ||
} | ||
/* Button Text */ | ||
.slicknav_menu .slicknav_menutxt { | ||
color: #FFF; | ||
font-weight: bold; | ||
text-shadow: 0 1px 3px #000; | ||
} | ||
/* Button Lines */ | ||
.slicknav_menu .slicknav_icon-bar { | ||
background-color: #f6f5f5; | ||
} | ||
.slicknav_menu { | ||
background:#000000; | ||
padding:5px; | ||
} | ||
.slicknav_nav { | ||
color:#4000ff; | ||
margin:0; | ||
padding:0; | ||
font-size:0.875em; | ||
} | ||
.slicknav_nav, .slicknav_nav ul { | ||
list-style: none; | ||
overflow:hidden; | ||
} | ||
.slicknav_nav ul { | ||
padding:0; | ||
margin:0 0 0 20px; | ||
} | ||
.slicknav_nav .slicknav_row { | ||
padding:5px 10px; | ||
margin:2px 5px; | ||
} | ||
.slicknav_nav a{ | ||
padding:5px 10px; | ||
margin:2px 5px; | ||
text-decoration:none; | ||
color:#fff; | ||
} | ||
.slicknav_nav .slicknav_item a, | ||
.slicknav_nav .slicknav_parent-link a { | ||
padding:0; | ||
margin:0; | ||
} | ||
.slicknav_nav .slicknav_row:hover { | ||
-webkit-border-radius: 1px; | ||
-moz-border-radius: 1px; | ||
border-radius: 1px; | ||
background:#ec4d0b; | ||
color:#4000ff; | ||
} | ||
.slicknav_nav a:hover{ | ||
-webkit-border-radius: 6px; | ||
-moz-border-radius: 6px; | ||
border-radius: 6px; | ||
background:#ff0800; | ||
color:#9e0303; | ||
} | ||
|
||
.slicknav_nav .slicknav_txtnode { | ||
margin-left:15px; | ||
} | ||
|
||
.slicknav_brand { | ||
color:#4000ff; | ||
font-size: 64px; | ||
line-height:30px; | ||
padding:7px 12px; | ||
height:44px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.