-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
288 lines (267 loc) · 17.5 KB
/
index.html
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/assets/icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&family=Roboto:wght@100;400;500;700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="../styles/output.css">
<title>Digimusical</title>
</head>
<body>
<header class="flex w-full h-[480px] bg-home bg-cover z-40">
<div class="fixed w-full z-50">
<nav class="sticky overflow-hidden top-0 py-9 md:py-6 lg:py-7 px-9 md:px-36 flex justify-between items-center z-50" id="nav-header">
<a class="text-3xl leading-none" href="#">
<img src="./assets/logo.svg" alt="logo" class="w-32 hover:scale-105 duration-200">
</a>
<div class="lg:hidden">
<button class="navbar-burger flex items-center text-white p-3">
<svg class="block h-4 w-4 fill-current" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<title>Mobile menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z"></path>
</svg>
</button>
</div>
<ul class="hidden relative ml-96 lg:flex lg:w-auto lg:space-x-4">
<li>
<a class="text-sm text-green-400 hover:text-gray-500" href="#">INICIO</a>
</li>
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="#produtos">PRODUTOS</a>
</li>
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="#servicos">SERVIÇOS</a>
</li>
<li>
<a class="text-sm text-gray-400 hover:text-gray-500" href="#info">
FALE CONOSCO</a>
</li>
</ul>
</nav>
<div class="navbar-menu relative z-50 hidden">
<div class="navbar-backdrop fixed inset-0 bg-gray-800 opacity-25"></div>
<nav
class="fixed top-0 left-0 h-screen flex flex-col w-5/6 max-w-sm py-6 px-6 bg-black border-r overflow-y-auto">
<div class="flex items-center mb-8">
<a class="mr-auto text-3xl font-bold leading-none" href="#">
<img src="./assets/logo.svg" alt="logo"
class="w-32 h-32 rounded-full shadow-lg hover:scale-105 duration-200">
</a>
<button class="navbar-close">
<svg class="h-6 w-6 text-gray-400 cursor-pointer hover:text-gray-500"
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
</div>
<div>
<ul>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-green-400 rounded op-close"
href="#">INICIO</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-green-400 rounded op-close"
href="#produtos">PRODUTOS</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-green-400 rounded op-close"
href="#servicos">SERVIÇOS</a>
</li>
<li class="mb-1">
<a class="block p-4 text-sm font-semibold text-gray-400 hover:bg-blue-50 hover:text-green-400 rounded op-close"
href="#info">FALE CONOSCO</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div class="w-full h-full">
<div class="text-gray-200 ml-14 md:ml-36 mt-44 md:mt-48 lg:mt-48 text-2xl font-black">Tudo fica melhor
<div class="uppercase indent-6 text-4xl">com música</div>
</div>
<div class="mt-36 md:mt-32 lg:mt-28 flex flex-col items-center justify-center">
<h2 class="text-gray-200">HORÁRIO DE FUNCIONAMENTO</h2>
<div class="bg-green-600 px-4 py-1 rounded-md mt-2" id="div-date-open">
<span class="text-white font-medium">Seg à Sab - 08:00 às 18:00</span>
</div>
</div>
</div>
</header>
<section class="bg-gradient-to-b from-zinc-900 to-orange-500 mx-auto pb-20 z-40">
<div class="flex justify-center">
<div class="flex flex-col p-14 items-start">
<h2 class="uppercase font-medium lg:font-bold text-zinc-50 text-2xl lg:text-4xl text-left">Transforme seu <span
class="text-5xl">evento</span>
em um espetáculo <h4 class="uppercase text-zinc-50 text-4xl lg:text-6xl font-black mt-0 lg:mt-4">inesquecível!</h4>
</h2>
</div>
</div>
<div class="flex flex-col items-center justify-center md:flex-row lg:flex-row">
<div class="flex mx-3">
<img class="w-80 h-72 md:w-80 md:h-72 lg:w-96 lg:h-80 mt-2 md:mt-6 lg:mt-8 rounded-lg" src="./assets/section1.jpg" alt="event1">
</div>
<div class="flex flex-col mt-7 md:mt-5 lg:mt-7 gap-3 mx-3 px-7 md:px-0 lg:px-0 md:w-2/5 lg:w-2/5">
<span class="block uppercase break-words text-zinc-50 text-2xl lg:text-3xl font-semibold mb-4">
Conte com nossa consultoria <h3>especializada em EVENTOS</h3>
</span>
<span class="text-zinc-50 text-base text-justify">
A Digimusical oferece serviços excepcionais, atendendo uma grande demanda de artistas e diversos
tipos de eventos.
</span>
<span class="text-zinc-50 text-base text-justify">
Sempre prontos, atendemos necessidades urgentes e criamos soluções personalizadas para palco,
iluminação e som.
</span>
<span class="text-zinc-50 text-base text-justify">
Ligue agora e venha vivenciar o que só a digimusical proporciona para você
</span>
<div class="w-44 h-8 bg-green-500 flex justify-center items-center hover:bg-green-600">
<a target="_blank" href="https://api.whatsapp.com/send?phone=5585996791092&text=Oi+Deyvid,+gostaria+que+a+Digimusical+me+ajudasse+na+realização+de+um+Evento.">
<span class="text-gray-100">Solicite orçamento</span>
</a>
</div>
</div>
</div>
</section>
<section id="produtos" class="bg-zinc-900 mx-auto flex flex-col items-center pt-24 md:pt-36 lg:pt-40 z-40">
<div class="flex flex-col items-center justify-center px-7 md:px-0 lg:px-0 text-justify">
<small class="text-zinc-200 pb-3 md:pb-8 lg:pb-11 lg:text-xl">Trabalhamos com uma gama completa de acessórios musicais e instrumentos</small>
<div class="p-0 md:p-1 lg:p-3 bg-orange-500"><h2 class="text-zinc-200 text-3xl md:text-5xl lg:text-6xl">Conheça nosso MIX de produtos.</h2></div>
</div>
<div class="grid sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-6 md:gap-10 lg:gap-16 py-10">
<div class="flex justify-center items-center">
<img src="./assets/plugs.jpg" alt="plugs" class="h-80 w-80 md:h-60 md:w-60 lg:h-48 lg:w-48">
<a href="https://api.whatsapp.com/send?phone=5585994440170&text=Oi,+gostaria+de+saber+mais+sobre+os+'Conectores'+disponíveis+na+Digimusical."
target="_blank" class="text-zinc-200 absolute p-6 md:p2 lg:p-2 bg-orange-500 bg-opacity-95 hover:bg-opacity-70">
<p class="">Plugs e Conectores</p>
</a>
</div>
<div class="flex justify-center items-center">
<img src="./assets/cabo.jpg" alt="cabos" class="h-80 w-80 md:h-60 md:w-60 lg:h-48 lg:w-48">
<a href="https://api.whatsapp.com/send?phone=5585994440170&text=Oi,+gostaria+de+saber+mais+sobre+os+'Cabos'+disponíveis+na+Digimusical."
target="_blank" class="text-zinc-200 absolute p-6 md:p2 lg:p-2 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<p class="">Cabos diversos</p>
</a>
</div>
<div class="flex justify-center items-center">
<img src="./assets/nig.png" alt="nig" class="h-80 w-80 md:h-60 md:w-60 lg:h-48 lg:w-48">
<a href="https://api.whatsapp.com/send?phone=5585994440170&text=Oi,+gostaria+de+saber+mais+sobre+os+'Encordoamentos'+disponíveis+na+Digimusical."
target="_blank" class="text-zinc-200 absolute p-6 md:p2 lg:p-2 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<p class="">Encordoamentos</p>
</a>
</div>
<div class="flex justify-center items-center">
<img src="./assets/guitar.jpg" alt="guitars" class="h-80 w-80 md:h-60 md:w-60 lg:h-48 lg:w-48">
<a href="https://api.whatsapp.com/send?phone=5585994440170&text=Oi,+gostaria+de+saber+mais+sobre+os+'Instrumentos'+disponíveis+na+Digimusical."
target="_blank" class="text-zinc-200 absolute p-6 md:p2 lg:p-2 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<p class="">Instrumentos</p>
</a>
</div>
<div class="flex justify-center items-center">
<img src="./assets/bateria.webp" alt="bateria" class="h-80 w-80 md:h-60 md:w-60 lg:h-48 lg:w-48">
<a href="https://api.whatsapp.com/send?phone=5585994440170&text=Oi,+gostaria+de+saber+mais+sobre+as+'Baterias e Acessórios'+disponíveis+na+Digimusical."
target="_blank" class="text-zinc-200 absolute p-6 md:p2 lg:p-2 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<p class="">Baterias/Acessórios</p>
</a>
</div>
<div class="flex justify-center items-center">
<img src="./assets/correias.png" alt="correias" class="h-80 w-80 md:h-60 md:w-60 lg:h-48 lg:w-48">
<a href="https://api.whatsapp.com/send?phone=5585994440170&text=Oi,+gostaria+de+saber+mais+sobre+as+'Correias'+disponíveis+na+Digimusical."
target="_blank" class="text-zinc-200 absolute p-6 md:p2 lg:p-2 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<p class="">Correias</p>
</a>
</div>
<div class="flex justify-center items-center">
<img src="./assets/mic.jpg" alt="microfones" class="h-80 w-80 md:h-60 md:w-60 lg:h-48 lg:w-48">
<a href="https://api.whatsapp.com/send?phone=5585994440170&text=Oi,+gostaria+de+saber+mais+sobre+os+'Microfones'+disponíveis+na+Digimusical."
target="_blank" class="text-zinc-200 absolute p-6 md:p2 lg:p-2 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<p class="">Microfones</p>
</a>
</div>
<div class="flex justify-center items-center">
<img src="./assets/mesas.webp" alt="mesas" class="h-80 w-80 md:h-60 md:w-60 lg:h-48 lg:w-48">
<a href="https://api.whatsapp.com/send?phone=5585994440170&text=Oi,+gostaria+de+saber+mais+sobre+as+'Mesas e Caixas'+disponíveis+na+Digimusical."
target="_blank" class="text-zinc-200 absolute p-6 md:p2 lg:p-2 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<p class="">Mesas e Caixas</p>
</a>
</div>
</div>
</section>
<section id="servicos" class="bg-gradient-to-b from-zinc-900 to-orange-500 mx-auto flex flex-col items-center pt-36">
<h2 class="text-zinc-200 text-2xl md:text-5xl lg:text-5xl">Conheça nossos serviços.</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-16 py-10">
<div class="flex justify-center items-center">
<img src="./assets/section1.jpg" alt="mesas" class="h-80 w-80">
<a href="https://api.whatsapp.com/send?phone=5585996791092&text=Oi+Deyvid,+gostaria+que+a+Digimusical+me+ajudasse+na+realização+de+um+Evento."
target="_blank" class="text-zinc-200 absolute p-4 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<p class="">Produções de Eventos</p>
</a>
</div>
<div class="flex justify-center items-center">
<img src="./assets/info.jfif" alt="plugs" class="h-80 w-80">
<a href="https://api.whatsapp.com/send?phone=5585996075780&text=Oi+Daniel,+gostaria+de+solicitar+um+serviço."
target="_blank" class="text-zinc-200 absolute p-4 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<div class="flex flex-col items-center justify-center">
<p class="flex">Manutenção de computadores <p>e impressoras</p></p>
</div>
</a>
</div>
<div class="flex justify-center items-center">
<img src="./assets/aluguelcm.jpg" alt="microfones" class="h-80 w-80">
<a href="https://api.whatsapp.com/send?phone=5585996791092&text=Oi+Eduardo,+gostaria+de+alugar+uma+Caixa+ou+um+Microfone."
target="_blank" class="text-zinc-200 absolute p-4 bg-orange-500 bg-opacity-90 hover:bg-opacity-70">
<div class="flex flex-col items-center justify-center">
<p>Aluguel de Caixas de som <p>e Microfones</p></p>
</div>
</a>
</div>
</div>
</section>
<footer id="info" class="bg-orange-500">
<div class="max-w-screen-lg px-4 sm:px-6 text-gray-800 sm:grid md:grid-cols-4 sm:grid-cols-2 mx-auto gap-10">
<div class="hidden md:flex lg:flex md:relative lg:relative ml-6 md:ml-0 lg:ml-0">
<a class="text-3xl font-bold leading-none" href="#">
<img src="./assets/logo.svg" alt="logo" class="w-32 h-32 hover:scale-105 duration-200">
</a>
</div>
<div class="pt-10 ml-6 md:ml-0 lg:ml-0">
<div class="text-lg uppercase text-zinc-50 font-bold">Localização</div>
<a class="my-3 block text-zinc-200" target="_blank" href="https://maps.app.goo.gl/QgmoZEhf8Y3SqU1s6">Av. Antônio Tabosa, 77B
Paraipaba, CE, 62685-000 <span class="text-slate-50 text-xs p-1"></span></a>
</div>
<div class="pt-10 ml-6 md:ml-0 lg:ml-10">
<div class="text-lg uppercase text-zinc-50 font-bold">Redes socias</div>
<ul class="flex flex-col gap-2">
<li class="mt-3"><a class="relative text-zinc-200" target="_blank" href="https://www.facebook.com/asualojademusica/">Facebook</a></li>
<li><a class="relative text-zinc-200" target="_blank" href="https://www.instagram.com/digi.musical/">Instagram</a></li>
<li><a class="relative text-zinc-200" target="_blank" href="https://www.linkedin.com/in/digimusical/">LinkedIn</a></li>
</ul>
</div>
<div class="pt-10 ml-6 md:ml-0 lg:ml-0">
<div class="text-lg uppercase text-zinc-200 font-black">Fale Conosco</div>
<a class="my-2 block text-zinc-200" target="_blank" href="https://api.whatsapp.com/send?phone=5585996075780&text=Ol%C3%A1, +Daniel!%20Vim%20pelo%20site.%20">Daniel: (85) 99607-5780</a>
<a class="my-2 block text-zinc-200" target="_blank" href="https://api.whatsapp.com/send?phone=5585996791092&text=Ol%C3%A1, +Deyvid!%20Vim%20pelo%20site.%20">Deyvid: (85) 99679-1092</a>
<a class="my-2 pb-2 block text-zinc-200" target="_blank" href="https://api.whatsapp.com/send?phone=5585994440170&text=Ol%C3%A1, +Eduardo!%20Vim%20pelo%20site.%20">Eduardo: (85) 99444-0170</a>
</div>
</div>
<div class="bg-orange-500">
<div class="flex pb-5 px-3 m-auto border-t text-gray-800 text-sm flex-col
max-w-screen-lg items-center">
<div class="my-5 text-zinc-200 text-justify">© Copyright 2024 - DIGIMUSICAL - Todos os direitos reservados.</div>
</div>
</div>
</footer>
<!-- Credit: Componentity.com -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
<script src="./script.js"></script>
</body>
</html>