modified: main_dc/yalarba/easySite/easySite/app/components/layout/Footer.vue

new file:   main_dc/yalarba/easySite/easySite/app/pages/news/index.vue
add news page into easysite102.ru
This commit is contained in:
2025-11-01 23:43:04 +05:00
parent ab4e42c5e9
commit 67455fba6c
2 changed files with 1145 additions and 3 deletions
@@ -78,10 +78,10 @@
<div class="footer-section"> <div class="footer-section">
<h3 class="footer-title"><NuxtLink to="/vacations">Карьера</NuxtLink></h3> <h3 class="footer-title"><NuxtLink to="/vacations">Карьера</NuxtLink></h3>
<div class="footer-links"> <div class="footer-links">
<NuxtLink to="/vacations" class="footer-link">💼 Открытые вакансии</NuxtLink> <NuxtLink href="/vacations" class="footer-link">💼 Открытые вакансии</NuxtLink>
<NuxtLink href="/partner" class="footer-link">👥 Стать партнером</NuxtLink> <NuxtLink href="/partner" class="footer-link">👥 Стать партнером</NuxtLink>
<nuxt-link class="footer-link" href="/about">🏢 О компании</nuxt-link> <NuxtLink href="/about" class="footer-link">🏢 О компании</NuxtLink>
<a href="#" class="footer-link">📰 Новости</a> <NuxtLink href="/news" class="footer-link">📰 Новости</NuxtLink>
</div> </div>
</div> </div>
File diff suppressed because it is too large Load Diff