-
Notifications
You must be signed in to change notification settings - Fork 0
/
HistoricalData.html
44 lines (44 loc) · 1.71 KB
/
HistoricalData.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
<!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">Historical Data</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>
<div class="current-page">
<a href="./HistoricalData.html"><li>Historical Data</li></a>
</div>
<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">
On May 9, 2019, TIME magazine published that most Americans value creativity in oter people, but it wasn't til the twentieth century that books published the words creative and creativity more often.
<br><br>
<img src="creativity-chart.jpeg" width="1400" height="500"/>
<br><br>
One way to read the chart is that creativity is just more important to us now. That brought up the question of whether we always had the ability to be creative.
Creativity is connected to entrepreneurialism and innovation.
Creativity is a mental function.
Ray Haberski suggested "to map the flow of ideas between the psychology liturature..."
</div>
<div class="box e">I am Adiba Rana. My school email is [email protected]</div>
</div>
</body>
</html>