Skip to content

Commit db2b797

Browse files
authored
Update smarthome.html
1 parent ede875a commit db2b797

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

smarthome.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<!DOCTYPE html>
32
<html lang="ru">
43
<head>
@@ -22,11 +21,7 @@
2221
<header class="bg-secondary text-gray-200 sticky top-0 z-50">
2322
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
2423
<div class="flex items-center gap-2">
25-
<img
26-
src="https://raw.githubusercontent.com/AleksMi/portfolio/00d50e143b4117c1c0981e3633866d18e76120e4/images/logotip.png"
27-
alt="SmartHome"
28-
class="w-8 h-8"
29-
>
24+
<img src="https://raw.githubusercontent.com/AleksMi/portfolio/00d50e143b4117c1c0981e3633866d18e76120e4/images/logotip.png" alt="SmartHome" class="w-8 h-8">
3025
<span class="font-['Pacifico'] text-2xl">SmartHome</span>
3126
</div>
3227
<nav class="hidden md:flex space-x-8">
@@ -437,11 +432,8 @@ <h3 class="text-2xl font-semibold mb-6">Заказать консультаци
437432
<div class="container mx-auto px-4">
438433
<div class="grid md:grid-cols-4 gap-8 mb-8">
439434
<div>
440-
<div class="font-['Pacifico'] text-2xl mb-4">SmartHome</div>
441-
<img
442-
src="https://raw.githubusercontent.com/AleksMi/portfolio/00d50e143b4117c1c0981e3633866d18e76120e4/images/logotip.png"
443-
alt="SmartHome"
444-
class="w-8 h-8">
435+
<img src="https://raw.githubusercontent.com/AleksMi/portfolio/00d50e143b4117c1c0981e3633866d18e76120e4/images/logotip.png" alt="SmartHome" class="w-8 h-8">
436+
<div class="font-['Pacifico'] text-2xl">SmartHome</div>
445437
<p class="text-gray-300">Профессиональная настройка умного дома с полной интеграцией всех систем</p>
446438
</div>
447439
<div>
@@ -562,3 +554,4 @@ <h4 class="font-semibold mb-4">Контакты</h4>
562554

563555

564556

557+

0 commit comments

Comments
 (0)