-
Notifications
You must be signed in to change notification settings - Fork 0
/
SOUTHAMERICA.html
181 lines (102 loc) · 4.25 KB
/
SOUTHAMERICA.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!-----------------
Main Profile Page
------------------>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Front End Web Development</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "stylesheet" href = "css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
<link rel = "stylesheet" href = "css/main.css">
<!-- <link rel = "stylesheet" href = "css/styles.css"> -->
</head>
<body>
<header class = "main-header">
<div id = "main-header">
<!-- <h3 class = "name"><a>Country</a></h3> -->
</div>
<!-- <nav>
<ul class = "main-nav">
<li><a href = "#main-header"> Home</a></li>
<li><a href = "#portfolio">Portfolio</a></li>
<li><a href = "#contact">Contact</a></li>
</ul>
</nav> -->
</header>
<!-- <div class = "profile">
<img class = "profile-photo" src = "images/responsive-layout-profile.png" alt = "profile image">
<p class = "introduction">Hello! My name is Felix Andrew and I'm a Front End Web Developer. I am currently a student at Treehouse learning and improving my Web design skills. I love learning new and better ways to create seamless user experiences with clean, effecient, and scalable code. I consider an ongoing education, and I'm always looking for opportunities to work
with those who are willing to share their knowledge as much as I want to learn. My primary goal is to create something beautiful with people
that bring out the best in me. </p>
</div> -->
<!--Added clearfix -->
<div class = "clearfix">
<div id = "portfolio">
<div class = 'portfolio'>
<h3 class = "portfolio-title">SOUTH AMERICA</h3>
<ul class = "projects">
<li>
<img src = "images/ArgentinaSOUTHAMERICA.jpg" alt = "" >
<h2>Iguazú Falls - Argentina</h2>
<p>
Iguazú Falls is composed of the largest waterfall system globally
and the Iguazú River flows through Brazil (Argentina possesses
most of the sides that the falls are on).
</p>
</li>
<li>
<img src = "images/BrazilSOUTHAMERICA.jpg" alt = "Marketing Page" >
<h2>Amazon River - Brazil</h2>
<p>
The massive Amazon River has an average discharge rate of
approximately 209,000 cubic meters per second and is defined by
some as the longest river in the world. Is within tropical
rainforests with some of South America's most diverse wildlife
populations: jaguars, anacondas, caiman, capybara, etc.
</p>
</li>
<li>
<img src = "images/Chile SOUTHAMERICA.jpg" alt = "Search Page" >
<h2>Lauca National Park - Chile</h2>
<p>
Located within the world's longest mountain range, the Andes,
is Lauca National Park (far north in Chile). The park has some
volcanic formations, archaeological sites, and has a range of
species that reside there: cougars, llamas, flamingos, etc.
</p>
</li>
<li>
<img src = "images/EcuadorSOUTHAMERICA.jpg" alt = "Travel App" >
<h2>Galápagos Islands - Ecuador</h2>
<p>
Well known for its giant tortoises, black iguanas, manta rays,
and a variety of local marine species. Surging tourism here
is feared to harm the ecosystem, so authorities have set visiting
restrictions over time. Composed of a network of 19 islands.
</p>
</li>
<li>
<img src = "images/PeruSOUTHAMERICA.jpg" alt = "Photo Gallery" >
<h2>Machu Picchu - Peru</h2>
<p>
2,430 meters above sea level upon a mountain ridge in southern
Peru is a 15th-century citadel of Inca descent. Believed by
archaeologists to have been built for the Inca emperor Pachacuti.
</p>
</li>
<li>
<img src = "images/VenezuelaSOUTHAMERICA.jpg" alt = "Calculator" >
<h2>Mount Roraima - Venezuela</h2>
<p>
Mount Roraima rests within the corner (southeastern region) of
Venezuela's 12,000 square-mile Canaima National Park and is the
highest peak within the highlands of Guyana.
</p>
</li>
</ul>
</div>
</div>
</div>
</html>