-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsickKids.html
56 lines (55 loc) · 2.36 KB
/
sickKids.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
<!DOCTYPE html>
<html>
<head>
<title>Sick Kids Donations</title>
<link rel="stylesheet" type="text/css" href="styles/styleSickkids.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400italic,700,700italic,900,900italic" rel="stylesheet">
</head>
<body>
<header class="main-header">
<div class="header-wrap">
<div class="item-title">
<h1 class="item-title-one">
St. Michael
</h1>
<div class ="under-header">
Thunder Council
</div>
</div>
<a href="index.html" class="button homemargin">Home</a>
<a href="https://www.sickkids.ca/index.html" class="button secondmargin">Sick Kids</a>
</div>
</header>
<div class="frame">
<div class="body">
<div class="main">
<h2 class="title">Colour Wars: Sick Kids</h2>
<p class="statement">Helping those who need it most</p>
<figure class="imageDiv">
<img class="image" src="images/giftsFront.png" alt="Image of gifts donated to Sick Kids 2020">
<figcaption class="img-caption">2018/2019 Year: Toy collection from the colour wars donations being prepared for delivery to Sick Kids Hospital</figcaption>
</figure>
<figure class="imageDiv color-two">
<img class="image2" src="images/gifts2017.JPG" alt="Image of gifts donated to Sick Kids 2020">
<figcaption class="img-caption">2017/2018 Year: Toy's collected and prepared in the matrix</figcaption>
</figure>
<figure class="imageDiv color-three">
<img class="image3" src="images/giftsBus.JPG" alt="Image of gifts donated to Sick Kids 2020">
<figcaption class="img-caption">2018/2019 Year: Toy's being put onto the bus to be transported to Sick Kids Hospital</figcaption>
</figure>
<section id="information">
<h3 class="info">Information</h3>
</section>
<div class="text">
<ul class="points">
<li>2019/2020 Year: 81 boxes filled</li>
<li>2018/2019 Year: 60 boxes filled</li>
<li>2017/2018 Year: <60 boxes filled </li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>