forked from codeSTACKr/nft-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutbianca.html
293 lines (230 loc) · 16.4 KB
/
aboutbianca.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>About Bianca</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/x-icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/x-icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/x-icon/favicon-16x16.png">
<link rel="icon" type="image/x-icon" href="/images/x-icon/favicon.ico">
<link rel="manifest" href="images/x-icon/site.webmanifest">
<!-- <link rel="stylesheet" href="css/style.css" /> -->
<!-- <link rel="stylesheet" href="assets/css/main.css" /> -->
<link rel="stylesheet" href="css/aboutbianca.css" />
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<!-- Google Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap">
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<!-- <link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css" rel="stylesheet"> -->
<!-- JQuery -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.4/umd/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/js/mdb.min.js"></script> -->
</head>
<script type="text/javascript">
$(window).scroll(function() {
$('nav').toggleClass('scrolled', $(this).scrollTop() > 100);
});
</script>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="logo">
<img src="images/13.png">
</div>
<!-- Collapse Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expand="false" aria-label="Toggle navigation" data-target="#exnavbar" aria-control="exnavbar">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapsible Content -->
<div class="collapse navbar-collapse pr-5" id="exnavbar">
<!-- Links -->
<ul class="navbar-nav ml-auto mr-5 pr-5" style="font-size: 19px;">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbardropdownlink" data-toggle="dropdown" aria-haspopup="true" aria-expand="false">About</a>
<div class="dropdown-menu dropdown-primary" aria-label="navbardropdownlink">
<a class="dropdown-item" href="#origins">Origins</a>
<a class="dropdown-item" href="#worth_knowing">Worth</a>
</div>
</li>
<!-- More Dropdowns -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbardropdownlink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#">More</a>
<div class="dropdown-menu dropdown-primary" aria-labellebdy="navbardropdownlink">
<a class="dropdown-item" href="#faq">FAQs</a>
<a class="dropdown-item" href="index.html">To Team</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="roadmap.html">Roadmap</a>
</li>
<li class="nav-item">
<a class="nav-link" href="mintdrop.html">Mint</a>
</li>
</ul>
</div>
</nav>
<!-- <div class="on-header">
<p>The reality of Bianca Alliance began from somewhere which has extended into our world. The Bianca origins reveals the intrinsic reality and motive behind this great project. The alliance you have never had is now here...</p>
</div> -->
</header>
<section id="origins" class="one">
<header>
<h1>Bianca Origins</h1>
</header>
<div class="article">
<div class="inside ">
<p>Biancas are made, they are not born. Due to a lot of imbalance and lawlessness in Lanporia the first Bianca was made. Her name was Baylan. An elegant and beautiful young woman who decided to take matters into her own hands and turn the
violent winds of Lanporia. Baylan trained herself to fight and went on with that regular abilities to take down the corrupt officials, chiefs, the leaders and the abusive men to help the weak. This sparked an outrage in the whole of
Lanporia, for such was unprecedented.</p>
<p>Now, she was branded as a target and threat with a heavy bounty on her head. Only her life can cure the peace she has taken from the corrupted ones. The lone ranger made her arms strong for she made up her mind that, nothing is going to
stop her except death.</p>
<p>Kaokusans, the worshipers of Kaokus(A deity in the Land) became furious and took the pursue of Baylan's life as an emergency for their sect. The Kaokusans are very rich and powerful, capable of commanding the sky, winds and weather of
Lanporia with the embarkment of their great god Kaokus. They have so much authority that their actions and inactions were never questioned. When these worshipers got involved, her resistance grew weaker and weaker. She was hunted and
apprehended on one sunny day. Her attack came from all directions and she had no support, no treatments for her wounds and no place to hide. The only way out this, is to face death because the forces overwhelmed her. To the helpless,
only death is their rescue.</p>
<p>Baylan is caught, beaten up and imprisoned. She could not hold up any longer and gave up the ghost. Kaokus worshipers wrapped the corpse with cloths and threads like a mummy, dumped her into the great river(river Mahl) in the midnight
after offering celebrating and offering rites to Kaokus. Everyone knows the many treasures and supplications the Mahl river gives to the people this was very abominable but none knew and this made the river to become salty and fishes
began floating around. It was a horrendous period but a joy to the corrupted souls. </p>
<p>Now, months later, river Mahl delivered a package to the villagers. A body wrapped as a mummy was found at the banks of the great river. In a matter of days drastic signs of life was seen from Mahl again. They told the watcher of the town
about the body and immediately upon description he knew who and what it was and advised that it shouldn't be touched. All parties involved was notified and they decided to burry her. Burry her but not on land, again, in river Mahl
after all the disaster that has happened. The extent of their wickedness. For they said "it is good that she is banished, even unto death". So they blocked the flow of the river in the midnight and digged deeper than rock bottom to
burry the body</p>
<p>The story might seem to have ended, but that was just the beginning. "Unless a grain of seed falls to the ground and dies, it remains only a single seed. But if it dies, it produces many seeds".</p>
<p>Baylan, mummified and buried in the river, has resurrected!. She is back to life as if she never left!. From the corners of the streets, schools, market places and under every roof in the whole land, it was whispered among the people that
Baylan is back alive. They began asking themselves questions and made many assumptions with all kinds of theories about how she came back walking amongst them. How did this happened? What really happened inside the river?. I also don't
know what happened but the concealed story told at the fish port is that:"At dawn, a fisherman casted his net into the deep on the river, after 2 hours it almost felt like a bad day until the net became heavy. He drew the net onboard
and uncovered the mystery.
</p>
<p> That's just it, no addition, was a bad day indeed. They can't believe it but what matters now is that Baylan is really back, on land, alive."One mouth may accuse but many can judge(one mouth is only an accusation but many mouths is/becomes
a judgement)". The people say Baylan has been judge and has resurrected because she has a white heart( A pure heart). So everyone both young and old, all began calling her "white heart woman" which turned into "white woman"- Bianca.</p>
<p>Bianca has become revered and very fearsome especially to the unscrupulous in the society. Calls for a second hunt was made but they couldn't realize that the first one was for Baylan but this time, it is for a Bianca. Many people from
Lanporia and beyond decided to stand with her and join her course because they have witnessed that no matter how weaker one maybe when it comes to justice, you would be served. Kaokus worshipers is making a fresh wave to destroy her.
But she has faced death once already and won't die twice. The other women who allied with her also died in the course but came back to life in the manner a Bianca is made, but not all of them, because of their hearts, they all got
served. So the few has also become Biancas to the stand against and uproot evil from Lanporia and yonder.</p>
<p>The first Bianca never took off the mummy wrappings from her face. They asked her why and she said "One doesn't need to be beautiful or handsome to ask for his/her due, there is no beauty or makeup in justice"</p>
</div>
</div>
</section>
<section id="worth_knowing" class="two">
<header>
<h1>Worth Knowing</h1>
</header>
<ul class="tilesWrap">
<li>
<h2>01</h2>
<h3>Mummy</h3>
<p> Mummy wrap represents: <br>(1) The many unknown faces that are being persecuted and oppressed. <br>(2) The endurance of so many ugly situations and conditions.</p>
</li>
<li>
<h2>02</h2>
<h3>At War</h3>
<p>
Biancas didn't carry weapons, their presence alone is a weapon and their involvement is massive for a Warfare.
</p>
</li>
<li>
<h2>03</h2>
<h3>Scar</h3>
<p>
Gunshot wounds represent the wounds and pains of resistance.
</p>
<p>
Biancas die everyday( Don't die once) but Biancas don't live once(Resurrects to live again and again forever)
</p>
</li>
<li>
<h2>04</h2>
<h3>Tattoo</h3>
<p>"Plata O Plomo" tattoo is the brand, the language and the kind of force unscrupulous people use against the ordinary people- <strong>"Money" or "Bullets".</strong></p>
</li>
</ul>
</section>
<div class="accordn" id="faq">
<div class="accordion-wrapper">
<div class="accordion">
<input type="radio" name="radio-a" id="check1" checked>
<label class="accordion-label" for="check1">Why Should I Join Bianca Alliance?</label>
<div class="accordion-content">
<p>Becoming an Ally will be a great honor to the Alliance. Joining will bridge all gaps and create a momentum for the Bianca Alliance where the Alliance aims to create and break into a successful brand for all Allies.😊</p>
</div>
</div>
<div class="accordion">
<input type="radio" name="radio-a" id="check2">
<label class="accordion-label" for="check2">What Are The Benefits As An Ally? </label>
<div class="accordion-content">
<p>Every Ally has a significant benefit from the Bianca Brand. This is the kind of a web3 brand the Alliance makes sure every Ally gets a decent percentage upon every sales the Bianca Brand makes. And so we aim to recruit from the Alliance
to increase innovativeness and productivity. </p>
</div>
</div>
<div class="accordion">
<input type="radio" name="radio-a" id="check3">
<label class="accordion-label" for="check3">When Is The Next Bianca Launching?</label>
<div class="accordion-content">
<p>After the first set of Biancas, any decisions about second set of collection will be decided by the Allies of the Alliance.</p>
</div>
</div>
<div class="accordion">
<input type="radio" name="radio-a" id="check4">
<label class="accordion-label" for="check4">Are There Benefits To Holding Multiple Bianca NFTs?</label>
<div class="accordion-content">
<p>Yes, every Bianca NFT carries an individual portion of the Alliance and the Bianca Brand.</p>
</div>
</div>
<div class="accordion">
<input type="radio" name="radio-a" id="check5">
<label class="accordion-label" for="check5">MORE...?</label>
<div class="accordion-content">
<p>Yes, the Alliance is currently finding representatives to build units from everywhere around the globe. You are the one we need, <a href="index.html" id="contact-link">Talk To Us Now.</span>
</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="bubbles">
<img src="images/bubble.png" alt="">
<img src="images/Gradient Skeleton Bianca logo2.png" alt="">
<img src="images/Gradient Skeleton Bianca logo.png" alt="">
<img src="images/bubble.png" alt="">
<img src="images/Gradient Skeleton Bianca logo2.png" alt="">
<img src="images/bubble.png" alt="">
<img src="images/Gradient Skeleton Bianca logo.png" alt="">
<img src="images/bubble.png" alt="">
<img src="images/bubble.png" alt="">
<img src="images/Gradient Skeleton Bianca logo.png" alt="">
<img src="images/Gradient Skeleton Bianca logo1.png" alt="">
<img src="images/bubble.png" alt="">
<img src="images/Gradient Skeleton Bianca logo1.png" alt="">
<img src="images/bubble.png" alt="">
<img src="images/Gradient Skeleton Bianca logo.png" alt="">
<img src="images/Gradient Skeleton Bianca logo2.png" alt="">
<img src="images/bubble.png" alt="">
<img src="images/Gradient Skeleton Bianca logo1.png" alt="">
<img src="images/Gradient Skeleton Bianca logo.png" alt="">
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© 2022 Bianca Alliance All Rights Reserved</li>
<li>Twitter <a href="https://twitter.com/BiancaAlliance" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li>Discord <a href="https://discord.gg/QZ7DyqYs9w" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
<li>Telegram <a href="https://t.me/BiancaAlliance" class="icon brands fa-telegram"><span class="label">Telegram</span></a></li>
</ul>
</div>
</body>
</html>