Customise site content
This commit is contained in:
@@ -30,7 +30,7 @@ permalink: /
|
||||
<h4 class="h4 service-item-title">{{ service-item.title }}</h4>
|
||||
|
||||
<p class="service-item-text">
|
||||
{{ service-item.description }}
|
||||
{{ service-item.description | markdownify }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -48,97 +48,27 @@ permalink: /
|
||||
|
||||
<section class="testimonials">
|
||||
|
||||
<h3 class="h3 testimonials-title">Testimonials</h3>
|
||||
<h3 class="h3 testimonials-title">What Else?</h3>
|
||||
|
||||
<ul class="testimonials-list has-scrollbar">
|
||||
|
||||
{% for testimonial in site.data.testimonials %}
|
||||
<li class="testimonials-item">
|
||||
<div class="content-card" data-testimonials-item>
|
||||
|
||||
<figure class="testimonials-avatar-box">
|
||||
<img src="./assets/images/avatar-1.png" alt="Daniel lewis" width="60" data-testimonials-avatar>
|
||||
<img src="{{ testimonial.icon }}" alt="{{ testimonial.icon_alt }}" width="60" data-testimonials-avatar>
|
||||
</figure>
|
||||
|
||||
<h4 class="h4 testimonials-item-title" data-testimonials-title>Daniel lewis</h4>
|
||||
<h4 class="h4 testimonials-item-title" data-testimonials-title>{{ testimonial.title }}</h4>
|
||||
|
||||
<div class="testimonials-text" data-testimonials-text>
|
||||
<p>
|
||||
Richard was hired to create a corporate identity. We were very pleased with the work done. She has a
|
||||
lot of experience
|
||||
and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt
|
||||
consectetur adipiscing
|
||||
elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="testimonials-item">
|
||||
<div class="content-card" data-testimonials-item>
|
||||
|
||||
<figure class="testimonials-avatar-box">
|
||||
<img src="./assets/images/avatar-2.png" alt="Jessica miller" width="60" data-testimonials-avatar>
|
||||
</figure>
|
||||
|
||||
<h4 class="h4 testimonials-item-title" data-testimonials-title>Jessica miller</h4>
|
||||
|
||||
<div class="testimonials-text" data-testimonials-text>
|
||||
<p>
|
||||
Richard was hired to create a corporate identity. We were very pleased with the work done. She has a
|
||||
lot of experience
|
||||
and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt
|
||||
consectetur adipiscing
|
||||
elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="testimonials-item">
|
||||
<div class="content-card" data-testimonials-item>
|
||||
|
||||
<figure class="testimonials-avatar-box">
|
||||
<img src="./assets/images/avatar-3.png" alt="Emily evans" width="60" data-testimonials-avatar>
|
||||
</figure>
|
||||
|
||||
<h4 class="h4 testimonials-item-title" data-testimonials-title>Emily evans</h4>
|
||||
|
||||
<div class="testimonials-text" data-testimonials-text>
|
||||
<p>
|
||||
Richard was hired to create a corporate identity. We were very pleased with the work done. She has a
|
||||
lot of experience
|
||||
and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt
|
||||
consectetur adipiscing
|
||||
elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
|
||||
<li class="testimonials-item">
|
||||
<div class="content-card" data-testimonials-item>
|
||||
|
||||
<figure class="testimonials-avatar-box">
|
||||
<img src="./assets/images/avatar-4.png" alt="Henry william" width="60" data-testimonials-avatar>
|
||||
</figure>
|
||||
|
||||
<h4 class="h4 testimonials-item-title" data-testimonials-title>Henry william</h4>
|
||||
|
||||
<div class="testimonials-text" data-testimonials-text>
|
||||
<p>
|
||||
Richard was hired to create a corporate identity. We were very pleased with the work done. She has a
|
||||
lot of experience
|
||||
and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt
|
||||
consectetur adipiscing
|
||||
elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia.
|
||||
</p>
|
||||
{{ testimonial.content | markdownify }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
</ul>
|
||||
|
||||
@@ -161,27 +91,15 @@ permalink: /
|
||||
|
||||
<div class="modal-img-wrapper">
|
||||
<figure class="modal-avatar-box">
|
||||
<img src="./assets/images/avatar-1.png" alt="Daniel lewis" width="80" data-modal-img>
|
||||
<img src="/assets/images/cybersec.svg" alt="" width="80" data-modal-img>
|
||||
</figure>
|
||||
|
||||
<img src="./assets/images/icon-quote.svg" alt="quote icon">
|
||||
</div>
|
||||
|
||||
<div class="modal-content">
|
||||
|
||||
<h4 class="h3 modal-title" data-modal-title>Daniel lewis</h4>
|
||||
<h4 class="h3 modal-title" data-modal-title></h4>
|
||||
|
||||
<time datetime="2021-06-14">14 June, 2021</time>
|
||||
|
||||
<div data-modal-text>
|
||||
<p>
|
||||
Richard was hired to create a corporate identity. We were very pleased with the work done. She has a
|
||||
lot of experience
|
||||
and is very concerned about the needs of client. Lorem ipsum dolor sit amet, ullamcous cididt
|
||||
consectetur adipiscing
|
||||
elit, seds do et eiusmod tempor incididunt ut laborels dolore magnarels alia.
|
||||
</p>
|
||||
</div>
|
||||
<div data-modal-text></div>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -196,45 +114,17 @@ permalink: /
|
||||
|
||||
<section class="clients">
|
||||
|
||||
<h3 class="h3 clients-title">Clients</h3>
|
||||
<h3 class="h3 clients-title">Clients & Employers</h3>
|
||||
|
||||
<ul class="clients-list has-scrollbar">
|
||||
|
||||
{% for client in site.data.clients %}
|
||||
<li class="clients-item">
|
||||
<a href="#">
|
||||
<img src="./assets/images/logo-1-color.png" alt="client logo">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="clients-item">
|
||||
<a href="#">
|
||||
<img src="./assets/images/logo-2-color.png" alt="client logo">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="clients-item">
|
||||
<a href="#">
|
||||
<img src="./assets/images/logo-3-color.png" alt="client logo">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="clients-item">
|
||||
<a href="#">
|
||||
<img src="./assets/images/logo-4-color.png" alt="client logo">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="clients-item">
|
||||
<a href="#">
|
||||
<img src="./assets/images/logo-5-color.png" alt="client logo">
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="clients-item">
|
||||
<a href="#">
|
||||
<img src="./assets/images/logo-6-color.png" alt="client logo">
|
||||
<a target="_blank" href="{{ client.link }}">
|
||||
<img src="{{ client.logo }}" alt="{{ client.company }}">
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user