-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCampaignPage.html
48 lines (48 loc) · 1.83 KB
/
CampaignPage.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>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<div class="grid">
<div class="box a">Do Not Stifle<br>CREATIVITY</div>
<div class="box b">Campaign Page</div>
<div class="box c">
<ul>
<u>List Of Pages</u>
<br><br><br><br>
<a href="./index.html"><li>Home Page</li></a>
<br><br>
<div class="current-page">
<a href="./CampaignPage.html"><li>Campaign Page</li></a>
</div>
<br><br>
<a href="./HistoricalData.html"><li>Historical Data</li></a>
<br><br>
<a href="./SocialJustice.html"><li>Social Justice</li></a>
<br><br>
<a href="./ScientificData.html"><li>Scientific Data</li></a>
<br><br>
<a href="./EnvironmentEffects.html"><li>Environmental Effects</li></a>
<br><br>
<a href="./Cites.html"><li>Citations Page</li></a>
</ul>
</div>
<div class="box d">
<p class= "campaign">
<strong>Problem:</strong>
Schools stifle creativity from a young age.
<br><br>
<strong>Solution:</strong>
When they are young, do not tell them facts. Let them discover the facts. Also, if they say something like "purple milk comes from purple cow" do not correct them. Let them believe in stuff like that while they are young.
<br><br>
<strong>Action:</strong>
When kids do something differently, let them and encourage them. Tolerate wrong answers, keep lower standards so they have room to grow, do not reward or punish them too much, and express yourself. These are things that will encourage children to be creative.
</p>
<br><br>
<img src="plant.jpg" height="500" width="1250"/>
</div>
<div class="box e">I am Adiba Rana. My school email is [email protected]</div>
</div>
</body>
</html>