-
Notifications
You must be signed in to change notification settings - Fork 0
/
ScientificData.html
46 lines (46 loc) · 1.72 KB
/
ScientificData.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
<!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">Scientific 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>
<a href="./HistoricalData.html"><li>Historical Data</li></a>
<br><br>
<a href="./SocialJustice.html"><li>Social Justice</li></a>
<br><br>
<div class="current-page">
<a href="./ScientificData.html"><li>Scientific Data</li></a>
</div>
<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">
<img class="left" src="ScientificData.jpg" width="650" height="1050"/>
<p class="text-wrap-sd">
As you see in this infographic, 80% of people believe creativity helps with economic growth, and two-thirds believe creativity is valuable to society.
<br><br>
Despite this, 75% of people said that they felt pressure to fucus more on being porductive than creative.
<br><br>
Only one out of four people believe they are living up to their creative potential, and 39% described themselves as feeling creative. If we just focus on America, that jumps to 52%.
</p>
<br><br>
<img src="picture-sd.jfif" width="700"/>
</div>
<div class="box e">I am Adiba Rana. My school email is [email protected]</div>
</div>
</body>
</html>