Skip to content

Commit 9f711d3

Browse files
committed
😃 🎷 IT WORKS!!!!!! 😃 🎷
1 parent c84c49e commit 9f711d3

File tree

7 files changed

+53
-30
lines changed

7 files changed

+53
-30
lines changed

_data/contributors.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,35 @@
11
- name : Adam Pohl
22
title: Flamboyant Coder
3+
emoji:
34

45
- name : Alex Carney
56
title: Real Coder
7+
emoji:
68

79
- name : Ambrose Law
810
title: Padawan
11+
emoji:
912

1013
- name : Andy Wilson
1114
title: Background Graphics Manager
15+
emoji:
1216

1317
- name : Batduck
1418
title: gramma correction for the real coder
19+
emoji:
1520

1621
- name : Jason Young
1722
title: If there is a problem then it's his fault
23+
emoji:
1824

1925
- name : Tim Standen
2026
title: The code janitor
27+
emoji:
2128

2229
- name : Toby Devlin
2330
title: The drive-by bootstrapper
31+
emoji:
2432

2533
- name : Vince Knight
2634
title: Colonel Sarge
35+
emoji:

css/main.css

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ body {
1818
background-attachment: fixed;
1919
}
2020

21-
h1, h2, h3, h4, h5, h6 { font-size: 200%; font-weight: 400; }
21+
h1, h2, h3, h4, h5 { font-size: 200%; font-weight: 400; }
22+
23+
h6 {
24+
font-size: 2em;
25+
}
2226

