Skip to content

Commit 2574fd4

Browse files
authored
merge to main (#207)
2 parents 0970113 + e7e482d commit 2574fd4

File tree

5 files changed

+198
-2
lines changed

5 files changed

+198
-2
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cookie-policy.html

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
<style>
8+
body {
9+
font-family: Verdana, Geneva, sans-serif;
10+
margin: 0;
11+
padding: 0;
12+
}
13+
.container {
14+
max-width: 800px;
15+
width: 90%;
16+
margin-top: 20px;
17+
padding: 20px;
18+
text-align: left;
19+
}
20+
.logo {
21+
width: 250px;
22+
height: auto;
23+
margin-top: 20px;
24+
padding: 20px;
25+
}
26+
h1, h2, h3 {
27+
margin: 10px 0;
28+
}
29+
h2 {
30+
font-weight: normal;
31+
}
32+
h3 {
33+
text-align: right;
34+
}
35+
p {
36+
line-height: 1.75;
37+
margin-bottom: 20px;
38+
text-align: justify;
39+
}
40+
.copyright {
41+
position: absolute;
42+
bottom: 10px; /* Adjust as needed */
43+
right: 10px; /* Adjust as needed */
44+
font-size: 0.8rem; /* Adjust the font size */
45+
color: #999; /* Adjust the color */
46+
}
47+
</style>
48+
</head>
49+
<body>
50+
<a href="index.html">
51+
<img src="CleardayLarge.png" alt="Logo" class="logo">
52+
</a>
53+
<div name="termly-embed" data-id="16612489-d2fb-4445-b92e-dbb41ab0cb85"></div>
54+
<script type="text/javascript">(function(d, s, id) {
55+
var js, tjs = d.getElementsByTagName(s)[0];
56+
if (d.getElementById(id)) return;
57+
js = d.createElement(s); js.id = id;
58+
js.src = "https://app.termly.io/embed-policy.min.js";
59+
tjs.parentNode.insertBefore(js, tjs);
60+
}(document, 'script', 'termly-jssdk'));</script>
61+
</body>
62+
</html>

src/privacy-policy.html

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
<style>
8+
body {
9+
font-family: Verdana, Geneva, sans-serif;
10+
margin: 0;
11+
padding: 0;
12+
}
13+
.container {
14+
max-width: 800px;
15+
width: 90%;
16+
margin-top: 20px;
17+
padding: 20px;
18+
text-align: left;
19+
}
20+
.logo {
21+
width: 250px;
22+
height: auto;
23+
margin-top: 20px;
24+
padding: 20px;
25+
}
26+
h1, h2, h3 {
27+
margin: 10px 0;
28+
}
29+
h2 {
30+
font-weight: normal;
31+
}
32+
h3 {
33+
text-align: right;
34+
}
35+
p {
36+
line-height: 1.75;
37+
margin-bottom: 20px;
38+
text-align: justify;
39+
}
40+
.copyright {
41+
position: absolute;
42+
bottom: 10px; /* Adjust as needed */
43+
right: 10px; /* Adjust as needed */
44+
font-size: 0.8rem; /* Adjust the font size */
45+
color: #999; /* Adjust the color */
46+
}
47+
</style>
48+
</head>
49+
<body>
50+
<a href="index.html">
51+
<img src="CleardayLarge.png" alt="Logo" class="logo">
52+
</a>
53+
<div name="termly-embed" data-id="6e61258b-e1bc-4aa3-9194-cac093f0bf91"></div>
54+
<script type="text/javascript">(function(d, s, id) {
55+
var js, tjs = d.getElementsByTagName(s)[0];
56+
if (d.getElementById(id)) return;
57+
js = d.createElement(s); js.id = id;
58+
js.src = "https://app.termly.io/embed-policy.min.js";
59+
tjs.parentNode.insertBefore(js, tjs);
60+
}(document, 'script', 'termly-jssdk'));</script>
61+
</body>
62+
</html>

src/terms-and-conditions.html

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
<style>
8+
body {
9+
font-family: Verdana, Geneva, sans-serif;
10+
margin: 0;
11+
padding: 0;
12+
}
13+
.container {
14+
max-width: 800px;
15+
width: 90%;
16+
margin-top: 20px;
17+
padding: 20px;
18+
text-align: left;
19+
}
20+
.logo {
21+
width: 250px;
22+
height: auto;
23+
margin-top: 20px;
24+
padding: 20px;
25+
}
26+
h1, h2, h3 {
27+
margin: 10px 0;
28+
}
29+
h2 {
30+
font-weight: normal;
31+
}
32+
h3 {
33+
text-align: right;
34+
}
35+
p {
36+
line-height: 1.75;
37+
margin-bottom: 20px;
38+
text-align: justify;
39+
}
40+
.copyright {
41+
position: absolute;
42+
bottom: 10px; /* Adjust as needed */
43+
right: 10px; /* Adjust as needed */
44+
font-size: 0.8rem; /* Adjust the font size */
45+
color: #999; /* Adjust the color */
46+
}
47+
</style>
48+
</head>
49+
<body>
50+
<a href="index.html">
51+
<img src="CleardayLarge.png" alt="Logo" class="logo">
52+
</a>
53+
<div name="termly-embed" data-id="46c2ae23-76e3-4e32-bfea-90ca469a2a4f"></div>
54+
<script type="text/javascript">(function(d, s, id) {
55+
var js, tjs = d.getElementsByTagName(s)[0];
56+
if (d.getElementById(id)) return;
57+
js = d.createElement(s); js.id = id;
58+
js.src = "https://app.termly.io/embed-policy.min.js";
59+
tjs.parentNode.insertBefore(js, tjs);
60+
}(document, 'script', 'termly-jssdk'));</script>
61+
</body>
62+
</html>

src/test.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Title</title>
6+
</head>
7+
<body>
8+
0.0770037319316579
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)