-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
122 lines (118 loc) · 6.37 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="public/assest/3.png">
<script src="crypto.js"></script>
<script src="darkmode.js" defer></script>
<title>CrX</title>
</head>
<body >
<div class="nav">
<div class="navv">
<a href="index.html" style="text-decoration: none;">
<div style="display: flex; align-items: center; text-decoration: none;">
<img src="public/assest/3.png" alt="logo" width="auto" height="48px">
<div class="navvv">CrX</div>
</div>
</a>
</div>
<div style="display: flex;">
<div>
<button id="sd" class="button">
<div style="display: flex; height: 32px; justify-content: center; align-items: center;">
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.32031 11.6835C3.32031 16.6541 7.34975 20.6835 12.3203 20.6835C16.1075 20.6835 19.3483 18.3443 20.6768 15.032C19.6402 15.4486 18.5059 15.6834 17.3203 15.6834C12.3497 15.6834 8.32031 11.654 8.32031 6.68342C8.32031 5.50338 8.55165 4.36259 8.96453 3.32996C5.65605 4.66028 3.32031 7.89912 3.32031 11.6835Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="5" stroke="#1C274C" stroke-width="1.5"/>
<path d="M12 2V4" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M12 20V22" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M4 12L2 12" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M22 12L20 12" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M19.7778 4.22266L17.5558 6.25424" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M4.22217 4.22266L6.44418 6.25424" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M6.44434 17.5557L4.22211 19.7779" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
<path d="M19.7778 19.7773L17.5558 17.5551" stroke="#1C274C" stroke-width="1.5" stroke-linecap="round"/>
</svg>
</div>
</button>
</div>
<div>
<button onclick="document.location.href='crwal.html'" class="button">
<div style="display: flex; height: 32px; justify-content: center; align-items: center;">
<img src="public/assest/crypto-wallet-svgrepo-com.svg" alt="" style="height: inherit;">
<span class="btntext">Get Wallet</span>
</div>
</button>
</div>
</div>
</div>
<div style="margin-top: 20vh;">
<div class="main">
<div class="herot hero">
Welcome to
</div>
<div class="herotc hero">
CrX
</div>
</div>
<div style="display: flex; justify-content: center; margin-bottom: 10vh;">
<div class="sog">Your Crypto, Your Control, Your Future</div>
</div>
<div>
<div style="display: flex; justify-content: center;">
<button onclick="document.location.href='crwal.html'" class="altbutton" style="animation: slideUp 0.6s ease-in-out; ">
<div style="display: flex; height: inherit; justify-content: center; align-items: center;">
<img src="public/assest/crypto-wallet-svgrepo-com.svg" alt="" height="32px">
<span class="btntext">Get Wallet</span>
</div>
</button>
<button onclick="location.href = 'https://github.com/HimanshuM685/Web3-Website';" class="buttonalt" style="animation: slideUp 0.6s ease-in-out;">
<div style="display: flex; height: 28px; justify-content: center; align-items: center;">
<img src="public/assest/github-mark.svg" style="height: inherit;" alt="">
<span style="height: 20px; font-size: 20px; margin: 8px">Contribute</span>
</div>
</button>
</div>
</div>
<div style="height: 20vh;">
</div>
</div>
<div class="nd">
<div style="width: inherit;">
<div style="display: flex; justify-content: center; margin-bottom: 5vh;">
<span class="thanks">We Appreciate Your Excitement!</span>
</div>
<div style="display: flex; justify-content: center;">
<div class="subthanks">
Thank you for showing interest in our product! We appreciate your support and can't wait to bring it to you. Stay tuned for updates, and we'll keep you informed about availability.
</div>
</div>
<div class="inf">
<div>
<div id="emailForm" class="input-container">
<input id="email" type="email" class="input-field" placeholder="Enter your email">
<button type="submit" class="submit-btn">Subscribe</button>
</div>
</div>
</div>
</div>
</div>
<div class="nav">
<div class="navv">
<a href="index.html" style="text-decoration: none;">
<div style="display: flex; align-items: center; text-decoration: none;">
<img src="public/assest/3.png" alt="logo" width="auto" height="48px">
<div class="navvv">CrX</div>
</div>
</a>
</div>
<div style="display: flex; font-family: inherit;">
<span>Himanshu Malik - @HimanshuM685</span>
</div>
</div>
</body>
</html>