Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit afaea60

Browse files
update conference links - add AngularConnect; remove ng-conf
1 parent ed614f5 commit afaea60

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

public/_includes/_hero-home.jade

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ header(class="background-sky")
1010

1111

1212
.banner.is-centered
13-
.banner-ng-annoucement
14-
h3.text-display-1 NG-CONF 2015
15-
h4.text-subhead The Official Angular Conference
1613

17-
a(href="https://www.youtube.com/watch?v=QHulaj5ZxbI&index=1&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7"
18-
class="button button-large button-banner" md-button) Watch ng-conf
14+
a(href="http://angularconnect.com/?utm_source=angular-io&utm_medium=angular-io&utm_campaign=angular-io" class="button button-large" md-button)
15+
.banner-ng-annoucement.angularconnect-logo
16+
h3.text-display-1 AngularConnect 2015
17+
h4.text-subhead The European Angular Conference
18+

public/resources/css/module/_banner.scss

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
&.is-centered {
1919
text-align: center;
20+
padding-left: ($unit*4);
2021
}
2122

2223
.button {
@@ -27,18 +28,27 @@
2728
}
2829
}
2930

31+
.ng-conf-logo {
32+
background: url('/resources/images/logos/ng-conf/ng-conf-shield.png') left no-repeat;
33+
padding: $unit 68px;
34+
}
35+
36+
.angularconnect-logo {
37+
background: url('/resources/images/logos/angularconnect/angularconnect-logo-med.png') left no-repeat;
38+
padding: $unit 0 $unit 108px;
39+
}
40+
3041
.banner-ng-annoucement {
31-
background: url('/resources/images/logos/ng-conf/ng-conf-shield.png') 0px 0px no-repeat;
32-
padding-left: 68px;
33-
margin-right: $unit * 3;
3442
display: inline-block;
43+
text-align: left;
3544

3645
@media handheld and (max-width: $phone-breakpoint),
3746
screen and (max-device-width: $phone-breakpoint),
3847
screen and (max-width: $tablet-breakpoint) {
3948
background: none;
4049
padding-left: 0px;
4150
margin: 0px 0px $unit 0px;
51+
text-align: center;
4252
}
4353
}
4454

Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)