-
Notifications
You must be signed in to change notification settings - Fork 1
/
mint.html
94 lines (63 loc) · 2.59 KB
/
mint.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
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Gr0in">
<title>LFGO Market</title>
<link rel="canonical" href="">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="js/explode.js"></script>
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
</head>
<body>
<div class="round-effect">
<div class="primary-round opacity-3"></div>
<div class="gradient-round opacity-3"></div>
</div>
<header class="p-4 bg-dark text-white sticky-top">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start" id="main-nav"><a href="#" class="navbar-brand d-flex align-items-center my-2 my-lg-0 me-lg-auto text-white text-decoration-none">
<img src="img/logo.png" height="40px" />
</a>
<ul class="nav col-12 col-lg-auto my-2 justify-content-center my-md-0 text-small">
<li><a href="home.html" class="nav-link current-item">Home</a></li>
<li><a href="index.html" class="nav-link">Marketplace</a></li>
<li><a href="builder.html" class="nav-link">Builder</a></li>
<li><a href="#" class="nav-link">Calendar</a></li>
</ul>
<div class="text-end">
<button type="button" class="sc-button">Connect Wallet</button>
</div>
</div>
</div>
</header>
<section class="mint">
<div class="container ">
<div class="row align-items-center">
<div class="col-lg-4 offset-lg-4 col-md-6 offset-md-3" >
<h1 class="fw-light"><b>Let’s Offing GO!</b></h1>
<p class="lead fw-light">Click on the head below to reveal</p>
<!--<img id="toggle" src="img/head.png" class="img-fluid img-home-1" />-->
<div class="clipped-box">
<div class="content">
<img src="img/head.png"/>
</div>
</div>
<div class="reveal">
<img src="img/sample-1.jpg"/>
</div>
<div class="clear"></div>
<a href="mint.html" class="sc-button btn btn-md"><span>Mint Another</span></a>
</div>
</div>
</div>
</section>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="https://kit.fontawesome.com/7142f5c63f.js" crossorigin="anonymous"></script>
</body>
</html>