-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
245 lines (236 loc) · 13.1 KB
/
index.html
File metadata and controls
245 lines (236 loc) · 13.1 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
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<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=Average&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="home.css" />
<title>Back in the Game</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light mb-4" style="background-color: #ECEEFF">
<div class="container-fluid">
<!-- Clicking on the Logo goes to the Homepage (Linked to Homepage) -->
<a href="index.html"><img src="img/logo.png" alt="" width="120" height="80"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="nav navbar-nav ms-auto">
<!-- Home Nav -->
<li class="nav-item">
<a class="nav-link active" style="margin-right: 30px;" aria-current="page" href="index.html">Home</a>
</li>
<!-- About Nav -->
<li class="nav-item">
<a class="nav-link active" style="margin-right: 30px" href="about.html">About</a>
</li>
<!-- Programs Nav with Dropdown for Athletes and Performers -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" style="color: black; margin-right: 30px;" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false">Programs</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="programs_athlete.html">Athletes</a></li>
<li><a class="dropdown-item" href="programs_performer.html">Performers</a></li>
</ul>
</li>
<!-- Podcasts Nav -->
<li class="nav-item">
<a class="nav-link active" style="margin-right: 30px" href="podcasts.html">Podcasts</a>
</li>
<!-- Contact Nav -->
<li class="nav-item">
<a class="nav-link active" style="margin-right: 30px" href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Cover image (soccer picture) -->
<div class="col-12 home">
<h1 id="back-in-the-game"><b>Back in the Game</b></h1>
<img id="soccer" src="img/soccer.png">
</div>
<br><br><br>
<!-- Descriptions -->
<div class="container">
<div class="row align-items-center">
<!-- Back in the Game description -->
<div class="col-12 col-lg-6 text-center justify-content-center">
<h2>What is Back in the Game?</h2><br>
</div>
<div class="col-12 col-lg-6">
<p>Back in the Game® is a performance program designed to help athletes and performers develop the mental skills necessary
to take their game to the next level. We’ve identified six core mental skills that are critical to developing a mental edge
and amplifying talent. We provide coaching sessions to teams and private lessons to individual athletes and performers based
on these core skills. Back in the Game harnesses game-changing expertise to help athletes and performers achieve their goals
and build on success.</p>
</div>
</div>
<br>
<hr style="width:100%;margin:auto;">
<br>
<div class="row align-items-center">
<!-- Center Stage description-->
<div class="col-12 col-lg-6 text-center justify-content-center">
<h2>What is Center Stage? </h2><br>
</div>
<div class="col-12 col-lg-6">
<p>Center Stage® is a mental skills program designed to help performing artists develop the necessary tools to take their
performance to the next level. We’ve identified six core mental skills that are critical to developing a mental edge,
overcoming challenges (such as performance anxiety) and amplifying talent. We provide coaching, courses, and private lessons
to groups and individual performers based on these six core skills. Center Stage harnesses research-based expertise to help
performers take on the spotlight and build success.</p>
</div>
</div>
<br><br><br>
<!-- Benefits -->
<div class="row">
<div class="col-12 col-lg-7 benefits">
<!-- Benefits list -->
<h2 class="teal">Benefits</h2>
<ul>
<li>Advance sports performance via proven strategies that build confidence, increase motivation, improve focus and manage performance anxiety</li>
<li>Level out the ups and downs of competition and learn how to effectively cope with success and failure</li>
<li>Access resources and personalized feedback through assessments and exercises that target six core areas of mental skill development</li>
<li>Work with teammates to improve team chemistry, leadership skills, and goal-directed behavior.</li>
</ul>
</div>
<!-- Football image -->
<div class="col-12 col-lg-5">
<img id="football" src="img/football.png">
</div>
</div>
</div>
<br><br>
<!-- Program testimonials carousel -->
<div class="row" id= "quotes">
<h3 class="text-center">Program Testimonials</h3>
<div id="carouselExampleDark" class="carousel carousel-dark slide" data-bs-ride="carousel">
<!-- Indicators at the bottom that tell you which slide you're on -->
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active" aria-label="Slide 1" aria-current="true"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1" aria-label="Slide 2" class=""></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2" aria-label="Slide 3" class=""></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="3" aria-label="Slide 4" class=""></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="4" aria-label="Slide 5" class=""></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="5" aria-label="Slide 6" class=""></button>
</div>
<div class="carousel-inner">
<br>
<!-- Program testimonial content -->
<div class="carousel-item active">
<p class="text-center"><q>It has made me mentally stronger. Also it has taught me many ways to relax my mind so I can flourish.</q> </p>
</div>
<div class="carousel-item">
<p class="text-center"><q>Made me more aware of the mental aspects of the game.</q></p>
</div>
<div class="carousel-item">
<p class="text-center"><q>I think that this program has really challenged the mental aspect of my game by making me a student of the game.</q></p>
</div>
<div class="carousel-item">
<p class="text-center"><q>It's helped a lot... never would've thought how much the mental aspect would impact my game and even mindset off the court.</q></p>
</div>
<div class="carousel-item">
<p class="text-center"><q>It has made me more confident in my abilities and allowed me not to dwell so much on my mistakes but use them as building blocks to succeed.</q></p>
</div>
<div class="carousel-item">
<p class="text-center"><q>The most influential parts of this program helped my mental game by showing me different ways to set goals and keep track of them. As well as stay level headed when going through different trials and tribulations.</q></p>
</div>
</div>
<br><br>
<!-- Previous button that when clicked on goes to the previous slide (wraps around) -->
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<!-- Next button that when clicked on goes to the next slide (wraps around) -->
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<br><br><br>
<!-- Athletes & Coaches report cards -->
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10">
<div class="card report">
<!-- Athletes report card -->
<div class="card-body">
<div class="col report-title">
<h4 class="teal">Athletes Report</h4>
</div>
<div class="col report-body">
<!-- Card content -->
<ul>
<li>20% <b>increase</b> in mental skills knowledge and application</li>
<li>47% <b>decrease</b> in major <b>depressive</b> symptoms</li>
<li>18% decrease in <b>performance anxiety</b> symptoms</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<br><br>
<div class="row justify-content-center">
<div class="col-12 col-md-10">
<div class="card report">
<!-- Coaches report card-->
<div class="card-body">
<div class="col report-title">
<h4 class="teal">Coaches Report</h4>
</div>
<div class="col report-body">
<!-- Card content -->
<ul>
<li>Improved <b>team cohesion</b></li>
<li>Athletes were better able to handle the ups and downs of a long season</li>
<li>Athletes learned how to <b>focus</b> on what’s important during the game</li>
<li>Athletes were better able to move on from mistakes</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<br><br>
<!-- Button that when clicked on cycles through performance anxiety tips
using a Javascript function -->
<div class="row justify-content-center">
<div class="col-12 col-md-10 text-center justify-content-center">
<button class="btn btn-primary" id="tipsBtn">Click Here for Performance Anxiety Tips</button>
<br><br>
<p id="message"></p>
</div>
</div>
<br><br>
</div>
<!-- Footer -->
<footer class="footer">
<div class="container p-4 pb-0">
<!-- Social media icons and links -->
<div class="mb-4">
<a href="https://www.facebook.com/BetterInstitute/">
<span class="facebook"> <img src="img/fb.png" alt="" width ="50" height="50"></span>
</a>
<a href="https://www.linkedin.com/company/betterinstitute">
<span class="linkedin"> <img src="img/linkedin.png" alt="" width ="50" height="50"></span>
</a>
</div>
<!-- Copyright for Better Institute -->
<p>© Copyright Learn with The Better Institute® 2021</p>
</div>
</footer>
<!-- Link to Javascript for displaying performance anxiety tips -->
<script src = "random_message.js"></script>
</body>
</html>