-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_about.php
27 lines (27 loc) · 1.38 KB
/
_about.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 about border-bottom" id="about">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mb-5 mb-lg-0">
<div class="player__about position-relative" onclick="myFunction();return false;">
<img loading="lazy" class="player__image" src="/assets/images/player-about.svg" width="636" alt="About Tegro Coin">
<a href="https://www.youtube.com/watch?v=3qaboSxSp-k" class="player__icon">
<i class="fa-solid fa-play"></i>
</a>
<div id="video"></div>
</div>
</div>
<div class="col-lg-5 ms-auto position-relative">
<div class="d-flex flex-wrap d-lg-block">
<div class="about__body">
<h2 class="section__title">About TGR token</h2>
<p class="section__desc mb-0"><span class="d-block"> Tegro – A modern team that creates projects using a secure and decentralized token for mutual settlements in the marketplace, payment system, wallet and decentralized exchange in Web3.0 </span></p>
</div>
<div class="mt-40 ms-sm-0 ms-md-auto ms-lg-0">
<a href="#!" class="btn btn-primary">Buy TGR token</a>
</div>
</div>
<div class="about__text-bg"></div>
</div>
</div>
</div>
</section>