events(devintersection): Add devintersection europe and routing for events
This commit is contained in:
parent
73dad5d53d
commit
9a21e0f50b
|
@ -45,6 +45,10 @@
|
||||||
{
|
{
|
||||||
"source": "/license",
|
"source": "/license",
|
||||||
"destination": "/license.txt"
|
"destination": "/license.txt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/events",
|
||||||
|
"destination": "/events.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|
|
@ -15,22 +15,6 @@
|
||||||
.c10.text-center
|
.c10.text-center
|
||||||
hr
|
hr
|
||||||
|
|
||||||
<!-- AngularJS Days -->
|
|
||||||
.grid-fluid
|
|
||||||
.c2.text-left
|
|
||||||
h4 Feb. 21-23, 2016
|
|
||||||
.c4.text-left
|
|
||||||
h4 Munich, Germany
|
|
||||||
.c4.text-left
|
|
||||||
h4
|
|
||||||
a(
|
|
||||||
target="_blank"
|
|
||||||
href="http://angularjs-days.de/"
|
|
||||||
) AngularJS Days
|
|
||||||
.grid-fluid
|
|
||||||
.c10.text-center
|
|
||||||
hr
|
|
||||||
|
|
||||||
<!-- O'Reilly Fluent -->
|
<!-- O'Reilly Fluent -->
|
||||||
.grid-fluid
|
.grid-fluid
|
||||||
.c2.text-left
|
.c2.text-left
|
||||||
|
@ -47,10 +31,26 @@
|
||||||
.c10.text-center
|
.c10.text-center
|
||||||
hr
|
hr
|
||||||
|
|
||||||
|
<!-- AngularJS Days -->
|
||||||
|
.grid-fluid
|
||||||
|
.c2.text-left
|
||||||
|
h4 Mar. 21-23, 2016
|
||||||
|
.c4.text-left
|
||||||
|
h4 Munich, Germany
|
||||||
|
.c4.text-left
|
||||||
|
h4
|
||||||
|
a(
|
||||||
|
target="_blank"
|
||||||
|
href="http://angularjs-days.de/"
|
||||||
|
) AngularJS Days
|
||||||
|
.grid-fluid
|
||||||
|
.c10.text-center
|
||||||
|
hr
|
||||||
|
|
||||||
<!-- ng-conf -->
|
<!-- ng-conf -->
|
||||||
.grid-fluid
|
.grid-fluid
|
||||||
.c2.text-left
|
.c2.text-left
|
||||||
h4 May 5-6, 2016
|
h4 May 4-6, 2016
|
||||||
.c4.text-left
|
.c4.text-left
|
||||||
h4 Salt Lake City, NV, USA
|
h4 Salt Lake City, NV, USA
|
||||||
.c4.text-left
|
.c4.text-left
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
a(
|
a(
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="http://angularconnect.com/"
|
href="http://angularconnect.com/"
|
||||||
) ng-conf
|
) Angular Connect
|
||||||
.grid-fluid
|
.grid-fluid
|
||||||
.c10.text-center
|
.c10.text-center
|
||||||
hr
|
hr
|
||||||
|
@ -88,5 +88,22 @@
|
||||||
h4
|
h4
|
||||||
a(
|
a(
|
||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://ng-europe.org/"
|
href="https://ngeurope.org/"
|
||||||
) ngconf
|
) ng-europe
|
||||||
|
.grid-fluid
|
||||||
|
.c10.text-center
|
||||||
|
hr
|
||||||
|
|
||||||
|
<!-- DEVIntersection -->
|
||||||
|
.grid-fluid
|
||||||
|
.c2.text-left
|
||||||
|
h4 Nov 14-16, 2016
|
||||||
|
.c4.text-left
|
||||||
|
h4 Amsterdam, Netherlands
|
||||||
|
.c4.text-left
|
||||||
|
h4
|
||||||
|
a(
|
||||||
|
target="_blank"
|
||||||
|
href="https://www.devintersectioneurope.com/"
|
||||||
|
) DEVintersection Europe
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue