before implementing search
This commit is contained in:
38
themes/fiscleconsult/layouts/partials/footer.html
Normal file
38
themes/fiscleconsult/layouts/partials/footer.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<footer>
|
||||
<div class="flex-container">
|
||||
<div>
|
||||
<p>OFFICE</p>
|
||||
<li>Adress</li>
|
||||
<li>phone number</li>
|
||||
<li>email</li>
|
||||
<li>Other thing</li>
|
||||
</div>
|
||||
<div>
|
||||
<p class="Site links">Office</p>
|
||||
{{ range .Site.Menus.main }}
|
||||
<li class="nav-link" href="{{ .URL }}">
|
||||
{{ $text := print .Name | safeHTML }}
|
||||
{{ $text }}
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<p>Our Team</p>
|
||||
<li>Anouschka Nabibaks, LLM, MBA</li>
|
||||
<li>Brigitte Bodeutsch, LLB</li>
|
||||
<li>Marge Kartopawiro</li>
|
||||
<li>Vareen Kariem, LLM</li>
|
||||
<li>Wandana Ganesh, LLB</li>
|
||||
</div>
|
||||
<div>
|
||||
<p>Information</p>
|
||||
<li>Wage Tax</li>
|
||||
<li>Loonbelasting</li>
|
||||
<li>Sales Tax</li>
|
||||
<li>Withholding tax
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>Ⓒ 2020 - FiscLe Consultancy. All Rights Are Reserved</h2>
|
||||
</footer>
|
Reference in New Issue
Block a user