Spaces:
Running
Running
name the website highswap
Browse files- index.html +8 -8
index.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
-
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
</head>
|
|
@@ -19,9 +19,9 @@
|
|
| 19 |
<i data-feather="zap" class="text-white"></i>
|
| 20 |
</div>
|
| 21 |
<h1 class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-cyan-400 to-purple-500">
|
| 22 |
-
|
| 23 |
</h1>
|
| 24 |
-
|
| 25 |
<nav class="hidden md:flex space-x-6">
|
| 26 |
<a href="#" class="text-gray-300 hover:text-cyan-400 transition-colors">Home</a>
|
| 27 |
<a href="#" class="text-gray-300 hover:text-cyan-400 transition-colors">Features</a>
|
|
@@ -139,8 +139,8 @@
|
|
| 139 |
</div>
|
| 140 |
|
| 141 |
<div class="p-4 rounded-xl bg-gradient-to-r from-cyan-900/20 to-purple-900/20 border border-cyan-500/10">
|
| 142 |
-
<h3 class="text-lg font-semibold mb-3 text-purple-300">Why
|
| 143 |
-
|
| 144 |
<li class="flex items-start">
|
| 145 |
<i data-feather="check-circle" class="text-cyan-400 mr-2 mt-1 flex-shrink-0"></i>
|
| 146 |
<span>Lightning-fast transactions with quantum security</span>
|
|
@@ -165,9 +165,9 @@
|
|
| 165 |
<div class="max-w-6xl mx-auto">
|
| 166 |
<div class="flex flex-col md:flex-row justify-between items-center">
|
| 167 |
<div class="text-gray-400 text-sm mb-4 md:mb-0">
|
| 168 |
-
© 2023
|
| 169 |
</div>
|
| 170 |
-
|
| 171 |
<a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors text-sm">Terms</a>
|
| 172 |
<a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors text-sm">Privacy</a>
|
| 173 |
<a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors text-sm">Support</a>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>HighSwap - Sleek. Fast. Secure.</title>
|
| 7 |
+
<link rel="stylesheet" href="style.css">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
</head>
|
|
|
|
| 19 |
<i data-feather="zap" class="text-white"></i>
|
| 20 |
</div>
|
| 21 |
<h1 class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-cyan-400 to-purple-500">
|
| 22 |
+
HighSwap
|
| 23 |
</h1>
|
| 24 |
+
</div>
|
| 25 |
<nav class="hidden md:flex space-x-6">
|
| 26 |
<a href="#" class="text-gray-300 hover:text-cyan-400 transition-colors">Home</a>
|
| 27 |
<a href="#" class="text-gray-300 hover:text-cyan-400 transition-colors">Features</a>
|
|
|
|
| 139 |
</div>
|
| 140 |
|
| 141 |
<div class="p-4 rounded-xl bg-gradient-to-r from-cyan-900/20 to-purple-900/20 border border-cyan-500/10">
|
| 142 |
+
<h3 class="text-lg font-semibold mb-3 text-purple-300">Why HighSwap?</h3>
|
| 143 |
+
<ul class="space-y-2 text-sm text-gray-300">
|
| 144 |
<li class="flex items-start">
|
| 145 |
<i data-feather="check-circle" class="text-cyan-400 mr-2 mt-1 flex-shrink-0"></i>
|
| 146 |
<span>Lightning-fast transactions with quantum security</span>
|
|
|
|
| 165 |
<div class="max-w-6xl mx-auto">
|
| 166 |
<div class="flex flex-col md:flex-row justify-between items-center">
|
| 167 |
<div class="text-gray-400 text-sm mb-4 md:mb-0">
|
| 168 |
+
© 2023 HighSwap. All rights reserved.
|
| 169 |
</div>
|
| 170 |
+
<div class="flex space-x-6">
|
| 171 |
<a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors text-sm">Terms</a>
|
| 172 |
<a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors text-sm">Privacy</a>
|
| 173 |
<a href="#" class="text-gray-400 hover:text-cyan-400 transition-colors text-sm">Support</a>
|