Skip to content

Commit

Permalink
chore(logo): add a new neat-o logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft committed Sep 25, 2018
1 parent d29ed3e commit a37b55b
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img height="256px" width="256px" style="text-align: center;" src="https://cdn.rawgit.com/tinesoft/ngx-scrollreveal/master/demo/src/assets/logo.svg">
</p>

# ngx-scrollreveal - [Angular](http://angular.io/) directives for [ScrollReveal JS](https://scrollrevealjs.org/)

[![npm version](https://badge.fury.io/js/ngx-scrollreveal.svg)](https://badge.fury.io/js/ngx-scrollreveal)
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-sm-4 d-flex justify-content-center justify-content-md-end">
<img src="assets/logo.png" alt="ngx-scrollreveal logo" class="logo rounded">
<img src="assets/logo.svg" alt="ngx-scrollreveal logo" class="logo">
</div>
<div class="col-sm-8 text-center text-md-left">
<h1>ngx-scrollreveal</h1>
Expand Down
Binary file removed demo/src/assets/logo.png
Binary file not shown.
27 changes: 27 additions & 0 deletions demo/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions demo/src/assets/scrollreveal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demo/src/favicon.ico
Binary file not shown.

0 comments on commit a37b55b

Please sign in to comment.