feat(aio): add contribute marketing page
This commit is contained in:
parent
e1c2e50d92
commit
ad639d783f
|
@ -0,0 +1,42 @@
|
|||
@title
|
||||
Contribute
|
||||
|
||||
@intro
|
||||
Contribute to Angular
|
||||
|
||||
@description
|
||||
Help us build the framework of the future!
|
||||
|
||||
## Angular Projects
|
||||
|
||||
We'd love for you to contribute to our source code and to make Angular projects even better.
|
||||
|
||||
~~~ {.l-sub-section}
|
||||
|
||||
### Angular
|
||||
|
||||
Angular is a next generation mobile and desktop application development platform.
|
||||
|
||||
<a href="https://github.com/angular/angular/blob/master/CONTRIBUTING.md" class="button" md-button>Contribute to Angular</a>
|
||||
|
||||
~~~
|
||||
|
||||
~~~ {.l-sub-section}
|
||||
|
||||
### Angular Material
|
||||
|
||||
Our goal is to deliver a lean, lightweight set of Angular-based UI elements that implement the material design specification for use in Angular single-page applications (SPAs).
|
||||
|
||||
<a href="https://github.com/angular/material/blob/master/.github/CONTRIBUTING.md" class="button" md-button>Contribute to Angular Material</a>
|
||||
|
||||
~~~
|
||||
|
||||
~~~ {.l-sub-section}
|
||||
|
||||
### AngularFire
|
||||
|
||||
AngularFire is the officially supported Angular binding for Firebase. Firebase is a full backend so you don't need servers to build your Angular app.
|
||||
|
||||
<a href="https://github.com/firebase/angularFire" class="button" md-button> Contribute to AngularFire</a>
|
||||
|
||||
~~~
|
Loading…
Reference in New Issue