forked from XinFinOrg/Official-XinFinOrg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworks.php
39 lines (30 loc) · 1.55 KB
/
works.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
<?php
$title = "How XinFin Blockchain Ecosystem Works | Blockchain Technology Company";
$desc = "The XinFin blockchain ecosystem at a glance. LKearn more about how XinFin and the XDC hybrid blockchain technology works.";
include('inc/header.php') ?>
<section id="banner">
<!-- <div id="particle-canvas" ></div> -->
<div class="container">
<div class="row">
<div class="bannertext1">
<div class="col-md-4" style="padding-top:5%">
<h1 class="largehead">How it works</h1>
<p>
<!-- We as an organization are on a mission to improve the overall deficit in the global infrastructure with the help of Blockchain technology. We as a company have revolutionized the concept of peer-to-peer transaction by using community driven digital assets in an open source blockchain platform. -->The XinFin blockchain ecosystem at a glance.
</p>
</div>
<div class="col-md-8">
<img src="assets/images/RETAIL.png" alt="" class="image1">
<img src="assets/images/DVELOPERS.png" alt="" class="image2">
<img src="assets/images/INSTITUTIONS.png" alt="" class="image3">
<img src="assets/images/HOW-IT-WORKS-ANIMATION.gif" alt="" class="image4"> </div>
<!-- <div id="scroll"><a href="#about" class="smooth-scroll" ><span class="arrow-bounce">↓</span></a></div> -->
</div>
</div>
</div>
</section>
<script>
var activeUrl = localStorage.getItem("currentUrl");
$('.nav.navbar-nav li:nth-child(2)').addClass('active');
</script>
<?php include('inc/footer.php') ?>