-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipana-liquidity-providers.njk
48 lines (46 loc) · 1.82 KB
/
pipana-liquidity-providers.njk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: pipana intensifies
layout: layouts/stark.njk
permalink: /pipana/lp/
---
<article class="athelas sol cover" id="liq-form">
<div class="vh-100 dt w-100 tc">
<div class="dtc v-mid">
<div class="mw6 center ph4">
<div><img
src="/img/pipana.jpg"
class="br-100 pa1 ba b--black-10 h3 w3 bg-white animate__animated animate__pulse animate__slow" alt="avatar">
<h1 class="animate__animated animate__bounce animate__slow"> $pipana</h1>
<p>$pipana will be trading on the Solana network. </p>
<p>Those interested in providing liquidity please provide your email address.</p>
<form name="pipana-lp" action="/pipana/lp/#pip" netlify>
<input
id="solana-address"
class="f5 fw1 f5-l mb3 input-reset bn bg-light-purple black b pa3 lh-solid w-100 w-75-m w-80-l br2-ns br--left-ns"
placeholder="Name"
type="text"
name="Name">
<input
id="solana-address"
class="f5 fw1 f5-l mb3 input-reset bn bg-light-purple black pa3 lh-solid w-100 w-75-m w-80-l br2-ns br--left-ns"
placeholder="Email"
type="email"
name="email">
<button
class="btn f5 fw1 f5-l button-reset pv3 tc bn bg-animate bg-purple hover-bg-light-blue white pointer w-100 w-25-m w-20-l dim"
type="submit">Submit</button>
</div>
</form>
</div>
</div>
</div>
</article>
<article id="pip" class="athelas">
<div class="vh-100 dt w-100 tc bg-black white cover">
<div class="dtc v-mid">
<span class="white fw1 f7 white courier">pipana intensifies</span><br>
<img class="h3 w3" src="/images/pipana-intensifies.gif"><br>
<span class="white fw1 f7 white courier">thanks!</span><br>
</div>
</div>
</article>