-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
62 lines (54 loc) · 2.1 KB
/
about.php
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
<!DOCTYPE html>
<html>
<head>
<meta name="generator"
content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" />
<title>DNX FITNESS SOLUTIONS</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link href="https://fonts.googleapis.com/css2?family=Krona+One&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="test.css" />
<script src="scripts/googleap1.js"></script>
<script src="scripts/boot.js"></script>
<script src="scripts/cloud.js"></script>
<script src="scripts/nav.js"></script>
</head>
<body>
<div id="nav-placeholder">
</div>
<script>
$(function(){
$("#nav-placeholder").load("header.php");
});
</script>
<section>
<div class="jumbotron">
<h1>DNX FITNESS SOLUTIONS</h1>
<p>FIT MIND, FIT SOUL</p>
</div>
</section>
<section class="my-5">
<div class="py-5">
<h3 class="text-center">About Us</h3>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<video width="100%" height="100%" controls="0">
<source src="videos/gridvideo1.mp4" type="video/mp4" />Your browser does not support the video tag.</video>
</div>
<div class="col-lg-6 col-md-6 col-12">
<h2>Vision</h2>
<p>Pioneer a sea change in the mindset of popular exercise culture to where the primary objective of exercise is to
build and maintain muscular strength.</p>
<h2>Mission</h2>
<p>Maximize our clients’ strength, without compromising their health or risking injury. The InForm Fitness team will
provide a no-nonsense, sustainable regimen of strength training enabling our clients to overcome barriers to health and
fitness, and fulfill their physical potential throughout their lifetime..</p>
</div>
</div>
</div>
</section>
</body>
</html>