Skip to content

Commit

Permalink
refactor: bundle landing pages with extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofmn committed Dec 22, 2017
1 parent b4691db commit 1b7ba69
Show file tree
Hide file tree
Showing 30 changed files with 91 additions and 1,047 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions add-on/src/landing-pages/landing-pages.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require('./style.css')
28 changes: 28 additions & 0 deletions add-on/src/landing-pages/next-step.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>

<head>
<title>IPFS Companion - Almost there</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
</head>

<body>
<div id="header">
<img class="logo" src="./images/ipfs-logo-on.svg" alt="IPFS Logo">
<h1>Almost there!</h1>
</div>
<div id="content">
<div class="main-info">
<h2>Thank you for installing IPFS Companion!</h3>
<img class="network-image" src="./images/ipfs-illustration-network.svg" alt="IPFS Network">
<h3>You still need to install the client application to connect to the IPFS network.</h3>
<a class="btn-install-station" href="https://github.com/ipfs-shipyard/station">Install IPFS Station</a>
<a href="">Or alternatively download the standalone IPFS client</a>
</div>
</div>
<script src="../ipfs-companion-common.js"></script>
<script src="landing-pages.js"></script>
</body>

</html>
1 change: 1 addition & 0 deletions add-on/src/landing-pages/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import url('node_modules/tachyons/css/tachyons.css');
59 changes: 59 additions & 0 deletions add-on/src/landing-pages/welcome.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!DOCTYPE html>
<html>

<head>
<title>IPFS Companion Welcome</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
</head>

<body>
<div id="header">
<img class="logo" src="./images/ipfs-logo-on.svg" alt="IPFS Logo">
<h1>Welcome to the Distributed Web!</h1>
</div>
<div id="content">
<div class="main-info">
<h2>Thank you for installing IPFS Companion!</h2>
<p>You are now able to use distributed webs applications and websites built with IPFS.</p>
</div>
<div id="learn-section" class="section">
<div class="section-title">
<h2>Learn more</h2>
</div>
<div class="section-content">
<p>Learn why we need a distributed web to make the web faster, safer and more open.</p>
<ul>
<li><a href="https://www.youtube.com/watch?v=2RCwZDRwk48">The next Internet Revolution | Juan Benet | TEDxSanFrancisco</a></li>
<li><a href="https://motherboard.vice.com/en_us/article/78xgaq/the-interplanetary-file-system-wants-to-create-a-permanent-web">The InterPlanetary File System Wants to Create a Permanent Web | Motherboard</a></li>
</div>
</div>
<div id="app-section" class="section">
<div class="section-title">
<h2>Applications</h2>
</div>
<div class="section-content">
<p>Try some of the applications built with IPFS.</p>
<ul>
<li class="app-item">
<img src="./images/peerpad-logo.svg" alt="Peerpad Logo">
</li>
<li class="app-item">
<img src="./images/peerpad-logo.svg" alt="Peerpad Logo">
</li>
<li class="app-item">
<img src="./images/peerpad-logo.svg" alt="Peerpad Logo">
</li>
<li class="app-item">
<img src="./images/peerpad-logo.svg" alt="Peerpad Logo">
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="../ipfs-companion-common.js"></script>
<script src="landing-pages.js"></script>
</body>

</html>
Binary file removed landing-pages/css/fonts/Fira/FiraSans-Light.ttf
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-Light.woff
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-Light.woff2
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-Medium.ttf
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-Medium.woff
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-Medium.woff2
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-Regular.ttf
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-Regular.woff
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-Regular.woff2
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-SemiBold.ttf
Binary file not shown.
Binary file removed landing-pages/css/fonts/Fira/FiraSans-SemiBold.woff
Binary file not shown.
Binary file not shown.
94 changes: 0 additions & 94 deletions landing-pages/css/fonts/Fira/LICENSE

This file was deleted.

202 changes: 0 additions & 202 deletions landing-pages/css/fonts/OpenSans/LICENSE.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 1b7ba69

Please sign in to comment.