-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 1.78 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>
<!--
Requirements:
1. Heading with name of place
2. 5 Pictures of said place
3. Why you like the place
4. 5 things to do at the said place
5. Background color or image for website
6. Text Color
7. Video of place
-->
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title> About Canada</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='style.css'>
<script src='main.js'></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300&family=Special+Elite&display=swap" rel="stylesheet">
</head>
<body>
<center>
<h1>Canada</h1>
<p>I like Canada because it's the coldest place i know, this means I can play in the snow unlike in florida
where it never snows</p>
<section id="ToDo">
<h3>Things to do</h3>
<p>
1. play in the snow<br>
2. Go snow boarding<br>
3. Make Snowballs<br>
4. Do activities<br>
5. Walk in the snow<br>
</p>
</section>
<img src="canada1.jpg" id="images" onclick="cycle()" height="600" width="600"><br>
Click for more images
<h1 id="video">Video</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Yu2efGesHhw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>
</body>
</html>