-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
70 lines (69 loc) · 3.42 KB
/
footer.php
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<div class="section footer dark">
<div class="cover">
<div class="grid no-margin no-padding">
<div class="row">
<div class="cell-7 text-left">
<img src="/assets/media/images/footer-logo.png" class="no-select" id="footer-image" alt="Konjure Logo"/>
<br>
<p><em>Striving to be the website builder of the blockchain, Konjure will provide the tools necessary to create and deploy your online project in a decentralized environment.</em></p>
</div>
<div class="cell-3 text-right">
<h5>Get Started</h5>
<br>
<p><a href="/get-started/what-is-konjure">What is Konjure?</a></p>
<p><a href="/get-started/token">KONJ Token Sale</a></p>
<p><a href="/get-started/prototype">Prototype</a></p>
</div>
<div class="cell-3 text-right">
<h5>Company</h5>
<br>
<p><a href="/company/meet-the-team">Meet the Team</a></p>
<p><a href="/company/get-in-touch">Get in Touch</a></p>
<p><a href="/company/faqs">FAQs</a></p>
<p><a href="https://medium.com/konjure" target="_blank">Blog</a></p>
</div>
<div class="cell-3 text-right">
<h5>Development</h5>
<br>
<p><a href="/development/overview">Overview</a></p>
<p><a href="/development/decentralization">Decentralization</a></p>
<p><a href="https://github.com/konjure" target="_blank">Github</a></p>
<p><a href="javascript:;">Docs (Soon)</a></p>
</div>
</div>
<div class="divider"></div>
<div class="row">
<div class="cell-3 text-left">
<p>109 E. 17th St.</p>
<p>Suite #5526</p>
<p>Cheyenne, WY 82001</p>
</div>
<div class="cell-6">
<form action="https://konjure.us18.list-manage.com/subscribe/post?u=18cb115074434e89c25c67493&id=45b0aabe6d" method="POST" name="mc-embedded-subscribe-form">
<p class="bright">Subscribe for news and updates</p>
<input type="email" name="EMAIL" id="footer-input" placeholder="[email protected]" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" required>
<button type="submit" id="footer-submit" hover="brighten">
<i class="fa fa-chevron-right"></i>
</button>
</form>
</div>
<div class="cell-4 social text-right">
<p class="bright">Connect with us</p>
<a href="https://twitter.com/konjureorg" target="_blank"><i class="fab fa-twitter" hover="brighten"></i></a>
<a href="https://medium.com/konjure" target="_blank"><i class="fab fa-medium-m" hover="brighten"></i></a>
<a href="https://t.me/konjure" target="_blank"><i class="fab fa-telegram-plane" hover="brighten"></i></a>
<a href="https://github.com/konjure" target="_blank"><i class="fab fa-github" hover="brighten"></i></a>
<a href="https://reddit.com/r/konjure" target="_blank"><i class="fab fa-reddit-alien" hover="brighten"></i></a>
</div>
<div class="cell-3 text-right">
<p>© Konjure LLC 2018</p>
<p><a href="/company/legal/privacy-policy">Privacy Policy</a></p>
<p><a href="/company/legal/terms-of-use">Terms of Use</a></p>
</div>
</div>
</div>
<img src="/assets/media/images/dark-ghost.svg" class="no-select" id="footer-ghost" alt="Konjure Ghost"/>
</div>
</div>
<script src="/assets/scripts/js/scrollReveal.min.js" type="text/javascript"></script>
<script type="text/javascript">window.sr = new scrollReveal();</script>