This repository was archived by the owner on Jun 6, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_header.php
More file actions
328 lines (328 loc) · 19.8 KB
/
Copy path_header.php
File metadata and controls
328 lines (328 loc) · 19.8 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<?php
$themeClass = '';
if (!empty($_COOKIE['theme'])) {
if ($_COOKIE['theme'] == 'dark') {
$themeClass = 'dark-theme';
} else if ($_COOKIE['theme'] == 'light') {
$themeClass = 'light-theme';
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tegro TGR — Token for Decentralized Secure Finance</title>
<meta name="description" content="Cross-platform payment token $TGR of the Tegro ecosystem. The first payment token on the TON blockchain, with the ability to exchange through a bridge to another network." />
<meta property="og:type" content="website">
<meta property="og:title" content="Cross-platform payment token $TGR of the Tegro ecosystem">
<meta property="og:description" content="The first payment token on the TON blockchain, with the ability to exchange through a bridge to another network.">
<meta property="og:url" content="https://tegro.finance/">
<meta property="og:image" content="https://tegro.finance/assets/imgages/tgr.png">
<meta property="og:site_name" content="Cross-platform payment token Tegro $TGR">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@tgrtoken">
<meta property="twitter:creator" content="@tgrtoken">
<meta property="twitter:image:src" content="https://tegro.finance/assets/imgages/tgr.png">
<link rel="manifest" href="/manifest.json"/>
<link rel="canonical" href="https://tegro.finance/">
<link rel="icon" href="/assets/images/favicon.svg">
<link rel="stylesheet" href="/assets/libs/bootstrap/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/libs/fontawesome/css/all.min.css">
<link rel="stylesheet" href="/assets/css/style.css?v=<?=time()?>">
<link rel="stylesheet" href="/assets/libs/slick/slick.css?v=<?=time()?>">
<link rel="stylesheet" href="/assets/libs/slick/slick-theme.css?v=<?=time()?>">
</head>
<body class="<?php echo $themeClass; ?>">
<div class="wrapper">
<header class="header border-bottom">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid px-auto px-xl-5">
<a href="/" class="header__logo"><img src="/assets/images/logotype.svg" alt="" class="header__logo-img"></a>
<div class="d-block d-lg-none ms-auto me-4">
<a href="https://tegro.finance" class="btn btn-sm-mobile btn-primary text-nowrap" target="_blank">
Buy $TGR
</a>
</div>
<div class="d-flex d-lg-none align-items-center">
<button class="btn btn-light btn-icon navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarDexContent" aria-controls="navbarDexContent" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbarDexContent">
<ul class="navbar-nav align-items-lg-center d-block d-lg-flex align-items-center order-2 order-lg-1 me-auto">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item dropdown">
<a class="nav-link text-nowrap" href="#" id="navbarDropdown" data-bs-toggle="dropdown" aria-expanded="false">
DEX<i class="fa-solid fa-angle-down small ms-auto ms-lg-2"></i>
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item d-flex" href="https://tegro.finance/" target="_blank">
<i class="fa-light fa-arrow-down-arrow-up dropdown-item-icon"></i>
<div class="ms-3">
Exchange
<div class="text-muted small">Trade with the lowest fee</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://tegro.finance/liquidity" target="_blank">
<i class="fa-light fa-money-bill-transfer dropdown-item-icon"></i>
<div class="ms-3">
Liquidity
<div class="text-muted small">Start earning from fees</div>
</div>
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link text-nowrap" href="#" id="navbarDropdown" data-bs-toggle="dropdown" aria-expanded="false">
Wallet <i class="fa-solid fa-angle-down small ms-auto ms-lg-2"></i>
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item d-flex" href="/wallet/" title="Web Wallet">
<i class="fa-light fa-wallet dropdown-item-icon"></i>
<div class="ms-3">
Web Wallet
<div class="dropdown-item__desc text-muted small">The easiest way to store, send, and receive Toncoin</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://play.google.com/store/apps/details?id=com.tonholdwallet.android" title="Android App" target="_blank">
<i class="fa-brands fa-google-play dropdown-item-icon"></i>
<div class="ms-3">
Android App
<div class="text-muted small">Wallet extension for Android</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://chrome.google.com/webstore/detail/cdpdjfhimjdmbakdbabcklagceoikifg" title="Chrome App" target="_blank">
<i class="fa-brands fa-chrome dropdown-item-icon"></i>
<div class="ms-3">
Chrome App
<div class="text-muted small">Wallet extension for Chrome browser</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://microsoftedge.microsoft.com/addons/detail/dgegbhgbijbhkmkacomdlogdkacokpam" title="Microsoft Edge" target="_blank">
<i class="fa-brands fa-edge dropdown-item-icon"></i>
<div class="ms-3">
Microsoft Edge
<div class="text-muted small">Wallet extension for Edge browser</div>
</div>
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link text-nowrap" href="#" id="navbarDropdown" data-bs-toggle="dropdown" aria-expanded="false">
E-Commerce<i class="fa-solid fa-angle-down small ms-auto ms-lg-2"></i>
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item d-flex" href="/commerce/">
<i class="fa-light fa-money-check-dollar-pen dropdown-item-icon"></i>
<div class="ms-3">
Payment system
<div class="text-muted small">Connection of payment systems and banks without commissions.</div>
</div>
</a>
</li>
<li class="p-3 fs-14 fw-medium text-muted">
For Business
</li>
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/referral-program/" target="__blank">
<i class="fa-light fa-handshake dropdown-item-icon"></i>
<div class="ms-3">
Affiliate program
<div class="ms-1 u-badge">new</div>
<div class="text-muted small">Invite clients and get percentage of their turnover</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/security/" target="__blank">
<i class="fa-light fa-shield-check dropdown-item-icon"></i>
<div class="ms-3">
Security
<div class="text-muted small">About PCI DSS, SSL Security Standards</div>
</div>
</a>
</li>
<li class="p-3 fs-14 fw-medium text-muted">
Developers
</li>
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/docs/en/" target="__blank">
<i class="fa-light fa-book dropdown-item-icon"></i>
<div class="ms-3">
All documentation
<div class="text-muted small">All ways of integration and interaction</div>
</div>
</a>
<ul class="list-style-inside ps-0 ps-lg-4 d-flex">
<li>
<a class="dropdown-item fs-14" href="https://tegro.money/docs/en/begin/register/add-shop/" target="__blank">
Adding a store
</a>
</li>
<li>
<a class="dropdown-item fs-14" href="https://tegro.money/docs/en/sci/create-payment/" target="__blank">
Api Documentation
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link text-nowrap" href="#" id="navbarDropdown" data-bs-toggle="dropdown" aria-expanded="false">
NFT <i class="fa-solid fa-angle-down small ms-auto ms-lg-2"></i>
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item d-flex" href="https://libermall.com/" target="__blank">
<i class="fa-light fa-house dropdown-item-icon"></i>
<div class="ms-3">
Libermall
<div class="dropdown-item__desc text-muted small">A new, modern and slick NFT marketplace</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://libermall.com/#explore" target="__blank">
<i class="fa-light fa-hexagon-vertical-nft dropdown-item-icon"></i>
<div class="ms-3">
Explore Collections
<div class="text-muted small">Catalog of NFT collections</div>
</div>
</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
More <i class="fa-solid fa-angle-down small ms-auto ms-lg-2"></i>
</a>
<div class="dropdown-menu">
<div class="d-flex flex-wrap">
<ul class="list-unstyled w-50 flex-lg-fill">
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/pay/coupons/" target="_blank">
<i class="fa-light fa-badge-percent dropdown-item-icon"></i>
<div class="ms-3">
Discounts
<div class="text-muted small">And coupons</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/advantages/" target="_blank">
<i class="fa-light fa-rocket-launch dropdown-item-icon"></i>
<div class="ms-3">
Advantages
<div class="text-muted small">Use all the features of the service</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/company-career/" target="_blank">
<i class="fa-light fa-code dropdown-item-icon"></i>
<div class="ms-3">
Jobs
<div class="text-muted small">Leaders in the provision of services</div>
</div>
</a>
</li>
</ul>
<ul class="list-unstyled w-50 flex-lg-fill">
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/policy/" target="_blank">
<i class="fa-light fa-file-contract dropdown-item-icon"></i>
<div class="ms-3">
Privacy policy
<div class="text-muted small">Last updated October 5, 2021.</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/offer/" target="_blank">
<i class="fa-light fa-file-contract dropdown-item-icon"></i>
<div class="ms-3">
Terms of use
<div class="text-muted small">Last updated October 18, 2022.</div>
</div>
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/contacts/" target="_blank">
<i class="fa-light fa-envelope-open-text dropdown-item-icon"></i>
<div class="ms-3">
Contact Us
<div class="text-muted small">Write to us</div>
</div>
</a>
</li>
</ul>
</div>
</div>
</li>
</ul>
<ul class="navbar-nav align-items-lg-center d-block d-lg-flex align-items-center border-top-mobile order-3 pt-2 mt-2 pt-lg-0 mt-lg-0">
<li class="nav-item dropdown">
<a href="#" class="nav-link" role="button" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-light fa-globe fa-lg d-none d-lg-block"></i>
<span class="d-inline d-lg-none">Language</span>
<i class="fa-solid fa-angle-down small d-block d-lg-none ms-auto ms-lg-2"></i>
</a>
<ul class="dropdown-menu me-0 me-lg-4">
<li>
<a class="dropdown-item d-flex active" href="https://tegro.finance/">
<img class="me-3" src="/assets/images/usa.svg" alt="">
English
</a>
</li>
<li>
<a class="dropdown-item d-flex" href="https://tegro.money/">
<img class="me-3" src="/assets/images/russian.svg" alt="">
Russian
</a>
</li>
</ul>
</li>
<li class="nav-item me-0 me-lg-2">
<a href="javascript://" class="nav-link btn-change-theme">
<div class="dark-mode-icon w-100">
<div class="d-flex align-items-center w-100">
<span class="d-inline d-lg-none me-auto">Dark Mode</span>
<i class="fa-solid fa-moon fs-18" style="transform: rotate(210deg); margin-top: 2px"></i>
</div>
</div>
<div class="light-mode-icon w-100">
<div class="d-flex align-items-center w-100">
<span class="d-inline d-lg-none me-auto">Light Mode</span>
<i class="fa-solid fa-sun-bright fs-18"></i>
</div>
</div>
</a>
</li>
<li class="nav-item d-none d-lg-block ms-lg-2">
<a href="https://tegro.finance" class="btn btn-sm btn-primary" target="_blank">Buy $TGR</a>
</li>
</ul>
</div>
</div>
</nav>
</header>