-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (81 loc) · 3.19 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
84
85
86
87
88
89
90
91
92
<head>
<link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="RTSstyle.css">
</head>
<body>
<div class="header">
<img class="logo" src="Images/Droplet-Symbol-2.png">
<h2 class="title">READY TO SWEAT</h2>
<img class="socialmedia" src="Images/facebook.png">
<img class="socialmedia" src="Images/twitter.png">
<img class="socialmedia" src="Images/pinterest-light.png">
<img class="socialmedia" src="Images/instagram.png">
</div>
<div class="PushupWelcome">
<h1 class="pushupheader">WORKOUTS CUSTOMIZED TO YOUR LIFE</h1>
<a class="button" id="downloadbutton" href="https://itunes.apple.com/us/genre/ios-health-fitness/id6013?mt=8" target="_blank">Download the App</a>
</div>
<div class="freeapp">
<p class="threequestions">Answer three simple questions and get your workout started</p>
<p class="free">Available for <strong>FREE</strong> on iPhone</p>
</div>
<div class="stripe">
<div class="leftstripe">
<img class="marker" src="Images/Marker1.png">
<h1 class="choosetime">CHOOSE HOW MUCH TIME YOU HAVE</h1>
</div>
<div class="rightstripe">
<img class="phoneimage" src="Images/Screen1.png">
</div>
</div>
<div class="stripe charcoalstripe">
<div class="leftstripe">
<img class="phoneimage" src="Images/Screen2.png">
</div>
<div class="rightstripe">
<img class="marker" src="Images/Marker2.png">
<h1 class="chooseequipment">CHOOSE WHICH EQUIPMENT YOU HAVE</h1>
</div>
</div>
<div class="stepthree">
<div class="leftstripe">
<img class="marker" src="Images/Marker3.png">
<h1 class="choosepart">CHOOSE WHICH BODY PART YOU WANT TO WORK</h1>
</div>
<div class="rightstripe">
<img class="phoneimage" src="Images/Screen3.png">
</div>
</div>
<div class="features">
<div id="circuit">
<img class="featureicons" src="Images/ClockIcon.png">
<p class="f1">Timed Circuits</p>
<p class="f2">Revs your metabolism and beats boredom</p>
</div>
<div id="guide">
<img class="featureicons" src="Images/ImageIcon.png">
<p class="f1">Exercise Guides</p>
<p class="f2">Ensures you do each move correctly</p>
</div>
<div id="audio">
<img class="featureicons" src="Images/HeadphoneIcon.png">
<p class="f1">Audio Prompts</p>
<p class="f2">Lets you focus on your workout, not your screen</p>
</div>
<div id="faves">
<img class="featureicons" src="Images/FavoritesIcon.png">
<p class="f1">Favorites List</p>
<p class="f2">Save your faves so you can do them again</p>
</div>
</div>
<div class="footer">
<a class="button" id="downloadbutton2" href="https://itunes.apple.com/us/genre/ios-health-fitness/id6013?mt=8" target="_blank">Download the App</a>
<div class="SM">
<img class="socialmedia2" src="Images/facebook.png">
<img class="socialmedia2" src="Images/twitter.png">
<img class="socialmedia2" src="Images/pinterest-light.png">
<img class="socialmedia2" src="Images/instagram.png">
</div>
</div>
</body>