-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
239 lines (215 loc) · 12.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="public/styles.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="bg-gray-100">
<div class="container mx-auto flex justify-between items-center py-4">
<div class="flex items-center space-x-4">
<img class="w-12 h-12 object-cover rounded-full" src="./img/Jesus.jpg" alt="типа фото">
<h1 class="text-4xl font-bold">Simon's Services</h1>
</div>
<nav>
<ul class="flex space-x-4">
<li><a href="#" class="no-underline py-2 hover:border-b-2 transition duration-300 border-blue-600 hover:text-blue-500 font-bold">About Us</a></li>
<li><a href="#" class="no-underline py-2 hover:border-b-2 transition duration-300 border-blue-600 hover:text-blue-500 font-bold">Services</a></li>
<li><a href="#" class="no-underline py-2 hover:border-b-2 transition duration-300 border-blue-600 hover:text-blue-500 font-bold">Contact</a></li>
<li><a href="#" class="no-underline py-2 hover:border-b-2 transition duration-300 border-blue-600 hover:text-blue-500 font-bold">Privacy Policy</a></li>
</ul>
</nav>
<input type="text" placeholder="Search..." class="border rounded px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
</header>
<!-- <section class="container mx-auto py-8">
<div class="flex flex-wrap">
<div class="w-full md:w-1/2">
<img src="/img/Jesus.jpg" alt="">
</div>
<div class="w-full md:w-1/2">
<p>Это сайт про услуги банды Серафима для игры на разных инструментах</p>
</div>
</div>
</section> -->
<section class="container mx-auto py-8">
<div class="flex justify-between gap-4">
<div class="max-w-sm bg-white shadow-xl rounded-lg overflow-hidden border border-red-600 hover:-translate-y-2 transition duration-500">
<img class="border-b-2 w-full h-48 object-cover" src="/img/drams.jpg" alt="Типа картинка">
<div class="p-4">
<h2 class="text-2xl font-bold to-gray-800">Поиграть на барабанах</h2>
<p class="text-gray-600 mt-2">Типа поиграть на барабанах (наверное). аывфывыф</p>
<div class="flex items-center justify-between mt-4">
<span>$999.99</span>
<button>Add to Cart</button>
</div>
</div>
<div class="shadow-xl p-4">
<a href="#" class="mt-4 p-2 border-2 border-spacing-4 rounded-md font-bold bg-blue-600 text-white hover:bg-white hover:text-blue-600 transition duration-300">Заказать услугу</a>
</div>
</div>
<div class="max-w-sm bg-white shadow-xl rounded-lg overflow-hidden border border-red-600 hover:-translate-y-2 transition duration-500">
<img class="w-full h-48 object-cover" src="/img/electric_guitar.png" alt="Типа картинка">
<div class="p-4">
<h2 class="text-2xl font-bold to-gray-800">Поиграть на электрогитаре</h2>
<p class="text-gray-600 mt-2">This is a brief description of the product. It gives an overview of its key features and benefits.</p>
<div class="flex items-center justify-between mt-4">
<span>$999.99</span>
<button>Add to Cart</button>
</div>
</div>
<div class="p-4">
<a href="#" class="mt-4 p-2 border-2 border-spacing-4 rounded-md font-bold bg-blue-600 text-white hover:bg-white hover:text-blue-600 transition duration-300">Заказать услугу</a>
</div>
</div>
<div class="max-w-sm bg-white shadow-xl rounded-lg overflow-hidden border border-red-600 hover:-translate-y-2 transition duration-500">
<img class="w-full h-48 object-cover" src="/img/piano.jpg" alt="Типа картинка">
<div class="p-4">
<h2 class="text-2xl font-bold to-gray-800">Поиграть на пианино</h2>
<p class="text-gray-600 mt-2">This is a brief description of the product. It gives an overview of its key features and benefits.</p>
<div class="flex items-center justify-between mt-4">
<span>$999.99</span>
<button>Add to Cart</button>
</div>
</div>
<div class="p-4">
<a href="#" class="mt-4 p-2 border-2 border-spacing-4 rounded-md font-bold bg-blue-600 text-white hover:bg-white hover:text-blue-600 transition duration-300">Заказать услугу</a>
</div>
</div>
<div class="max-w-sm bg-white shadow-xl rounded-lg overflow-hidden border border-red-600 hover:-translate-y-2 transition duration-500">
<img class="w-full h-48 object-cover" src="/img/tuba.jpg" alt="Типа картинка">
<div class="p-4">
<h2 class="text-2xl font-bold to-gray-800">Поиграть на тубе</h2>
<p class="text-gray-600 mt-2">This is a brief description of the product. It gives an overview of its key features and benefits.</p>
<div class="flex items-center justify-between mt-4">
<span>$999.99</span>
<button>Add to Cart</button>
</div>
</div>
<div class="p-4">
<a href="#" class="mt-4 p-2 border-2 border-spacing-4 rounded-md font-bold bg-blue-600 text-white hover:bg-white hover:text-blue-600 transition duration-300">Заказать услугу</a>
</div>
</div>
</div>
</section>
<section class="py-8 bg-gray-100">
<div class="container mx-auto grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Карточка 1 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-bold mb-4">Название товара 1</h2>
<p class="text-gray-600 mb-4">Описание товара 1. Этот товар невероятно полезен и вам стоит его купить.</p>
<button class="bg-blue-500 text-white px-4 py-2 rounded">Купить</button>
</div>
<!-- Карточка 2 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-bold mb-4">Название товара 2</h2>
<p class="text-gray-600 mb-4">Описание товара 2. Этот товар невероятно полезен и вам стоит его купить.</p>
<button class="bg-blue-500 text-white px-4 py-2 rounded">Купить</button>
</div>
<!-- Карточка 3 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-bold mb-4">Название товара 3</h2>
<p class="text-gray-600 mb-4">Описание товара 3. Этот товар невероятно полезен и вам стоит его купить.</p>
<button class="bg-blue-500 text-white px-4 py-2 rounded">Купить</button>
</div>
<!-- Повтори карточки для создания сетки 3x3 -->
<!-- Карточка 4 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-bold mb-4">Название товара 4</h2>
<p class="text-gray-600 mb-4">Описание товара 4. Этот товар невероятно полезен и вам стоит его купить.</p>
<button class="bg-blue-500 text-white px-4 py-2 rounded">Купить</button>
</div>
<!-- Карточка 5 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-bold mb-4">Название товара 5</h2>
<p class="text-gray-600 mb-4">Описание товара 5. Этот товар невероятно полезен и вам стоит его купить.</p>
<button class="bg-blue-500 text-white px-4 py-2 rounded">Купить</button>
</div>
<!-- Карточка 6 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-bold mb-4">Название товара 6</h2>
<p class="text-gray-600 mb-4">Описание товара 6. Этот товар невероятно полезен и вам стоит его купить.</p>
<button class="bg-blue-500 text-white px-4 py-2 rounded">Купить</button>
</div>
<!-- Карточка 7 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-bold mb-4">Название товара 7</h2>
<p class="text-gray-600 mb-4">Описание товара 7. Этот товар невероятно полезен и вам стоит его купить.</p>
<button class="bg-blue-500 text-white px-4 py-2 rounded">Купить</button>
</div>
<!-- Карточка 8 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-bold mb-4">Название товара 8</h2>
<p class="text-gray-600 mb-4">Описание товара 8. Этот товар невероятно полезен и вам стоит его купить.</p>
<button class="bg-blue-500 text-white px-4 py-2 rounded">Купить</button>
</div>
<!-- Карточка 9 -->
<div class="bg-white p-6 rounded-lg shadow-md">
<h2 class="text-2xl font-bold mb-4">Название товара 9</h2>
<p class="text-gray-600 mb-4">Описание товара 9. Этот товар невероятно полезен и вам стоит его купить.</p>
<button class="bg-blue-500 text-white px-4 py-2 rounded">Купить</button>
</div>
</div>
</section>
<footer class="bg-gray-800 text-white py-8">
<div class="container mx-auto flex justify-between items-center">
<div>
<h2 class="text-2xl font-bold">Simon's Services</h2>
<p class="mt-2 text-gray-400">© 2024 Все права защищены</p>
</div>
<ul class="flex space-x-4">
<li><a href="#" class="hover:text-blue-400">About Us</a></li>
<li><a href="#" class="hover:text-blue-400">Services</a></li>
<li><a href="#" class="hover:text-blue-400">Contact</a></li>
<li><a href="#" class="hover:text-blue-400">Privacy Policy</a></li>
</ul>
<div class="flex space-x-4">
<a href="#" class="hover:text-blue-400">
<svg class="w-6 h-6 fill-current" 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="M18.364 5.636a9 9 0 11-12.728 0m0 0A9 9 0 015.636 18.364M9 10h.01M15 10h.01M12 14h.01" />
</svg>
</a>
<a href="#" class="hover:text-blue-400">
<svg class="w-6 h-6 fill-current" 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="M16 8c0-2.21-1.79-4-4-4s-4 1.79-4 4c0 1.68 1.03 3.14 2.54 3.7a9.992 9.992 0 00-.64 1.3C8.5 14.56 8 15 8 15m8-1s.5-.44.94-.7c.61-.31 1.37-.65 2.06-.8.68-.15 1.18-.32 1.5-.5m-6.5 0c-.32.18-.82.35-1.5.5-.69.15-1.45.49-2.06.8m1.56-1.04a9.992 9.992 0 00-.64-1.3C13.97 11.14 15 9.68 15 8" />
</svg>
</a>
<a href="#" class="hover:text-blue-400">
<svg class="w-6 h-6 fill-current" 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="M19 10c0 1.3-.9 2.4-2.1 2.8m-1.3-.8c.3-.7.4-1.6.4-2.5C16 5.8 14.2 4 12 4S8 5.8 8 8c0 1-.1 1.8-.4 2.5M8 8s0 1-.3 2M15 16.01l1.5 1.5M8.5 16.5l-1.5-1.5" />
</svg>
</a>
</div>
</div>
<div class="container mx-auto flex justify-between items-center mt-4">
<div>
<p>О нас</p>
<p>Этот сайт создавался при поддержке:</p>
<ul>
<li>
<a href="#" class="me-2">@DED_SIMON</a>
<span> | </span>
<a href="#" class="ms-2"><i class="fa-brands fa-telegram"></i></a>
</li>
<li>
<a href="#">@nastuaiiis</a>
</li>
<li>
<a href="#">@evixxwff</a>
</li>
<li>
<a href="#">@hahahahahahahhhaa</a>
</li>
<li>
<a href="#">@Gimnuchelo</a>
</li>
</ul>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/19fad21f3d.js" crossorigin="anonymous"></script>
</body>
</html>