forked from CryptoCanary/GLCgives.org-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
executable file
·141 lines (121 loc) · 7.02 KB
/
test.html
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
<!DOCTYPE html>
<html lang="zxx" class="js">
<head>
<meta charset="utf-8">
<meta name="author" content="Softnio">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<!-- Fav Icon -->
<link rel="shortcut icon" href="GLCLogo3000-removebg-preview.png">
<!-- Site Title -->
<title>GLCgives - Android Education</title>
<!-- Bundle and Base CSS -->
<link rel="stylesheet" href="assets/css/vendor.bundle.css?ver=1930">
<link rel="stylesheet" href="assets/css/style.css?ver=1930" id="changeTheme">
<!-- Extra CSS -->
<link rel="stylesheet" href="assets/css/theme.css?ver=1930">
</head>
<body class="nk-body body-wider theme-light mode-onepage">
<div class="nk-wrap">
<header class="nk-header page-header is-transparent is-sticky is-shrink" id="header">
<!-- Header @s -->
<div class="header-main">
<div class="header-container container">
<div class="header-wrap">
<!-- Logo @s -->
<div class="header-logo logo animated" data-animate="fadeInDown" data-delay=".65">
<a href="#" class="logo-link">
<img class="logo-dark" src="images/logo.png" srcset="images/logo.png" alt="logo">
<img class="logo-light" src="images/logo.png" srcset="images/logo.png" alt="logo">
</a>
</div>
<div class="header-navbar header-navbar-s1">
<nav class="header-menu" id="example-menu-04">
<ul class="menu-btns animated" data-animate="fadeInDown" data-delay=".85">
<li><a href="https://www.goldcoinproject.org/" target="_blank"
class="btn btn-rg btn-auto btn-light btn-grad on-bg-light btn-round"><span>What
is Goldcoin (GLC) ?</span></a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<main class="nk-pages">
<section class="section section-b-m bg-light pdt-0">
<div class="container">
</div>
</section>
<div
style=" margin-top:80px !important; background-color: #cbe3fe; border-radius: 20px; padding: 15px 25px; flex-direction: row;
justify-content: center;text-align: center;text-transform: uppercase;width: 80%; margin: 0 auto; border: 5px solid black; height: 6em;">
<a class="btn btn-warning btn-lg justify-content-center" role="button"
href="Android Education.html"><span
style="font-size: xx-large; font-weight: bolder;color: #373435;">Next</span><i
class="fa fa-chevron-right" style="color: #373435;"></i><i class="fa fa-chevron-right"
style="color: #373435;"></i></a>
</div>
</main>
<footer>
<div class="section section-m pb-0 ov-h">
<div class="container py-4">
<!-- Block @s -->
<div class="nk-block pb-lg-5">
<div class="row justify-content-center text-center">
<div class="col-lg-6 col-md-9">
<div class="wide-auto-sm section-head section-head-sm pdb-r">
<h4 class="title title-md animated" data-animate="fadeInUp" data-delay=".1">Goldcoin
<br>
is designed and built to perform as a foundation for the world’s financial
systems...
</h4>
</div>
</div>
</div>
</div><!-- .block @e -->
</div>
<div class="nk-ovm shape-contain shape-center-top shape-p"></div>
</div>
<div class="section section-footer section-s bg-transparent">
<div class="container">
<!-- Block @s -->
<div class="nk-block block-footer">
<div class="row">
<div class="col">
<div class="wgs wgs-text text-center mb-3">
<ul class="social pdb-m justify-content-center">
<li><a href="#"><em class="social-icon fab fa-facebook-f"></em></a></li>
<li><a href="#"><em class="social-icon fab fa-twitter"></em></a></li>
<li><a href="#"><em class="social-icon fab fa-youtube"></em></a></li>
<li><a href="#"><em class="social-icon fab fa-github"></em></a></li>
<li><a href="#"><em class="social-icon fab fa-bitcoin"></em></a></li>
<li><a href="#"><em class="social-icon fab fa-medium-m"></em></a></li>
</ul>
<div class="copyright-text copyright-text-s3 pdt-m">
<p><span class="d-sm-block">Copyright © 2013-2022 by<a
href="https://www.goldcoinproject.org/"> Goldcoin Project.</a>
& All rights reserved. Released under the <a
href="https://opensource.org/licenses/mit-license.php">MIT
license.</a>
<a href="https://www.goldcoinproject.org/privacy-policy.html"> Privacy
Policy</a> - <a
href="https://www.goldcoinproject.org/disclaimer.html">
Disclaimer</a> </span></p>
</div>
</div>
</div>
</div>
</div><!-- .block @e -->
</div>
</div>
</footer>
</div>
<div class="preloader"><span class="spinner spinner-round"></span></div>
<!-- JavaScript -->
<script src="assets/js/jquery.bundle.js?ver=1930"></script>
<script src="assets/js/scripts.js?ver=1930"></script>
<script src="assets/js/charts.js"></script>
</body>
</html>