Add 3 files
Browse files- README.md +7 -5
- index.html +218 -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: oldranch
|
| 3 |
+
emoji: 🐳
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: blue
|
| 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,218 @@
|
|
| 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="pt-BR">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Old Ranch - Bar e Restaurante</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 {
|
| 11 |
+
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1514933651103-005eec06c04b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1074&q=80');
|
| 12 |
+
background-size: cover;
|
| 13 |
+
background-position: center;
|
| 14 |
+
}
|
| 15 |
+
.menu-item {
|
| 16 |
+
transition: all 0.3s ease;
|
| 17 |
+
}
|
| 18 |
+
.menu-item:hover {
|
| 19 |
+
transform: translateY(-5px);
|
| 20 |
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
| 21 |
+
}
|
| 22 |
+
.terere-bg {
|
| 23 |
+
background-color: #E3F2FD;
|
| 24 |
+
}
|
| 25 |
+
</style>
|
| 26 |
+
</head>
|
| 27 |
+
<body class="font-sans bg-gray-50">
|
| 28 |
+
<!-- Header/Hero Section -->
|
| 29 |
+
<header class="hero text-white py-20 px-4 text-center">
|
| 30 |
+
<div class="max-w-4xl mx-auto">
|
| 31 |
+
<h1 class="text-5xl md:text-6xl font-bold mb-4">OLD RANCH</h1>
|
| 32 |
+
<p class="text-xl md:text-2xl mb-8">Bar e Restaurante • Desde 2024</p>
|
| 33 |
+
<div class="flex justify-center space-x-4">
|
| 34 |
+
<a href="#menu" class="bg-amber-600 hover:bg-amber-700 px-6 py-3 rounded-full font-semibold transition">VER CARDÁPIO</a>
|
| 35 |
+
<a href="tel:65999297686" class="bg-white text-gray-800 hover:bg-gray-200 px-6 py-3 rounded-full font-semibold transition">
|
| 36 |
+
<i class="fas fa-phone mr-2"></i> (65) 99929-7686
|
| 37 |
+
</a>
|
| 38 |
+
</div>
|
| 39 |
+
</div>
|
| 40 |
+
</header>
|
| 41 |
+
|
| 42 |
+
<!-- Menu Section -->
|
| 43 |
+
<section id="menu" class="py-16 px-4 max-w-6xl mx-auto">
|
| 44 |
+
<div class="text-center mb-12">
|
| 45 |
+
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">NOSSO CARDÁPIO</h2>
|
| 46 |
+
<div class="w-24 h-1 bg-amber-600 mx-auto"></div>
|
| 47 |
+
</div>
|
| 48 |
+
|
| 49 |
+
<!-- Porções -->
|
| 50 |
+
<div class="mb-16">
|
| 51 |
+
<h3 class="text-2xl font-bold text-gray-800 mb-6 border-b border-gray-200 pb-2">PORÇÕES</h3>
|
| 52 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
|
| 53 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 54 |
+
<h4 class="text-xl font-semibold mb-2">Frango</h4>
|
| 55 |
+
<p class="text-gray-600 mb-4">Pequena: R$45,00 | Grande: R$55,00</p>
|
| 56 |
+
</div>
|
| 57 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 58 |
+
<h4 class="text-xl font-semibold mb-2">Batata</h4>
|
| 59 |
+
<p class="text-gray-600 mb-4">Pequena: R$45,00 | Grande: R$55,00</p>
|
| 60 |
+
</div>
|
| 61 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 62 |
+
<h4 class="text-xl font-semibold mb-2">Calabresa</h4>
|
| 63 |
+
<p class="text-gray-600 mb-4">Pequena: R$45,00 | Grande: R$55,00</p>
|
| 64 |
+
</div>
|
| 65 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 66 |
+
<h4 class="text-xl font-semibold mb-2">Posta de Tabatinga</h4>
|
| 67 |
+
<p class="text-gray-600 mb-4">Pequena: R$45,00 | Grande: R$55,00</p>
|
| 68 |
+
</div>
|
| 69 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 70 |
+
<h4 class="text-xl font-semibold mb-2">Ventrecha de Tabatinga</h4>
|
| 71 |
+
<p class="text-gray-600 mb-4">Pequena: R$55,00 | Grande: R$65,00</p>
|
| 72 |
+
</div>
|
| 73 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 74 |
+
<h4 class="text-xl font-semibold mb-2">Tábua de Frios</h4>
|
| 75 |
+
<p class="text-gray-600 mb-4">R$80,00</p>
|
| 76 |
+
</div>
|
| 77 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 78 |
+
<h4 class="text-xl font-semibold mb-2">Pintado</h4>
|
| 79 |
+
<p class="text-gray-600 mb-4">Pequeno: R$75,00 | Grande: R$85,00</p>
|
| 80 |
+
</div>
|
| 81 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 82 |
+
<h4 class="text-xl font-semibold mb-2">Camarão</h4>
|
| 83 |
+
<p class="text-gray-600 mb-4">R$100,00</p>
|
| 84 |
+
</div>
|
| 85 |
+
</div>
|
| 86 |
+
</div>
|
| 87 |
+
|
| 88 |
+
<!-- Lanches -->
|
| 89 |
+
<div class="mb-16">
|
| 90 |
+
<h3 class="text-2xl font-bold text-gray-800 mb-6 border-b border-gray-200 pb-2">LANCHES</h3>
|
| 91 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 92 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 93 |
+
<h4 class="text-xl font-semibold mb-2">X-Tudo</h4>
|
| 94 |
+
<p class="text-gray-600 mb-4">Acompanhado de batata - R$30,00</p>
|
| 95 |
+
</div>
|
| 96 |
+
</div>
|
| 97 |
+
</div>
|
| 98 |
+
|
| 99 |
+
<!-- Bebidas -->
|
| 100 |
+
<div class="mb-16">
|
| 101 |
+
<h3 class="text-2xl font-bold text-gray-800 mb-6 border-b border-gray-200 pb-2">BEBIDAS</h3>
|
| 102 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
|
| 103 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 104 |
+
<h4 class="text-xl font-semibold mb-2">Cervejas 600ml</h4>
|
| 105 |
+
<p class="text-gray-600 mb-2">Brahma/Skol: R$12,00</p>
|
| 106 |
+
<p class="text-gray-600">Original: R$14,00</p>
|
| 107 |
+
</div>
|
| 108 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 109 |
+
<h4 class="text-xl font-semibold mb-2">Latas de Cerveja</h4>
|
| 110 |
+
<p class="text-gray-600 mb-2">Amstel/Brahma/Skol: R$4,00</p>
|
| 111 |
+
<p class="text-gray-600 mb-2">Original: R$5,00</p>
|
| 112 |
+
<p class="text-gray-600">Heineken: R$6,00</p>
|
| 113 |
+
</div>
|
| 114 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 115 |
+
<h4 class="text-xl font-semibold mb-2">Heineken</h4>
|
| 116 |
+
<p class="text-gray-600 mb-2">Long Neck: R$12,00</p>
|
| 117 |
+
<p class="text-gray-600">Shot: R$9,00</p>
|
| 118 |
+
</div>
|
| 119 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 120 |
+
<h4 class="text-xl font-semibold mb-2">Refrigerantes</h4>
|
| 121 |
+
<p class="text-gray-600 mb-2">Lata: R$5,00</p>
|
| 122 |
+
<p class="text-gray-600 mb-2">1L: R$10,00</p>
|
| 123 |
+
<p class="text-gray-600">2L: R$13,50</p>
|
| 124 |
+
</div>
|
| 125 |
+
</div>
|
| 126 |
+
</div>
|
| 127 |
+
|
| 128 |
+
<!-- Drinks -->
|
| 129 |
+
<div class="mb-16">
|
| 130 |
+
<h3 class="text-2xl font-bold text-gray-800 mb-6 border-b border-gray-200 pb-2">DRINKS</h3>
|
| 131 |
+
<div class="grid md:grid-cols-2 gap-6">
|
| 132 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 133 |
+
<h4 class="text-xl font-semibold mb-2">Copão</h4>
|
| 134 |
+
<p class="text-gray-600 mb-4">R$25,00</p>
|
| 135 |
+
</div>
|
| 136 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md">
|
| 137 |
+
<h4 class="text-xl font-semibold mb-2">Caipirinha</h4>
|
| 138 |
+
<p class="text-gray-600 mb-4">R$18,00</p>
|
| 139 |
+
</div>
|
| 140 |
+
</div>
|
| 141 |
+
</div>
|
| 142 |
+
|
| 143 |
+
<!-- Tereré -->
|
| 144 |
+
<div class="terere-bg p-8 rounded-lg">
|
| 145 |
+
<h3 class="text-2xl font-bold text-gray-800 mb-6 text-center">TERERÉ SABORIZADO</h3>
|
| 146 |
+
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
|
| 147 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md text-center">
|
| 148 |
+
<h4 class="text-xl font-semibold mb-2">Lemon Blue</h4>
|
| 149 |
+
<p class="text-gray-600 mb-2">Pequeno: R$18,00</p>
|
| 150 |
+
<p class="text-gray-600">Grande: R$25,00</p>
|
| 151 |
+
</div>
|
| 152 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md text-center">
|
| 153 |
+
<h4 class="text-xl font-semibold mb-2">Frutas Vermelhas</h4>
|
| 154 |
+
<p class="text-gray-600 mb-2">Pequeno: R$18,00</p>
|
| 155 |
+
<p class="text-gray-600">Grande: R$25,00</p>
|
| 156 |
+
</div>
|
| 157 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md text-center">
|
| 158 |
+
<h4 class="text-xl font-semibold mb-2">Tropicano</h4>
|
| 159 |
+
<p class="text-gray-600 mb-2">Pequeno: R$18,00</p>
|
| 160 |
+
<p class="text-gray-600">Grande: R$25,00</p>
|
| 161 |
+
</div>
|
| 162 |
+
<div class="menu-item bg-white p-6 rounded-lg shadow-md text-center">
|
| 163 |
+
<h4 class="text-xl font-semibold mb-2">Limão e Laranja</h4>
|
| 164 |
+
<p class="text-gray-600 mb-2">Pequeno: R$18,00</p>
|
| 165 |
+
<p class="text-gray-600">Grande: R$25,00</p>
|
| 166 |
+
</div>
|
| 167 |
+
</div>
|
| 168 |
+
</div>
|
| 169 |
+
</section>
|
| 170 |
+
|
| 171 |
+
<!-- Info Section -->
|
| 172 |
+
<section class="bg-gray-800 text-white py-16 px-4">
|
| 173 |
+
<div class="max-w-4xl mx-auto text-center">
|
| 174 |
+
<h2 class="text-3xl font-bold mb-6">HORÁRIO DE FUNCIONAMENTO</h2>
|
| 175 |
+
<div class="mb-8">
|
| 176 |
+
<p class="text-xl mb-2">Terça a Domingo</p>
|
| 177 |
+
<p class="text-2xl font-semibold text-amber-400">15:00 às 00:00</p>
|
| 178 |
+
</div>
|
| 179 |
+
<div class="flex flex-col md:flex-row justify-center items-center space-y-4 md:space-y-0 md:space-x-8">
|
| 180 |
+
<div class="bg-gray-700 p-6 rounded-lg">
|
| 181 |
+
<i class="fas fa-phone-alt text-3xl mb-4 text-amber-400"></i>
|
| 182 |
+
<p class="text-lg">Faça seu pedido</p>
|
| 183 |
+
<p class="text-2xl font-bold">(65) 99929-7686</p>
|
| 184 |
+
</div>
|
| 185 |
+
</div>
|
| 186 |
+
</div>
|
| 187 |
+
</section>
|
| 188 |
+
|
| 189 |
+
<!-- Footer -->
|
| 190 |
+
<footer class="bg-gray-900 text-white py-8 px-4">
|
| 191 |
+
<div class="max-w-6xl mx-auto flex flex-col md:flex-row justify-between items-center">
|
| 192 |
+
<div class="mb-4 md:mb-0">
|
| 193 |
+
<h3 class="text-2xl font-bold">OLD RANCH</h3>
|
| 194 |
+
<p class="text-gray-400">Bar e Restaurante</p>
|
| 195 |
+
</div>
|
| 196 |
+
<div class="flex space-x-6">
|
| 197 |
+
<a href="#" class="text-gray-400 hover:text-white transition">
|
| 198 |
+
<i class="fab fa-facebook-f text-xl"></i>
|
| 199 |
+
</a>
|
| 200 |
+
<a href="#" class="text-gray-400 hover:text-white transition">
|
| 201 |
+
<i class="fab fa-instagram text-xl"></i>
|
| 202 |
+
</a>
|
| 203 |
+
<a href="tel:65999297686" class="text-gray-400 hover:text-white transition">
|
| 204 |
+
<i class="fas fa-phone-alt text-xl"></i>
|
| 205 |
+
</a>
|
| 206 |
+
</div>
|
| 207 |
+
</div>
|
| 208 |
+
<div class="max-w-6xl mx-auto mt-8 pt-6 border-t border-gray-800 text-center text-gray-500 text-sm">
|
| 209 |
+
<p>© 2024 Old Ranch. Todos os direitos reservados.</p>
|
| 210 |
+
</div>
|
| 211 |
+
</footer>
|
| 212 |
+
|
| 213 |
+
<!-- WhatsApp Float Button -->
|
| 214 |
+
<a href="https://wa.me/5565999297686" class="fixed bottom-6 right-6 bg-green-500 text-white p-4 rounded-full shadow-lg hover:bg-green-600 transition">
|
| 215 |
+
<i class="fab fa-whatsapp text-2xl"></i>
|
| 216 |
+
</a>
|
| 217 |
+
<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=kayqueJc/oldranch" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
| 218 |
+
</html>
|
prompts.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Faça a melhor publicidade de um bar e restaurante chamado “Old Ranch” criado em 2024 Estamos localizados em Pontes e Lacerda Mato Grosso - Assentamento triunfo. Põe apenas o numero para contato 65999297686. Abrimos de Terça a domingo das 15:00 as 00:00. Coloque o cardapio no inicio. Nao coloque a localização, apenas o endereço, nao coloque avaliação de pessoas fantasma, nao crie uma historia falsa e nem imagens ilustrativas. Nao temos molho. Porcões: Frango, batata, calabresa, posta de tabatinga: Pequena:45,00 Grande 55,00 Ventrecha de tabatinga 55,00 pequena e 65,00 Grande, Tábua de Frios 80,00; Pintado 75,00 pequeno e 85,00 grande; Camarão 100,00. Lanche x-tudo acompanhado de batata: 30,00 Bebidas: brahma e skol600Ml:12,00 Original 600ml:14,00 latas de cerveja: Amstel, Brahma e skol:4,00 Original lata:5,00 Heineken lata:6,00 Heineken Long Neck: 12,00 Heineken Shot:9,00 Refrigerantes: Lata:5,00 1L:10,00 2L:13,50 Drinks: Copão:25,00 Caipirinha:18,00 Tereré saborizado: Sabores: Lemon Blue, Frutas Vermelhas, Tropicano e Limão e laranja Grande:25,00 Pequeno:18,00
|