-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtake-action.html
49 lines (48 loc) · 1.79 KB
/
take-action.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Take Action</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="take-action.css" />
</head>
<body>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="take-action.html">Take Action</a>
</li>
<li>
<a href="about.html">About</a>
</li>
</ul>
</nav>
<header>
<h1>What you can do to help these children</h1>
</header>
<div class="checklist">
<div class="steps">
<h2>Checklist</h2>
<input type="checkbox"> <strong>Step 1: </strong>Donate to <a href="https://www.savethechildren.org/us/what-we-do/emergency-response/refugee-children-crisis/ukrainian-refugees"><mark>Save the Chidlren</mark></a>
<br><br>
<input type="checkbox"> <strong>Step 2: </strong>Donate toys and gadgets
<br><br>
<input type="checkbox"> <strong>Step 3: </strong>Spread awareness (post on this website on your social media)
<br><br>
<input type="checkbox"> <strong>Step 4: </strong>Advocate for the fixing of the parks and playgrounds
<br><br>
<input type="checkbox"> <strong>Step 5: </strong>Stay updated
</div>
</div>
<div class="images">
<img src="https://parks.georgetown.org/wp-content/uploads/sites/21/2015/07/San-Jose-Park-Playscape.jpg">
<img src="https://mybtoys.com/wp-content/uploads/BX1964_LS_B.jpg">
<img src="https://www.savethechildren.org/etc/clientlibs/us/clientlib-site/images/icons/stc-logo.svg">
</div>
</body>
</html>