-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (136 loc) · 4.27 KB
/
index.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
143
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Hind:300,400" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.0/css/bulma.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.10.9/sass.min.js" rel="stylesheet">
<title>Tracey Lynn</title>
</head>
<body id="body">
<section class="hero is-light is-medium curved lower-space">
<div class="hero-body">
<div class="container">
<h1 class="title">Nuanced Talk</h1>
<h2 class="subtitle">educator and native english conversationalist</h2>
<h2 class="subtitle">Stockholm, Sweden</h2>
<h2 class="subtitle">Tracey Lynn</h2>
</div>
</div>
</section>
<section class="hero is-light explain lower-space">
<div class="hero-body">
<div class="container">
<article>
<p class="title">who I am and what I can do for you</p>
</article>
</div>
</div>
</section>
<div class="tile is-ancestor">
<div class="tile is-vertical is-8">
<div class="tile">
<div class="tile is-parent is-vertical">
<article class="tile is-child notification is-light">
<p class="title">optimize your English speaking skills</p>
</article>
<article class="tile is-child notification is-bold">
<p class="title">receive personal, tailored conversational practice</p>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child notification is-dark">
<p class="title">converse one-on-one to expand English grammar and vocabulary</p>
</article>
</div>
</div>
<div class="tile is-parent">
<article class="tile is-child notification is-light">
<p class="title">natural training for advanced English practice</p>
</article>
</div>
</div>
<div class="tile is-parent">
<article class="tile is-child notification is-warning">
<div class="content">
<p class="title">English expert and educator</p>
<div class="content">
<p class="subtitle">• Born and educated in the USA</p>
<p class="subtitle">• 20+ years experience teaching from primary to university level</p>
</div>
</div>
</article>
</div>
</div>
<!--
<section>
<div class="hero outlined lower-space">
<div class="hero-body">
<article class="container">
<p class="title">pricing</p>
</article>
</div>
</div>
</section> -->
<section>
<form name="contact" method="POST" netlify>
<div class="contact-form">
<div>
<h2 class="title lower-space">book a conversation</h2>
</div>
<div class="field">
<label class="label">Name</label>
<div class="control">
<input class="input" type="text" name="name" placeholder="what's your name?">
</div>
</div>
<div class="field">
<label class="label">Email</label>
<div class="control has-icons-left has-icons-right">
<input class="input" type="email" name="email" placeholder="enter email address here">
<span class="icon is-small is-left">
<i class="fas fa-envelope"></i>
</span>
<span class="icon is-small is-right">
<i class="fas fa-exclamation-triangle"></i>
</span>
</div>
</div>
<div class="field">
<label class="label">Message</label>
<div class="control">
<textarea class="textarea" placeholder="Enter your message here" name="message"></textarea>
</div>
</div>
<div class="field is-grouped">
<div class="control">
<button class="button is-link" type="submit">Submit</button>
</div>
<div class="control">
<button class="button is-text">Cancel</button>
</div>
</div>
</div>
</form>
</section>
<div class="card right-pull">
<div class="card-content">
<p class="title">
“Superb conversationalist and easily understood. Great way to learn.”
</p>
<p class="subtitle">
- Karen Clappiton
</p>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>tracey lynn | Educator and Native English Conversationalist</p>
<p>Stockholm, Sweden</p>
</div>
</div>
</footer>
</body>
</html>