forked from ISM6225/Assignment_LookAndFeel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
110 lines (105 loc) · 5.77 KB
/
Copy pathabout.html
File metadata and controls
110 lines (105 loc) · 5.77 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About</title>
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- HEADER -->
<header id="main-header">
<div class="container">
<div class="row end-sm end-md end-lg center-xs middle-xs middle-sm middle-md middle-lg">
<div class="col-xs-12 col-sm-2 col-md-2 col-lg-2">
<h1>
<span class="primary-text"></span>IRON CULT
</h1>
</div>
<div class="col-xs-12 col-sm-10 col-md-10 col-lg-10">
<nav id="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li class="current"><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
<li>
<a href="implementation.html">Implementation</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- SUBHEADER -->
<section id="subheader">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h1>About Us</h1>
</div>
</div>
</div>
</section>
<!-- MAIN PAGE -->
<section id="page" class="about">
<div class="container">
<div class="row center-xs center-sm center-md center-lg">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<h2><span class="primary-text">Who</span> We Are</h2>
<p>Iron Cult is well known for its unique workouts. As trainers, we conduct continuous research to update our knowledge. Since we trainers are passionate about training the same is taught to you. So, you will find highly motivated individuals in the gym. The gym clients also take the responsibility to teach the newcomers. Moreover, the gym consists of various equipment’s, which adds lot of variety to the daily workouts. Different templates are given to everyone, so the statement that gyms and gym workouts are highly boring doesn’t apply to Ironcult.</p>
<p>With multiple awards for excellence under its belt including 2 awards from the Bulls Club for the “Best Fitness Chain”, An award from the Images Beauty & wellness for the Most admired fitness chain of the year”, an award from Franchise Tampa, 8 awards from Iron Cult's International making it a very eventful 14 years in the growth of the business. Iron cult Tampa has bagged the most prestigious Economic Times ET award for ‘Excellence in Marketing 2013’ & ‘Excellence in Customer Service 2014’.</p>
<hr>
<h2><span class="primary-text">What</span> We Do</h2>
<p>Iron Cult Tampa is acknowledged for its unrivalled success in providing the finest equipment and fitness knowledge available to help its members achieve their individual potential. It follows a globally proven fitness training module with state-of-the-art infrastructure and delivery methodology and continuous up gradation through training programs. With certified trainers and nutritional counseling, iron cult provides a comprehensive approach to the health and well-being of its member.</p>
<p>Catering to famous celebrities including film & television personalities, sportspersons & Corporate honchos,iron cult lives up to its reputation to give results. Whether your goal is to burn fat, tone or add muscle, build strength, increase flexibility or improve your cardiovascular health, only Iron Cult Gym has the atmosphere and experience you need..</p>
</div>
</div>
</div>
</section>
<!-- COMPANY -->
<section id="company">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<h4>Contact Us</h4>
<ul>
<li>
<i class="fa fa-phone"></i> (813) 123-4567
</li>
<li>
<i class="fa fa-envelope"></i> support@fitness.com
</li>
<li>
<i class="fa fa-map"></i> 111, E Fowler Avenue, Tampa, FL
</li>
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<h4>About Us</h4>
<p>We are dedicated and credible fitness training professionals aimed at training you from scratch</p>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<h4>Newsletter</h4>
<p>For more updates and information, Subscribe!</p>
<form>
<input type="text" name="email" placeholder="Enter Email">
<button type="submit" name="button">Submit</button>
</form>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="main-footer">
<div class="container">
<div class="row center-xs center-sm center-md center-lg">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<p>Copyright © 2018 | IRON CULT</p>
</div>
</div>
</div>
</footer>
</body>
</html>