-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (42 loc) · 2.07 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
<!DOCTYPE html>
<html>
<head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="styles.css">
</head>
<body class="display-center">
<!-- HERO SECTION -->
<div class="dimensions display-center" id="hero">
<h3 id="hero-title">Visit Torshov</h3>
<h4 id="hero-desc">Enjoy culture and sports in this vibrant district close to the center of Oslo.</h4>
</div>
<!-- ACTIVITIES SECTION -->
<div class="dimensions display-center" id="activities">
<div>
<img class="activities-img" src="images/park.jpg">
<h4 class="activities-title">Attend a show or a concert</h4>
<p class="activities-desc">The Torshov Theatre is a great place to spend your night out.</p>
</div>
<div>
<img class="activities-img" src="images/theatre.jpg">
<h4 class="activities-title">Go for a piknic in the local park</h4>
<p class="activities-desc">The Torshov Park is perfect for piknic, getting some tan, or just chilling out.</p>
</div>
<div>
<img class="activities-img" src="images/sports.jpg">
<h4 class="activities-title">Play sports at the Lilleborg field</h4>
<p class="activities-desc">Play volleyball, football, basket ball or lift some weights.</p>
</div>
</div>
<!-- GUIDE SECTION -->
<div class="dimensions display-center" id="guide">
<div id="guide-card" class="display-center">
<div id="guide-img"></div>
<div id="guide-details">
<h3 id="guide-title">Your guide</h3>
<p id="guide-desc">"I have lived at Torshov for over 30 years, so I can show you all of its best parts and hidden secrets."</p>
<h4 id="guide-name">Per Harald Borgen</h4>
</div>
</div>
</div>
</body>
</html>