-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxxi.html
105 lines (75 loc) · 3.71 KB
/
xxi.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!-- <!DOCTYPE html> -->
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Discover SP</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="glide/dist/css/glide.core.min.css">
<link rel="stylesheet" href="glide/dist/css/glide.theme.min.css">
<meta name="viewport" content="initial-scale=1.0, width=device-width">
</head>
<body>
<header id="masthead">
<button type="button" name="burg" id="hamburguer">≡</button>
<nav>
<a href="index.html" id="iconImg"><img src="images/icon.png" alt="Icon"></a>
<ul>
<li>
<a class="dropdownMenu">Culture</a>
<ul class="dropdownList">
<li><a href="museums.html">Museums</a></li>
<li><a href="theatres.html">Theatres</a></li>
<li><a href="outdoors.html">Outdoors</a></li>
</ul>
</li>
<li>
<a class="dropdownMenu">Night Life</a>
<ul class="dropdownList">
<li><a href="clubs.html">Night Clubs</a></li>
<li><a href="pubs.html">Pubs</a></li>
<li><a href="restaurants.html">Restaurants</a></li>
</ul>
</li>
<li>
<a class="dropdownMenu">History</a>
<ul class="dropdownList">
<li><a href="foundation.html">Foundation</a></li>
<li><a href="coffee.html">Coffee Boom</a></li>
<li><a href="xxi.html">XXI Century</a></li>
</ul>
</li>
<li>
<a class="dropdownMenu">About Us</a>
<ul class="dropdownList">
<li><a href="developers.html">Developers</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="references.html">References</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<main>
<article class="imgXXI">
<div class="blackBackground">
<div class="content">
<h2>XXI Century </h2>
<p>
Matured into a culturally diverse city, powerful economically and politically, São Paulo geographic location gaved the bases for the city became what it is today, the capital accumulation obtained by the prosperous coffee times, was used to invest in the industrial sector, making it develop as a economic center.
</p>
<p>
Nowadays São Paulo is the biggest city in South America both in economic and populational aspects, with more than 12 million people living in the city and more than 22 million in one of the biggest conurbations in the world, with 39 countries, a constant crescent urbanized area of 1.700 square kilometers, from East to West São Paulo has 80km of urban extension.
</p>
<p>
São Paulo is a multicultural city in its bases and with a rich and diverse history. Due to its intense imigration, it is estimated that São Paulo is the third biggest Italian city in the world, the biggest Japanese city out of Japan, the third biggest Lebanese city out of Lebanon, the biggest portuguese city out of Portugal and the biggest Spanish city out of Spain.
</p>
<p>
Cultural programs are very easy to find, as the city have all kind of museums, theaters and programs, with intense investments in this sector, every year has a “virada cultural”, a 24 hours cultural marathon starting from afternoon Saturday and lasting until afternoon of the next day, with theater presentations, concerts and lot of other activities.
</p>
</div>
</div>
</article>
</main>
<script src="script.Js"></script>
</body>
</html>