-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: bundle landing pages with extension.
- Loading branch information
Showing
30 changed files
with
91 additions
and
1,047 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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 @@ | ||
require('./style.css') |
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,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> |
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 @@ | ||
@import url('node_modules/tachyons/css/tachyons.css'); |
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,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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.