-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 2.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Rachel Lee Coaching</title>
<meta content="Rachel Lee Coaching" property="og:title" />
<meta
content="Personal, Career and Team coaching for creators, innovators, change mangers & rebels. Helping you find and follow your own path in life and work."
name="description" />
<meta
content="Personal, Career and Team coaching for creators, innovators, change mangers & rebels. Helping you find and follow your own path in life and work."
property="og:description" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif]-->
</head>
<body>
<div class="c-leadspace c-leadspace--cover">
<div class="o-wrapper">
<div class="o-layout w-row">
<div class="o-layout__item w-col w-col-6 w-col-stack">
<p class="c-leadspace__title">Hi, this is a bit awkward...</p>
<h3>I'm busy updating my website and will be back online in November 2024. In the
meantime, you
can reach me on <a class="u-color-text-white" href="mailto:[email protected]"
style="text-decoration: none;"><span class="u-color-text-yellow">rachel</span><span
class="u-color-text-orange">@</span><span class="u-color-text-red">rachel</span><span
class="u-color-text-orange">.</span><span class="u-color-text-pink">coach</span></a> or book a 30 minute
initial chat <a href="https://calendly.com/rachel_coach/chemistry-call"><span
class="u-color-text-yellow">here</span></a>.
</h3>
</div>
<div class="o-layout__item w-col w-col-6 w-col-stack u-text-right">
<p class="c-leadspace__title">Coaching for<br><span class="u-color-text-yellow">creators</span><br><span
class="u-color-text-orange">innovators</span><br><span class="u-color-text-red">change
makers</span><br><span class="u-color-text-pink">& rebels</span></p>
</div>
</div>
</div>
</div>
</body>
</html>