Jj81support commited on
Commit
9c6a4f6
·
verified ·
1 Parent(s): 0cd5acf

Talyssa lashes bahr - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +119 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Taly
3
- emoji: 👁
4
  colorFrom: red
5
- colorTo: indigo
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: taly
3
+ emoji: 🐳
4
  colorFrom: red
5
+ colorTo: yellow
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,119 @@
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>Talyssa Lashes Bahr | Premium Eyelash Services</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .hero-pattern {
11
+ background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1596462502278-27bfdc403348?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
12
+ background-size: cover;
13
+ background-position: center;
14
+ }
15
+
16
+ .service-card:hover {
17
+ transform: translateY(-10px);
18
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
19
+ }
20
+
21
+ .testimonial-card {
22
+ transition: all 0.3s ease;
23
+ }
24
+
25
+ .testimonial-card:hover {
26
+ transform: scale(1.03);
27
+ }
28
+
29
+ .booking-form {
30
+ background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1587&q=80');
31
+ background-size: cover;
32
+ background-position: center;
33
+ }
34
+ </style>
35
+ </head>
36
+ <body class="font-sans">
37
+ <!-- Navigation -->
38
+ <nav class="bg-white shadow-lg fixed w-full z-10">
39
+ <div class="max-w-7xl mx-auto px-4">
40
+ <div class="flex justify-between items-center py-4">
41
+ <div class="flex items-center space-x-4">
42
+ <div class="w-12 h-12 bg-pink-500 rounded-full flex items-center justify-center text-white font-bold text-xl">TLB</div>
43
+ <span class="text-xl font-semibold text-gray-800">Talyssa Lashes Bahr</span>
44
+ </div>
45
+
46
+ <!-- Mobile menu button -->
47
+ <div class="md:hidden flex items-center">
48
+ <button class="outline-none mobile-menu-button">
49
+ <svg class="w-6 h-6 text-gray-700" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" stroke="currentColor">
50
+ <path d="M4 6h16M4 12h16M4 18h16"></path>
51
+ </svg>
52
+ </button>
53
+ </div>
54
+
55
+ <!-- Desktop menu -->
56
+ <div class="hidden md:flex items-center space-x-8">
57
+ <a href="#home" class="text-pink-600 font-medium">Home</a>
58
+ <a href="#services" class="text-gray-700 hover:text-pink-600 transition">Services</a>
59
+ <a href="#about" class="text-gray-700 hover:text-pink-600 transition">About</a>
60
+ <a href="#testimonials" class="text-gray-700 hover:text-pink-600 transition">Testimonials</a>
61
+ <a href="#contact" class="text-gray-700 hover:text-pink-600 transition">Contact</a>
62
+ <button class="bg-pink-500 hover:bg-pink-600 text-white px-4 py-2 rounded-full transition">Book Now</button>
63
+ </div>
64
+ </div>
65
+ </div>
66
+
67
+ <!-- Mobile menu -->
68
+ <div class="hidden mobile-menu bg-white shadow-lg">
69
+ <div class="px-2 pt-2 pb-4 space-y-1">
70
+ <a href="#home" class="block px-3 py-2 text-pink-600 font-medium">Home</a>
71
+ <a href="#services" class="block px-3 py-2 text-gray-700 hover:text-pink-600 transition">Services</a>
72
+ <a href="#about" class="block px-3 py-2 text-gray-700 hover:text-pink-600 transition">About</a>
73
+ <a href="#testimonials" class="block px-3 py-2 text-gray-700 hover:text-pink-600 transition">Testimonials</a>
74
+ <a href="#contact" class="block px-3 py-2 text-gray-700 hover:text-pink-600 transition">Contact</a>
75
+ <button class="block w-full text-left px-3 py-2 bg-pink-500 hover:bg-pink-600 text-white rounded transition">Book Now</button>
76
+ </div>
77
+ </div>
78
+ </nav>
79
+
80
+ <!-- Hero Section -->
81
+ <section id="home" class="hero-pattern min-h-screen flex items-center justify-center text-white pt-16">
82
+ <div class="max-w-4xl mx-auto px-6 text-center">
83
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Enhance Your Natural Beauty</h1>
84
+ <p class="text-xl md:text-2xl mb-10">Premium eyelash extensions and beauty treatments tailored to your unique style</p>
85
+ <div class="flex flex-col md:flex-row justify-center gap-4">
86
+ <button class="bg-pink-500 hover:bg-pink-600 text-white px-8 py-4 rounded-full text-lg font-medium transition">Book Appointment</button>
87
+ <button class="bg-transparent border-2 border-white hover:bg-white hover:text-gray-800 text-white px-8 py-4 rounded-full text-lg font-medium transition">Our Services</button>
88
+ </div>
89
+ </div>
90
+ </section>
91
+
92
+ <!-- Services Section -->
93
+ <section id="services" class="py-20 bg-gray-50">
94
+ <div class="max-w-7xl mx-auto px-6">
95
+ <div class="text-center mb-16">
96
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Our Signature Services</h2>
97
+ <p class="text-gray-600 max-w-2xl mx-auto">Experience luxury with our premium lash treatments designed to enhance your natural beauty</p>
98
+ </div>
99
+
100
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
101
+ <!-- Service 1 -->
102
+ <div class="service-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300">
103
+ <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1596704017254-9757e8a4faf4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');"></div>
104
+ <div class="p-6">
105
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Classic Lash Extensions</h3>
106
+ <p class="text-gray-600 mb-4">Natural-looking extensions that add length and definition to your lashes.</p>
107
+ <div class="flex justify-between items-center">
108
+ <span class="text-pink-500 font-bold">$120+</span>
109
+ <button class="text-pink-500 hover:text-pink-600 font-medium">Learn More</button>
110
+ </div>
111
+ </div>
112
+ </div>
113
+
114
+ <!-- Service 2 -->
115
+ <div class="service-card bg-white rounded-xl shadow-md overflow-hidden transition duration-300">
116
+ <div class="h-48 bg-cover bg-center" style="background-image: url('https://images.unsplash.com/photo-1596704017254-9757e8a4faf4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');"></div>
117
+
118
+ <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=Jj81support/taly" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
119
+ </html>