-
Notifications
You must be signed in to change notification settings - Fork 1
/
olympics.html
65 lines (65 loc) · 3.07 KB
/
olympics.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
<!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="description" content="Getting into climbing for new climbers and people interested in starting, for people in the united kingdom">
<meta name="keywords" content="climbing, bouldering, sports climbing, indoor climbing, united kingdom">
<link rel="stylesheet" href="assets/css/style.css">
<title>HTML_CSS_Project</title>
<title>Document</title>
</head>
<body>
<header>
<!--Navigation bar and Title header to be inserted-->
<h1 id="logo">
Climbing
</h1>
<nav id="menu">
<ul>
<li>
<a href="index.html" class="active">Home</a>
</li>
<li>
<a href="startup.html">Getting Started</a>
</li>
<li>
<a href="olympics.html">Olympics</a>
</li>
</nav>
</ul>
</header>
<body>
<section id="olympic-parent-flex">
<div id="olympic-intro" class="intro"><h3>intro</h3></div>
<div id="olympic-speed-intro" class="intro"><h3>speed</h3></div>
<div id="olympic-speed" class="olympic-display">
<div id="olympic-speed-1" class="olympic-picture"><h3>picture1</h3></div>
<div id="olympic-speed-2" class="olympic-content"><h3>content</h3></div>
<div id="olympic-speed-3" class="olympic-picture"><h3>picture2</h3></div>
</div>
<div id="olympic-bouldering-intro" class="intro"><h3>bouldering</h3></div>
<div id="olympic-bouldering" class="olympic-display">
<div id="olympic-bouldering-1" class="olympic-picture"><h3>picture1</h3></div>
<div id="olympic-bouldering-2" class="olympic-content"><h3>content</h3></div>
<div id="olympic-bouldering-3" class="olympic-picture"><h3>picture2</h3></div>
</div>
<div id="olympic-lead-intro" class="intro"><h3>lead climbing</h3></div>
<div id="olympic-lead" class="olympic-display">
<div id="olympic-lead-1" class="olympic-picture"><h3>picture1</h3></div>
<div id="olympic-lead-2" class="olympic-content"><h3>content</h3></div>
<div id="olympic-lead-3" class="olympic-picture"><h3>picture2</h3></div>
</div>
<div id="olympic-results-intro" class="intro"><h3>results</h3></div>
<div id="olympic-results" class="olympic-display">
<div id="olympic-results-1" class="olympic-result"><h3>results</h3></div>
<div id="olympic-results-2" class="olympic-result"><h3>picture1</h3></div>
<div id="olympic-results-3" class="olympic-result"><h3>picture2</h3></div>
<div id="olympic-results-4" class="olympic-result"><h3>picture3</h3></div>
</div>
</section>
<section>
<h3>know more</h3>
</section>
</body>