-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgemini.html
115 lines (115 loc) · 3.67 KB
/
gemini.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OnlySquatch</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<style>
body {
font-family: 'Montserrat', sans-serif;
background-color: #111111;
color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
p {
font-family: 'Montserrat', sans-serif;
}
a {
color: #00ff00;
text-decoration: none;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.header {
text-align: center;
padding-bottom: 20px;
}
.header img {
width: 200px;
height: 200px;
border-radius: 50%;
margin-bottom: 20px;
}
.section {
margin-bottom: 40px;
}
.section h2 {
margin-bottom: 20px;
}
.section p {
margin-bottom: 10px;
}
.call-to-action {
text-align: center;
padding-top: 40px;
}
.call-to-action a {
display: inline-block;
padding: 10px 20px;
background-color: #00ff00;
color: #ffffff;
border-radius: 5px;
text-decoration: none;
}
.footer {
text-align: center;
padding-top: 40px;
}
.footer p {
margin-bottom: 0;
}
</style>
</head>
<body>
<div class="container">
<header class="header">
<img src="https://github.com/johnowhitaker/onlysquatch/blob/main/squatch1.jpg" alt="Sasquatch Lifecoach">
<h1>OnlySquatch</h1>
<h2>Your Personal Life Coach</h2>
</header>
<section class="section">
<h2>About OnlySquatch</h2>
<p>I'm a Sasquatch who has been helping people with their business and life decisions for years. I'm passionate about helping people reach their full potential, and I'm committed to providing my clients with the support and guidance they need to succeed.</p>
<p>I offer a variety of coaching services, including:</p>
<ul>
<li>Business coaching</li>
<li>Life coaching</li>
<li>Career coaching</li>
<li>Relationship coaching</li>
</ul>
<p>I'm also available for one-on-one coaching sessions and group workshops.</p>
</section>
<section class="section">
<h2>How I Can Help You</h2>
<p>I can help you with a variety of things, including:</p>
<ul>
<li>Setting and achieving your goals</li>
<li>Overcoming obstacles</li>
<li>Making important decisions</li>
<li>Improving your communication and leadership skills</li>
<li>Building your confidence and self-esteem</li>
</ul>
</section>
<section class="section">
<h2>My Approach</h2>
<p>I believe that everyone has the potential to achieve great things. My approach is to help you tap into your inner strength and potential so that you can reach your goals. I'm a supportive and encouraging coach, and I'll be there to help you every step of the way.</p>
</section>
<section class="call-to-action">
<h2>Subscribe to Coach Squatch on OnlyFans</h2>
<p>If you're ready to take your life to the next level, I encourage you to subscribe to my OnlyFans channel. I offer exclusive coaching content and resources that will help you achieve your goals.</p>
<a href="https://onlyfans.com/coachsquatch" target="_blank">Subscribe to OnlyFans</a>
</section>
<footer class="footer">
<p>OnlySquatch | All Rights Reserved</p>
<p><a href="https://github.com/johnowhitaker/onlysquatch" target="_blank">View source code</a></p>
</footer>
</div>
</body>
</html>