update conference links - add AngularConnect; remove ng-conf
This commit is contained in:
parent
ed614f5073
commit
afaea60a25
|
@ -10,9 +10,9 @@ header(class="background-sky")
|
||||||
|
|
||||||
|
|
||||||
.banner.is-centered
|
.banner.is-centered
|
||||||
.banner-ng-annoucement
|
|
||||||
h3.text-display-1 NG-CONF 2015
|
|
||||||
h4.text-subhead The Official Angular Conference
|
|
||||||
|
|
||||||
a(href="https://www.youtube.com/watch?v=QHulaj5ZxbI&index=1&list=PLOETEcp3DkCoNnlhE-7fovYvqwVPrRiY7"
|
a(href="http://angularconnect.com/?utm_source=angular-io&utm_medium=angular-io&utm_campaign=angular-io" class="button button-large" md-button)
|
||||||
class="button button-large button-banner" md-button) Watch ng-conf
|
.banner-ng-annoucement.angularconnect-logo
|
||||||
|
h3.text-display-1 AngularConnect 2015
|
||||||
|
h4.text-subhead The European Angular Conference
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
&.is-centered {
|
&.is-centered {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding-left: ($unit*4);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
@ -27,11 +28,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ng-conf-logo {
|
||||||
|
background: url('/resources/images/logos/ng-conf/ng-conf-shield.png') left no-repeat;
|
||||||
|
padding: $unit 68px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.angularconnect-logo {
|
||||||
|
background: url('/resources/images/logos/angularconnect/angularconnect-logo-med.png') left no-repeat;
|
||||||
|
padding: $unit 0 $unit 108px;
|
||||||
|
}
|
||||||
|
|
||||||
.banner-ng-annoucement {
|
.banner-ng-annoucement {
|
||||||
background: url('/resources/images/logos/ng-conf/ng-conf-shield.png') 0px 0px no-repeat;
|
|
||||||
padding-left: 68px;
|
|
||||||
margin-right: $unit * 3;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
@media handheld and (max-width: $phone-breakpoint),
|
@media handheld and (max-width: $phone-breakpoint),
|
||||||
screen and (max-device-width: $phone-breakpoint),
|
screen and (max-device-width: $phone-breakpoint),
|
||||||
|
@ -39,6 +48,7 @@
|
||||||
background: none;
|
background: none;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
margin: 0px 0px $unit 0px;
|
margin: 0px 0px $unit 0px;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 663 B |
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in New Issue