-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (110 loc) · 6.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agnelli</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="./files/climbing.png?">
<!-- Fonts -->
<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=Fira+Sans: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" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- End Fonts -->
</head>
<body>
<div id="header">
<h1>Boulder Better</h1>
<h3>With Private Coaching From Joe Agnelli</h3>
</div>
<div class="slideshow">
<div class="slide">
<div class="title"><h4>Bio</h4></div>
<div class="wrapper">
<img src="./files/indoor.png" alt="Joe climbing on red slopers indoors"/>
<div class="content">
<p>Hello!</p>
<p>I'm Joe, a passionate climbing coach with 7 years of experience in the climbing world.</p>
<p> My journey began as a hobby, but it quickly grew into a lifelong passion that I now have the privilege to share with others.</p>
<p>Whether you're a beginner looking to get started, or an experienced climber aiming to refine your skills, I'm here to help you reach new heights.</p>
<div class="InfoWrapper">
<div class="pricing">
<strong>Pricing:</strong>
<ul>
<li>1 hour - $30 <!-- Google Calendar Appointment Scheduling begin -->
<span id="bookingLink">
<link href="https://calendar.google.com/calendar/scheduling-button-script.css" rel="stylesheet">
<script src="https://calendar.google.com/calendar/scheduling-button-script.js" async></script>
<script>
(function() {
var target = document.currentScript;
window.addEventListener('load', function() {
calendar.schedulingButton.load({
url: 'https://calendar.google.com/calendar/appointments/schedules/AcZssZ12ZKKIaukwUbDZhiEs9K0XEnHHprYhA_gS_reCcB2gCdpDe8UO30jcYQK1j0ze7uPSWQQk4AF-?gv=true',
color: '#039BE5',
label: 'Book Your Session',
target,
});
});
})();
</script>
</span>
<!-- end Google Calendar Appointment Scheduling --></li>
</ul>
</div>
<div>
<strong>Contact:</strong>
<ul>
<li>(603)-707-6626</li>
<li>JoeBouldering@gmail.com</li>
</ul>
</div>
</div>
<p>You can pay with cash, Venmo, Zelle, or Paypal after our session</p>
<p>You'll also need to purchase a daypass or membership at the gym</p>
</div>
</div>
</div>
<div class="slide">
<div class="title"><h4>Coaching Philosophy</h4></div>
<div class="wrapper">
<img id="mobileImage" src="./files/golden.png" alt="Joe climbing outdoors on golden-colored rock"/>
<div class="content">
<p>
My coaching philosophy is holistic, integrating physical training, mental resilience, and technical skills. </p>
<p>Here are the key elements:</p>
<ol>
<li><strong>Personalized Training</strong>: Tailored plans that address your unique strengths, weaknesses, and goals.</li>
<li><strong>Mental Resilience</strong>: Techniques to enhance focus, manage fear, and stay motivated.</li>
<li><strong>Injury Prevention</strong>: Safe practices, conditioning exercises, and recovery strategies for long-term health.</li>
<li><strong>Efficient Training</strong>: High-quality, targeted sessions to maximize progress.</li>
<li><strong>Continuous Learning</strong>: Embracing new techniques and methods for ongoing improvement.</li>
</ol>
<p>By combining these elements, I help you climb safely, efficiently, and effectively, achieving your full potential.</p>
</div>
<img id="desktopImage" src="./files/golden.png" alt="Joe climbing outdoors on golden-colored rock"/>
</div>
</div>
<div class="slide">
<div class="title"><h4>What to Expect in Our Sessions</h4></div>
<div class="wrapper">
<img src="./files/out_crack.jpeg" alt="Joe hand-jamming outdoors on a granite boulder"/>
<div class="content">
<p>
Ultimately, our sessions can take whatever shape will help you the most, but typically they'll follow this pattern:
</p>
<ol>
<li>Warm Up (You should do this before coming to our sessions to make the most of our limited time)</li>
<li>Find a challening boulder for you to work on</li>
<li>Use a combination of active demontrations and video analysis to work through the boulder</li>
<li>Iterate across a number of differnt climbing styles to help you stay well rounded</li>
</ol>
<h4 style="text-align: center;">Remember: Climbing hard is about using technique to make boulders easier </h4>
<p>My goal is to help you learn technique on an intuitive level, so even difficult boulders feel easy</p>
</div>
</div>
</div>
</div>
</body>
</html>