-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (88 loc) · 4.71 KB
/
index.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
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
<!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">
<meta name="title" content="Fact File - Parkour">
<meta name="description" content="This is a fact file about Parkour. Made By Kevin">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Qahiri&family=Ubuntu:wght@300;500&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<title>Fact File - Parkour</title>
</head>
<body class="bg-dark">
<div class="scroll-mouse" id="scroll-mouse">
<span class="material-icons-two-tone">
mouse
</span>
</div>
<div id="firstPage" class="min-vh-100 d-flex justify-content-center align-items-center flex-column w-100 group">
<h1 class="text-white headings" id="heading">Parkour</h1>
<p class="text-white">Fact File</p>
</div>
<div id="secondPage" class="row text-white min-vh-100 flex-column-reverse flex-md-row group">
<div class="col-12 col-md-6 h-100">
<div
class="d-md-flex align-items-center h-100 flex-column justify-content-centerth align-items-center center-items">
<h2 class="headings text-white"> What Is Parkour? </h2>
<center>
<p class="px-7 d-block h-100">Have you ever seen a people jumping from one roof to another in
movies? It is a sport - Parkour. It can play either male or female. The main concept of this
sport is to pass the obstacles without touching the lines.</p>
</center>
</div>
</div>
<div class="col-12 col-md-6 h-100">
<div class="d-md-flex justify-content-center">
<img src="https://www.wallpapertip.com/wmimgs/21-213321_parkour-black-and-white.jpg"
class="d-block w-100 border rounded border-danger" alt="parkour_image">
</div>
</div>
</div>
<div id="thirdPage" class="min-vh-100 d-flex justify-content-center align-items-center group">
<div class="bg-white white-box">
<h2 class="headings text-dark">The game</h2>
<p>It can play anywhere. Mostly it plays in the places that have obstacles. You don't need any equipments
to play this sport</p>
</div>
</div>
<div id="fourthPage" class="row min-vh-100 flex-column-reverse flex-md-row text-white group">
<div class="col-12 col-md-6 h-100">
<div class="d-flex justify-content-center align-items-center h-100 flex-column center-items">
<h2 class="headings">
The Rules
</h2>
<ul>
<li>If the athelete steps over the boundary lines, they will be disqualified</li>
<li>Athelets must avoid stepping on the sensitve aera such as (Church, Historical Places..)</li>
<li>Time is measured with a timekeeping system measuring in 1/1000th of a second</li>
</ul>
</div>
</div>
<div class="col-12 col-md-6">
<video autoplay muted loop id="myVideo" class="w-100">
<source src="images/video.mp4" type="video/mp4">
</video>
</div>
</div>
<div id="sixthPage" class="min-vh-100 d-flex justify-content-center align-items-center group">
<div class="white-box bg-white">
<h2 class="headings text-dark">Major Sports Event</h2>
<p class="text-dark">Parkour world competitions is hold every year. It holds in a places like Italy, Belgium
and places that have many obstacles.</p>
<p class="text-dark">The biggest competition is held by Redbull. The next competiotion is on July,9th 2021.
</p>
</div>
</div>
<div id="seventhPage" class="d-flex justify-content-center align-items-center min-vh-100 group">
<h1 class="headings text-white">Design And Developed By Cool Coder Kids From Oakmont Association That Makes Good Programs 4 PyraHack</h1>
</div>
<script src="app.js"></script>
</body>
</html>