-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (72 loc) · 2.96 KB
/
index.html
File metadata and controls
74 lines (72 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Checkpoint1</title>
</head>
<body>
<header>
<img src="Ball-HardWebsite/header.PNG" />
<nav>
<a href="https://www.instagram.com/ballhardbball/"><i class="fab fa-instagram"></a></i>
<a href="https://twitter.com/ballhardbball?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"><i class="fab fa-twitter"></a></i>
<a href="https://www.youtube.com/user/BALLHARDBBALL"><i class="fab fa-youtube"></a></i>
</nav>
</header>
<main>
<div class="top" >
<p>The basketball world has many that want to be GREAT, but not that many that want to go the entire distance and make their dreams a reality. Here at BALL HARD, we want to be known for hard work; for greatness; FOR SUCCESS!Working with some of the best
resources in basketball, John Lucas (ex-NBA MVP & ex-NBA Head Coach) Maurice Evans (ex-NBPA Vice President & ex-NBA Player) Patrick Robinson aka Pat The Roc (World's Greatest Ball Handler) and many more...great stories have started here and there
will be many more to come.Coming to a gym near you - BALL HARD NATION
</p>
</div>
</main>
<section>
<div class="box-2"><!-- background image is located here --></div>
</section>
<div class="video-box">
<iframe width="420" height="350" src="https://www.youtube.com/embed/l1ivQNBVQZs" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br />
<!-- <section>
<h3>Here's what coaches have to say about our trainees!</h3>
</section> -->
<!-- <div class="box-1">
IQ image
</div> -->
<div class="form">
<div>
<h2> Partnerships</h2>
<ul>
<li>Omni Hotel</li>
<li>Austin Spurs</li>
<li>Outright Fitness</li>
<li>The City of RoundRock</li>
</ul>
</div>
<div id="Location" class="Gym">
<h2>Gym Location</h2>
<address id="location">
Outright Fittness and Performance <br>
15508 Bratton Lane, Suite 325 <br>
Austin, TX 78853 <br>
(512) 348-7113 (Office) <br>
(812) 549-5817 (Cell) <br>
</address>
</div>
<div id="contact" class="column">
<h2>Contact Us</h2>
<form class="contact-form" action="./">
<label class="fields" for="Name">Name</label><br>
<input class="fields" type="text" name="Name" value=""><br>
<label class="fields" for="Message">Message</label> <br>
<textarea class="fields" name="Message" rows="8" cols="20"></textarea> <br>
<input class="button" placeholder="Submit" placeholder="Send">
</form>
</div>
</div>
</body>
</html