-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (89 loc) · 3.04 KB
/
Copy pathindex.html
File metadata and controls
119 lines (89 loc) · 3.04 KB
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
---
layout: default
title: Three Key Therapy
description: Feeling stuck and can't solve it alone? Shift into the present by getting your body out of survival mode.
featured_image: /images/treatment6crop2.jpg
---
<section class="hero">
<div class="hero__image" style="background-image: url({{ page.featured_image | relative_url }})">
<div class="hero__overlay"></div>
</div>
<div class="wrap">
<h1 style="text-align: right">The body remembers</br>the life it has lived</h1>
<p><strong>
</br>
</br>
</br>
</strong></p>
</div>
</section>
<section class="listing">
<div class="wrap">
<article class="post">
<div class="post__image-wrap">
<div class="post__image" style="background-image: url(/images/treatment3.jpg)"></div>
</div>
<div class="post__content-wrap">
<div class="post__content">
<p class="post__description">
<b>Sometimes, it gets stuck in survival mode.</b>
</br></br>
Shallow breath, stiff muscles.
Physical symptoms that won't heal.
Always in a rush, never quite arriving.
Feeling trapped, restless, worried, unheard, angry or indecisive.
Self-sabotage.
The list goes on...
</br></br>
<b>A body in survival cannot rest.
Cannot heal.</b>
</div>
</div>
</article>
<article class="post">
<div class="post__image-wrap">
<div class="post__image" style="background-image: url(/images/treatment2.jpg)"></div>
</div>
<div class="post__content-wrap">
<div class="post__content">
<p class="post__description">
<b>Somatic therapy gets you out of survival.</b>
</br></br>
It helps you feel at home in your body, so you can live here and now, without fear of the past repeating itself.
</br></br>
My name is Claus, and this is what Manuvision, the somatic therapy school that treated and trained me, has been researching and teaching for over 30 years.
</p>
<h2 class="post__title"><a href="/work-wth-me">Work with me</a></h2>
</div>
</div>
</article>
<!-- Comments out clutter on homepage
{% for project in site.projects %}
<article class="post">
<div class="post__image-wrap">
<div class="post__image" style="background-image: url({{ project.homepage_image | relative_url }})"></div>
</div>
<div class="post__content-wrap">
<div class="post__content">
<p class="post__description">{{ project.description }}</p>
<h2 class="post__title"><a href="/work-wth-me">{{ project.title }}</a></h2>
</div>
</div>
</article>
{% endfor %}
{% for project in site.workshops %}
<article class="post">
<div class="post__image-wrap">
<div class="post__image" style="background-image: url({{ project.homepage_image | relative_url }})"></div>
</div>
<div class="post__content-wrap">
<div class="post__content">
<h2 class="post__title"><a href="{{ project.url | relative_url }}">{{ project.title }}</a></h2>
<p class="post__description">{{ project.description }}</p>
</div>
</div>
</article>
{% endfor %}
-->
</div>
</section>