-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
285 lines (274 loc) · 11.3 KB
/
education.html
File metadata and controls
285 lines (274 loc) · 11.3 KB
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!-- @format: Prettier-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Education MAB, Ph.D.</title>
<link rel="icon" type="image/png" href="Images/tree.png" />
<meta name="author" content="Mónica Angulo Bedoya" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1, " />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="Education"
content="Formal and informal training. Awards and scholarships" />
<link rel="stylesheet" href="Styles/style.css" />
<link rel="stylesheet" href="Styles/contents.css" />
<link rel="stylesheet" href="Styles/responsive.css" />
</head>
<body>
<header>
<div class="nav-mobile">
<h1 class="head-block">Education</h1>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</header>
<!-- left menu -->
<div class="menu">
<!-- left Navigation -->
<nav role="navigation">
<!-- left Menu / Logo-->
<aside class="top-nav">
<!-- Logo image-->
<a class="logo" href="index.html"
><img
src="Images/logoPurple.png"
alt="Home page logo. Yellow tree icon"
/></a>
</aside>
<!-- left-bottom contents -->
<div class="bottom-nav">
<ul class="nav-list">
<li>
<a class="nav-link" href="index.html">Home</a>
</li>
<li>
<a class="nav-link" href="career.html">Career</a>
</li>
<li>
<a class="nav-link" href="publications.html"
>Publications</a
>
</li>
<li>
<a class="nav-link" href="skills.html">Skills</a>
</li>
<li>
<a class="nav-link" href="apps.html">Portfolio</a>
</li>
<li>
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Page contents -->
<main class="contents">
<div class="education-flex">
<section class="left-education">
<div><h2>Academic degrees</h2></div>
<div class="bottom-edu-flex">
<!-- formal education slider container -->
<div class="slider">
<!-- slide 1 -->
<div class="slideFormal">
<img
src="Images/formalEdu/1.png"
alt="PhD in Engineering"
height="100%" />
</div>
<!-- slide 2 -->
<div class="slideFormal">
<img
src="Images/formalEdu/2.png"
alt="Master in project management"
height="100%" />
</div>
<!-- slide 3 -->
<div class="slideFormal">
<img
src="Images/formalEdu/3.png"
alt="Specialization in biotechnology"
height="100%" />
</div>
<!-- slide 4 -->
<div class="slideFormal">
<img
src="Images/formalEdu/4.png"
alt="Process engineer"
height="100%" />
</div>
<!-- Control buttons -->
<button class="formal-btn btn-next">
<img src="Images/icons/right-arrow.svg" />
</button>
<button class="formal-btn btn-prev">
<img src="Images/icons/right-arrow.svg" />
</button>
</div>
</div>
</section>
<section class="right-education">
<div><h2>Professional development</h2></div>
<div class="bottom-edu-flex">
<!-- informal education slider container -->
<div class="slider">
<!-- slide 1 -->
<div class="slideInformal">
<img
src="Images/otherEdu/1.png"
alt=""
height="100%"
usemap="#zoomHover" />
</div>
<!-- slide 2 -->
<div class="slideInformal">
<img
src="Images/otherEdu/2.png"
alt=""
height="100%"
usemap="#zoomHover" />
</div>
<!-- slide 3 -->
<div class="slideInformal">
<img
src="Images/otherEdu/3.png"
alt=""
height="100%"
usemap="#zoomHover" />
</div>
<!-- slide 4 -->
<div class="slideInformal">
<img
src="Images/otherEdu/4.png"
alt=""
height="100%"
usemap="#zoomHover" />
</div>
<!-- slide 5 -->
<div class="slideInformal">
<img
src="Images/otherEdu/5.png"
alt=""
height="100%"
usemap="#zoomHover" />
</div>
<!-- slide 6 -->
<div class="slideInformal">
<img
src="Images/otherEdu/6.png"
alt=""
height="100%"
usemap="#zoomHover" />
</div>
<!-- slide 7 -->
<div class="slideInformal">
<img
src="Images/otherEdu/7.png"
alt=""
height="100%"
usemap="#zoomHover" />
</div>
<!-- slide 8 -->
<div class="slideInformal">
<img
src="Images/otherEdu/8.png"
alt=""
height="100%"
usemap="#zoomHover" />
</div>
<!-- slide 9 -->
<div class="slideInformal">
<img
src="Images/otherEdu/9.png"
alt=""
height="100%"
usemap="#zoomHover" />
</div>
<!-- Control buttons -->
<button class="formal-btn btn-next-informal">
<img src="Images/icons/right-arrow.svg" />
</button>
<button class="formal-btn btn-prev-informal">
<img src="Images/icons/right-arrow.svg" />
</button>
<map name="zoomHover">
<area
shape="rect"
coords="0 , 0, 300, 100"
style="cursor: default" />
<area
shape="rect"
coords="0 , 225, 300, 300"
style="cursor: default" />
<!-- <area shape="rect" coords="150 , 75, 300, 300" style="cursor:default;"> -->
</map>
</div>
</div>
</section>
</div>
<div class="awards">
<h2>Awards and Scholarships</h2>
<div class="awards-flex">
<section class="top-awards-flex">
<article class="awards-info">
<h3>Fulbright Scholarship</h3>
<p style="text-align: center">2019-2020</p>
<hr />
<p>· Graduate student researcher</p>
<p>· The University of Chicago</p>
<p>and Field Museum of Natural History</p>
<p>· Chicago, USA</p>
</article>
<article class="awards-info" style="text-align: center">
<h3>Science Visiting Scholarship</h3>
<p style="text-align: center">2018</p>
<hr />
<p>· Visiting researcher</p>
<p>· Field Museum of Natural History,</p>
<p>"Amphibian and Reptiles Collection"</p>
<p>· Chicago, USA</p>
</article>
<article class="awards-info" style="text-align: right">
<h3>Doctoral student Internship</h3>
<p style="text-align: center">2018</p>
<hr />
<p>· Researcher intern</p>
<p>· Universidad de Tarapacá</p>
<p>· EME Lab</p>
<p>· Arica, Chile</p>
<!-- <a href="https://www.morphoshape.com/"></a> -->
</article>
</section>
<section class="bottom-awards-flex">
<article class="awards-info" style="text-align: center">
<h3>Colciencias Colombia</h3>
<p style="text-align: center">2015</p>
<hr />
<p>· Universidad EAFIT</p>
<p>· Grant for Ph.D. studies</p>
<p>· Medellín, Colombia</p>
</article>
<article class="awards-info" style="text-align: center">
<h3>Colciencias Colombia</h3>
<p style="text-align: center">2010</p>
<hr />
<p>· Universidad EAFIT</p>
<p>· Young Researcher Fellowship</p>
<p>· Medellín, Colombia</p>
</article>
</section>
</div>
</div>
</main>
<footer>
<p>© Mónica Angulo. All rights reserved</p>
</footer>
</body>
<script src="Scripts/responsive.js"></script>
<script src="Scripts/carousel.js"></script>
</html>