-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
478 lines (467 loc) · 23.3 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
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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
<!doctype html>
<html lang="en">
<head>
<title>Seishindo Acupuncture</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./assets/leaf.svg">
<script src="https://kit.fontawesome.com/2ac8e23908.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<nav class="container-fluid mynav navbar navbar-expand-lg sticky-top">
<a class="navbar-brand" href="#home" id="logo">
<img src="./assets/logo2.svg">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a href="#about">About</a>
</li>
<li class="nav-item">
<a href="#treatments">Treatments</a>
</li>
<li class="nav-item">
<a href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a href="#contact">Contact</a>
</li>
<li id="nav-call" class="nav-item">
<a href="tel:925-867-2861" id="call">
<i class="fas fa-phone-alt"></i>
Call to schedule
</a>
</li>
</ul>
</div>
</nav>
<div class="content-wrapper container-fluid" id="home">
<div class="cta row">
<div class="cta-mobile">
<img id="tagline-mobile" src="./assets/tagline.svg">
<img id="stones-mobile" src="./assets/stones.svg">
</div>
<div class="cta-text col-7">
<img id="tagline" src="./assets/tagline.svg">
<p id="sub-tag">Experience gentle and painless acupuncture that will soothe your body and mind.</p>
<a href="tel:925-867-2861" id="call-2">
<i class="fas fa-phone-alt"></i>
Call to schedule
</a>
</div>
<div class="col-5">
<img id="stones" src="./assets/stones.svg">
</div>
</div>
<div class="down">
<a href="#about">
<i class="fas fa-chevron-down"></i>
</a>
</div>
<div id="about" class="anchor about-container row">
<div class="about-box">
<h1>Meet the owner</h1>
<div class="about-content">
<div id="profile" class="profile-section">
<img src="./assets/profile-placeholder.svg">
<p><b>Miki Moriguchi, L.Ac.</b></p>
<p><i>National Board Certified No. 10777</i></p>
<p><i>California State License No. AC6532</i></p>
</div>
<div id="bio" class="profile-section">
<p>
Miki Moriguchi specializes in traditional
Japanese-style acupuncture techniques. She
uses extremely fine Japanese needles which are
rarely used in other styles of acupuncture.
Treatments are gentle and usually painless, yet
very effective.
</p>
<br>
<p>
Miki is licensed by both the
National Certificate Commission for Acupuncture
and Oriental Medicine and the California State
Acupuncture Board to perform acupuncture and
prescribe herbal preparations.
</p>
</div>
</div>
</div>
</div>
<div id="treatments" class="anchor">
<h1 id="treatment-title">Treatments</h1>
<div class="underline-wrapper">
<div class="underline"></div>
</div>
<div id="treatment-description" class="description">
<p>
Oriental and Western medicine each have their strengths, which
is why both systems are used by medical practitioners in Japan
and China. Traditional Oriental medicine is most effective for
chronic conditions and routine health problems, especially those
that don't seem to respond to Western remedies.
</p>
<br>
<p>
Here are some areas where conditions can be effectively treated
with acupuncture:
</p>
</div>
<div class="cards">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Respiratory</h3>
<img class="icon" src="./assets/lungs.svg">
</div>
<div class="flip-card-back">
<ul>
<li>asthma</li>
<li>allergies</li>
<li>bronchitis</li>
<li>coughs</li>
<li>colds</li>
</ul>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Pain</h3>
<img class="icon" src="./assets/pain.svg">
</div>
<div class="flip-card-back">
<ul>
<li>headaches</li>
<li>muscle, tendon, joint pain/stiffness</li>
<li>arthritis</li>
<li>back problems</li>
<li>neck pain/stiffness</li>
<li>sciatica</li>
<li>neuralgia</li>
<li>after-effects of stroke</li>
</ul>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Digestive</h3>
<img class="icon" src="./assets/stomach.svg">
</div>
<div class="flip-card-back">
<ul>
<li>digestive disorders</li>
<li>constipation</li>
<li>diarrhea</li>
</ul>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Cardiology</h3>
<img class="icon" src="./assets/heart.svg">
</div>
<div class="flip-card-back">
<ul>
<li>high blood pressure</li>
<li>diabetes</li>
<li>heart disease</li>
<li>weight control</li>
</ul>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Mental</h3>
<img class="icon" src="./assets/brain.svg">
</div>
<div class="flip-card-back">
<ul>
<li>stress</li>
<li>anxiety</li>
<li>insomnia</li>
<li>chronic fatigue</li>
<li>low energy</li>
<li>dependence on food, alcohol, cigarettes, drugs</li>
</ul>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Gynecology</h3>
<img class="icon" src="./assets/uterus.svg">
</div>
<div class="flip-card-back">
<ul>
<li>gynelogical disorders</li>
<li>morning sickness</li>
<li>infertility</li>
<li>breech baby</li>
<li>premenstrual syndrome</li>
<li>menopause</li>
</ul>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Dermatology</h3>
<img class="icon" src="./assets/skin.svg">
</div>
<div class="flip-card-back">
<ul>
<li>acne</li>
<li> eczema</li>
<li>psoriasis</li>
</ul>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h3>Immune</h3>
<img class="icon" src="./assets/cell.svg">
</div>
<div class="flip-card-back">
<ul>
<li>immune weakness</li>
<li>immune disorders</li>
<li>support treatments for cancer</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="faq" class="anchor">
<h1>Frequently Asked Questions</h1>
<div class="questions-answers">
<div class="qa">
<button class="accordion">How does acupuncture work?</button>
<div class="panel">
<p>
Acupuncture works even without the
patient "believing" that it will. We know this
from testing it on animals with successful
results.
</p>
<p>
It has been shown that acupuncture
strengthens the immune system by increasing
T-cell counts. This may be why it works on
allergies and chronic fatigue syndrome.
</p>
<p>
Increased circulation and healing allows
acupuncture to work well for repetitive stress
injuries such as carpal tunnel syndrome and
wrist tendonitis radiating to the neck.
</p>
<p>
Acupuncture releases pain-killing
<i>endorphins</i>, which also play a big role in the
functioning of the hormonal system. This is
why acupuncture works well for back pain and
arthritis, and also for P.M.S. and ulcers.
These <b><i>endorphins</i></b> not only relax the
whole body when released, but they regulate
serotonin in the brain which plays a big part in
our moods. This is why they treat depression
and schizophrenia with acupuncture in Japan
and China.
</p>
<p>
Acupuncture breaks the spasm cycle
which muscles can get caught in, causing
unrelenting tightness and pain. It does this by
increasing circulation, which in turn provides
needed nutrients to nerves and muscles to
begin the healing process.
</p>
<p>
The <b>traditional explanation</b> for how acupuncture works
is as follows: there is an unceasing
flow of “life energy" called “ki” which runs
throughout the human body. This vital energy
originates from the major organs and flows
along continuous circulatory channels called
meridians. Along these meridians are areas
where the energy comes close to the surface,
creating acupuncture points.
We tap into these points to balance the energy
which connects all of your organs.
energy must flow smoothly.
If your organs do not work in balance,
you will be sick - either now or in the future!
</p>
</div>
</div>
<div class="qa">
<button class="accordion">What can I expect at a treatment?</button>
<div class="panel">
<p>
Before each treatment, Miki will evaluate your health
by asking you questions about how you feel. She may ask
to see your tongue, feel your pulse, or palpate
your abdomen.
</p>
<p>
The color and texture of the tongue can show
how the body is functioning. your pulse
shows the strength and the balance of your
organs. "Facial diagnosis" is often part of this
evaluation. For example, darkness around
the eyes is a kidney imbalance, redness of
the nose is a liver imbalance, and yellowish
coloring around the mouth is a spleen or
frequently a hormonal imbalance.
</p>
<p>
Only <b>disposable needles</b> are used.
The needles are as fine as a human hair and
are tapped in through a tiny tube.
Most patients do not even feel the needles.
The acupuncture points are stimulated with
mostly shallow insertion and generally provide
a relaxing and soothing experience.
The needles are usually left in for 15 to 20
minutes, during which time the patient relaxes
under a heat lamp while soft music plays.
Many patients fall asleep due to the relaxing
<i>endorphins</i> that are released.
</p>
</div>
</div>
<div class="qa">
<button class="accordion">How many treatments will I need and how often will I need them?</button>
<div class="panel">
<p>
Each patient is unique. the number and
frequency of treatments will vary from patient to
patient. Some symptoms are relieved after
the first treatment, while others may take four
to ten treatments. Your body constitution,
the severity of your problem, and the length of time
that you have been sick will all play a part in
this. While a specific problem is being worked
on, you may visit the acupuncturist once or
twice a week, and gradually reduce the
frequency to once or twice a month.
</p>
<p>
To simply maintain good health, you may come
in for a "tune-up" when the seasons change or
monthly if you have a tendency towards health
problems.
</p>
</div>
</div>
<div class="qa">
<button class="accordion">What is the history of traditional oriental medicine?</button>
<div class="panel">
<p>
Traditional Oriental medicine (which includes acupuncture) dates back
3000 years to <b>Japan</b>, Korea, India, Tibet and China. Traditional
Oriental medicine has gained worldwide acceptance and recognition.
</p>
<p>
The World Health Organization recognizes acupuncture as an effective
medical treatment, stating the sheer weight of evidence demands that
acupuncture must be taken seriously as a clinical procedure of
considerable value.
</p>
<p>
Acupuncture associations and study groups are active in many countries,
including the United States, France, Germany, Britain, Switzerland,
Italy, Russia, Argentina, Japan, China and Korea. In addition, many
nations support active research programs in the physiology and therapy
of acupuncture.
</p>
<p>
The State of California recognizes licensed acupuncturists as primary
health care providers. Licenses are issued only after completion of a
three- to four-year course of post-graduate study and the passing of an
extensive examination.
</p>
<p>
Over 12 million Americans have turned to acupuncture. Oriental medicine
is becoming the complementary treatment of choice for Americans everywhere.
Although traditional Oriental medicine uses many approaches, including diet,
nutritional supplements, and massage, its cornerstones are acupuncture and
herbal medicine. Also employed is <i><b>moxibustion</b> (a heat treatment)</i> and cupping
to improve circulation. Herbal supplements may be recommended to complement
treatment.
</p>
</div>
</div>
</div>
</div>
<div id="contact" class="info-section">
<iframe id="map"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3157.5639161125255!2d-121.87780064939844!3d37.68295347967701!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808ff294c7fbd85d%3A0x2f85b0df611fa07e!2sSeishindo%20Acupuncture!5e0!3m2!1sen!2sus!4v1643967018649!5m2!1sen!2sus"
width="450" height="300" style="border:0;" allowfullscreen="" loading="lazy">
</iframe>
<div class="contact">
<h2 class="contact-title">Location</h2>
Seishindo Acupuncture
<address>2340 Santa Rita Rd <br>
Suite 3 <br>
Pleasanton, CA 94566</address>
</div>
<div class="contact">
<h2 class="contact-title">Contact</h2>
<p>
Phone:
<a href="tel:925-867-2861">(925) 867-2861</a>
</p>
<p>
Fax:
<a href="tel:925-484-3951">(925) 484-3951</a>
</p>
<br>
<div class="socials">
<a href="https://www.yelp.com/biz/seishindo-acupuncture-pleasanton-2" target="_blank"
class="yelp"><i class="fa fa-yelp"></i></a>
<a href="https://www.facebook.com" target="_blank" class="fb"><i class="fa fa-facebook"></i></a>
</div>
</div>
<div class="contact">
<h2 class="contact-title">Business Hours</h2>
<p>Monday: 9:00 am - 5:00 pm</p>
<p>Tuesday: 9:00 am - 5:00 pm</p>
<p>Wednesday: 9:00 am - 5:00 pm</p>
<p>Thursday: 9:00 am - 5:00 pm</p>
<p>Friday: 9:00 am - 5:00 pm</p>
</div>
</div>
<div class="footer container-fluid">
<p>© 2022 Seishindo Acupuncture</p>
<p>designed and developed by <a href="https://kaileywong.github.io" target="_blank">Kailey Wong</a></p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>