Skip to content

Commit

Permalink
build(docs_app): replace Angular images and headline with RxJS ones
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak committed Sep 28, 2018
1 parent 8ef4332 commit 88e88b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs_app/content/file-not-found.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@description

<div class="nf-container l-flex-wrap flex-center">
<img src="assets/images/support/angular-404.svg" width="300" height="300"/>
<img src="assets/images/support/rxjs-404.png" width="300" height="300"/>
<div class="nf-response l-flex-wrap">
<h1 class="no-toc">Page Not Found</h1>
<p>We're sorry. The page you are looking for cannot be found.</p>
Expand Down
22 changes: 0 additions & 22 deletions docs_app/src/assets/images/support/angular-404.svg

This file was deleted.

Binary file added docs_app/src/assets/images/support/rxjs-404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs_app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,14 @@
<div class="background-sky hero"></div>
<section id="intro">
<div class="hero-logo">
<img src="assets/images/logos/angular/angular.svg" width="250" height="250" alt="Angular logo">
<img src="assets/images/favicons/favicon-192x192.png" width="250" height="250" alt="RxJS logo">
</div>
<div class="homepage-container">
<div class="hero-headline">One framework.<br>Mobile &amp; desktop.</div>
<div class="headline-container">
<h2 class="hero-headline">RxJS</h2>
<span class="hero-subheadline">Reactive Extensions Library for JavaScript</span>
</div>
</section>
<h2 style="color: red; text-align: center; margin-top: -50px;">
<h2 style="color: red; text-align: center;">
<b><i>This website requires JavaScript.</i></b>
</h2>
</noscript>
Expand Down

0 comments on commit 88e88b0

Please sign in to comment.