-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (52 loc) · 2.94 KB
/
Copy pathindex.html
File metadata and controls
53 lines (52 loc) · 2.94 KB
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
<!DOCTYPE html>
<html lang="en">
<link>
<head>
<meta charset="UTF-8">
<title>Freaky Friday</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="top">
<a href="https://bandyforbundet.no/?p=99">
<img alt="100" src="../Images/NBF.jpg.jpg" style="float:left;" height="150" width="150">
<img alt="100" src="../Images/NBF.jpg.jpg" style="float:right;" height="150" width="150">
</a>
<h1 style="float: contour">Norwegian floorball</h1>
</div>
<div class="text-box">
<div class="text">
<h2>Floorball rules</h2>
<p> In floorball there is a lot of different rules to think of while playing. <br> You always have to carry the right equipment to stay on the field.
<br> That is equipments such as gym shoes, a stick and your team kit. <br> You are not allowed to push other opponents in other ways than shoulder against shoulder <br>
You are allowed to kick the ball only once each time you have it <br> and you are allowed to pass the ball to a teammate with your feet. <br>
To hit other opponents directly at the stick is not allowed, <br> you will have to take the ball away from them in a clean way.
</p>
<h2>The Norwegian national team</h2>
<p> In Norway floorball is a groving sport which is getting more and more popular. <br> Norway as a nation is quite higly ranked in the world, standing at around #6 in the world ranking
<br> The womens national team is ranked about the same as the men. The world cup is being played <br> every second year and the Norwegian national teams is attending them each time.
<br> You have several Norwegian national team players that plays and has been playing abroad. <br> These are players such as Sindre Bjerknes, Daniel Gidske and Ketil Kronberg. <br>
They have all been playing in Sweden which is the #1 ranked floorball nation in the world. <br>
<br>
<a href="https://sveiva.no/spillerstall-herrer/sindre-bjerknes/">
<img class="img-bjerk" alt="100" src="../Images/Bjerk.jpg">
</a>
<a href="https://www.mullsjoais.se/lag/2cdf-32c4bo2vU__mullsjo-ais/qRn-v8OnSuyW__daniel-gidske">
<img class="img-Gidske" alt="100" src="../Images/Gidske.jpg">
</a>
<a href="https://sv.wikipedia.org/wiki/Ketil_Kronberg">
<img class="img-Kron" alt="100" src="../Images/Kronberg.jpg">
</a>
</p>
</div>
</div>
<div>
<h2>Positions/pitch</h2>
<p>On a floorballpitch you have five different positions as well as a goalkeeper. <br> The positions you have can you see on the pitch under here. <br>
The two X'es in front of the goal are both right and left back, the X in the middle is called a center <br> and the two X'es in front is called runners or wingers.
<br><br>
<img class="img-Pitch" alt="100" src="../Images/Skjermbilde.PNG">
</p>
</div>
</body>
</html>