generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
142 lines (139 loc) · 7.28 KB
/
about.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Online IELTS one-to-one tution. Available at a cheap price that will help you achieve your IELTS band 6,7,8 goals in writing, speaking listening and reading.">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<title>IELTS 1-1| About Me</title>
</head>
<body>
<div class="container-fluid main p-0">
<!--Code adapted from bootstrap example collapsing navbar-->
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-light">
<a class=" navbar-brand" href="index.html">
IELTS 1-1</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About Me<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="assets/essay-writing-lesson.pdf">Download Lesson</a>
</li>
</ul>
</div>
</nav>
<section class="container-fluid">
<div class="row">
<div class="col text-center my-5">
<h1 class="font-weight-bold">About Me</h1>
</div>
</div>
<div class="row">
<div class="col-lg-6 text-center">
<img src="assets/images/profile-img.jpeg" alt="IELTS tutor James Kelly in Japan"
class="img-fluid profile-img">
</div>
<div class="col-lg-6">
<p class="profile-txt lead">I'm an English teacher and IELTS tutor
originally from Liverpool but now based in Dublin. I have taught IELTS for over 10 years in
Spain,
The UK and Ireland. I can help you achieve
whatever band score you need to reach through online 1-1 lessons. <br> I specialise in fun,
interactive
lessons that focus on the student's needs. Whether you need to improve your writing, speaking
reading or listening, I can teach you how to think like an IELTS marker so that you can achieve
the
band score you need to progress your academic studies in English.<br>
I truly believe that any student can succeed in the IELTS exam so book a free consultation today
and
let's get started!
</p>
</div>
</div>
</section>
<header class="container-fluid">
<div class="row">
<div class="col">
<h2 class="text-center section-heading">What my students say</h2>
</div>
</div>
</header>
<!-- Flag icons imported from this library (https://github.com/lipis/flag-icon-css)-->
<section class="container-fluid bottom-section">
<div class="row">
<div class="col-lg testimonials">
<h3 class="font-weight-bold">Mikhail <i class="flag-icon flag-icon-ru border"
title="Flag of Russia"></i></h3>
<hr>
<blockquote class="blockquote">
<p>I needed to get 7.5 overall and 7 in writing to attend a MBA
course in London
and
after taking the IELTS 3 times and not achieving my score I started learning with James and
he
helped me reach my score within 2 months.
</p>
</blockquote>
</div>
<div class="col-lg testimonials ">
<h3 class="font-weight-bold">Makiko <i class="flag-icon flag-icon-jp border"></i></h3>
<hr>
<blockquote class="blockquote">
<p> James is a very good teacher who helped me get 6.5 overall and really helped with
my
writing. He also helped me get a 7 in reading, I would recommend anybody wanting to get a
high
score
in the IELTS exam should learn with him.
</p>
</blockquote>
</div>
<div class="col-lg testimonials">
<h3 class="font-weight-bold">Gizem <i class="flag-icon flag-icon-tr "></i></h3>
<hr>
<blockquote class="blockquote">
<p> Before I started studying with James I didn't know anything about the IELTS but
he
really helped me understand the best way to write an essay and to answer the speaking
questions.
He
really improved my confidence and now I'm studying at a good university for a MBA.
</p>
</blockquote>
</div>
</div>
</section>
<footer class="text-center footer">
<a class="footer-logo" href="index.html">IELTS 1-1</a>
<p class="footer-text">©Copyright James Kelly 2021</p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous">
</script>
</body>
</html>