-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (49 loc) · 2.5 KB
/
Copy pathindex.html
File metadata and controls
50 lines (49 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href = "style.css" rel = "stylesheet" >
<title>Document</title>
</head>
<body>
<header>
<aside>
<img width = 150px height = 150px src = "https://images.g2crowd.com/uploads/product/image/social_landscape/social_landscape_cb8b6e71034c7dbdb0f4ececb7b14513/glofox.png" alt="glofox logo">
</aside>
<nav>
<a href="">Enterprise</a>
<a href = "">Business Types</a>
<a href =""> Features</a>
<a href ="">Pricing</a>
<a href ="">Resources</a>
</nav>
<article>
<a href ="">Login</a>
<button type = "button">Request a Demo</button>
</article>
</header>
<main>
<section>
<h1 class = "sectionPadding" >Gym Management Software</h1>
<p class = "sectionPadding">Manage your gym and boost your brand with Glofox's powerful Gym management tools.</p>
<button type = "button" class = "buttonPadding"> See Plans</button>
<a class = "sectionPadding" href = "">Request to Demo</a>
</section>
<figure>
<img alt = "People at gym" src ="https://media.istockphoto.com/photos/happy-athletic-people-jogging-on-treadmills-in-a-health-club-picture-id1089939832?k=6&m=1089939832&s=612x612&w=0&h=o3mjGEu7ru4R-_seQ6PFJ5b90qTIy5c8K5XWsRW-4dk=">
</figure>
<p id = "slogan">
We are helping fitness franchises scale faster across 60+ countries, and retaining 85% of member revenue during COVID-19.
</p>
</main>
<footer >
<img class = "logoSizes" src = "https://mpng.subpng.com/20190708/wyl/kisspng-black-swoosh-nike-logo-sock-anthony-murphy-nike-history-5d23a5b0e29644.2615819115626172649281.jpg">
<img class = "logoSizes" src = "https://toppng.com/uploads/preview/adidas-logo-png-adidas-11563653245c6zmdnvsld.png">
<img class = "logoSizes" src = "https://e7.pngegg.com/pngimages/527/442/png-clipart-puma-logo-iron-on-adidas-brand-adidas-mammal-cat-like-mammal.png">
<img class = "logoSizes" src = "https://www.pikpng.com/pngl/m/308-3089604_snkrhds-sneakerheads-exclusive-sneaker-fashion-reebok-logo.png" >
<img class = "logoSizes" src = "https://e7.pngegg.com/pngimages/151/424/png-clipart-logo-brand-under-armour-clothing-design-text-logo.png">
</footer>
</body>
</html>