2327
a { color: #2a7ae2; text-decoration: none; }
2428
a:hover { color: #000; text-decoration: underline; }
@@ -215,13 +219,13 @@ a:visited{
215219
.post-content h2,
216220
.post-content h3,
217221
.post-content h4,
218-
.post-content h5,
219-
.post-content h6 {
222+
.post-content h5{
220223
line-height: 1;
221224
font-weight: 300;
222225
margin: 40px 0 20px;
223226
}
224227

228+
225229
.post-content h2 {
226230
font-size: 32px;
227231
letter-spacing: -1.25px;
@@ -237,6 +241,13 @@ a:visited{
237241
letter-spacing: -1px;
238242
}
239243

244+
.post-content h6 {
245+
line-height: 1;
246+
font-weight: 1;
247+
font-size: 2em;
248+
letter-spacing: 1px;
249+
}
250+
240251
.post-content blockquote {
241252
border-left: 4px solid #e8e8e8;
242253
padding-left: 20px;
@@ -449,7 +460,7 @@ a:visited{
449460
height: 100%;
450461
}
451462

452-
img {
463+
img {
453464
border: 0;
454465
width: 70%;
455466
display: block;

css/sessions.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
body{
22
background-image: url(../Graphics/images/Background-negative.png);
3-
background-color: #000000;
43
color: #4000ff;
54
}
65

7-
h1, h2{
8-
color: #f7ff00;
6+
h6{
7+
color:#e2ff00;
98
}
109

11-
h3{
12-
color: #0077ff;
10+
u{
11+
color: #ff0800;
12+
font-size: 2em;
1313
}
1414

1515
i{

css/slicknav.css

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
Mobile Menu Core Style
33
*/
44

5-
.slicknav_btn { position: relative; display: block; vertical-align: center; float: left; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
5+
.slicknav_btn { position: relative; display: block; vertical-align: center; float: left; line-height: 1em; cursor: pointer; }
66
.slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
77
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
88
.slicknav_menu .slicknav_no-text { margin: 0 }
99
.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); }
10-
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
10+
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.1em }
1111
.slicknav_nav { clear: both }
1212
.slicknav_nav ul,
1313
.slicknav_nav li { display: block }
14-
.slicknav_nav .slicknav_arrow { position: relative; font-size: 1em; margin: 0 0 0 0.4em; float: center; }
14+
.slicknav_nav .slicknav_arrow { position: relative; font-size: 10em; margin: 0 0 0 0.4em; float: center; }
1515
.slicknav_nav .slicknav_item { cursor: pointer; }
1616
.slicknav_nav .slicknav_row { display: block; }
1717
.slicknav_nav a { display: block }
@@ -27,13 +27,12 @@
2727
Change the following styles to modify the appearance of the menu.
2828
*/
2929

30-
.slicknav_menu * {
31-
font-size:h1;
30+
.slicknav_menu {
3231
box-sizing:border-box;
3332
}
3433
/* Button */
3534
.slicknav_btn {
36-
margin: 5px 5px 6px;
35+
margin: 1px;
3736
text-decoration:none;
3837
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
3938
-webkit-border-radius: 4px;
@@ -55,7 +54,8 @@
5554
background:#000000;
5655
padding:5px;
5756
}
58-
.slicknav_nav { color:#4000ff;
57+
.slicknav_nav {
58+
color:#4000ff;
5959
margin:0;
6060
padding:0;
6161
font-size:0.875em;
@@ -84,25 +84,27 @@
8484
margin:0;
8585
}
8686
.slicknav_nav .slicknav_row:hover {
87-
-webkit-border-radius: 6px;
88-
-moz-border-radius: 6px;
89-
border-radius: 6px;
87+
-webkit-border-radius: 1px;
88+
-moz-border-radius: 1px;
89+
border-radius: 1px;
9090
background:#ec4d0b;
9191
color:#4000ff;
9292
}
9393
.slicknav_nav a:hover{
9494
-webkit-border-radius: 6px;
9595
-moz-border-radius: 6px;
9696
border-radius: 6px;
97-
background:#4000ff;
97+
background:#ff0800;
9898
color:#9e0303;
9999
}
100+
100101
.slicknav_nav .slicknav_txtnode {
101-
margin-left:15px;
102+
margin-left:15px;
102103
}
104+
103105
.slicknav_brand {
104106
color:#4000ff;
105-
font-size: 32px;
107+
font-size: 64px;
106108
line-height:30px;
107109
padding:7px 12px;
108110
height:44px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</center>
3232
<ul>
3333
{% for contributor in site.data.contributors%}
34-
<li><b>{{contributor.name}}</b> <i>({{contributor.title}})</i></li>
34+
<li><b>{{contributor.name}}</b> <i>({{contributor.title}})</i> {{contributor.emoji}}</li>
3535
{% endfor %}
3636
</ul>
3737
<center>

js/jquery.slicknav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
easingClose: 'swing',
1515
closedSymbol: '&#9658;',
1616
openedSymbol: '&#9660;',
17-
prependTo: 'body',
17+
prependTo: ".post-content",
1818
parentTag: 'a',
1919
closeOnClick: false,
2020
allowParentLinks: false,

sessions.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33
categories: sessions
44
---
55

6-
<script src="http://code.jquery.com/jquery-1.9.1.js" type="text/javascript"></script>
7-
<script src="/js/jquery.slicknav.js" type="text/javascript"></script>
8-
<link href="/css/slicknav.css" media="screen, projection" rel="stylesheet" type="text/css">
6+
<script SRC="http://code.jquery.com/jquery-1.9.1.js" type="text/javascript"></script>
7+
<script SRC="/js/jquery.slicknav.js" type="text/javascript"></script>
8+
<link src="/css/slicknav.css" rel="stylesheet" type="text/css">
9+
910

1011
<ul id="past_sessions">
1112
{% for year in site.data.past_sessions %}
12-
<li><h3>{{year.year}}</h3>
13+
<li><u>{{year.year}}</u>
1314
<ul>
1415
{% for term1 in year.term1 %}
15-
<li><h2>{{year.term1}}</h2>
16+
<li><h6>{{year.term1}}</h6>
1617
<ul>
1718
{% for session in year.sessions1 %}
1819
<li><b>Week {{session.week}} : </b> <i>"{{session.name}}"</i><br/>
@@ -22,7 +23,7 @@
2223
{% endfor %}
2324
</li>
2425
{% for term2 in year.term2 %}
25-
<li><h2>{{year.term2}}</h2>
26+
<li><h6>{{year.term2}}</h6>
2627
<ul>
2728
{% for session in year.sessions2 %}
2829
<li><b>Week {{session.week}} : </b> <i>"{{session.name}}"</i><br/>

0 commit comments

Comments
 (0)