XZVR commited on
Commit
c8fb95b
·
verified ·
1 Parent(s): 22e41b2

what does it do

Browse files
Files changed (2) hide show
  1. README.md +7 -4
  2. index.html +137 -18
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
  title: Code Whisperer Explainer
3
- emoji: 👁
4
- colorFrom: pink
5
- colorTo: green
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: Code Whisperer Explainer
3
+ colorFrom: blue
4
+ colorTo: gray
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://deepsite.hf.co).
index.html CHANGED
@@ -1,19 +1,138 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
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>Code Whisperer Explainer</title>
7
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://unpkg.com/feather-icons"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
12
+ <style>
13
+ .gradient-text {
14
+ background: linear-gradient(90deg, #3b82f6, #8b5cf6);
15
+ -webkit-background-clip: text;
16
+ background-clip: text;
17
+ color: transparent;
18
+ }
19
+ .code-block {
20
+ background: rgba(30, 41, 59, 0.8);
21
+ backdrop-filter: blur(10px);
22
+ }
23
+ </style>
24
+ </head>
25
+ <body class="min-h-screen bg-slate-900 text-white">
26
+ <div id="vanta-bg" class="fixed inset-0 -z-10"></div>
27
+
28
+ <header class="py-6 px-4 sm:px-6 lg:px-8">
29
+ <div class="max-w-7xl mx-auto flex justify-between items-center">
30
+ <div class="flex items-center space-x-2">
31
+ <i data-feather="code" class="w-8 h-8 text-indigo-400"></i>
32
+ <h1 class="text-2xl font-bold gradient-text">Code Whisperer</h1>
33
+ </div>
34
+ <nav>
35
+ <ul class="flex space-x-6">
36
+ <li><a href="#" class="hover:text-indigo-300 transition">Home</a></li>
37
+ <li><a href="#" class="hover:text-indigo-300 transition">Features</a></li>
38
+ <li><a href="#" class="hover:text-indigo-300 transition">About</a></li>
39
+ </ul>
40
+ </nav>
41
+ </div>
42
+ </header>
43
+
44
+ <main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
45
+ <section class="text-center mb-16">
46
+ <h2 class="text-4xl md:text-5xl font-bold mb-6 gradient-text">What Does It Do?</h2>
47
+ <p class="text-xl text-slate-300 max-w-3xl mx-auto">
48
+ I craft beautiful, responsive websites with cutting-edge UI/UX design using only HTML, CSS, and JavaScript.
49
+ </p>
50
+ </section>
51
+
52
+ <div class="grid md:grid-cols-3 gap-8">
53
+ <div class="bg-slate-800/50 rounded-xl p-6 backdrop-blur-sm border border-slate-700/50 hover:border-indigo-400/50 transition">
54
+ <div class="w-12 h-12 bg-indigo-500/20 rounded-lg flex items-center justify-center mb-4">
55
+ <i data-feather="layout" class="w-6 h-6 text-indigo-400"></i>
56
+ </div>
57
+ <h3 class="text-xl font-semibold mb-2">Stunning UI Design</h3>
58
+ <p class="text-slate-300">I create visually appealing interfaces with attention to detail and modern design principles.</p>
59
+ </div>
60
+
61
+ <div class="bg-slate-800/50 rounded-xl p-6 backdrop-blur-sm border border-slate-700/50 hover:border-indigo-400/50 transition">
62
+ <div class="w-12 h-12 bg-indigo-500/20 rounded-lg flex items-center justify-center mb-4">
63
+ <i data-feather="smartphone" class="w-6 h-6 text-indigo-400"></i>
64
+ </div>
65
+ <h3 class="text-xl font-semibold mb-2">Fully Responsive</h3>
66
+ <p class="text-slate-300">Every website I build works perfectly on all devices from mobile to desktop.</p>
67
+ </div>
68
+
69
+ <div class="bg-slate-800/50 rounded-xl p-6 backdrop-blur-sm border border-slate-700/50 hover:border-indigo-400/50 transition">
70
+ <div class="w-12 h-12 bg-indigo-500/20 rounded-lg flex items-center justify-center mb-4">
71
+ <i data-feather="zap" class="w-6 h-6 text-indigo-400"></i>
72
+ </div>
73
+ <h3 class="text-xl font-semibold mb-2">Modern Tech Stack</h3>
74
+ <p class="text-slate-300">I use TailwindCSS, Feather Icons, and Vanta.js for interactive, animated experiences.</p>
75
+ </div>
76
+ </div>
77
+
78
+ <section class="mt-20">
79
+ <div class="code-block rounded-xl p-6 overflow-hidden">
80
+ <div class="flex items-center mb-4">
81
+ <div class="flex space-x-2 mr-4">
82
+ <div class="w-3 h-3 rounded-full bg-red-500"></div>
83
+ <div class="w-3 h-3 rounded-full bg-yellow-500"></div>
84
+ <div class="w-3 h-3 rounded-full bg-green-500"></div>
85
+ </div>
86
+ <span class="text-sm text-slate-400">example.html</span>
87
+ </div>
88
+ <pre class="text-slate-200 font-mono text-sm overflow-x-auto"><code>&lt;!DOCTYPE html&gt;
89
+ &lt;html lang="en"&gt;
90
+ &lt;head&gt;
91
+ &lt;meta charset="UTF-8"&gt;
92
+ &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
93
+ &lt;title&gt;Modern Website&lt;/title&gt;
94
+ &lt;script src="https://cdn.tailwindcss.com"&gt;&lt;/script&gt;
95
+ &lt;/head&gt;
96
+ &lt;body class="min-h-screen bg-gradient-to-br from-indigo-900 to-purple-800"&gt;
97
+ &lt;h1 class="text-4xl font-bold text-center text-white py-20"&gt;
98
+ Hello Beautiful World!
99
+ &lt;/h1&gt;
100
+ &lt;/body&gt;
101
+ &lt;/html&gt;</code></pre>
102
+ </div>
103
+ </section>
104
+ </main>
105
+
106
+ <footer class="py-8 px-4 border-t border-slate-800 mt-12">
107
+ <div class="max-w-7xl mx-auto flex flex-col md:flex-row justify-between items-center">
108
+ <p class="text-slate-400 mb-4 md:mb-0">© 2023 Code Whisperer. All magic reserved.</p>
109
+ <div class="flex space-x-4">
110
+ <a href="#" class="text-slate-400 hover:text-indigo-400 transition"><i data-feather="github"></i></a>
111
+ <a href="#" class="text-slate-400 hover:text-indigo-400 transition"><i data-feather="twitter"></i></a>
112
+ <a href="#" class="text-slate-400 hover:text-indigo-400 transition"><i data-feather="linkedin"></i></a>
113
+ </div>
114
+ </div>
115
+ </footer>
116
+
117
+ <script>
118
+ VANTA.WAVES({
119
+ el: "#vanta-bg",
120
+ mouseControls: true,
121
+ touchControls: true,
122
+ gyroControls: false,
123
+ minHeight: 200.00,
124
+ minWidth: 200.00,
125
+ scale: 1.00,
126
+ scaleMobile: 1.00,
127
+ color: 0x3b82f6,
128
+ shininess: 35.00,
129
+ waveHeight: 15.00,
130
+ waveSpeed: 0.85,
131
+ zoom: 0.85
132
+ })
133
+ </script>
134
+ <script>
135
+ feather.replace();
136
+ </script>
137
+ </body>
138
  </html>