-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·14 lines (14 loc) · 974 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: About
description: I am a highly experienced English teacher, with a Masters Degree (2009), a Postgraduate Degree in Education (2010) and a Certificate in English Language teaching to Adults (2005). I motivate my students by giving lots of encouragement as well as constructive feedback, tailored to the individual’s learning needs. I have been teaching since 2005, from beginner to advanced levels.
---
<p class="editor-link" style="text-align: center;"><a href="cloudcannon:collections/_staff_members/" class="btn"><strong>✎</strong> Manage Staff members</a></p>
<ul class="staff">
{% for person in site.staff_members %}
<li>
<div class="square-image"><img src="{% include relative-src.html src=person.image_path %}" alt="{{ person.name }}"/></div>
<div class="name"><a target="_blank" href="https://twitter.com/{{ person.twitter }}">{{ person.name }}</a></div>
<div class="position">{{ person.position }}</div>
</li>
{% endfor %}
</ul>