-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (90 loc) · 5.34 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Christmas at Den Gamle By</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link href='http://fonts.googleapis.com/css?family=Share+Tech' rel='stylesheet' type='text/css'>
</head>
<body>
<!--first page-->
<div id="first">
<div id="logo1"><a href="http://www.dengamleby.dk/the-old-town/"><img src="dengamleby-logo.gif" alt="dengamleby" width="140" height="60"/></a></div>
<div id="logo2"><img src="logo_icon.png" alt="logo" width="140" height="60"></div>
<div id="logofb"><a href="https://www.facebook.com/DenGamleBy"><img src="fb_icon.png" alt="facebook" width="60" height="60"/></a></div>
<div id="logoyt"><a href="http://www.youtube.com/user/dengamlebymuseum"><img src="yt_icon.png" alt="youtube" width="59" height="59"/></a></div>
</div>
<!--end of first page-->
<!--2nd page-->
<div id="second">
<div id="text1">
<p>Explore the historical shops and discover unique presents, including a bookstore, a baker and a merchant. In 1927, the Ironmonger tempts children and adults with mechanical toys and all little boys dream of a steam engine for Christmas.</p>
</div>
<div class="image"><img src="gb04.jpg" alt="table" height="400" width="300"/></div>
<div id="text2">
<p>Experience how Danes have celebrated the holidays for centuries. Exciting activities await the entire family with historical shops, Living History, traditional Danish treats, Christmas market and entertainment in the weekends.</p></div>
<div id="text3"><p>Living history in the Merchant’s House, 1864, where visitors may help the kitchen maids preparing for Christmas. You can also travel in style in the traditional Danish post carriage, or be tempted by the many delicacies at the Christmas market.</p></div>
<div id="text4"><p>Traditional Christmas table from 1723. Throughout the museum, visitors get a glimpse of how the Danish Christmas has developed from the 1600s until 1974.</p></div>
</div>
<!--end of 2nd page-->
<!--3rd page-->
<div id="third">
<div id="envelope"><img src="logo.gif" alt="our logo" width="433" height="456"/></div>
<div id="competition"><p>COMPETITION</p></div>
<div id="paragraph"><p>Christmas is soon upon us and it’s time to get creative!
That is why Den Gamle By in Aarhus would like to make something exciting to happen. Two competitions for everyone who would like to compete. The first competition is a Photo competition and the second one is a Video competition. They are both explained in the pages below.<br/>
There will be lights and Christmas Decorations in and outside the houses, and different events will take place from 16th November to the 30th of December.<br/> Read more about the events here:<a href="http://www.dengamleby.dk/christmas/"> Christmas in Den Gamle By</a>.<br/>
And remember, with a student card you will benefit of a discount.
</p></div>
<div id="signup">SIGN UP</div>
</div>
<!--end of 3rd page-->
<!--4th page-->
<div id="fourth">
<div id="photocomp"><p>PHOTO COMPETITION</p></div>
<div id="phototext"><p>We Want YOU!!!
This competition is for you, the one who can make the best picture of the Danish Christmas in the old Days! Den Gamle By’s Event will take place from the 16th of November to the 30th of December. The houses you will see there are from the last centuries and will all be decorated and light up, so come down and take a look and make some awesome pictures that you afterwards can upload to our website, after signing up for the competition.
Of course, we also have very cool prizes for the winner! You can win a brand new EOS 700D Camera from Canon. The winner will be contacted on the 18th of January!
</p></div>
<div id="imgslider"><img src="slider.png" alt="Christmas at Den Gamle By" width="460" height="337"/></div>
</div>
<!--end of 4th page-->
<!--5th page-->
<div id="fifth">
<!--<div id= "video"><iframe width="560px" height="315px" src="http://www.youtube.com/embed/la-bKJdS8JQ" frameborder="0" allowfullscreen></iframe></div>-->
<div id="videocomp"><p>VIDEO COMPETITION</p></div>
<div id="videotext"><p>Find your inner Spielberg and come down to Den Gamle By in Aarhus! From the 16th of November to the 30th of December, Den Gamle By will be filled with Christmas decorations and engulfed by the Christmas spirit and you could find lots of traditional food from the old days in Denmark. Come down and make a video of this Christmas event and join the competition!
Afterwards you have to sign up here, upload your video and send it to us. On the 18th of January the winner will be contacted. The Prize is a Legria HF R48 Camera from Canon.</p></div>
<div id= "video"><iframe width="560" height="315" src="http://www.youtube.com/embed/la-bKJdS8JQ" allowfullscreen></iframe></div>
</div>
<!--end of 5th page-->
<!--6th page-->
<div id="sixth">
<div id="competlogo"><img src="Logo-for-competition.png" alt="competition logo" width="300" height="300"/></div>
<div id="contact">
<FORM>
<FIELDSET>
<LEGEND>Have any questions? CONTACT US!</LEGEND>
<br/>
<LABEL FOR ="NAME">NAME:</LABEL>
<br/>
<INPUT TYPE="TEXT" NAME = "NAME" ID= "NAME"/>
<br/>
<br/>
<LABEL FOR ="EMAIL">EMAIL:</LABEL>
<br/>
<INPUT TYPE="EMAIL" NAME="EMAIL" ID="EMAIL"/>
<br/>
<br/>
<p><LABEL FOR= "MESSAGE">MESSAGE:</LABEL>
<br/>
<br/>
<TEXTAREA NAME="MESSAGE" ID="MESSAGE" ROWS="15" COLS="70"></TEXTAREA>
<div id="button"><INPUT TYPE="SUBMIT" VALUE="SEND"/></p></div>
</FIELDSET>
</FORM>
</div>
</div>
<!--6th page end-->
</body>
</html>