-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathside-menu-bkup.html
executable file
·341 lines (319 loc) · 10 KB
/
side-menu-bkup.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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family:Tahoma, Geneva, sans-serif;
/* font-family:Arial,Helvetica, sans-serif; */
}
p{
line-height: 1.5em;
}
#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 10px; /* Place the button at the bottom of the page */
right: 10px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color:rgba(255, 0, 0, 0.7); /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
font-size: 18px; /* Increase font size */
}
#myBtn:hover {
background-color: #555; /* Add a dark-grey background on hover */
}
#submenu {
font-size: 1em;
color: black; /* light green #e6ffcc; */
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color:#0099ff; /* green #4CAF50; */
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 1em;
color: #ffffff;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 40px;
margin-top:0;
}
#main {
transition: margin-left .5s;
padding: 14px;
}
/* Create two equal columns that floats next to each other */
.column1 {
float: left;
width: 55%;
}
.column2 {
float: left;
width: 45%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
@media screen and (min-width: 850px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
#main{ margin-left:250px;}
#ham{ display: none;}
#close{ display: none;}
#title{font-size:2.2em}
}
@media screen and (max-width: 850px) {
#main{margin-left:0}
.column1{width:100%}
.column2{width:100%}
#title{font-size:1.5em}
}
@media screen and (min-width: 1200px) {
#main{padding-left:50px;padding-right:50px;}
}
</style>
</head>
<body>
<!-- NAVIGATION -->
<div id="mySidenav" class="sidenav">
<a id="close" ahref="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="#">INTRO</a>
<a href="#">THEORY</a>
<a id="submenu" href="#">- Qi(energy)</a>
<a id="submenu" href="#">- 5 Elements</a>
<a id="submenu" href="#">- 8 Directions</a>
<a id="submenu" href="#">- Horoscope</a>
<a href="#">PRACTICE</a>
<a id="submenu" href="#">- Siting/Landscape</a>
<a id="submenu" href="#">- interior</a>
<a id="submenu" href="#">- Spaces/Portents</a>
<a id="submenu" href="#">- Putting it together</a>
<a href="#">Thoughts</a>
<a id="submenu" href="#">- Advanced</a>
<a id="submenu" href="#">- Personal Practice</a>
<a id="submenu" href="#">- development</a>
<a href="#">@contact</a>
</div>
<!-- /NAVIGATION -->
<div id="main">
<!-- TOP BUTTON -->
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<!-- TITLE -->
<span id="ham" style="font-size:2em;cursor:pointer" onclick="openNav()">☰</span><span id="title";><b>Feng Shui </b>& Geomancy</span>
<!-- /TITLE -->
<div class="row">
<div class="column1">
<p>
<br/>
<br/>
This site explains Chinese geomancy called Taoist Classical Feng Shui.
<br/>
It covers the basic theory and includes practical design suggestions.
</p>
<p>
Please use it as a resource to discover and implement change.
<br/>
<i>(With the proviso that this is my own interpretation.)</i>
</p>
</div>
<div class="column2">
<p style="text-align:center" >
<img alt="Planet Earth" src="imgs/world.jpg"/>
</p>
</div>
</div>
<div class="row">
<h2> Introduction</h2>
<div class="column1">
<p>
Geomancy is the reading of the Earths energies (which can also include planetary movement) and how we are affected by them.
</p>
<ul>
<li><b>geo</b>=earth.</li>
<li><b>mancy</b>=divination or reading.</li>
</ul>
<p>
Most Ancient Cultures, (for instance:Aboriginal, African, American Indian, Celtic, Chinese, Egyptian, Indian, Nordic, Mayan), have some tradition of geomancy.
</p>
<p>
Feng Shui, the Chinese Taoist form of Geomancy is, perhaps, the most sophisticated, comprehensive and well documented type.
It is a very logical system based on observations and explanations of energy(Qi) creation and interaction.
</p>
<p><b>Taoism</b> emerged from the thoughts and writings of <b>'Lao Tzu'</b> who most famously accredited book is the <b>'Tao te ching'</b>. His insight into the workings of the cosmos and living in harmony formed the basis of all subsequent Taoist practices including martial arts like Tai Qi Chuan and Qi Gong, Medicine (Acupuncture, Herbal remedies) and Internal Alchemy.
<br/>
Feng Shui was developed to balance environments for harmonious living.
<br/>
<i>NB. Origionally for the emperor, later adopted more widely.</i>
</p>
</div>
<div class="column2">
<p style="text-align:center" >
<img alt="Energy Absorbtion" src="imgs/woman_forces1.jpg"/>
<br/>
<i>Heavenly(stars),
<br/>
Cosmic Particle dust,
<br/>
Earthly energies.</i>
</p>
</div>
</div>
<div class="row">
<div class="column1">
<p>
<strong>Feng (wind)</strong> is an invisible fast moving energy (Qi) flowing, like wind, above the ground and filling every space there is.
<br/>
Imagine 'Feng' as electromagnetically charged particles in the atmosphere.
Its characteristics are dependent upon direction of flow.
</p>
<strong>Shui (water)</strong> is an invisible energy/force inherent in physical things (mass). It is found within the Earth and is also present within the structure of buildings and all physical things. <i>Its influence is dependant on scale.</i>
Imagine 'Shui' as thick viscous invisible energy moving very slowly within the Earth. It can partly be described as a gravitational force.
<i>It also affects and is affected by direction.</i>
</p>
</div>
<div class="column2">
<p style="text-align:center">
Feng <i>( wind, above )</i>
<br>
<img src="imgs/red_blue.jpg">
<br/>
Shui <i>( water, below )</i>
</div>
</div>
<div class="row">
<div class="column1">
<p>
<b>Qi</b> (energy), its creation, qualities and interactions is key.
<br/>
<br/>
Taoists identified 5 general types of energy(Qi) called the <strong>5 elements</strong> and found that <b>8 Directions</b> (Bagua) affected them.
<br/>
<br/>
The Art of Feng Shui aims to balance and maximize the potential of these subtle environmental energies to benefit occupants.
<br/>
<br/>
By reading the energies present, interactions can be calculated and advise on suitabilty, countering malign influences, planning layout, and decor given.
<br/>
<br/>
</p>
</div>
<div class="column2">
<p style="text-align:center">
<img src="imgs/bagua1_small.jpg">
<br/>
<i>Bagua (8 directions)</i>
</p>
</div>
</div>
<div class="row">
<div class="column1">
<p>
There are a number of Schools of Feng Shui: The Form School, The Compass School, The Black Sect School, The Flying Star School & The Classical School.
<br/>
<br/>
The <strong>Classical School</strong> is a combination of, primarily, the 'Form' and 'Compass' Schools. This is what I cover on this site.
<ul>
In short, an assessment includes:
<li><strong>Form:</strong> How the topography of the surroundings and the shape of the building affects the quality and flow of energy(Qi)</li>
<li><strong>Compass orientation:</strong> How direction of flow affects energy(Qi).</li>
<li><strong>Reading</strong> of the above interactions, referencing portents derived from 'The Five Element' cycle.Suggestions for external and internal planning, placement of furniture, color usage and more detailed changes.</li>
<li><strong>Counteract Malign influences.</strong>
<li><strong>Personal Horoscope:</strong> This can be included as another level of detail to fine tune a consultation.
</li>
</ul>
</p>
</div>
<div class="column2">
<p style="text-align:center" >
<br/>
<img alt="Lo Pan" src="imgs/compass.jpg"/>
<br/>
<i>Lo Pan,
<br/>
magnetic compass,
</i>
</p>
</div>
</div>
<div class="row" >
<hr/>
<p>
<i>Please look at the more detailed sections and the reading list to learn more.
</p>
<h3>Footnote</h3>
<i> Everything is connected, the planets, the elements and all the living things.
What we experience externally reflects our internal universe. Hence our environment is a reflection of ourselves and vice versa. Balancing the external environment has a direct effect upon our internal condition and helps us to realize our potential. </i>
<br/>
<br/>
</div>
</div>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
document.getElementById("main").style.marginLeft = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
document.getElementById("main").style.marginLeft= "0";
}
</script>
<script>
function myFunction(x) {
if (x.matches) { // If media query matches
document.getElementById("mySidenav").style.width = "0";
} else {
document.getElementById("mySidenav").style.width = "250px";
}
}
var x = window.matchMedia("(max-width: 850px)")
myFunction(x) // Call listener function at run time
x.addListener(myFunction) // Attach listener function on state changes
</script>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>