-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 1.86 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
<html>
<head>
<title>Homepage</title>
<link rel="stylesheet" type="text/css" href="MainFile.css" / >
<link rel="shortcut icon" href="Image/flag.ico" />
</head>
<body>
<center>
<div id="header"><strong>
<p>Virtual Tour to Kitchener</p>
</strong></div>
</center>
<br>
<nav>
<div id="parentdiv"> <a href="">
<div class="navdiv">Homepage</div>
</a> <a href="history.html">
<div class="navdiv">Historical Places</div>
</a> <a href="culture.html">
<div class="navdiv">Arts and Culture</div>
</a> <a href="food.html">
<div class="navdiv">Food Diversity</div>
</a> </div>
</nav>
<marquee BEHAVIOR="alternate" SCROLLAMOUNT="4" >
<img class="imglayout" src="Image/image1.jpg" / ><img class="imglayout" src="Image/image2.jpg" / > <img class="imglayout" src="Image/image3.jpg" / > <img class="imglayout" src="Image/image4.jpg" / >
</marquee>
<hr>
<br>
<br>
<br>
<br>
<div class="mainDiv" id="quotescointainer">
<div class="insideDiv" id="quotesleft">
<div>
<center>
<h3 class="topic">Location</h3>
The City of Kitchener is a city in Southern Ontario, Canada. It is located approximately 100 km west of Toronto, Kitchener is the seat of the Regional Municipality of Waterloo. </div>
</div>
<div class="insideDiv" id="quotescenter">
<div>
<center>
<h3 class="topic">History</h3>
It was the Town of Berlin from 1854 until 1912 and the City of Berlin from 1912 until 1916. The city had a population of 219,153 in the 2011 Census.</div>
</div>
<div class="insideDiv" id="quotesright">
<div>
<center>
<h3 class="topic">Economy </h3>
Kitchener economic heritage is rooted in manufacturing. Industrial artifacts are located in public places throughout the city as a celebration of its manufacturing history.</div>
</div>
</div>
</body>
</html>