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

Commit 752465c

Browse files
teresahunaomiblack
authored andcommitted
Added content to Support page
1 parent e50e5e0 commit 752465c

File tree

10 files changed

+81
-3
lines changed

10 files changed

+81
-3
lines changed

public/_data.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,15 @@
1414
"title": "Contribute to Angular",
1515
"subtitle": "Help us build the framework of the future!",
1616
"autoformat": "true"
17+
},
18+
19+
"news": {
20+
"title": "News",
21+
"subtitle": "Check out what we are up to"
22+
},
23+
24+
"support": {
25+
"title": "Support",
26+
"subtitle": "Get help from the Angular Community"
1727
}
18-
}
28+
}

public/news.jade

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
include _includes/_util-fns
1+
.grid-fluid.l-space-bottom-8
2+
.c12.text-center
3+
h3.text-headline.text-uppercase Angular
4+
.c12.text-center
5+
figure
6+
img(src="/resources/images/logos/standard/shield-large.svg" alt="Us" style="width:80px;")
7+
.clear
8+
9+
.grid-fluid.l-space-bottom-8
10+
.c12.text-center
11+
h3.text-headline.text-uppercase Angular GDE (Google Developer Expert)
12+
.c12.text-center
13+
figure
14+
img(src="/resources/images/logos/standard/angular-gde-logo@2x.png" alt="Us" style="width:80px;")
15+
.clear

public/resources/css/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
@import 'module/api';
4747
@import 'module/cheatsheet';
4848
@import 'module/filetree';
49+
@import 'module/support';
4950

5051

5152
/*
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.support-content {
2+
a {
3+
text-decoration: none;
4+
margin: 10px 0px;
5+
}
6+
.c8 {
7+
padding-top: 30px;
8+
}
9+
.grid-fluid {
10+
margin: 20px 0px;
11+
}
12+
hr {
13+
border: 0;
14+
color: #ECEFF1;
15+
background-color: #ECEFF1;
16+
height: 1.5px;
17+
}
18+
}
Loading
Loading
9.78 KB
Loading
2.43 KB
Loading
Loading

public/support.jade

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
include _includes/_util-fns
1+
.support-content
2+
.grid-fluid
3+
.c4
4+
figure
5+
img(src="/resources/images/support/stackoverflow-logo.png" alt="Us" style="width:240px;")
6+
.c8
7+
p <a href="#" target="_blank">angular2</a>
8+
p <a href="#" target="_blank">angular2-forms</a>
9+
p <a href="#" target="_blank">angular2-template</a>
10+
11+
hr
12+
13+
.grid-fluid
14+
.c4
15+
figure
16+
img(src="/resources/images/support/gitter-logo.png" alt="Us" style="width:240px;")
17+
.c8
18+
p Community driven <a href="#" target="_blank">real time chat</a>
19+
20+
hr
21+
22+
.grid-fluid
23+
.c4
24+
figure
25+
img(src="/resources/images/support/angular-gde-logo.png" alt="Us" style="width:240px;")
26+
.c8
27+
p Are you looking for an Angular expert? Our experts provide various types of consulting, training, and other services. You can find our awesome GDEs on our <a href="#" target="_blank">Angular GDE page.</a>
28+
29+
hr
30+
31+
.grid-fluid
32+
.c4
33+
figure
34+
img(src="/resources/images/support/github-logo.png" alt="Us" style="width:240px;" )
35+
.c8
36+
p File Angular 2 issues at our <a href="#" target="_blank">GitHub Repository</a>

0 commit comments

Comments
 (0)