-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·60 lines (49 loc) · 2.91 KB
/
about.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
<!DOCTYPE html>
<html lang="en-US" style="padding:0; margin:0; height: 100%;">
<head>
<title>About Swimming</title>
<meta charset="UTF-8">
<meta name="description" content="A page giving a description of swimming">
<meta name="google-site-verification" content="ghH5upma2-aWTxk4RdqOx_i5DpO20P_xJCwmmMTR7TU" />
<meta name="author" content="Mohammad Shahdad">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/jquery.bsPhotoGallery.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="shortcut icon" href="assets/media/favicon.png" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/popper.min.js" charset="utf-8"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.bsPhotoGallery.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-106185758-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="about-page" data-spy="scroll" data-target=".navbar" data-offset="50">
<div id="about-page-main-container">
<div id="header">
</div>
<!-- Container (About Swimming Section) -->
<div id="about" class="container text-center">
<h3 class="page-title">About Swimming</h3>
<p>Swimming is an individual or team sport that involves using arms and legs to move the body through water. Typically, the sport takes place in pools or in open-water (e.g., in a sea or lake). Competitive swimming is one of the most popular Olympic sports, with events in butterfly, backstroke, breaststroke, freestyle, and individual medley. In addition to these individual events, swimmers also take part in relays. Swimming each stroke requires specific techniques, and in competition, there are specific regulations concerning the acceptable form for different strokes. There are also rules put in place to regulate what types of swimsuits are allowed at competitions. Although it is possible for competitive swimmers to incur several injuries from the sport, there are also multiple health benefits associated with the sport.</p>
</div>
<div id="footer-about">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
$("#header").load("header.html #nav2");
$("#footer-about").load("footer.html");
});
</script>
</body>
</html>