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:
@@ -427,12 +427,35 @@
|
||||
|
||||
<footer>
|
||||
<div class="footer-links">
|
||||
<div class="footer-box footer-link">Vacation</div>
|
||||
<div class="footer-box footer-link">Info</div>
|
||||
<div class="footer-box footer-link">Services</div>
|
||||
<div class="footer-box footer-link">
|
||||
<span>
|
||||
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 class="footer-end-text">
|
||||
<p>Создатель Валитов Газиз Камилевич 2025 ©</p>
|
||||
<p>Уфа Ufa Өфө 2025 ©</p>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
@@ -132,7 +132,7 @@ footer {
|
||||
}
|
||||
|
||||
.footer-box {
|
||||
width: 4rem;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Hero Section Styles */
|
||||
.hero {
|
||||
background: linear-gradient(135deg, var(--primary) 0%, #1a535c 100%);
|
||||
background: linear-gradient(135deg, var(--primary) 0%, #1a535c6b 100%);
|
||||
color: white;
|
||||
padding: 4rem 2rem;
|
||||
margin-bottom: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user