-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
281 lines (255 loc) · 16.7 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111755796-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111755796-1');
</script>
<!-- END OF - Google Analytics -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width= device-width, initial-scale= 1.0">
<link rel="stylesheet" type="text/css" href="style/pages/home.css">
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="./script/websiteHandler.js"></script>
</head>
<style>
.hb__header__leftMenu { display: flex }
.nav__mobi {
position: fixed;
top:67px;
left: -300px;
min-width: 200px;
background:#FF8A80;
color:white;
z-index: 999;
transition: all 300ms ease-in-out;
}
label {
cursor: pointer;
display: none;
}
#nav__mobi{
display: none;
}
input:checked + .nav__mobi {
left:0px;
}
.nav__mobi a { display:block;
margin: 7px 0px;
max-width: 80%
}
.nav__mobi ul {
margin-left: 4px;
padding-left: 4px;
padding-right:28px;
transition: all 300ms ease-in-out
}
.nav__mobi fa { margin-right:7px }
@media( max-width: 768px){
.hb__header {
padding: 14px;
}
.hb__header__navbar {
display: none;
}
.hb__header__navbar__right {
display: flex;
}
.hb__header__navbar__right .hb__header__navbar__item__button--subscribe {
display: none;
}
label {
display: block;
}
}
</style>
<!--START************** header **************-->
<body class= "hb__body">
<div class= "hb__header">
<div class= "hb__header__leftMenu">
<a href= "./index.html"><h4>Holistic Being</h4></a>
<label for="nav__mobi"><i class="fa fa-bars" aria-hidden="true" style="font-size: 28px;
margin: 4px 7px 0px 7px;"></i></label>
<ul class= "hb__header__navbar">
<li class= "hb__header__navbar__item">
<a href= "./holistingLiving.html"> Holistic living </a>
</li>
<li class= "hb__header__navbar__item">
<a href= "./training.html"> Training </a>
</li>
<li class= "hb__header__navbar__item">
<a href= "./courses.html"> Courses </a>
</li>
<li class= "hb__header__navbar__item">
<a href= "./aboutMe.html"> Lama </a>
</li>
<li class= "hb__header__navbar__item">
<a href= "./contactMe.html"> connect </a>
</li>
</ul>
</div>
<ul class= "hb__header__navbar hb__header__navbar__right ">
<li><a href= "" class= "hb__header__navbar__item fa fa-twitter"></a></li>
<li><a href= "" class= "hb__header__navbar__item fa fa-facebook"></a></li>
<li><a href= "#hb__footer" class= "hb__header__navbar__item__button--subscribe "> subscribe</a></li>
</ul>
</div>
<!--END ************** header **************-->
<input type="checkbox" id="nav__mobi">
<div class= "nav__mobi text-left" >
<ul class= "" style="list-style:none; margin-left: none; padding-left: none">
<li class= "hb__header__navbar__item">
<a href= "./holistingLiving.html">Holistic living</a>
</li>
<li class= "hb__header__navbar__item">
<a href= "./training.html">Training</a>
</li>
<li class= "hb__header__navbar__item">
<a href= "./courses.html">Courses</a>
</li>
<li class= "hb__header__navbar__item">
<a href= "./aboutMe.html">Lama(about)</a>
</li>
<li class= "hb__header__navbar__item">
<a href= "./contactMe.html">connect</a>
</li>
</ul>
<ul class= "" style="list-style:none; margin-left: none; padding-left: none">
<li><a href= "" class= "hb__header__navbar__item fa fa-twitter" style="margin-right:7px ">Twitter</a></li>
<li><a href= "" class= "hb__header__navbar__item fa fa-facebook">facebook</a></li>
<li><a href= "" class= "hb__header__navbar__item fa fa-youtube">Youtube</a></li>
<a href= "#hb__footer" class= "hb__header__navbar__item__button--subscribe" style="margin-top: 24px"> subscribe</a>
</ul>
</div>
<!--- END nav for mobile -->
<div class= "hb__body__mainImage">
<div class="hb__body__websiteName">Holistic Being</div>
<div class= "hb__body__websiteName--subText">welcom!</div>
<div class= "hb__body__websiteName--start"><a href="#holistic-living">Start here</a></div>
<div class= "hb__body__websiteName--quote">Devote yourself to recognize, live, and be the divine TRUTH within yourself, which is always available to you HERE and NOW!</div>
</div>
<div class= "block">
<div class="container-flouid hb__body__container" id= "holistic-living" style="background-image:url('./img/holistic living background.jpg')">
<div class="container text-center">
<div class="col-md-8 col-md-offset-2 hb__body__container__col--dark">
<h1 class="hb__text--h1"> Holisting Living </h1>
<h2 class="hb__text--h2"> Holistic living is a way of exploring the profound within and around us</h2>
<img src= "./icon/holistic_icon.jpeg" class="hb__body__container__col__icon">
<p class="hb__text--h3">In dwelling, live close to the ground. In thinking, keep to the simple. In conflict, be fair and generous. In governing, don't try to control. In work, do what you enjoy. In family life, be completely present (Lao Tzu)</p>
<button onclick= "window.location.href='./holistingLiving.html'" class= "hb__body__container__col__button--pink"> know more about holistic living</button>
</div>
</div>
</div>
<div class="container-flouid hb__body__container text-center" style="background-color:#ecf0f1; padding:28px 0px">
<h1 class="hb__text--h1"> Holistic in Videos </h1>
<h2 class="hb__text--h2"> See what does it means from the teachers</h2><br><br>
<iframe width="100%" height="400" src="https://www.youtube.com/embed/dcHXGrJH53w" frameborder="0" allowfullscreen></iframe><br>
<p class="hb__text--h3"> </p>
<button onclick= "window.location.href='https://www.youtube.com/watch?v=99XkiPZLGKc'" target="_blank"class= "hb__body__container__col__button--orang" style= "margin-top: 48px"> watch more on youtube</button>
</div>
<div class="container-flouid" id= "training">
<div class="container hb__body__container text-center">
<div class="row">
<div class="col-md-8 col-md-offset-2 hb__body__container__col--dark">
<h1 class="hb__text--h1"> Training </h1>
<h2 class="hb__text--h2">A healthy person is really categorized by a body that is a live and vibe, eyes that shine, a voice that is resonance a manner that is soft and sense grace and not dominated by his ego (Alexander Lown).</h2>
</div>
</div><br>
<div class="row">
<div class="col-md-4 text-center">
<h2 class="hb__text--h2">Our approach</h2>
<img src= "./icon/boat.jpeg" class="hb__body__container__col__icon">
<p class="hb__text--h3">Modern life is ego centered which tends to emphasize thinking and neglect body movement and emotions. As a result, modern man is lost, stressed and tired running behind illusions such as power, prestige, material possessions, competitions, and the approval of others.</p>
</div>
<div class="col-md-4 text-center">
<h2 class="hb__text--h2">How do we help!</h2>
<img src= "./icon/howDoWeHelp.jpeg" class="hb__body__container__col__icon">
<p class="hb__text--h3">Lama provides public lectures, seminars, individual holistic coaching, which inspire you to further understand the different levels of your being, your life purpose and how to live joyfully moment to moment in the present NOW and in the every NOW to come.</p>
</div>
<div class="col-md-4 text-center">
<h2 class="hb__text--h2">Courses</h2>
<img src= "./icon/course.jpeg" class="hb__body__container__col__icon">
<p class="hb__text--h3">In this course we combine ancient wisdom with modern nutrition and current scientific research, not only to answer questions such as what to eat but to be more conscious about how, how much, why, when, where and with whom we eat. vegetarianism, dieting, and food supplements are covered.</p>
</div>
</div>
<button onclick= "window.location.href='./training.html'" class= "hb__body__container__col__button--pink">Start today with training</button>
<br><br><br>
</div>
</div>
<div class="container-flouid" id= "lama" style= "background-image: url('./img/lama.jpg')">
<div class="container hb__body__container text-center">
<div class="col-md-8 col-md-offset-2 hb__body__container__col--dark">
<h1 class="hb__text--h1"> Lama </h1>
<h2 class="hb__text--h2"> couch and trainer for your holistic life</h2>
<img src= "./img/lama.jpg" class="hb__body__container__col__icon">
<p class="hb__text--h3"> here is some nice words as paragraph you may later add spome more lines as you like it here is some nice words as paragraph you may later add spome more lines as you like it</p>
<button onclick= "window.location.href='./aboutMe.html'" class= "hb__body__container__col__button--blue"> know more</button>
</div>
</div>
</div>
<div class="container-flouid" id= "contact">
<div class="container hb__body__container text-center">
<div class="col-md-6 col-md-offset-3 hb__body__container__col--dark">
<h1 class="hb__text--h1"> Contact me </h1>
<h2 class="hb__text--h2"> lets kep in touch, register now free!</h2><br>
<div class="row">
<div class="">
<form action="https://formspree.io/[email protected]" method="POST">
<br style="clear:both">
<div class="form-group">
<input type="text" class="form-control" id="name" name="Sender name" placeholder="Name" required>
</div>
<div class="form-group">
<input type="email" class="form-control" id="email" name="replay to " placeholder="Email" required>
</div>
<div class="form-group">
<input type="hidden" name="_next" value="./thanks.html" /> </div>
<div class="form-group">
<input type="text" class="form-control" id="subject" name="subject:" placeholder="Subject" required>
</div>
<div class="form-group">
<textarea class="form-control" type="textarea" id="message" placeholder="Message:" maxlength="140" rows="7"></textarea>
</div>
<input class= "hb__body__container__col__button--blue" type="submit" value="Send"></form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- *********** FOOTER ********* -->
<div class="container-fluid hb__footer" id="hb__footer"><br><br>
<div class= "row">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://holistichealth.us17.list-manage.com/subscribe/post?u=f1446ffecd8657a2821d1e25b&id=098f3c275c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate col-xs-10 col-sm-10 col-xs-offset-1 col-sm-offset-1" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL" style="font-weight: lighter;letter-spacing: 1.5px">Enter your email to get useful upates to your mailbox!</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f1446ffecd8657a2821d1e25b_098f3c275c" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
<br>
<div class="row text-center">
<div class=" col-sm-3 col-xs-3 col-sm-offset-1 col-xs-offset-1 col-md-3 col-md-offset-1 text-right"><a href="" class=""><i class="fa fa-facebook-square" aria-hidden="true" style="font-size:18px; margin-right:14px"></i>Facebook</a></div>
<div class=" col-sm-4 col-xs-4 col-md-4 text-center "><a href="" class=""><i class="fa fa-twitter-square" aria-hidden="true" style="font-size:18px; margin-right:14px"></i>twitter</a></div>
<div class=" col-sm-3 col-xs-3 text-left"><a href="https://www.youtube.com/channel/UCTXk2_HUsRAjYPv-xfCbr8A/playlists?disable_polymer=1" class=""><i class="fa fa-youtube-square" aria-hidden="true" style="font-size:18px; margin-right:14px"></i>youtube</a></div>
</div><br>
<div class="row text-center" style="border: white;background: #42A5F5;padding: 14px;"><a href="http://www.alighali.com/">made with <i class="fa fa-heart" aria-hidden="true"></i>
Ali Ghali</a></div>
</div>
</div>
<!--END *********** FOOTER ********* -->
</div>
</body>
</html>