added web pages

This commit is contained in:
polarDefender 2024-05-17 13:29:33 -07:00
parent e570167a5e
commit c96c340a43
19 changed files with 877 additions and 238 deletions

View file

@ -1,49 +1,90 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<head>
<meta charset="UTF-8" />
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat"
/>
<link rel="stylesheet" href="css/styles.css" />
<!-- HTML Meta Tags -->
<title>Lightning.Pub</title>
<meta name="description" content="Lightning for Everyone">
</head>
<body>
<meta name="description" content="Lightning for Everyone" />
</head>
<body>
<header>
<img src="pub_logo.png" width="38px" height="auto" alt="Lightning Pub logo">
<img src="LightningPub.png" height="33px" alt="Lightning Pub logo">
<img
src="img/pub_logo.png"
width="38px"
height="auto"
alt="Lightning Pub logo"
/>
<img src="img/LightningPub.png" height="33px" alt="Lightning Pub logo" />
</header>
<main>
<section class="setup-header">
<h2>Setup</h2>
<p>To manage your Pub, you will connect a via remote dashboard.</p>
<p>Confirm a few things to generate a connection string:</p>
</section>
<div class="line"></div>
<section class="setup-header">
<h2>Setup</h2>
<p class="header-title">
Let's confirm some things before we start this Pub
</p>
</section>
<section class="setup-content">
<p class="text-gray">Use default managed relay, <br>1000 sats per month paid automatically after grace period.</p>
<div class="checkbox">
<input type="checkbox" id="customCheckbox">
<label for="customCheckbox"></label>
</div>
<p>Or, enter a custom relay:</p>
<input type="text" placeholder="strfry.shock.network" value="" /><br><br><br>
<button onclick="window.location.href='/connect.html'">Generate</button>
<p class="marked">Need Help?</p>
</section>
<div class="line"></div>
<div class="line"></div>
<section class="setup-content">
<div class="input-group">
<span>give this node a name that wallet users will see:</span>
<input
type="text"
placeholder="Nodey McNodeFace"
value=""
style="width: 100%"
/>
</div>
<section class="setup-footer">
<p class="text-gray">npub of this instance:</p>
<p>npub123abcdesdfsdfsdfsdfsfsd456abc123</p>
</section>
<div class="input-group" style="margin-top: 38px">
<span>If you want to use a specific Nostr relay, enter it now:</span>
<input
type="text"
placeholder="wss://relay.lightning.pub"
style="width: 100%"
/>
</div>
<div class="checkbox" style="margin-top: 12px">
<input type="checkbox" id="customCheckbox" />
<div class="checkbox-shape"></div>
<label for="customCheckbox">
Use the default managed relay service and auto-pay 1000 sats
permonth to support developers
</label>
</div>
<button
class="push-button"
onclick="location.href='liquidity.html'"
style="margin-top: 92px"
>
Next
</button>
</section>
</main>
</body>
</html>
<footer>
<div class="footer-text">
<div>By proceeding you acknowledge that this is</div>
<div>bleeding-edge software, and agree to the providers</div>
<div>
<span style="color: #c434e0">terms</span> regarding any services
herein.
</div>
</div>
<div class="line"></div>
<p class="marked">Need Help?</p>
</footer>
</body>
</html>