-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cites.html
74 lines (74 loc) · 3.08 KB
/
Cites.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!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">Citation 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>
<a href="./CampaignPage.html"><li>Campaign Page</li></a>
<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>
<div class="current-page">
<a href="./Cites.html"><li>Citations Page</li></a>
</div>
</ul>
</div>
<div class="box d">
<ul>
<a href="https://fentoninprint.com/2286/opinion/procon-are-schools-limiting-the-creativity-of-students/">
<li>https://fentoninprint.com/2286/opinion/procon-are-schools-limiting-the-creativity-of-students/</li>
</a>
<br><br>
<a href="https://health.usnews.com/health-news/family-health/childrens-health/articles/2010/12/02/how-to-encourage-your-kids-creativity">
<li>https://health.usnews.com/health-news/family-health/childrens-health/articles/2010/12/02/how-to-encourage-your-kids-creativity</li>
</a>
<br><br>
<a href="https://dustinstout.com/is-your-creativity-being-stifled/"
<li>https://dustinstout.com/is-your-creativity-being-stifled/</li>
</a>
<br><br>
<a href="https://blog.innerdrive.co.uk/8-ways-to-improve-creativity">
<li>https://blog.innerdrive.co.uk/8-ways-to-improve-creativity</li>
</a>
<br><br>
<a href="https://oceanservice.noaa.gov/ocean/earthday.html">
<li>https://oceanservice.noaa.gov/ocean/earthday.html</li>
</a>
<br><br>
<a href="https://www.sciencedirect.com/science/article/abs/pii/S0749597800929182">
<li>https://www.sciencedirect.com/science/article/abs/pii/S0749597800929182</li>
</a>
<br><br>
<a href="https://brogan.com/blog/gen-we-and-redefinition-creativity/">
<li>https://brogan.com/blog/gen-we-and-redefinition-creativity/</li>
</a>
<br><br>
<a href="https://medium.com/@chiefdistiller/how-does-environment-influence-creative-thinking-7969af156d8e">
<li>https://medium.com/@chiefdistiller/how-does-environment-influence-creative-thinking-7969af156d8e</li>
</a>
<br><br>
<a href="https://s-usih.org/2013/06/the-origins-of-creativity/">
<li>https://s-usih.org/2013/06/the-origins-of-creativity/</li>
</a>
</ul>
<a href="https://docs.google.com/document/d/1kePg5dFCD6k_6Ctm553Buludz4el4q2yotSNJVRGV5c/edit?usp=sharing"><p class="center">Click here to see this in MLA format</p></a>
</div>
<div class="box e">I am Adiba Rana. My school email is [email protected]</div>
</div>
</body>
</html>