-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_hero.php
27 lines (27 loc) · 1.54 KB
/
_hero.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
<section class="section hero border-bottom" id="hero">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12 col-xl-6">
<h1 class="hero__title">
<span class="d-inline d-lg-block text-primary">Cross-Chain</span>
<span class="d-inline d-lg-block">for Decentralized</span>
<span class="d-inline d-lg-block">Secure Finance</span>
</h1>
<p class="hero-description">The first payment DeFi token on the TON blockchain created by the Tegro team, the ability to exchange through a bridge in the BSC network. The Tegro ecosystem token, TGR, is used in DEX, Telegram bots, sites, NFT Marketplace, and is also traded on centralized exchanges.</p>
<a href="#tokensale" class="btn btn-primary mt-40 me-3">Buy Token Now</a>
<!--a href="#about" class="btn btn-outline-primary mt-40">Watch the video</a-->
</div>
<div class="col-xl-5 position-relative ms-auto">
<picture>
<source srcset="/assets/images/webp/hero-image.webp" type="image/webp">
<source srcset="/assets/images/hero-image.png" type="image/png">
<img class="hero__image rellax" src="/assets/images/hero-image.png" width="526" height="575" alt="Cross-Chain Tegro Coin">
</picture>
<div class="section__blur">
<div class="blur__circle-1"></div>
<div class="blur__circle-2"></div>
</div>
</div>
</div>
</div>
</section>