sarankgm commited on
Commit
a137b66
·
verified ·
1 Parent(s): 9c544c2

Khm - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +226 -18
  3. prompts.txt +1 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Khm
3
- emoji: 🐢
4
- colorFrom: pink
5
  colorTo: purple
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: khm
3
+ emoji: 🐳
4
+ colorFrom: blue
5
  colorTo: purple
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,227 @@
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>Khm | Modern UI Design</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
10
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
+ <script src="https://unpkg.com/feather-icons"></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
+ .glass-effect {
20
+ background: rgba(255, 255, 255, 0.1);
21
+ backdrop-filter: blur(10px);
22
+ -webkit-backdrop-filter: blur(10px);
23
+ border: 1px solid rgba(255, 255, 255, 0.2);
24
+ }
25
+ </style>
26
+ </head>
27
+ <body class="bg-gray-900 text-white min-h-screen">
28
+ <!-- Hero Section -->
29
+ <header class="relative overflow-hidden">
30
+ <div id="vanta-bg" class="absolute inset-0 z-0"></div>
31
+ <div class="container mx-auto px-6 py-24 relative z-10">
32
+ <div class="max-w-3xl mx-auto text-center" data-aos="fade-up">
33
+ <h1 class="text-5xl md:text-6xl font-bold mb-6">
34
+ <span class="gradient-text">Khm</span> Design
35
+ </h1>
36
+ <p class="text-xl md:text-2xl text-gray-300 mb-10">
37
+ Creating beautiful digital experiences that inspire and engage.
38
+ </p>
39
+ <div class="flex justify-center space-x-4">
40
+ <a href="#work" class="px-8 py-3 bg-blue-600 hover:bg-blue-700 rounded-full font-medium transition-all duration-300 transform hover:scale-105">
41
+ Our Work
42
+ </a>
43
+ <a href="#contact" class="px-8 py-3 glass-effect hover:bg-gray-800 rounded-full font-medium transition-all duration-300 transform hover:scale-105">
44
+ Contact Us
45
+ </a>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </header>
50
+
51
+ <!-- Services Section -->
52
+ <section class="py-20 bg-gray-800">
53
+ <div class="container mx-auto px-6">
54
+ <div class="text-center mb-16" data-aos="fade-up">
55
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Our Services</h2>
56
+ <div class="w-24 h-1 bg-blue-500 mx-auto"></div>
57
+ </div>
58
+
59
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
60
+ <div class="glass-effect p-8 rounded-xl transition-all duration-300 hover:shadow-xl" data-aos="fade-up" data-aos-delay="100">
61
+ <div class="text-blue-400 mb-4">
62
+ <i data-feather="layout" class="w-10 h-10"></i>
63
+ </div>
64
+ <h3 class="text-xl font-bold mb-3">UI/UX Design</h3>
65
+ <p class="text-gray-300">
66
+ Crafting intuitive interfaces with user-centered design principles to create seamless digital experiences.
67
+ </p>
68
+ </div>
69
+
70
+ <div class="glass-effect p-8 rounded-xl transition-all duration-300 hover:shadow-xl" data-aos="fade-up" data-aos-delay="200">
71
+ <div class="text-purple-400 mb-4">
72
+ <i data-feather="code" class="w-10 h-10"></i>
73
+ </div>
74
+ <h3 class="text-xl font-bold mb-3">Web Development</h3>
75
+ <p class="text-gray-300">
76
+ Building responsive, performant websites with modern technologies and best practices.
77
+ </p>
78
+ </div>
79
+
80
+ <div class="glass-effect p-8 rounded-xl transition-all duration-300 hover:shadow-xl" data-aos="fade-up" data-aos-delay="300">
81
+ <div class="text-pink-400 mb-4">
82
+ <i data-feather="bar-chart-2" class="w-10 h-10"></i>
83
+ </div>
84
+ <h3 class="text-xl font-bold mb-3">Digital Strategy</h3>
85
+ <p class="text-gray-300">
86
+ Developing comprehensive digital strategies to help your business grow and succeed online.
87
+ </p>
88
+ </div>
89
+ </div>
90
+ </div>
91
+ </section>
92
+
93
+ <!-- Work Section -->
94
+ <section id="work" class="py-20 bg-gray-900">
95
+ <div class="container mx-auto px-6">
96
+ <div class="text-center mb-16" data-aos="fade-up">
97
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Featured Work</h2>
98
+ <div class="w-24 h-1 bg-blue-500 mx-auto"></div>
99
+ </div>
100
+
101
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
102
+ <div class="group overflow-hidden rounded-xl" data-aos="zoom-in">
103
+ <div class="relative overflow-hidden h-64">
104
+ <img src="http://static.photos/technology/640x360/1" alt="Project 1" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110">
105
+ <div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300">
106
+ <a href="#" class="px-6 py-2 bg-white text-gray-900 rounded-full font-medium">View Project</a>
107
+ </div>
108
+ </div>
109
+ <div class="p-6 glass-effect">
110
+ <h3 class="text-xl font-bold mb-2">E-commerce Platform</h3>
111
+ <p class="text-gray-300">Modern online shopping experience</p>
112
+ </div>
113
+ </div>
114
+
115
+ <div class="group overflow-hidden rounded-xl" data-aos="zoom-in" data-aos-delay="100">
116
+ <div class="relative overflow-hidden h-64">
117
+ <img src="http://static.photos/finance/640x360/2" alt="Project 2" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110">
118
+ <div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300">
119
+ <a href="#" class="px-6 py-2 bg-white text-gray-900 rounded-full font-medium">View Project</a>
120
+ </div>
121
+ </div>
122
+ <div class="p-6 glass-effect">
123
+ <h3 class="text-xl font-bold mb-2">Financial Dashboard</h3>
124
+ <p class="text-gray-300">Data visualization for financial insights</p>
125
+ </div>
126
+ </div>
127
+
128
+ <div class="group overflow-hidden rounded-xl" data-aos="zoom-in" data-aos-delay="200">
129
+ <div class="relative overflow-hidden h-64">
130
+ <img src="http://static.photos/health/640x360/3" alt="Project 3" class="w-full h-full object-cover transition-transform duration-500 group-hover:scale-110">
131
+ <div class="absolute inset-0 bg-black bg-opacity-60 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300">
132
+ <a href="#" class="px-6 py-2 bg-white text-gray-900 rounded-full font-medium">View Project</a>
133
+ </div>
134
+ </div>
135
+ <div class="p-6 glass-effect">
136
+ <h3 class="text-xl font-bold mb-2">Health App</h3>
137
+ <p class="text-gray-300">Personal wellness tracking application</p>
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ </section>
143
+
144
+ <!-- Contact Section -->
145
+ <section id="contact" class="py-20 bg-gray-800">
146
+ <div class="container mx-auto px-6">
147
+ <div class="max-w-4xl mx-auto">
148
+ <div class="text-center mb-16" data-aos="fade-up">
149
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Get In Touch</h2>
150
+ <div class="w-24 h-1 bg-blue-500 mx-auto"></div>
151
+ </div>
152
+
153
+ <div class="glass-effect rounded-xl p-8" data-aos="fade-up">
154
+ <form class="space-y-6">
155
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
156
+ <div>
157
+ <label for="name" class="block text-sm font-medium mb-2">Name</label>
158
+ <input type="text" id="name" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition-all">
159
+ </div>
160
+ <div>
161
+ <label for="email" class="block text-sm font-medium mb-2">Email</label>
162
+ <input type="email" id="email" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition-all">
163
+ </div>
164
+ </div>
165
+ <div>
166
+ <label for="subject" class="block text-sm font-medium mb-2">Subject</label>
167
+ <input type="text" id="subject" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition-all">
168
+ </div>
169
+ <div>
170
+ <label for="message" class="block text-sm font-medium mb-2">Message</label>
171
+ <textarea id="message" rows="5" class="w-full px-4 py-3 bg-gray-700 border border-gray-600 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500 outline-none transition-all"></textarea>
172
+ </div>
173
+ <button type="submit" class="w-full py-3 bg-blue-600 hover:bg-blue-700 rounded-lg font-medium transition-all duration-300">
174
+ Send Message
175
+ </button>
176
+ </form>
177
+ </div>
178
+ </div>
179
+ </div>
180
+ </section>
181
+
182
+ <!-- Footer -->
183
+ <footer class="bg-gray-900 py-12">
184
+ <div class="container mx-auto px-6">
185
+ <div class="flex flex-col md:flex-row justify-between items-center">
186
+ <div class="mb-6 md:mb-0">
187
+ <h2 class="text-2xl font-bold gradient-text">Khm Design</h2>
188
+ <p class="text-gray-400 mt-2">© 2023 All rights reserved</p>
189
+ </div>
190
+ <div class="flex space-x-6">
191
+ <a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
192
+ <i data-feather="twitter" class="w-5 h-5"></i>
193
+ </a>
194
+ <a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
195
+ <i data-feather="instagram" class="w-5 h-5"></i>
196
+ </a>
197
+ <a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
198
+ <i data-feather="linkedin" class="w-5 h-5"></i>
199
+ </a>
200
+ <a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
201
+ <i data-feather="github" class="w-5 h-5"></i>
202
+ </a>
203
+ </div>
204
+ </div>
205
+ </div>
206
+ </footer>
207
+
208
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
209
+ <script>
210
+ VANTA.GLOBE({
211
+ el: "#vanta-bg",
212
+ mouseControls: true,
213
+ touchControls: true,
214
+ gyroControls: false,
215
+ minHeight: 200.00,
216
+ minWidth: 200.00,
217
+ scale: 1.00,
218
+ scaleMobile: 1.00,
219
+ color: 0x3b82f6,
220
+ backgroundColor: 0x111827,
221
+ size: 0.8
222
+ });
223
+ </script>
224
+ <script>AOS.init();</script>
225
+ <script>feather.replace();</script>
226
+ </body>
227
  </html>
prompts.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Khm