-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
230 lines (208 loc) · 10.2 KB
/
Copy pathindex.htm
File metadata and controls
230 lines (208 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en-CA">
<head>
<!-- Clarity Analytics -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window,document,"clarity","script","k6bm6dkv9b");
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Freestyle Dojo | Jiu Jitsu & MMA Classes in Toronto, ON</title>
<meta name="description" content="Join Freestyle Dojo in Toronto for expert Jiu Jitsu and MMA training. Kids and adult programs for all levels. Start your martial arts journey today.">
<meta name="robots" content="follow, index, max-snippet:-1, max-image-preview:large">
<link rel="canonical" href="https://www.freestyledojo.ca/">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.freestyledojo.ca/">
<meta property="og:title" content="Freestyle Dojo | Jiu Jitsu & MMA in Toronto">
<meta property="og:description" content="Kids and adult Jiu Jitsu programs in Toronto. All levels welcome. Join our community at Freestyle Dojo.">
<meta property="og:image" content="https://www.freestyledojo.ca/images/Freestyle-Dojo-LogoMark-1024x1005.png">
<meta property="og:site_name" content="Freestyle Dojo">
<meta name="twitter:card" content="summary_large_image">
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="32x32" href="images/cropped-Freestyle-Dojo-LogoMark-32x32.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/cropped-Freestyle-Dojo-LogoMark-192x192.png">
<link rel="apple-touch-icon" href="images/cropped-Freestyle-Dojo-LogoMark-180x180.png">
<!-- Schema.org -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SportsClub",
"name": "Freestyle Dojo",
"url": "https://www.freestyledojo.ca",
"logo": "https://www.freestyledojo.ca/images/Freestyle-Dojo-LogoMark-150x150.png",
"image": "https://www.freestyledojo.ca/images/background.jpg",
"description": "Brazilian Jiu Jitsu and martial arts training in Toronto for kids and adults.",
"email": "info@freestyledojo.ca",
"address": {
"@type": "PostalAddress",
"streetAddress": "191 Geary Ave",
"addressLocality": "Toronto",
"addressRegion": "ON",
"postalCode": "M6H 2C1",
"addressCountry": "CA"
},
"sameAs": [
"https://www.instagram.com/freestyledojo/",
"https://www.facebook.com/profile.php?id=100076292797233",
"https://www.youtube.com/@freestyledojo9340"
]
}
</script>
<!-- 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=Barlow:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Bootstrap & Site CSS -->
<link rel="stylesheet" href="themes/bootstrap.min.css">
<link rel="stylesheet" href="themes/site.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body>
<!-- ── NAVIGATION ── -->
<nav class="navbar navbar-expand-md site-nav">
<div class="container-fluid px-4">
<a class="navbar-brand" href="/">
<img src="images/Freestyle-Dojo-Logo-300x78.png" alt="Freestyle Dojo">
</a>
<button class="navbar-toggler" type="button"
data-bs-toggle="collapse" data-bs-target="#mainNav"
aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="mainNav">
<ul class="navbar-nav ms-auto align-items-center gap-1">
<li class="nav-item"><a class="nav-link active" href="/index.htm#programs-overview">Programs</a></li>
<li class="nav-item"><a class="nav-link" href="schedule/">Schedule</a></li>
<li class="nav-item"><a class="nav-link" href="contact/">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="memberships/register.htm">Register</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.mindbodyonline.com/explore/account/profile" target="_blank" rel="noopener">Students</a></li>
<li class="nav-item ms-2">
<a class="btn-teal" href="schedule/">Book a Class</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- ── HOLIDAY BANNER ── -->
<div id="holiday-banner" style="position:fixed;top:61px;left:0;right:0;z-index:999;background:#b94a48;color:#fff;text-align:center;padding:0.75rem 1rem;font-size:1rem;font-weight:600;letter-spacing:0.02em;">
We are closed Monday, May 18 for the long weekend holiday. See you Tuesday!
</div>
<div id="holiday-banner-spacer" style="height:3rem;"></div>
<script>
(function(){
var cutoff = new Date('2026-05-19T00:00:00');
if (new Date() >= cutoff) {
document.getElementById('holiday-banner').style.display = 'none';
document.getElementById('holiday-banner-spacer').style.display = 'none';
}
})();
</script>
<!-- ── HERO ── -->
<section class="hero" aria-label="Freestyle Dojo hero">
<div class="hero-overlay"></div>
<div class="hero-content">
<h1>Jiu Jitsu &<br>Martial Arts</h1>
<p>Toronto's community dojo for kids and adults</p>
<a class="btn-teal lg" href="schedule/">View Schedule</a>
</div>
</section>
<!-- ── PROGRAMS OVERVIEW ── -->
<section class="programs-overview" id="programs-overview">
<h2>Our Programs</h2>
<p class="lead">Two focused programs built for every stage of life — from first-timers to dedicated grapplers.</p>
<div class="programs-grid">
<!-- Kids Card -->
<a class="program-card" href="#kids-program" aria-label="Kids Jiu Jitsu program">
<div class="program-card-img"
style="background-image:url('images/Freestyle-Dojo-11.jpg')"
role="img" aria-label="Kids Jiu Jitsu class"></div>
<div class="program-card-body">
<h3>Kids Programs</h3>
<p>Ages 5–11 · Build confidence, discipline, and life skills through Brazilian Jiu Jitsu in a fun, safe environment.</p>
<span class="card-link">Learn More →</span>
</div>
</a>
<!-- Adults Card -->
<a class="program-card" href="#adults-program" aria-label="Adults Jiu Jitsu program">
<div class="program-card-img"
style="background-image:url('images/Freestyle-Dojo-3.jpg')"
role="img" aria-label="Adult Jiu Jitsu class"></div>
<div class="program-card-body">
<h3>Adult Programs</h3>
<p>All levels welcome · Train in a welcoming community dojo. No experience needed to get started.</p>
<span class="card-link">Learn More →</span>
</div>
</a>
</div>
</section>
<!-- ── KIDS DETAIL ── -->
<section class="program-detail bg-beige" id="kids-program">
<div class="detail-inner">
<div class="detail-img">
<img src="images/Freestyle-Dojo-13.jpg" alt="Kids Jiu Jitsu class at Freestyle Dojo Toronto" loading="lazy">
</div>
<div class="detail-text">
<span class="age-tag">Ages 5–11</span>
<h2>Kids Programs</h2>
<p>Our kids program is designed to build confidence, focus, and respect while teaching practical Brazilian Jiu Jitsu skills. Small class sizes ensure every child gets personalized attention.</p>
<p>Classes are split by age group so kids train with peers at the same developmental stage.</p>
<ul>
<li>Little Warriors: Ages 4–8</li>
<li>Junior BJJ: Ages 9–11</li>
<li>Classes 5 days a week</li>
<li>Beginner friendly — no experience needed</li>
</ul>
<a class="btn-teal" href="schedule/">Book a Free Trial</a>
</div>
</div>
</section>
<!-- ── ADULTS DETAIL ── -->
<section class="program-detail" id="adults-program">
<div class="detail-inner reversed">
<div class="detail-img">
<img src="images/seminar.jpg" alt="Adult Jiu Jitsu training at Freestyle Dojo Toronto" loading="lazy">
</div>
<div class="detail-text">
<span class="age-tag">All Levels</span>
<h2>Adult Programs</h2>
<p>Whether you're stepping on the mat for the first time or looking to sharpen your competition game, Freestyle Dojo has a class for you. Our instructors meet you where you are.</p>
<p>We offer morning, afternoon, and evening sessions six days a week so you can train around your schedule.</p>
<ul>
<li>All experience levels — beginners always welcome</li>
<li>Morning, afternoon & evening classes</li>
<li>6 days per week</li>
<li>Gi and No-Gi options</li>
</ul>
<a class="btn-teal" href="schedule/">Book a Free Trial</a>
</div>
</div>
</section>
<!-- ── FOOTER ── -->
<footer>
<img class="footer-logo" src="images/Freestyle-Dojo-Logo-300x78.png" alt="Freestyle Dojo">
<p>191 Geary Ave, Toronto, ON M6H 2C1</p>
<p><a href="mailto:info@freestyledojo.ca">info@freestyledojo.ca</a></p>
<p><a href="memberships/register.htm">Create an Account</a></p>
<div class="footer-social">
<a href="https://www.instagram.com/freestyledojo/" target="_blank" rel="noopener" aria-label="Instagram">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.facebook.com/profile.php?id=100076292797233" target="_blank" rel="noopener" aria-label="Facebook">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://www.youtube.com/@freestyledojo9340" target="_blank" rel="noopener" aria-label="YouTube">
<i class="fab fa-youtube"></i>
</a>
</div>
<hr class="footer-hr">
<p class="footer-copy">© 2025 Freestyle Dojo. All rights reserved.</p>
</footer>
<script src="themes/bootstrap.bundle.min.js"></script>
</body>
</html>