<!DOCTYPE HTML>
<!--
	Escape Velocity by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
	<head>
		<title>	Bike Hounds</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
		<link rel="stylesheet" href="assets/css/main.css" />
				<!--google captcha -->
	    <script src="https://www.google.com/recaptcha/api.js" async defer></script>

	</head>
	<body class="homepage is-preload">
		<div id="page-wrapper">

			<!-- Header -->
				<section id="header" class="wrapper">

					<!-- Logo -->
						<div id="logo">
							
						</div>

					<!-- Nav -->
						<nav id="nav" >
							<ul style="background-color:#000">
								<li class="current"><a href="index.php">Home</a></li>
								<li><a href="repairs.php">Repairs</a></li>
								<li><a href="bikes.php">Bikes</a></li>
								<li><a href="shopping.php">Shopping</a></li>
							</ul>
						</nav>

				</section>

			<!-- Intro -->
				<section id="intro" class="wrapper style1">
					<div class="title">Downtown Bike Hounds</div>
					<div class="container">
					<p class="style1" style="margin:0;padding:0.5em;">
							We will be opening today at 10<br />
						</p>
						<center>
						<table class="hourstable">
						<thead>
						<tr>
<th style="padding:2px;">Mon</th><th style="padding:2px;">Tue</th><th style="padding:2px;">Wed</th><th style="padding:2px;">Thu</th><th style="padding:2px;">Fri</th><th style="padding:2px;">Sat</th><th style="padding:2px;">Sun</th>						</tr>
						</thead>
						<tbody>
						<tr>
<td>10-6</td><td>10-6</td><td>10-6</td><td>10-6</td><td>10-6</td><td>10-6</td><td>10-6</td>						</tr>
						
						</tbody>
						<tfoot>
						<tr><td colspan="7">
						</td></tr>
						</tfoot>
						</table>
						</center>	
						<p class="style1" style="margin:0.5em;padding:0;">
Repair Turnaround: 2 days*<br />
						</p>
						<p class="style4">*Turnaround will differ for repairs requiring special-order parts</p>
						<center>
						<table class="newstable">
						<thead>
						<tr><th>News - March 2026:</th></tr>
						</thead>
						<tr><td>Spring/Summer hours have begun!<br />
