This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree 4 files changed +104
-88
lines changed
4 files changed +104
-88
lines changed Original file line number Diff line number Diff line change 35
35
</ head >
36
36
< body >
37
37
< div class ="wrapper ">
38
- < header >
39
- < h1 class ="title "> < a href ="/ "> < span class ="title__colour "> Tech</ span > Week</ a > </ h1 >
40
- < p > Dublin City University 9< sup > th</ sup > - 13< sup > th</ sup > March 2015</ p >
41
- < ul class ="menu ">
42
- < li class ="menu__item ">
43
- < a href ="../2016 "> Feb 2016</ a >
44
- </ li >
45
- < li >
46
- < a href =".. "> Oct 2016</ a >
47
- </ li >
48
- </ ul >
49
- </ header >
50
- < div class ="container playlist ">
51
- < iframe id ="live " src ="https://www.youtube.com/embed/videoseries?list=PLPaLJSHTDMFgYNnnEOjuvdm6WqOFTSQ9z " width ="100% " height ="400 " marginwidth ="0 " marginheight ="0 " scrolling ="no " frameborder ="0 " webkitallowfullscreen ="" allowfullscreen =""> </ iframe >
38
+ < div class ="main ">
39
+ < header >
40
+ < h1 class ="title "> < a href ="/ "> < span class ="title__colour "> Tech</ span > Week</ a > </ h1 >
41
+ < p > Dublin City University 9< sup > th</ sup > - 13< sup > th</ sup > March 2015</ p >
42
+ < ul class ="menu ">
43
+ < li class ="menu__item ">
44
+ < a href ="../2016 "> Feb 2016</ a >
45
+ </ li >
46
+ < li >
47
+ < a href =".. "> Oct 2016</ a >
48
+ </ li >
49
+ </ ul >
50
+ </ header >
51
+ < div class ="container playlist ">
52
+ < iframe id ="live " src ="https://www.youtube.com/embed/videoseries?list=PLPaLJSHTDMFgYNnnEOjuvdm6WqOFTSQ9z " width ="100% " height ="400 " marginwidth ="0 " marginheight ="0 " scrolling ="no " frameborder ="0 " webkitallowfullscreen ="" allowfullscreen =""> </ iframe >
53
+ </ div >
52
54
</ div >
53
55
<!-- All events are loaded into this element -->
54
56
< div class ="card-container ">
Original file line number Diff line number Diff line change 37
37
</ head >
38
38
< body >
39
39
< div class ="wrapper ">
40
- < header >
41
- < h1 class ="title "> < a href ="/ "> < span class ="title__colour "> Tech</ span > Week</ a > </ h1 >
42
- < p > Dublin City University 15< sup > th</ sup > - 19< sup > th</ sup > Febuary 2015</ p >
43
- < ul class ="menu ">
44
- < li class ="menu__item ">
45
- < a href ="../2015 "> 2015</ a >
46
- </ li >
47
- < li class ="menu__item ">
48
- < a href =".. "> Oct 2016</ a >
49
- </ li >
50
- </ ul >
51
- </ header >
52
- < div class ="container playlist ">
53
- < iframe id ="live " src ="https://www.youtube.com/embed/videoseries?list=PLPaLJSHTDMFhbDmyUeik6IHXmzVtWQQxu " width ="100% " height ="400 " marginwidth ="0 " marginheight ="0 " scrolling ="no " frameborder ="0 " webkitallowfullscreen ="" allowfullscreen =""> </ iframe >
40
+ < div class ="main ">
41
+ < header >
42
+ < h1 class ="title "> < a href ="/ "> < span class ="title__colour "> Tech</ span > Week</ a > </ h1 >
43
+ < p > Dublin City University 15< sup > th</ sup > - 19< sup > th</ sup > Febuary 2015</ p >
44
+ < ul class ="menu ">
45
+ < li class ="menu__item ">
46
+ < a href ="../2015 "> 2015</ a >
47
+ </ li >
48
+ < li class ="menu__item ">
49
+ < a href =".. "> Oct 2016</ a >
50
+ </ li >
51
+ </ ul >
52
+ </ header >
53
+ < div class ="container playlist ">
54
+ < iframe id ="live " src ="https://www.youtube.com/embed/videoseries?list=PLPaLJSHTDMFhbDmyUeik6IHXmzVtWQQxu " width ="100% " height ="400 " marginwidth ="0 " marginheight ="0 " scrolling ="no " frameborder ="0 " webkitallowfullscreen ="" allowfullscreen =""> </ iframe >
55
+ </ div >
54
56
</ div >
55
57
<!-- All events are loaded into this element -->
56
58
< div class ="card-container ">
Original file line number Diff line number Diff line change 1
1
@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400);
2
2
@import " variables" ;
3
3
4
- header {
5
- text-align : center ;
6
-
7
- .title {
8
- margin : 0.5em 0 ;
9
- margin-bottom : 0.3em ;
10
- font-size : 15vmin ;
11
- font-weight : 100 ;
12
4
13
- &__colour {
14
- color : @color-red ;
15
- font-weight : 300 ;
16
- }
17
-
18
- a {
19
- color : @color-black ;
20
- }
21
- }
5
+ body {
6
+ background-color : @color-grey ;
22
7
23
- .menu {
24
- list-style-type : none ;
25
- margin : 8px 0 ;
26
- padding : 0 ;
27
- overflow : hidden ;
8
+ .wrapper {
28
9
display : flex ;
29
10
flex-wrap : wrap ;
30
11
justify-content : center ;
31
12
32
- &__item {
33
- float : left ;
34
- padding : 0 8px ;
13
+ .main {
14
+ margin : 0 32px ;
15
+
16
+ header {
17
+ text-align : center ;
18
+
19
+ .title {
20
+ margin : 0.5em 0 ;
21
+ margin-bottom : 0.3em ;
22
+ font-size : 15vmin ;
23
+ font-weight : 100 ;
24
+
25
+ &__colour {
26
+ color : @color-red ;
27
+ font-weight : 300 ;
28
+ }
29
+
30
+ a {
31
+ color : @color-black ;
32
+ }
33
+ }
34
+
35
+ .menu {
36
+ list-style-type : none ;
37
+ margin : 8px 0 ;
38
+ padding : 0 ;
39
+ overflow : hidden ;
40
+ display : flex ;
41
+ flex-wrap : wrap ;
42
+ justify-content : center ;
43
+
44
+ &__item {
45
+ float : left ;
46
+ padding : 0 8px ;
47
+ }
48
+ }
49
+ }
35
50
}
36
51
}
37
52
}
38
53
39
- body {
40
- background-color : @color-grey ;
41
- }
42
-
43
- video {
44
- width : 100% ;
45
- }
46
-
47
54
.day {
48
55
margin-top : 1vh ;
49
56
@@ -134,10 +141,12 @@ ul {
134
141
135
142
.livestream {
136
143
display : none ;
144
+ width : 100% ;
137
145
}
138
146
139
147
.playlist {
140
148
display : block ;
149
+ width : 100% ;
141
150
}
142
151
143
152
.collapsible.popout > li {
153
162
display : flex ;
154
163
align-items : center ;
155
164
justify-content : center ;
165
+ width : @card-width ;
156
166
157
167
&__events {
158
168
width : 80% ;
162
172
}
163
173
164
174
@media screen and (min-width : 800px ) {
165
- max- width : @card-width ;
175
+ width : @card-width ;
166
176
}
167
177
}
168
178
}
Original file line number Diff line number Diff line change 37
37
</ head >
38
38
< body >
39
39
< div class ="wrapper ">
40
- < header >
41
- < h1 class ="title "> < a href ="/ "> < span class ="title__colour "> Tech</ span > Week</ a > </ h1 >
42
- < p > Dublin City University 24< sup > th</ sup > - 28< sup > th</ sup > October 2016</ p >
43
- < ul class ="menu ">
44
- < li class ="menu__item ">
45
- < a href ="./2016 "> Feb 2016</ a >
46
- </ li >
47
- < li >
48
- < a href ="./2015 "> 2015</ a >
49
- </ li >
50
- </ ul >
51
- </ header >
52
- <!-- Countdown is show up to 10 minutes before the event -->
53
- < div class ="countdown ">
54
- TechWeek Starts in:
55
- < div class ="countdown__counter ">
56
- < span > </ span >
57
- < span > </ span >
58
- < span > </ span >
59
- < span > </ span >
40
+ < div class ="main ">
41
+ < header >
42
+ < h1 class ="title "> < a href ="/ "> < span class ="title__colour "> Tech</ span > Week</ a > </ h1 >
43
+ < p > Dublin City University 24< sup > th</ sup > - 28< sup > th</ sup > October 2016</ p >
44
+ < ul class ="menu ">
45
+ < li class ="menu__item ">
46
+ < a href ="./2016 "> Feb 2016</ a >
47
+ </ li >
48
+ < li >
49
+ < a href ="./2015 "> 2015</ a >
50
+ </ li >
51
+ </ ul >
52
+ </ header >
53
+ <!-- Countdown is show up to 10 minutes before the event -->
54
+ < div class ="countdown ">
55
+ TechWeek Starts in:
56
+ < div class ="countdown__counter ">
57
+ < span > </ span >
58
+ < span > </ span >
59
+ < span > </ span >
60
+ < span > </ span >
61
+ </ div >
62
+ </ div >
63
+ <!-- 10 minutes before start of the event the livestream will come on -->
64
+ < div class ="container livestream ">
65
+ < video id ="live " controls poster ="https://www.redbrick.dcu.ie/includes/images/logo.png ">
66
+ < source src ="">
67
+ </ video >
60
68
</ div >
61
- </ div >
62
- <!-- 10 minutes before start of the event the livestream will come on -->
63
- < div class ="container livestream ">
64
- < video id ="live " controls poster ="https://www.redbrick.dcu.ie/includes/images/logo.png ">
65
- < source src ="">
66
- </ video >
67
69
</ div >
68
70
<!-- All events are loaded into this element -->
69
71
< div class ="card-container ">
You can’t perform that action at this time.
0 commit comments