-
Notifications
You must be signed in to change notification settings - Fork 0
/
dashboard-features.html
152 lines (140 loc) · 6.75 KB
/
dashboard-features.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
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from surielementor.com/icolandhtml/dashboard-features.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Nov 2022 07:33:31 GMT -->
<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>Your Organization Name</title>
<!-- Styles -->
<link rel="stylesheet" href="app/dist/app.css">
<!-- end Styles -->
<!-- Favicon and Touch Icons -->
<link rel="shortcut icon" href="assets/images/logo/favicon.png">
<link rel="apple-touch-icon-precomposed" href="assets/images/partner/favicon.html">
<link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"/>
</head>
<body class="dashboard show">
<!-- Preloading -->
<div class="preloader">
<div class=" loader">
<div class="square"></div>
<div class="path">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<p class="text-load">Loading :</p>
</div>
</div>
<!-- End Preloading -->
<!-- MAGIC CURSOR -->
<div class="mouse-cursor cursor-outer"></div>
<div class="mouse-cursor cursor-inner"></div>
<!-- /MAGIC CURSOR -->
<div class="btn click">
<span class="fas fa-bars"></span>
</div>
<nav class="dashboard__sidebar show">
<div class="sidebar__logo">
<h3 class="text-white">Your Logo</h3>
</div>
<ul class="sidebar__menu">
<li><a href="dashboard-tokensales.html"><span class="icon-token"></span>Token Sales</a></li>
<li><a href="dashboard-features.html"><span class="icon-menu"></span>Our Feature</a></li>
<li><a href="dashboard-roadmap.html"><span class="icon-map"></span>Road Map</a></li>
<li><a href="dashboard-creations.html"><span class="icon-start"></span>Our Creations</a></li>
<li><a href="dashboard-team.html"><span class="icon-team"></span>Our Team</a></li>
<li><a href="dashboard-faq.html"><span class="icon-faqs"></span>FaQs</a></li>
<li>
<a href="#" class="feat-btn"><span class="icon-setting"></span>Pages
</a>
<ul class="feat-show">
<li><a href="index-2.html">Home Main</a></li>
<li><a href="home-nft.html">Home NFT</a></li>
<li><a href="home-defi-v1.html">Home Defi</a></li>
<li><a href="connect-wallet.html">Wallet Connect</a></li>
<li><a href="sign-in.html">Sign In</a></li>
<li><a href="sign-up.html">Sign Up</a></li>
<li><a href="blog-v1.html">Blog</a></li>
</ul>
</li>
</ul>
<div class="bottom">
<ul class="list-social">
<li><span class="icon-twitter"></span></li>
<li><span class="icon-facebook"></span></li>
<li><span class="icon-place"></span></li>
<li><span class="icon-youtobe"></span></li>
<li><span class="icon-tiktok"></span></li>
<li><span class="icon-reddit"></span></li>
</ul>
<p class="fs-14">© 2022. All rights reserved by Themesflat</p>
</div>
</nav>
<div class="dashboard__content">
<div class="overlay"></div>
<div class="dashboard__header">
<a href="#" class="user">
<img src="assets/images/avt/admin.jpg" alt="ICOLand">
</a>
<a href="#" class="btn-action-outline style-5"><span class="icon-wallet"></span><span>Wallet connect</span></a>
</div>
<div class="dashboard__main">
<section class="about style-9">
<div class="container-fluid">
<div class="row">
<div class="col-xl-6 col-md-12">
<div class="block-text">
<h2 class="title">Allow us to Introduce Ourselves</h2>
<p class="fs-20 mt-16">ICOLand is a collection of 10,000 Bored Ape NFTs unique digital collectibles living on the Ethereum blockchain.</p>
</div>
<div class="group-img">
<img src="assets/images/layout/item-01.jpg" alt="ICOLand">
<img src="assets/images/layout/item-02.jpg" alt="ICOLand">
</div>
</div>
<div class="col-xl-6 col-md-12">
<div class="about__content">
<div class="box-about">
<div class="number">
<h2>01</h2>
</div>
<h4 class="title">High-quality rendered and equally affordable artwork</h4>
</div>
<div class="box-about">
<div class="number">
<h2>02</h2>
</div>
<h4 class="title">Learning, researching, and studying the crypto market daily</h4>
</div>
<div class="box-about">
<div class="number">
<h2>03</h2>
</div>
<h4 class="title">The immersive world of NFTs with all its collectors & projects</h4>
</div>
<div class="box-about">
<div class="number">
<h2>04</h2>
</div>
<h4 class="title">Slow, steady, and natural community growth within the Lazy Lounge Club</h4>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<script src="app/js/jquery.min.js"></script>
<script src="app/js/count-down.js"></script>
<script src="app/js/app.js"></script>
<script src="app/js/mouse.js"></script>
</body>
<!-- Mirrored from surielementor.com/icolandhtml/dashboard-features.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 03 Nov 2022 07:33:32 GMT -->
</html>