File size: 12,391 Bytes
a137b66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9c544c2
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Khm | Modern UI Design</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
    <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <style>
        .gradient-text {
            background: linear-gradient(90deg, #3b82f6, #8b5cf6);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .glass-effect {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
    </style>
</head>
<body class="bg-gray-900 text-white min-h-screen">
    <!-- Hero Section -->
    <header class="relative overflow-hidden">
        <div id="vanta-bg" class="absolute inset-0 z-0"></div>
        <div class="container mx-auto px-6 py-24 relative z-10">
            <div class="max-w-3xl mx-auto text-center" data-aos="fade-up">
                <h1 class="text-5xl md:text-6xl font-bold mb-6">
                    <span class="gradient-text">Khm</span> Design
                </h1>
                <p class="text-xl md:text-2xl text-gray-300 mb-10">
                    Creating beautiful digital experiences that inspire and engage.
                </p>
                <div class="flex justify-center space-x-4">
                    <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">
                        Our Work
                    </a>
                    <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">
                        Contact Us
                    </a>
                </div>
            </div>
        </div>
    </header>

    <!-- Services Section -->
    <section class="py-20 bg-gray-800">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16" data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Our Services</h2>
                <div class="w-24 h-1 bg-blue-500 mx-auto"></div>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="glass-effect p-8 rounded-xl transition-all duration-300 hover:shadow-xl" data-aos="fade-up" data-aos-delay="100">
                    <div class="text-blue-400 mb-4">
                        <i data-feather="layout" class="w-10 h-10"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">UI/UX Design</h3>
                    <p class="text-gray-300">
                        Crafting intuitive interfaces with user-centered design principles to create seamless digital experiences.
                    </p>
                </div>
                
                <div class="glass-effect p-8 rounded-xl transition-all duration-300 hover:shadow-xl" data-aos="fade-up" data-aos-delay="200">
                    <div class="text-purple-400 mb-4">
                        <i data-feather="code" class="w-10 h-10"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Web Development</h3>
                    <p class="text-gray-300">
                        Building responsive, performant websites with modern technologies and best practices.
                    </p>
                </div>
                
                <div class="glass-effect p-8 rounded-xl transition-all duration-300 hover:shadow-xl" data-aos="fade-up" data-aos-delay="300">
                    <div class="text-pink-400 mb-4">
                        <i data-feather="bar-chart-2" class="w-10 h-10"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">Digital Strategy</h3>
                    <p class="text-gray-300">
                        Developing comprehensive digital strategies to help your business grow and succeed online.
                    </p>
                </div>
            </div>
        </div>
    </section>

    <!-- Work Section -->
    <section id="work" class="py-20 bg-gray-900">
        <div class="container mx-auto px-6">
            <div class="text-center mb-16" data-aos="fade-up">
                <h2 class="text-3xl md:text-4xl font-bold mb-4">Featured Work</h2>
                <div class="w-24 h-1 bg-blue-500 mx-auto"></div>
            </div>
            
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <div class="group overflow-hidden rounded-xl" data-aos="zoom-in">
                    <div class="relative overflow-hidden h-64">
                        <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">
                        <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">
                            <a href="#" class="px-6 py-2 bg-white text-gray-900 rounded-full font-medium">View Project</a>
                        </div>
                    </div>
                    <div class="p-6 glass-effect">
                        <h3 class="text-xl font-bold mb-2">E-commerce Platform</h3>
                        <p class="text-gray-300">Modern online shopping experience</p>
                    </div>
                </div>
                
                <div class="group overflow-hidden rounded-xl" data-aos="zoom-in" data-aos-delay="100">
                    <div class="relative overflow-hidden h-64">
                        <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">
                        <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">
                            <a href="#" class="px-6 py-2 bg-white text-gray-900 rounded-full font-medium">View Project</a>
                        </div>
                    </div>
                    <div class="p-6 glass-effect">
                        <h3 class="text-xl font-bold mb-2">Financial Dashboard</h3>
                        <p class="text-gray-300">Data visualization for financial insights</p>
                    </div>
                </div>
                
                <div class="group overflow-hidden rounded-xl" data-aos="zoom-in" data-aos-delay="200">
                    <div class="relative overflow-hidden h-64">
                        <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">
                        <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">
                            <a href="#" class="px-6 py-2 bg-white text-gray-900 rounded-full font-medium">View Project</a>
                        </div>
                    </div>
                    <div class="p-6 glass-effect">
                        <h3 class="text-xl font-bold mb-2">Health App</h3>
                        <p class="text-gray-300">Personal wellness tracking application</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Contact Section -->
    <section id="contact" class="py-20 bg-gray-800">
        <div class="container mx-auto px-6">
            <div class="max-w-4xl mx-auto">
                <div class="text-center mb-16" data-aos="fade-up">
                    <h2 class="text-3xl md:text-4xl font-bold mb-4">Get In Touch</h2>
                    <div class="w-24 h-1 bg-blue-500 mx-auto"></div>
                </div>
                
                <div class="glass-effect rounded-xl p-8" data-aos="fade-up">
                    <form class="space-y-6">
                        <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                            <div>
                                <label for="name" class="block text-sm font-medium mb-2">Name</label>
                                <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">
                            </div>
                            <div>
                                <label for="email" class="block text-sm font-medium mb-2">Email</label>
                                <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">
                            </div>
                        </div>
                        <div>
                            <label for="subject" class="block text-sm font-medium mb-2">Subject</label>
                            <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">
                        </div>
                        <div>
                            <label for="message" class="block text-sm font-medium mb-2">Message</label>
                            <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>
                        </div>
                        <button type="submit" class="w-full py-3 bg-blue-600 hover:bg-blue-700 rounded-lg font-medium transition-all duration-300">
                            Send Message
                        </button>
                    </form>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 py-12">
        <div class="container mx-auto px-6">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <div class="mb-6 md:mb-0">
                    <h2 class="text-2xl font-bold gradient-text">Khm Design</h2>
                    <p class="text-gray-400 mt-2">© 2023 All rights reserved</p>
                </div>
                <div class="flex space-x-6">
                    <a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
                        <i data-feather="twitter" class="w-5 h-5"></i>
                    </a>
                    <a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
                        <i data-feather="instagram" class="w-5 h-5"></i>
                    </a>
                    <a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
                        <i data-feather="linkedin" class="w-5 h-5"></i>
                    </a>
                    <a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
                        <i data-feather="github" class="w-5 h-5"></i>
                    </a>
                </div>
            </div>
        </div>
    </footer>

    <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
    <script>
        VANTA.GLOBE({
            el: "#vanta-bg",
            mouseControls: true,
            touchControls: true,
            gyroControls: false,
            minHeight: 200.00,
            minWidth: 200.00,
            scale: 1.00,
            scaleMobile: 1.00,
            color: 0x3b82f6,
            backgroundColor: 0x111827,
            size: 0.8
        });
    </script>
    <script>AOS.init();</script>
    <script>feather.replace();</script>
</body>
</html>