-
Notifications
You must be signed in to change notification settings - Fork 0
/
_about.php
20 lines (20 loc) · 910 Bytes
/
_about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?=title("About")?>
<div class="bg-dark text-white">
<div class="container">
<div class="p-1 bg-dark">
<div class="container-fluid py-0">
<h1 class="mb-3">Priverse NFT Marketplace</h1>
<div class="row">
<div class="col-md-4">
<img class="rounded shadow mb-3" style="width:100%;height:auto;" src="images/navcoin-build.jpeg">
</div>
<div class="col-md-8">
<p>Priverse NFT Marketplace is a non-profit marketplace created and maintained by the Navcoin community developers.</p>
<p>A core part of our vision is that create a marketplace where NFT creators and collectors can use it completely anonymously.</p>
<p>We're building tools that allow consumers to trade their items freely, creators to launch new digital works, and developers to build rich, integrated marketplaces for their digital items.</p>
</div>
</div>
</div>
</div>
</div>
</div>