-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAboutUs.html
More file actions
110 lines (91 loc) · 4.43 KB
/
AboutUs.html
File metadata and controls
110 lines (91 loc) · 4.43 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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<link rel="stylesheet" href="stylesheets/style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" />
</head>
<body style="background-color: #131313;">
<div id="contact_details" class="modal">
<div class="modal_container">
<h1>Email</h1>
<p>info.burn@gmail.com</p><br>
<h1>Contact</h1>
<p>7069096439</p><br>
<h1>Address</h1>
<Address style="text-align: center;font-size: 0.8rem;">576 AVENUE BAYONNE NJ 07002-4854 USA</Address><br>
<div class="social_icons2">
<a href="" class="linkedln" target="_blank"><i class="fab fa-linkedin-in one"></i></a>
<a href="" class="insta" target="_blank"><i class="fab fa-instagram two"></i></a>
</div>
<br>
</div>
</div>
<header>
<a href="index.html" class="logo"><i class="fas fa-fire-alt"></i>Burn</a>
</header>
<section id="About_Us">
<div class="container container1">
<div class="content1">
<h1>About Us?</h1>
<p>We are a bunch of people passionate about health <br> and with us you will fall in love with fitness!</p>
</div>
<div class="image" style="background-image: url(Images/undraw_nature_m5ll\ \(1\).svg);background-position: center;
background-size: 100% 100%;">
<img src="Images/undraw_energizer_2224.svg" alt="image" id="img_yoga">
</div>
</div>
<div class="container container2">
<p>
Burn Gym opened its doors in March 2014. We pride ourselves on creating a creative and professional fitness environment, a friendly and knowledgeable staff composed entirely of experts. Our many amenities such as yoga classes, weights and cardio equipment,
saunas, and shower facilities for members can make the gym a big part of their lives.
</p>
</div>
<div class="container container4">
<h2>Our Vision</h2>
<p>
“To enhance the quality of life in the communities, we serve through our fitness philosophy, facilities, programs, and products and to instill in the lives of people everywhere the value of health and fitness.Our one of a kind, rockstar instructors guide
riders through an inspirational, meditative fitness experience that’s designed to benefit the body, mind, and soul.”
</p>
</div>
<div class="container container3">
<button class="contact">Contact</button>
</div>
</section>
<div class="blackbgcontainer">
</div>
<div class="nav_container">
<div class="menu_btn">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div class="nav_items">
<a href="index.html">Home</a>
<a href="Liveclass.php">Live Class</a>
<a href="#" style="color: orange;">About Us</a>
<a href="Testimonial.html">Testimonial</a>
<a href="Gallery.html">Gallery</a>
</div>
</div>
<div class="nav_items_mobile">
<a href="index.html">Home</a>
<a href="Liveclass.php">Live Class</a>
<a href="#" style="color: orange;">About Us</a>
<a href="Testimonial.html">Testimonial</a>
<a href="Gallery.html">Gallery</a>
</div>
<script src="jquery-3.5.1.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.1/gsap.min.js"></script>
<script src="Js Files/vanilla-tilt.js"></script>
<script src="Js Files/AboutUs.js" async defer></script>
<script src="Js Files/index.js" async defer></script>
</body>
</html>