-
Notifications
You must be signed in to change notification settings - Fork 4
/
testimonials.html
34 lines (32 loc) · 950 Bytes
/
testimonials.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: Metalearning
layout: default
bodyClass: page-testimonials-list
---
<div class="intro">
<div class="container">
<div class="row">
<div class="col-12">
<h1>Metalearning</h1>
<p>Learning to learn.</p>
<h2>Page Under Construction.</h2>
</div>
</div>
</div>
</div>
<!-- <div class="container pb-6">
<div class="row">
{% for testimonial in site.testimonials %}
<div class="col-12 col-md-6 mb-2 ">
<div class="testimonials testimonials-summary">
<div class="testimonials-meta">
<h2 class="testimonials-title">{{ testimonial.title }}</h2>
<p class="testimonials-name">{{ testimonial.name }}</p>
<p class="testimonials-jobtitle">{{ testimonial.business }}</p>
</div>
<div class="testimonials-content"><img src="{{ testimonial.image}}">{{ testimonial.content }}</div>
</div>
</div>
{% endfor %}
</div>
</div> -->