Skip to content

Commit 9c7618a

Browse files
committed
another branch
1 parent 662c93e commit 9c7618a

File tree

1 file changed

+317
-0
lines changed

1 file changed

+317
-0
lines changed

index.html

Lines changed: 317 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,317 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>BINABOX Home Page</title>
8+
9+
<style>
10+
11+
</style>
12+
13+
</head>
14+
15+
<body>
16+
<header>
17+
<img scr="logo.png" alt="Logo">
18+
<ul>
19+
<li>
20+
<a href="/Home">Home</a>
21+
<ul>
22+
<li>
23+
<a href="/#">#</a>
24+
</li>
25+
</ul>
26+
</li>
27+
<li>
28+
<a href="/Blog">Blog</a>
29+
<ul>
30+
<li>
31+
<a href="/#">#</a>
32+
</li>
33+
</ul>
34+
</li>
35+
<li>
36+
<a href="/Catalog">Catalog</a>
37+
<ul>
38+
<li>
39+
<a href="/#">#</a>
40+
</li>
41+
</ul>
42+
</li>
43+
<li>
44+
<a href="/Contact">Contact Us</a>
45+
<ul>
46+
<li>
47+
<a href="/#">#</a>
48+
</li>
49+
</ul>
50+
</li>
51+
</ul>
52+
53+
<input type="search">
54+
55+
<a href="">Discord</a>
56+
57+
<button>Login</button>
58+
</header>
59+
<main>
60+
<section>
61+
<h1>WITH BINABOX EXPLORE NFT COLLECTION</h1>
62+
<p>We are the best way to check the rarity of NFT collection</p>
63+
<dl>
64+
<dd>Total item</dd>
65+
<dt>2200+</dt>
66+
</dl>
67+
<section>
68+
<h4>Total item</h4>
69+
<div>2200+</div>
70+
</section>
71+
<h4>Profiles whitelisted</h4>
72+
<div>1000+</div>
73+
74+
75+
<a href="">Connect walet Whitelist now</a>
76+
77+
<img src="" alt="">
78+
</section>
79+
<main>
80+
81+
82+
<section>
83+
<h2>Catalog</h2>
84+
<a href="/catalog">See All</a>
85+
<button></button>
86+
<button></button>
87+
<ul>
88+
<li>
89+
<article>
90+
<img src="skelet.png" alt="Product">
91+
<span>$1990</span>
92+
<p>Echo of Bones</p>
93+
</article>
94+
</li>
95+
<li>
96+
<img src="cat.png" alt="Product">
97+
<span>$299.9</span>
98+
<p>Nyx the Watcher</p>
99+
</li>
100+
<li>
101+
<img src="da.png" alt="Product">
102+
<span>$20</span>
103+
<p>Blade of silence</p>
104+
</li>
105+
<li>
106+
<img src="core.png" alt="Product">
107+
<span>$1.000.000</span>
108+
<p>Data core: Alpha</p>
109+
</li>
110+
<li>
111+
<img src="con.png" alr="Product">
112+
<span>$199.5</span>
113+
<p>Phantom Console</p>
114+
</li>
115+
</ul>
116+
</section>
117+
</main>
118+
<footer>
119+
<h2>Our Blog</h2>
120+
</footer>
121+
<ul>
122+
<li>
123+
<img src="dev.png" alr="Product">
124+
<span>Neural Drift</span>
125+
<span>04 Dec 2022</span>
126+
<h3>Neural Drift</h3>
127+
<p>I woke up inside the void. My body stayed in the past — only thoughts were allowed through the wires."</p>
128+
<a href="/">Read more</a>
129+
</li>
130+
<li>
131+
<img src="skelet.png" alr="Product">
132+
<span>Koiro Null</span>
133+
<span>06 Dec 2022</span>
134+
<h3>Deadframe</h3>
135+
<p>He just stood there, waiting. Not for a person — for a signal. Like the memory of the network took shape.</p>
136+
<a href="/">Read more</a>
137+
</li>
138+
<li>
139+
<img src="cat.png" alr="Product">
140+
<span>Synthya Void</span>
141+
<span>07 Dec 2022</span>
142+
<h3>Glitch Panther</h3>
143+
<p>Cats always knew more than they showed. Especially the ones that vanish into code.</p>
144+
<a href="/">Read more</a>
145+
</li>
146+
<li>
147+
148+
<img src="mokaka.png" alr="Product">
149+
<span>Dr. Wex Omega</span>
150+
<span>08 Dec 2022</span>
151+
<h3>Primal.exe</h3>
152+
<p>We tried to resurrect the past. What we got was rage compressed into an algorithm.</p>
153+
<a href="/">Read more</a>
154+
</li>
155+
<li>
156+
157+
<img src="con.png" alr="Product">
158+
<span>Echo Zero</span>
159+
<span>09 Dec 2022</span>
160+
<h3>Retrocore</h3>
161+
<p>This console comes from a game no one remembers how to play. But it's still powered on.</p>
162+
<a href="/">Read more</a>
163+
</li>
164+
<li>
165+
166+
<img src="gus.png" alr="Product">
167+
<span>Tony Nguyen</span>
168+
<span>20 Jun 2022</span>
169+
<h3>White Protocol</h3>
170+
<p>At first, it was just a signal — clean, white, hypnotic. We didn't know it was alive.</p>
171+
<a href="/">Read more</a>
172+
</li>
173+
</ul>
174+
<a href=".">Read more</a>
175+
</body>
176+
<h2>About Us</h2>
177+
<p>We craft digital artifacts for those who live between worlds.
178+
Our space is built for creators, collectors, and the quietly obsessed.</p>
179+
<h3>Crystal Clear Quality</h3>
180+
<p>Every NFT we drop is razor-sharp, high-res, and glitch-free. Art that hits hard and stays clean.</p>
181+
182+
<h3>Curated Depth</h3>
183+
<p>Not just big - meaningful.
184+
Eachpiece tells a story, every
185+
collection builds a universe.</p>
186+
187+
<h3>Rare Source Access</h3>
188+
<p>Early drops. Backstage peeks.
189+
Our members don’t scroll — they unlock.</p>
190+
191+
<h3>Living Network</h3>
192+
<p>Our community isn't a list — it's a force.
193+
Artists, rebels, dreamers.</p>
194+
<a href="k">Read more</a>
195+
<body>
196+
<ul>
197+
<h2>Our team</h2>
198+
<li>
199+
<img src="fff.png" alt="team member">
200+
<h4>Nova Riven</h4>
201+
<p>Creative Architect</p>
202+
<a href="https://facebook.com">Facebook</a>
203+
<a href="https://telegram.com">Telegram</a>
204+
<a href="https://linkedin.com">linkedin</a>
205+
<a href="https://instagram.com">Instagram</a>
206+
</li>
207+
</ul>
208+
<section>
209+
210+
211+
<img src="td.png" alt="team member">
212+
<h3>Echo Zero</h3>
213+
<p>Tech Whisperer</p>
214+
<a href="https://facebook.com">Facebook</a>
215+
<a href="https://telegram.com">Telegram</a>
216+
<a href="https://linkedin.com">linkedin</a>
217+
<a href="https://instagram.com">Instagram</a>
218+
219+
<img src="td2.png" alt="team member">
220+
<h3>Kairo Null</h3>
221+
<p>Lore Engineer</p>
222+
<a href="https://facebook.com">Facebook</a>
223+
<a href="https://telegram.com">Telegram</a>
224+
<a href="https://linkedin.com">linkedin</a>
225+
<a href="https://instagram.com">Instagram</a>
226+
227+
<img src="td3.png" alt="team member">
228+
<h3>Dr. Wex Omega</h3>
229+
<p>Visual Disruptor</p>
230+
<a href="https://facebook.com">Facebook</a>
231+
<a href="https://telegram.com">Telegram</a>
232+
<a href="https://linkedin.com">linkedin</a>
233+
<a href="https://instagram.com">Instagram</a>
234+
235+
<img src="td5.png" alt="team member">
236+
<h3>Synthya Void</h3>
237+
<p>UX Seer</p>
238+
<a href="https://facebook.com">Facebook</a>
239+
<a href="https://telegram.com">Telegram</a>
240+
<a href="https://linkedin.com">linkedin</a>
241+
<a href="https://instagram.com">Instagram</a>
242+
243+
<img src="td4.png" alt="team member">
244+
<h3>Mirlo Drift</h3>
245+
<p>Community Catalyst</p>
246+
<a href="https://facebook.com">Facebook</a>
247+
<a href="https://telegram.com">Telegram</a>
248+
<a href="https://linkedin.com">linkedin</a>
249+
<a href="https://instagram.com">Instagram</a>
250+
251+
<img src="td6.png" alt="team member">
252+
<h3>Axon Rune</h3>
253+
<p>Security Ghost</p>
254+
<a href="https://facebook.com">Facebook</a>
255+
<a href="https://telegram.com">Telegram</a>
256+
<a href="https://linkedin.com">linkedin</a>
257+
<a href="https://instagram.com">Instagram</a>
258+
<img src="7f.png" alt="team member">
259+
<h3>Axon Rune</h3>
260+
<p>Security Ghost</p>
261+
<a href="https://facebook.com">Facebook</a>
262+
<a href="https://telegram.com">Telegram</a>
263+
<a href="https://linkedin.com">linkedin</a>
264+
<a href="https://instagram.com">Instagram</a>
265+
</div>
266+
</section>
267+
<section>
268+
<h3>FAQs</h3>
269+
<details>
270+
<summary>What are the NFTs?</summary>
271+
<p>NFTs (non-fungible tokens) are unique digital objects stored on the blockchain. They can be art, music, code, memes, memories — anything that can be owned and verified. No copies. No fakes. Just you and the chain.</p>
272+
</details>
273+
<details>
274+
<summary>How do I get NFTs?</summary>
275+
</details>
276+
<details>
277+
<summary>How can we buy your NFTs?</summary>
278+
</details>
279+
<details>
280+
<summary>Who are the team behind the project?</summary>
281+
</details>
282+
</section>
283+
</main>
284+
<footer>
285+
<div>
286+
<div>
287+
<h2>BINABOX</h2>
288+
<p>We are the best way to check the rarity of NFT collection.</p>
289+
</div>
290+
<div>
291+
<nav>
292+
<ul>
293+
<li><a href="/home">Home</a></li>
294+
<li><a href="/blog">Blog</a></li>
295+
<li><a href="/catalog">Catalog</a></li>
296+
<li><a href="/contact">Contact Us</a></li>
297+
<li><a href="/terms">Terms of Service</a></li>
298+
<li><a href="/privacy">Privacy Policy</a></li>
299+
<li><a href="/whitepaper">Whitepaper</a></li>
300+
<li><a href="/help">Help Center</a></li>
301+
</ul>
302+
</nav>
303+
</div>
304+
</div>
305+
<div>
306+
<hr>
307+
<h4>BINABOX 2025 - ALL rights reserved</h4>
308+
<a href=".">Twitter</a>
309+
<a href=".">Facebook</a>
310+
<a href=".">Telegram</a>
311+
<a href=".">YouTube</a>
312+
<a href=".">TikTok</a>
313+
<a href=".">Discord</a>
314+
</div>
315+
</footer>
316+
</body>
317+
</html>

0 commit comments

Comments
 (0)