-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
83 lines (78 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Anywhere Fitness</title>
<link
href="https://fonts.googleapis.com/css?family=Montserrat|Quicksand&display=swap"
rel="stylesheet"
/>
<link href="css/index.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
</html>
<header>
<div id="navBar">
<h1>Anytime Fitness</h1>
<nav>
<a href="#home">Home</a>
<a href="about.html">About</a>
<a href="#services">Services</a>
<a href="#contact">Contact</a>
<a href="https://anytimefit.netlify.com/">Sign In</a>
</nav>
</div>
</header>
<section class="topSection">
<!-- person working out img -->
<img class="workingOutImg" src="img/sport-fitness-training-sporty.jpg" alt="two people working out" />
</section>
<section class="sectionTwo">
<!-- smartphone image, ordered list of filler text -->
<img class="cellPhoneShape" src="img/cellPhoneShape.png" alt="smartphone with blank white screen"/>
<ol>
<li>
If you don't think every day is a good day - try missing a few. You'll see. A fan brush is a fantastic piece of equipment. Use it. Make friends with it.
</li>
<li>
As trees get older they lose their chlorophyll. It's almost like something out of a fairytale book. Work that paint.
</li>
<li>
Let's do that again. Pretend you're water. Just floating without any effort. Having a good day.
</li>
<li>
What the devil. It's beautiful - and we haven't even done anything to it yet.
</li>
</ol>
</section>
<section class="thirdSection">
<!-- 'take advantage of the app' info -->
<div class="upperRight">
<h2>Take Advantage of the App!</h2>
</div>
<div class="rowSection">
<div>
<h4>Check out nearby programs in realtime</h4>
<p>Let's do that again. Just let these leaves jump off the brush You need to have a very firm paint to do this. Nature is so fantastic, enjoy it. Let it make you happy.</p>
</div>
<div>
<h4>Contact and communicate with trainers</h4>
<p>There comes a nice little fluffer. So often we avoid running water, and running water is a lot of fun. I like to beat the brush.
</p>
</div>
</div>
</section>
<section class="fourthSection">
<!-- face with border-radius 50% and filler text -->
<div class="trainerImg">
<img src="img/trainer.png" alt="smiling man holding a kettlebell"/>
</div>
<div class="fourthSectionFiller">
<p>
We don't need any guidelines or formats. All we need to do is just let it flow right out of us. Don't kill all your dark areas - you need them to show the light. Even trees need a friend. We all need friends. Nothing's gonna make your husband or wife madder than coming home and having a snow-covered dinner. You can't make a mistake. Anything that happens you can learn to use - and make something beautiful out of it.
</p>
</div>
</section>
<footer>
<p>© Anytime Fitness 2020</p>
</footer>