레이아웃: 푸터를 직접 포함
This commit is contained in:
@@ -24,18 +24,39 @@
|
|||||||
<main role="main" class="pb-5">
|
<main role="main" class="pb-5">
|
||||||
@RenderBody()
|
@RenderBody()
|
||||||
</main>
|
</main>
|
||||||
@try
|
<footer class="bg-light border-top mt-5 py-4">
|
||||||
{
|
<div class="container">
|
||||||
@await Html.PartialAsync("_Footer");
|
<div class="row g-4">
|
||||||
}
|
<div class="col-md-4">
|
||||||
catch
|
<h6 class="fw-bold">백원숙 세무회계</h6>
|
||||||
{
|
<p class="small text-muted">
|
||||||
<footer class="bg-light border-top mt-5 py-4">
|
사업자 기장, 부동산 양도세·증여세,<br />
|
||||||
<div class="container text-center small text-muted">
|
종합소득세 전문 상담
|
||||||
<p>© 2026 백원숙 세무회계</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
<h6 class="fw-bold">연락처</h6>
|
||||||
|
<p class="small">
|
||||||
|
📞 <a href="tel:010-4122-8268" class="text-decoration-none">010-4122-8268</a><br />
|
||||||
|
📧 <a href="mailto:taxbaik5668@gmail.com" class="text-decoration-none">taxbaik5668@gmail.com</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4">
|
||||||
|
<h6 class="fw-bold">채널</h6>
|
||||||
|
<p class="small">
|
||||||
|
<a href="http://pf.kakao.com/_xoxchTX" target="_blank" class="btn btn-sm btn-warning me-2">카카오톡</a>
|
||||||
|
<a href="https://www.instagram.com/taxtory5668/" target="_blank" class="btn btn-sm btn-outline-secondary">Instagram</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
<hr class="my-3" />
|
||||||
}
|
<div class="text-center small text-muted">
|
||||||
|
<p>© 2026 백원숙 세무회계. All rights reserved.</p>
|
||||||
|
<a href="/taxbaik/privacy" class="text-decoration-none text-muted me-2">개인정보처리방침</a>
|
||||||
|
<a href="/taxbaik/terms" class="text-decoration-none text-muted">이용약관</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<!-- Mobile Fixed CTA -->
|
<!-- Mobile Fixed CTA -->
|
||||||
<div class="mobile-cta-bar d-lg-none">
|
<div class="mobile-cta-bar d-lg-none">
|
||||||
|
|||||||
Reference in New Issue
Block a user