-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (45 loc) · 2.28 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
<!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>
<!-- HERO SECTION -->
<div id="hero-div" class="main-div-width">
<h1 id="hero-text">Visit Torshov</h1>
<h3 id="hero-text2">Enjoy culture and sports in this vibrant district close to the center of Oslo.</h3>
</div>
<!-- ACTIVITIES SECTION -->
<div id="activities-main-div" class="main-div-width">
<h2 id="activities-title-text">Top three activities to do at Torshov</h2>
<div id="activities-div">
<div class="activity-div">
<img class="circle-pic" src="images/theatre.jpg">
<h4 class="activity-bold-text">Attend a show or a concert</h4>
<h4 class="activity-text">The Torshov Theatre is a great place to spend your night out.</h4>
</div>
<div class="activity-div">
<img class="circle-pic" src="images/park.jpg">
<h4 class="activity-bold-text">Go for a piknic in the local park</h4>
<h4 class="activity-text">The Tolshov Park is perfect for piknic, getting some tan, or just chilling out.</h4>
</div>
<div class="activity-div">
<img class="circle-pic" src="images/sports.jpg">
<h4 class="activity-bold-text">Play sports at the Lilleborg field</h4>
<h4 class="activity-text">Play volleyball, football, basket ball or lift some weights.</h4>
</div>
</div>
</div>
<!-- GUIDE SECTION -->
<div id="guide-main-div" class="main-div-width">
<div id="guide-card-div">
<div id="guide-main-text-div">
<h2 id="guide-title">Your guide</h2>
<p id="guide-text"><i>"I have lived at Torshov for over 30 years, so I can show you all of its best parts and hidden secrets."</i></p>
<h4>Per Harald Borgen</h4>
</div>
<img id="guide-img" src="images/per.jpg">
</div>
</div>
</body>
</html>