events(new): add an events page to the site
This commit is contained in:
parent
bcd6463dc0
commit
6c689671b2
|
@ -21,6 +21,11 @@
|
||||||
"subtitle": "Check out what we are up to"
|
"subtitle": "Check out what we are up to"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"events": {
|
||||||
|
"title": "Events",
|
||||||
|
"subtitle": "Where we'll be presenting"
|
||||||
|
},
|
||||||
|
|
||||||
"support": {
|
"support": {
|
||||||
"title": "Support",
|
"title": "Support",
|
||||||
"subtitle": "Get help from the Angular Community"
|
"subtitle": "Get help from the Angular Community"
|
||||||
|
|
|
@ -11,4 +11,5 @@ md-toolbar(class="main-nav background-regal l-pinned-top l-layer-5",scroll-y-off
|
||||||
li.l-left <a class="main-nav-button" href="/contribute.html" md-button>Contribute</a>
|
li.l-left <a class="main-nav-button" href="/contribute.html" md-button>Contribute</a>
|
||||||
li.l-left <a class="main-nav-button" href="/support.html" md-button>Support</a>
|
li.l-left <a class="main-nav-button" href="/support.html" md-button>Support</a>
|
||||||
li.l-left <a class="main-nav-button" href="/news.html" md-button>News</a>
|
li.l-left <a class="main-nav-button" href="/news.html" md-button>News</a>
|
||||||
|
li.l-left <a class="main-nav-button" href="/events.html" md-button>Events</a>
|
||||||
li.l-right.feedback-button <md-button ng-click="appCtrl.openFeedback()" class="md-icon-button top-nav-icon" aria-label="Submit feedback on this page"><span class="material-icons">feedback</span></md-button>
|
li.l-right.feedback-button <md-button ng-click="appCtrl.openFeedback()" class="md-icon-button top-nav-icon" aria-label="Submit feedback on this page"><span class="material-icons">feedback</span></md-button>
|
||||||
|
|
|
@ -0,0 +1,92 @@
|
||||||
|
|
||||||
|
<!-- ng-nl -->
|
||||||
|
.grid-fluid
|
||||||
|
.c2.text-left
|
||||||
|
h4 Feb. 18, 2016
|
||||||
|
.c4.text-left
|
||||||
|
h4 Amsterdam, Netherlands
|
||||||
|
.c4.text-left
|
||||||
|
h4
|
||||||
|
a(
|
||||||
|
target="_blank"
|
||||||
|
href="http://www.ng-nl.org"
|
||||||
|
) ng-nl
|
||||||
|
.grid-fluid
|
||||||
|
.c10.text-center
|
||||||
|
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 -->
|
||||||
|
.grid-fluid
|
||||||
|
.c2.text-left
|
||||||
|
h4 Mar. 8-10, 2016
|
||||||
|
.c4.text-left
|
||||||
|
h4 San Francisco, CA, USA
|
||||||
|
.c4.text-left
|
||||||
|
h4
|
||||||
|
a(
|
||||||
|
target="_blank"
|
||||||
|
href="http://conferences.oreilly.com/fluent/javascript-html-us"
|
||||||
|
) O'Reilly Fluent
|
||||||
|
.grid-fluid
|
||||||
|
.c10.text-center
|
||||||
|
hr
|
||||||
|
|
||||||
|
<!-- ng-conf -->
|
||||||
|
.grid-fluid
|
||||||
|
.c2.text-left
|
||||||
|
h4 May 5-6, 2016
|
||||||
|
.c4.text-left
|
||||||
|
h4 Salt Lake City, NV, USA
|
||||||
|
.c4.text-left
|
||||||
|
h4
|
||||||
|
a(
|
||||||
|
target="_blank"
|
||||||
|
href="http://www.ng-conf.org/"
|
||||||
|
) ng-conf
|
||||||
|
.grid-fluid
|
||||||
|
.c10.text-center
|
||||||
|
hr
|
||||||
|
<!-- Angular Connect -->
|
||||||
|
.grid-fluid
|
||||||
|
.c2.text-left
|
||||||
|
h4 Sept. 27-28, 2016
|
||||||
|
.c4.text-left
|
||||||
|
h4 London, UK
|
||||||
|
.c4.text-left
|
||||||
|
h4
|
||||||
|
a(
|
||||||
|
target="_blank"
|
||||||
|
href="http://angularconnect.com/"
|
||||||
|
) ng-conf
|
||||||
|
.grid-fluid
|
||||||
|
.c10.text-center
|
||||||
|
hr
|
||||||
|
|
||||||
|
<!-- ng-europe -->
|
||||||
|
.grid-fluid
|
||||||
|
.c2.text-left
|
||||||
|
h4 Oct. 24-26, 2016
|
||||||
|
.c4.text-left
|
||||||
|
h4 Paris, France
|
||||||
|
.c4.text-left
|
||||||
|
h4
|
||||||
|
a(
|
||||||
|
target="_blank"
|
||||||
|
href="https://ng-europe.org/"
|
||||||
|
) ngconf
|
Loading…
Reference in New Issue