Add 3 files
Browse files- README.md +7 -5
- index.html +188 -19
- prompts.txt +1 -0
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: unihost
|
| 3 |
+
emoji: 🐳
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- deepsite
|
| 10 |
---
|
| 11 |
|
| 12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
index.html
CHANGED
|
@@ -1,19 +1,188 @@
|
|
| 1 |
-
<!
|
| 2 |
-
<html>
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Unihost</title>
|
| 7 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
|
| 10 |
+
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=Rajdhani:wght@300;500;700&display=swap" rel="stylesheet">
|
| 11 |
+
<style>
|
| 12 |
+
body {
|
| 13 |
+
font-family: 'Rajdhani', sans-serif;
|
| 14 |
+
overflow-x: hidden;
|
| 15 |
+
color: #e0e0e0;
|
| 16 |
+
}
|
| 17 |
+
.title {
|
| 18 |
+
font-family: 'Orbitron', sans-serif;
|
| 19 |
+
text-shadow: 0 0 10px #00f3ff, 0 0 20px #00f3ff;
|
| 20 |
+
}
|
| 21 |
+
.neon-text {
|
| 22 |
+
text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff;
|
| 23 |
+
}
|
| 24 |
+
.neon-box {
|
| 25 |
+
box-shadow: 0 0 15px #00f3ff, inset 0 0 10px #00f3ff;
|
| 26 |
+
border: 1px solid #00f3ff;
|
| 27 |
+
transition: all 0.3s ease;
|
| 28 |
+
}
|
| 29 |
+
.neon-box:hover {
|
| 30 |
+
box-shadow: 0 0 25px #ff00ff, inset 0 0 15px #ff00ff;
|
| 31 |
+
border-color: #ff00ff;
|
| 32 |
+
}
|
| 33 |
+
.glow {
|
| 34 |
+
animation: glow 2s ease-in-out infinite alternate;
|
| 35 |
+
}
|
| 36 |
+
@keyframes glow {
|
| 37 |
+
from {
|
| 38 |
+
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #00f3ff, 0 0 20px #00f3ff;
|
| 39 |
+
}
|
| 40 |
+
to {
|
| 41 |
+
text-shadow: 0 0 10px #fff, 0 0 15px #ff00ff, 0 0 20px #ff00ff, 0 0 25px #ff00ff;
|
| 42 |
+
}
|
| 43 |
+
}
|
| 44 |
+
.digital-line {
|
| 45 |
+
position: relative;
|
| 46 |
+
}
|
| 47 |
+
.digital-line::after {
|
| 48 |
+
content: '';
|
| 49 |
+
position: absolute;
|
| 50 |
+
bottom: -5px;
|
| 51 |
+
left: 0;
|
| 52 |
+
width: 100%;
|
| 53 |
+
height: 2px;
|
| 54 |
+
background: linear-gradient(90deg, transparent, #00f3ff, transparent);
|
| 55 |
+
box-shadow: 0 0 10px #00f3ff;
|
| 56 |
+
}
|
| 57 |
+
.pulse {
|
| 58 |
+
animation: pulse 2s infinite;
|
| 59 |
+
}
|
| 60 |
+
@keyframes pulse {
|
| 61 |
+
0% {
|
| 62 |
+
transform: scale(1);
|
| 63 |
+
opacity: 1;
|
| 64 |
+
}
|
| 65 |
+
50% {
|
| 66 |
+
transform: scale(1.05);
|
| 67 |
+
opacity: 0.8;
|
| 68 |
+
}
|
| 69 |
+
100% {
|
| 70 |
+
transform: scale(1);
|
| 71 |
+
opacity: 1;
|
| 72 |
+
}
|
| 73 |
+
}
|
| 74 |
+
.floating {
|
| 75 |
+
animation: floating 3s ease-in-out infinite;
|
| 76 |
+
}
|
| 77 |
+
@keyframes floating {
|
| 78 |
+
0% { transform: translateY(0px); }
|
| 79 |
+
50% { transform: translateY(-15px); }
|
| 80 |
+
100% { transform: translateY(0px); }
|
| 81 |
+
}
|
| 82 |
+
</style>
|
| 83 |
+
</head>
|
| 84 |
+
<body class="bg-black min-h-screen">
|
| 85 |
+
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 86 |
+
|
| 87 |
+
<div class="relative z-10 container mx-auto px-4 py-12">
|
| 88 |
+
<header class="text-center mb-16">
|
| 89 |
+
<h1 class="title text-6xl md:text-8xl font-bold mb-6 text-white glow">UNIHOST</h1>
|
| 90 |
+
<div class="digital-line inline-block">
|
| 91 |
+
<p class="neon-text text-xl md:text-2xl font-medium">The Future of Digital Hosting</p>
|
| 92 |
+
</div>
|
| 93 |
+
</header>
|
| 94 |
+
|
| 95 |
+
<main class="flex flex-col items-center">
|
| 96 |
+
<div class="neon-box bg-black bg-opacity-70 rounded-xl p-8 mb-16 w-full max-w-4xl pulse">
|
| 97 |
+
<div class="text-center">
|
| 98 |
+
<h2 class="title text-3xl md:text-4xl mb-6 text-cyan-400">Access Portal</h2>
|
| 99 |
+
<div class="relative group">
|
| 100 |
+
<div class="absolute -inset-1 bg-gradient-to-r from-purple-600 to-cyan-400 rounded-lg blur opacity-75 group-hover:opacity-100 transition duration-200"></div>
|
| 101 |
+
<a href="https://youtu.be/47udg7HbR6U?si=LuEMSD_3-0cM8sgI" target="_blank" class="relative block bg-black rounded-lg p-6">
|
| 102 |
+
<p class="text-xl md:text-2xl font-mono text-white group-hover:text-cyan-300 transition duration-200">https://youtu.be/47udg7HbR6U?si=LuEMSD_3-0cM8sgI</p>
|
| 103 |
+
</a>
|
| 104 |
+
</div>
|
| 105 |
+
</div>
|
| 106 |
+
</div>
|
| 107 |
+
|
| 108 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 w-full max-w-6xl">
|
| 109 |
+
<div class="neon-box bg-black bg-opacity-70 rounded-xl p-6 hover:transform hover:scale-105 transition duration-300 floating">
|
| 110 |
+
<h3 class="title text-2xl text-purple-400 mb-4">The Way She Moves</h3>
|
| 111 |
+
<p class="text-lg">"So Enchanting · BujuRocks"</p>
|
| 112 |
+
</div>
|
| 113 |
+
|
| 114 |
+
<div class="neon-box bg-black bg-opacity-70 rounded-xl p-6 hover:transform hover:scale-105 transition duration-300 floating" style="animation-delay: 0.5s;">
|
| 115 |
+
<h3 class="title text-2xl text-cyan-400 mb-4">Network Nodes</h3>
|
| 116 |
+
<p class="text-lg">"Chain Owners, Validators, and Access Nodes"</p>
|
| 117 |
+
</div>
|
| 118 |
+
|
| 119 |
+
<div class="neon-box bg-black bg-opacity-70 rounded-xl p-6 hover:transform hover:scale-105 transition duration-300 floating" style="animation-delay: 1s;">
|
| 120 |
+
<h3 class="title text-2xl text-pink-400 mb-4">AI Portal</h3>
|
| 121 |
+
<p class="text-lg">"IP PORTAL AI"</p>
|
| 122 |
+
</div>
|
| 123 |
+
</div>
|
| 124 |
+
</main>
|
| 125 |
+
|
| 126 |
+
<footer class="mt-24 text-center">
|
| 127 |
+
<div class="flex justify-center space-x-6 mb-6">
|
| 128 |
+
<div class="w-16 h-16 rounded-full bg-gradient-to-br from-purple-600 to-cyan-400 flex items-center justify-center pulse">
|
| 129 |
+
<span class="text-2xl">⚡</span>
|
| 130 |
+
</div>
|
| 131 |
+
<div class="w-16 h-16 rounded-full bg-gradient-to-br from-cyan-400 to-pink-500 flex items-center justify-center pulse" style="animation-delay: 0.5s;">
|
| 132 |
+
<span class="text-2xl">🔗</span>
|
| 133 |
+
</div>
|
| 134 |
+
<div class="w-16 h-16 rounded-full bg-gradient-to-br from-pink-500 to-purple-600 flex items-center justify-center pulse" style="animation-delay: 1s;">
|
| 135 |
+
<span class="text-2xl">🌐</span>
|
| 136 |
+
</div>
|
| 137 |
+
</div>
|
| 138 |
+
<p class="text-sm opacity-70">© 2023 Unihost Network | Digital Frontier</p>
|
| 139 |
+
</footer>
|
| 140 |
+
</div>
|
| 141 |
+
|
| 142 |
+
<script>
|
| 143 |
+
// Initialize Vanta.js background
|
| 144 |
+
VANTA.NET({
|
| 145 |
+
el: "#vanta-bg",
|
| 146 |
+
mouseControls: true,
|
| 147 |
+
touchControls: true,
|
| 148 |
+
gyroControls: false,
|
| 149 |
+
minHeight: 200.00,
|
| 150 |
+
minWidth: 200.00,
|
| 151 |
+
scale: 1.00,
|
| 152 |
+
scaleMobile: 1.00,
|
| 153 |
+
color: 0x00f3ff,
|
| 154 |
+
backgroundColor: 0x0,
|
| 155 |
+
points: 12.00,
|
| 156 |
+
maxDistance: 22.00,
|
| 157 |
+
spacing: 18.00
|
| 158 |
+
});
|
| 159 |
+
|
| 160 |
+
// Add floating particles
|
| 161 |
+
document.addEventListener('DOMContentLoaded', () => {
|
| 162 |
+
const container = document.querySelector('body');
|
| 163 |
+
const particleCount = 30;
|
| 164 |
+
|
| 165 |
+
for (let i = 0; i < particleCount; i++) {
|
| 166 |
+
const particle = document.createElement('div');
|
| 167 |
+
particle.className = 'absolute rounded-full bg-cyan-400 opacity-30';
|
| 168 |
+
|
| 169 |
+
// Random size between 2px and 6px
|
| 170 |
+
const size = Math.random() * 4 + 2;
|
| 171 |
+
particle.style.width = `${size}px`;
|
| 172 |
+
particle.style.height = `${size}px`;
|
| 173 |
+
|
| 174 |
+
// Random position
|
| 175 |
+
particle.style.left = `${Math.random() * 100}%`;
|
| 176 |
+
particle.style.top = `${Math.random() * 100}%`;
|
| 177 |
+
|
| 178 |
+
// Random animation
|
| 179 |
+
const duration = Math.random() * 10 + 10;
|
| 180 |
+
particle.style.animation = `floating ${duration}s ease-in-out infinite`;
|
| 181 |
+
particle.style.animationDelay = `${Math.random() * 5}s`;
|
| 182 |
+
|
| 183 |
+
container.appendChild(particle);
|
| 184 |
+
}
|
| 185 |
+
});
|
| 186 |
+
</script>
|
| 187 |
+
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Bujurocks/unihost" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 188 |
+
</html>
|
prompts.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Make a website name it "Unihost" only show this link on the website "https://youtu.be/47udg7HbR6U?si=LuEMSD_3-0cM8sgI" make the webside super attractive and futuristic, neon and digitilized with 3d. Add this thesis to page " The Way She Moves So Enchanting · BujuRocks" "Chain Owners, Validators, and Access Nodes" "IP PORTAL AI"
|