modified: valitovgaziz/html/index.html

modified:   valitovgaziz/html/style.css
	modified:   valitovgaziz/html/style/hero_section.css
valitovgaziz site change bachground color hearo section in header
This commit is contained in:
2025-10-03 21:40:03 +05:00
parent 35138a296e
commit 7f6a687b05
3 changed files with 30 additions and 7 deletions
+27 -4
View File
@@ -427,12 +427,35 @@
<footer> <footer>
<div class="footer-links"> <div class="footer-links">
<div class="footer-box footer-link">Vacation</div> <div class="footer-box footer-link">
<div class="footer-box footer-link">Info</div> <span>
<div class="footer-box footer-link">Services</div> Vacations:
<ul>
<li>Vue3.js</li>
<li>Golang (Gorm, Chi)</li>
<li>PostgresQL DB</li>
</ul>
</span>
</div>
<div class="footer-box footer-link">
Info:
<ul>
<li>Telegram: @valitovgaziz</li>
<li>Phone: 8 (962) 543 - 93 - 43</li>
<li>email: vaitovgaziz@yandex.ru</li>
</ul>
</div>
<div class="footer-box footer-link">
Media:
<ul>
<li><a href="https://t.me/ValitovGaziz_Ufa">Owners news</a></li>
<li><a href="https://t.me/+oYymS0r6qG9lYWJi">YalArba team in Telegram</a></li>
<li></li>
</ul>
</div>
</div> </div>
<div class="footer-end-text"> <div class="footer-end-text">
<p>Создатель Валитов Газиз Камилевич 2025 ©</p> <p>Уфа Ufa Өфө 2025 ©</p>
</div> </div>
</footer> </footer>
</body> </body>
+1 -1
View File
@@ -132,7 +132,7 @@ footer {
} }
.footer-box { .footer-box {
width: 4rem; width: fit-content;
height: fit-content; height: fit-content;
} }
+1 -1
View File
@@ -1,6 +1,6 @@
/* Hero Section Styles */ /* Hero Section Styles */
.hero { .hero {
background: linear-gradient(135deg, var(--primary) 0%, #1a535c 100%); background: linear-gradient(135deg, var(--primary) 0%, #1a535c6b 100%);
color: white; color: white;
padding: 4rem 2rem; padding: 4rem 2rem;
margin-bottom: 2rem; margin-bottom: 2rem;