<br />
We are now open 10am-6pm 7 days a week.<br />
<br />
Drop by anytime to check out bikes and accessories in stock.<br />
No appointment needed for repairs, bring your bike anytime!  <br />
<br />
EMAIL:  shop@bikehounds.ca<br />
PHONE:  905-525-9497<br />
<br />
<br />
</td></tr>
						<tfoot>
						<tr><td>We have new bikes in stock from Devinci, Surly, KHS, Bullitt, Genesis and Linus.  Contact us for current size and colour availability.</td></tr>
						</tfoot>
						</table>	
						</center>
						<br />
						<p class="style1">
						Walk-ins are welcome for all repairs. Drop in any time, no call or appointment necessary. Click below for more info:											
						<ul class="actions">
							<li><a href="repairs.php" class="button style3 small">View Service Options</a></li>
						</ul>
						</p>
					</div>
				</section>

			
			<!-- Highlights -->
				<section id="highlights" class="wrapper style3">
					<div class="title">What We Do</div>
					<div class="container">
						<div class="row aln-center">
							<div class="col-4 col-12-medium">
								<section class="highlight">
									<a href="bikes.php" class="image featured"><img src="images/dbh-newbike.jpg" alt="" /></a>
									<h3><a href="bikes.php">Bikes for Sale</a></h3>
									<p>Yes, we sell bikes and will help you find your next favourite ride.</p>
									<ul class="actions">
										<li><a href="bikes.php" class="button style1">See Bikes</a></li>
									</ul>
								</section>
							</div>
							<div class="col-4 col-12-medium">
								<section class="highlight">
									<a href="repairs.php" class="image featured"><img src="images/dbh-repair.jpg" alt="" /></a>
									<h3><a href="repairs.php">Repairs and Service	</a></h3>
									<p>Yes, we have parts in stock and yes, we will fix your bike.</p>
									<ul class="actions">
										<li><a href="repairs.php" class="button style1">Service Details</a></li>
									</ul>
								</section>
							</div>
							<div class="col-4 col-12-medium">
								<section class="highlight">
									<a href="shopping.php" class="image featured"><img src="images/dbh-parts.jpg" alt="" /></a>
									<h3><a href="shopping.php">Parts and Accessories</a></h3>
									<p>We have parts, accessories, and other practical and pretty things for sale.</p>
									<ul class="actions">
										<li><a href="shopping.php" class="button style1">Learn More</a></li>
									</ul>
								</section>
							</div>
						</div>
					</div>
				</section>

			<!-- Footer -->
				<section id="footer" class="wrapper">
					<div class="title">Get In Touch</div>
					<div class="container">

						<div class="row">
							<div class="col-6 col-12-medium">

								<!-- Contact Form -->
									<section>
										<form method="post" action="contact.php">
											<div class="row gtr-50">
												<div class="col-6 col-12-small">
													<input type="text" name="from_name" id="from_name" placeholder="Name (required)" required />
												</div>
												<div class="col-6 col-12-small">
													<input type="email" name="from_mail" id="from_mail" placeholder="Email (required)" required />
												</div>
												<div class="col-12">
													<input type="text" name="email_subject" id="email_subject" placeholder="Subject (optional)" />
												</div>
												<div class="col-12">
													<textarea name="email_body" id="email_body" placeholder="Message (required)" rows="4" required ></textarea>
												</div>
												<div class="col-12">
													<input type="text" name="phone_number" id="phone_number" placeholder="Phone Number (optional)" />
												</div>
												<div class="col-12">
													<span class="g-recaptcha" data-sitekey="6LfFaXcUAAAAAOxMdOBMHHr_gcEi-0YzIlynOAsP"></span>
												</div>
												<div class="col-12">
													<ul class="actions">
														<li><input type="submit" class="style1" value="Send" /></li>
													</ul>
												</div>
											</div>
										<input type="hidden" name="from_page" id="from_page" value="(Home Page Form)">	
										</form>
									</section>

							</div>
							<div class="col-6 col-12-medium">

								<!-- Contact -->
									<section class="feature-list small">
										<div class="row">
											<div class="col-6 col-12-small">
												<section>
													<h3 class="icon solid fa-home">Visit:</h3>
													<p>
														Downtown Bike Hounds<br />
														19 John Street North<br />
														Hamilton ON L8R 1H1
														(<a href="https://www.google.com/search?client=firefox-b-d&q=19+john+Street+North+Hamilton+ON+L8R+1H1#">open in maps</a>)
													</p>
												</section>
											</div>
											<div class="col-6 col-12-small">
												<section>
													<h3 class="icon solid fa-comment">Social</h3>
													<p>
														<a href="http://instagram.com/shopbikehounds">ig: @shopbikehounds</a><br />
														<a href="http://facebook.com/bikehounds">facebook/bikehounds</a><br />
														<a href="http://twitter.com/shopbikehounds">tweet: @shopbikehounds</a>
													</p>
												</section>
											</div>
											<div class="col-6 col-12-small">
												<section>
													<h3 class="icon solid fa-car">Parking</h3>
													<p>
														Meters on John Street<br />
														(West Side, Facing South)<br />
														FREE on weekends<br />
														<br />
														10 Minute stops allowed<br />
														in both loading zones
													</p>
												</section>
											</div>
											<div class="col-6 col-12-small">
												<section>
													<h3 class="icon solid fa-phone">Phone</h3>
													<p>
														Text: <a href="sms:+19055259497">(905) 525-9497</a><br />
														Call: <a href="tel:+19055259497">(905) 525-9497</a><br />
														<br />
														For detailed requests, send us an email!
													</p>
												</section>
											</div>
										</div>
									</section>

							</div>
						</div>
						<div id="copyright">
							<ul>
								<li>&copy; Untitled.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
							</ul>
						</div>
					</div>
				</section>
		</div>

		<!-- Scripts -->
			<script src="assets/js/jquery.min.js"></script>
			<script src="assets/js/jquery.dropotron.min.js"></script>
			<script src="assets/js/browser.min.js"></script>
			<script src="assets/js/breakpoints.min.js"></script>
			<script src="assets/js/util.js"></script>
			<script src="assets/js/main.js"></script>

	</body>
</html>