almost done
This commit is contained in:
46
themes/fiscleconsult/layouts/partials/aside.html
Normal file
46
themes/fiscleconsult/layouts/partials/aside.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<aside class="single">
|
||||
{{ $related := .Site.RegularPages.Related . | first 5 }}
|
||||
{{ with $related }}
|
||||
<h3>See Also</h3>
|
||||
|
||||
<div class="related-articles">
|
||||
{{ range . }}
|
||||
{{ $dateTime := .PublishDate.Format "2006-01-02" }}
|
||||
{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }}
|
||||
|
||||
<article class="article">
|
||||
<a href="{{ .RelPermalink }}" class="article">
|
||||
<div class="article">
|
||||
<img src="{{.Params.image }}" alt="" srcset="{{.Params.image }}" class="article">
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div class="info article">
|
||||
<h1 class=" article title">
|
||||
<a href="{{ .RelPermalink }}" class="article title">{{ .Title }}</a>
|
||||
</h1>
|
||||
<div class="article metadata">
|
||||
<time datetime="{{ $dateTime }}">{{ .PublishDate.Format $dateFormat }}</time>
|
||||
</div>
|
||||
<div class="article summary">
|
||||
<p>{{.Summary}}</p>
|
||||
<a href="{{ .RelPermalink }}" class="more article">
|
||||
Read more »
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
|
||||
{{end}}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
{{ end }}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</aside>
|
@@ -32,73 +32,64 @@
|
||||
<h2>Ⓒ 2020 - FiscLe Consultancy. All Rights Are Reserved</h2>
|
||||
</footer> */}}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="./global.css">
|
||||
</head>
|
||||
<footer>
|
||||
<div class="generic-info">
|
||||
<img src="/image/Fiscle_logo-185x300.jpg" alt="">
|
||||
<p>Established in 2009, FiscLe Consultancy strives to achieve the perfect service level for our clients.</p>
|
||||
<p>We believe in a hands on approach in advising our clients, where our service does not end with providing
|
||||
advice.</p>
|
||||
<p>We will support you during the implementation of our advice</p>
|
||||
</div>
|
||||
<div class="footer-cols">
|
||||
<div class="footer-col">
|
||||
<h3 class="col-title">Office </h3>
|
||||
<a href="https://www.google.com/maps/place/5%C2%B049'32.2%22N+55%C2%B011'21.3%22W/@5.8256111,-55.1897972,19z/data=!3m1!4b1!4m6!3m5!1s0x0:0x0!7e2!8m2!3d5.8256139!4d-55.1892598"
|
||||
class="col-row"><i data-feather="map-pin"></i> Mr. E.TH.O Wonglaan 30 Paramaribo - Suriname</a>
|
||||
|
||||
<body>
|
||||
{{/* snip from here */}}
|
||||
<footer>
|
||||
<div class="generic-info">
|
||||
<img src="/image/Fiscle_logo-185x300.jpg" alt="">
|
||||
<p>Established in 2009, FiscLe Consultancy strives to achieve the perfect service level for our clients.</p>
|
||||
<p>We believe in a hands on approach in advising our clients, where our service does not end with providing
|
||||
advice.</p>
|
||||
<p>We will support you during the implementation of our advice</p>
|
||||
</div>
|
||||
<div class="footer-cols">
|
||||
<div class="footer-col">
|
||||
<h3 class="col-title">Office </h3>
|
||||
<a href="http://https://www.google.com/maps/place/5%C2%B049'32.2%22N+55%C2%B011'21.3%22W/@5.8256111,-55.1897972,19z/data=!3m1!4b1!4m6!3m5!1s0x0:0x0!7e2!8m2!3d5.8256139!4d-55.1892598"
|
||||
class="col-row"><i data-feather="map-pin"></i> Mr. E.TH.O Wonglaan 30 Paramaribo - Suriname</a>
|
||||
<br>
|
||||
<a href="tel:+597491518"> <i data-feather="phone"></i> (597) 491518</a>
|
||||
<br>
|
||||
<a href="mailto:info@fiscleconsultancy.com"><i data-feather="mail"></i>info@fiscleconsultancy.com</a>
|
||||
<p><i data-feather="alert-cicle"></i>No walk-ins, Appointments only</p>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h3 class="col-title">Site links </h3>
|
||||
<a href="/" class="col-row">Practice areas</a>
|
||||
<br>
|
||||
<a href="/category/tax-legal-informatie/" class="col-row">Tax & legal Informatie</a>
|
||||
<br>
|
||||
<a href="/category/tax-legal-information/" class="col-row">Tax & Legal Information</a>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h3 class="col-title">Our Team </h3>
|
||||
<a href="http://" class="col-row">Anouschka Nabibaks, LLM, MBA</a>
|
||||
<br>
|
||||
<a href="http://" class="col-row">Brigitte Bodeutsch, LLB</a>
|
||||
<br>
|
||||
<a href="http://" class="col-row">Marge Kartopawiro</a>
|
||||
<br>
|
||||
<a href="http://" class="col-row">Vareen Kariem, LLM</a>
|
||||
<br>
|
||||
<a href="http://" class="col-row">Wandana Ganesh, LLB</a>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h3 class="col-title">Information </h3>
|
||||
<a href="/category/tax-legal-informatie/loonbelasting-samenvatting-loon-tarief/" class="col-row">Wage Tax</a>
|
||||
<br>
|
||||
<a href="/category/tax-legal-informatie/loonbelasting-samenvatting-loon-tarief/" class="col-row">Loonbelasting</a>
|
||||
<br>
|
||||
<a href="/category/tax-legal-informatie/loonbelasting-samenvatting-loon-tarief/" class="col-row">Sales Tax</a>
|
||||
<br>
|
||||
<a href="/category/tax-legal-informatie/loonbelasting-samenvatting-loon-tarief/" class="col-row">Withholding Tax</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<p>Ⓒ 2020 - FiscLe Consultancy. All Rights Are Reserved</p>
|
||||
<a href="tel:+597491518"> <i data-feather="phone"></i> (597) 491518</a>
|
||||
|
||||
<a href="mailto:info@fiscleconsultancy.com"><i data-feather="mail"></i>info@fiscleconsultancy.com</a>
|
||||
<p><i data-feather="alert-cicle"></i>No walk-ins, Appointments only</p>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h3 class="col-title">Site links </h3>
|
||||
<a href="/" class="col-row">Practice areas</a>
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
<a href="/category/tax-legal-informatie/" class="col-row">Tax & legal Informatie</a>
|
||||
|
||||
</html>
|
||||
<a href="/category/tax-legal-information/" class="col-row">Tax & Legal Information</a>
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h3 class="col-title">Our Team </h3>
|
||||
<a href="http://" class="col-row">Anouschka Nabibaks, LLM, MBA</a>
|
||||
|
||||
<a href="http://" class="col-row">Brigitte Bodeutsch, LLB</a>
|
||||
|
||||
<a href="http://" class="col-row">Marge Kartopawiro</a>
|
||||
|
||||
<a href="http://" class="col-row">Vareen Kariem, LLM</a>
|
||||
|
||||
<a href="http://" class="col-row">Wandana Ganesh, LLB</a>
|
||||
|
||||
</div>
|
||||
<div class="footer-col">
|
||||
<h3 class="col-title">Information </h3>
|
||||
<a href="/category/tax-legal-informatie/loonbelasting-samenvatting-loon-tarief/" class="col-row">Wage
|
||||
Tax</a>
|
||||
|
||||
<a href="/category/tax-legal-informatie/loonbelasting-samenvatting-loon-tarief/"
|
||||
class="col-row">Loonbelasting</a>
|
||||
|
||||
<a href="/category/tax-legal-informatie/loonbelasting-samenvatting-loon-tarief/" class="col-row">Sales
|
||||
Tax</a>
|
||||
|
||||
<a href="/category/tax-legal-informatie/loonbelasting-samenvatting-loon-tarief/" class="col-row">Withholding
|
||||
Tax</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<p>Ⓒ 2020 - FiscLe Consultancy. All Rights Are Reserved</p>
|
||||
</div>
|
||||
|
||||
</footer>
|
Reference in New Issue
Block a user