-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(landing): new landing page [ci skip]
- Loading branch information
EvilAlexei
committed
Sep 29, 2017
1 parent
3c7b838
commit b9e0480
Showing
33 changed files
with
95 additions
and
17,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
demo/src/app/common/getting-started/getting-started.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<demo-section> | ||
<div id="content" class="content-box"> | ||
|
||
<div class="image-responsive img-fluid"> | ||
<img class="mx-auto center-block d-block" src="assets/images/logos/angular.svg" | ||
alt="angular logo" width="250" height="250"> | ||
</div> | ||
|
||
<h1 align="center"> | ||
<a href="https://github.com/valor-software/ngx-bootstrap">ngx-bootstrap</a> | ||
</h1> | ||
|
||
<p align="center"> | ||
The best way to quickly integrate <a href="https://getbootstrap.com/">Bootstrap 3</a> or <a | ||
href="https://getbootstrap.com/docs/4.0">Bootstrap 4</a> Components with <a href="https://angular.io/">Angular</a> | ||
</p> | ||
|
||
<p align="center"> | ||
<span style="margin-top: 10px;display: inline-block;width: 120px;"> | ||
<iframe frameborder="0" scrolling="0" style="height: 20px;width: 120px;" | ||
title="github stars count" | ||
src="https://ghbtns.com/github-btn.html?user=valor-software&repo=ngx-bootstrap&type=star&count=true"></iframe></span> | ||
<br/> | ||
|
||
<a href="https://badge.fury.io/js/ngx-bootstrap"> | ||
<img src="https://badge.fury.io/js/ngx-bootstrap.svg" alt="npm version"> | ||
</a> | ||
|
||
<a href="https://npmjs.org/ngx-bootstrap"> | ||
<img src="https://img.shields.io/npm/dm/ngx-bootstrap.svg" alt="npm downloads"> | ||
</a> | ||
|
||
<br/> | ||
<a href="https://travis-ci.org/valor-software/ngx-bootstrap"> | ||
<img alt="build status" src="https://travis-ci.org/valor-software/ngx-bootstrap.svg?branch=development"> | ||
</a> | ||
<a href="https://ngx-slack.herokuapp.com"> | ||
<img src="https://ngx-slack.herokuapp.com/badge.svg" alt="slack"> | ||
</a> | ||
</p> | ||
|
||
<div class="section" [innerHTML]="doc"></div> | ||
</div> | ||
</demo-section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
demo/src/app/getting-started/getting-started.template.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.