-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathayurveda.html
More file actions
155 lines (139 loc) · 7.54 KB
/
Copy pathayurveda.html
File metadata and controls
155 lines (139 loc) · 7.54 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Jevon Amathon Thompson's personal website">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Caronlina heals | Ayuerveda service</title>
<meta name="theme-color" content="#446A46" />
<meta name="keywords" content="Personal healing services, Carolina heals, Yoga, Reiki, Ayurveda, Meditating, mind and body wellness, Health and wellness, Mindfulness">
<link rel="apple-touch-icon" href="/example.png">
<link rel="icon" href="favicon.ico?v=2">
<script src="https://kit.fontawesome.com/e823734a38.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<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=Fanwood+Text&family=Shrikhand&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/ayurveda.css">
</head>
<body>
<div class="page-wrapper">
<header>
<nav class="navbar navbar-expand-lg navbar-light fixed-top" style="background-color: #446A46;">
<div class="container-fluid">
<a class="navbar-brand" href="index.html" alt = 'Navbar link to homepage'>
<img id="meditation-pic" src="images/pilates.webp" alt="Logo of a woman Meditating">
Carolina Heals
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" tabindex="0" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarclassesDropdownMenuLink" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Classes
</a>
<ul class="dropdown-menu" tabindex="0" aria-labelledby="navbarclassesDropdownMenuLink">
<li><a class="dropdown-item" tabindex="0" href="yoga.html">Yoga</a></li>
<li><a class="dropdown-item" tabindex="0" href="ayurveda.html">Ayurveda</a></li>
<li><a class="dropdown-item" tabindex="0" href="meditate.html">Reiki</a></li>
</ul>
<li class="nav-item">
<a class="nav-link" tabindex="0" href="contact.html">Contact Me!</i></a>
</li>
<li class="nav-item">
<a class="nav-link" tabindex="0" href="about.html">About Me</a>
</li>
<li class="nav-item" id="instagram-link">
<a class="nav-link" tabindex="0" aria-label="Carolina heals instagram link"
href="https://www.instagram.com/sun.and.moon.angel/"><i class="fa-brands fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="card mb-12" style="max-width: 1100px;">
<div class="row g-0">
<div class="col-md-6">
<img src="images/scentstore2.webp" class="img-fluid rounded-start" alt="Carolina in a scentstore">
</div>
<div class="col-md-6">
<div class="card-body">
<h5 class="card-title">Ayurveda</h5>
<p class="card-text">As a passionate student of Ayurveda, I believe in the power of this ancient wisdom
and medicine to bring balance and harmony to the mind, body, and spirit. Ayurveda is a holistic approach
to health that connects us to the natural world and our own inner wisdom. If you're seeking a deeper
connection to your true self and want to feel good in your own skin, Ayurveda may be right for you. As a
coach, I'm here to support you on your journey and encourage you to embrace your highest potential. If
you're interested in learning more, I'm available for a free coaching call to get to know you and
discuss your goals. Don't hesitate to reach out.</p>
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<a class="btn" id="book-class-btn" href=""
onclick="Calendly.initPopupWidget({url: 'https://calendly.com/jtunstopable'});return false;">Schedule
time
with me</a>
</div>
</div>
</div>
</div>
</main>
<!-- Calendly badge widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<script type="text/javascript">
window.onload = function () {
Calendly.initBadgeWidget({
url: 'https://calendly.com/jtunstopable?background_color=ede4e0&primary_color=425f57',
text: 'Upcoming classes',
color: '#446a46',
textColor: '#ffffff',
branding: true
});
}
</script>
<!-- Calendly badge widget end -->
<footer class="footer-distributed">
<footer class="footer-distributed">
<div class="footer-right">
<a tabindex="0" aria-label="Carolina heals instagram link"
href="https://www.instagram.com/sun.and.moon.angel/">
<i class="fab fa-instagram"></i>
</a>
</div>
<div class="footer-left">
<p class="footer-links">
<a class="link-1" tabindex="0" href="index.html">Home</a>
<a href="about.html" tabindex="0">About</a>
<a href="contact.html" tabindex="0">Contact</a>
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<a href=""
onclick="Calendly.initPopupWidget({url: 'https://calendly.com/jtunstopable?background_color=ede4e0&primary_color=446a46'});return false;">Upcoming
classes</a>
<!-- Calendly link widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<!-- <a href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/jtunstopable/ayurveda-and-gentle-workshop?background_color=ede4e0&primary_color=425f57'});return false;">Winter workshop</a> -->
<!-- Calendly link widget end -->
</p>
<p>Carolina heals © 2022</p>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous">
</script>
</body>
</html>