-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.html
214 lines (202 loc) · 7.67 KB
/
page.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page - Guide of Limitless Truth</title>
<meta
name="description"
content="Spiritual Guidance and Tarot Reading Services."
/>
<meta property="og:title" content="Page - Guide of Limitless Truth" />
<meta
property="og:description"
content="Spiritual Guidance and Tarot Reading Services."
/>
<meta
property="og:image"
content="https://aheioqhobo.cloudimg.io/v7/_playground-bucket-v2.teleporthq.io_/94890b22-8f85-4b4c-a613-cb52b2e58deb/737323fa-e3a4-4171-958a-f75be52ed3e9?org_if_sml=1&force_format=original"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<style data-tag="reset-style-sheet">
html { line-height: 1.15;}body { margin: 0;}* { box-sizing: border-box; border-width: 0; border-style: solid;}p,li,ul,pre,div,h1,h2,h3,h4,h5,h6,figure,blockquote,figcaption { margin: 0; padding: 0;}button { background-color: transparent;}button,input,optgroup,select,textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0;}button,select { text-transform: none;}button,[type="button"],[type="reset"],[type="submit"] { -webkit-appearance: button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner { border-style: none; padding: 0;}button:-moz-focus,[type="button"]:-moz-focus,[type="reset"]:-moz-focus,[type="submit"]:-moz-focus { outline: 1px dotted ButtonText;}a { color: inherit; text-decoration: inherit;}input { padding: 2px 4px;}img { display: block;}html { scroll-behavior: smooth }
</style>
<style data-tag="default-style-sheet">
html {
font-family: Inter;
font-size: 16px;
}
body {
font-weight: 400;
font-style:normal;
text-decoration: none;
text-transform: none;
letter-spacing: normal;
line-height: 1.15;
color: var(--dl-color-gray-black);
background-color: var(--dl-color-gray-white);
null
}
</style>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/animate.css"
/>
<link
rel="shortcut icon"
href="public/guide-fav2.png"
type="icon/png"
sizes="32x32"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Merienda:wght@300;400;500;600;700;800;900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
data-tag="font"
/>
<link
rel="stylesheet"
href="https://unpkg.com/@teleporthq/teleport-custom-scripts/dist/style.css"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
/>
<!-- Required Core Stylesheet and main script -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@glidejs/[email protected]/dist/css/glide.core.min.css"
/>
<!-- Google tag (gtag.js) -->
<!-- Optional Theme Stylesheet -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@glidejs/[email protected]/dist/css/glide.theme.min.css"
/>
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: transparent;
background: radial-gradient(circle, rgba(249,226,209,1) 0%, rgba(199,173,153,1) 5%, rgba(199,173,153,0.5550595238095238) 7%, rgba(9,9,121,0) 11%, rgba(0,212,255,0) 100%);
border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: transparent;
background: radial-gradient(circle, rgba(249,226,209,1) 0%, rgba(199,173,153,1) 5%, rgba(199,173,153,0.5550595238095238) 7%, rgba(9,9,121,0) 11%, rgba(0,212,255,0) 100%);
}
a:hover {
text-decoration: none;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@glidejs/[email protected]/dist/glide.min.js"></script>
<script
async=""
src="https://www.googletagmanager.com/gtag/js?id=G-HB9LSV3Z2N"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HB9LSV3Z2N');
</script>
</head>
<body>
<link rel="stylesheet" href="./style.css" />
<div>
<link href="./page.css" rel="stylesheet" />
<div class="page-container">
<div class="page-slider-width-glidejs">
<div class="page-slider glide">
<div data-glide-el="track" class="glide__track">
<div class="page-slides glide__slides">
<div class="page-slide-1 glide__slide">
<span>
<span>Slide 1</span>
<br />
<span>Swipe me...</span>
<br />
</span>
</div>
<div class="page-slide-2 glide__slide">
<span>
<span>Slide 2</span>
<br />
<span>Swipe me...</span>
<br />
</span>
</div>
<div class="page-slide-3 glide__slide">
<span>
<span>Slide 3</span>
<br />
<span>Swipe me...</span>
<br />
</span>
</div>
</div>
</div>
<div data-glide-el="controls" class="page-controls glide__arrows">
<div
data-glide-dir="<"
class="page-button-left glide__arrow glide__arrow--left"
>
<svg viewBox="0 0 1024 1024" class="page-icon">
<path
d="M658 708l-60 60-256-256 256-256 60 60-196 196z"
></path>
</svg>
</div>
<div
data-glide-dir=">"
class="page-button-right glide__arrow--right glide__arrow"
>
<svg viewBox="0 0 1024 1024" class="page-icon2">
<path
d="M426 256l256 256-256 256-60-60 196-196-196-196z"
></path>
</svg>
</div>
</div>
</div>
<div>
<div class="page-container2">
<script>
new Glide('.glide').mount()
</script>
</div>
</div>
</div>
</div>
</div>
</body>
</html>