-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
212 lines (198 loc) · 7.98 KB
/
about.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
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
<!-- @format: Prettier-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>About MAB, Ph.D.</title>
<link rel="icon" type="image/png" href="Images/tree.png" />
<meta charset="UTF-8" />
<meta name="author" content="Mónica Angulo Bedoya" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1, " />
<meta name="keywords" content="HTML, CSS, JavaScript" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="About" content="Personal description and hobbies" />
<link rel="stylesheet" href="Styles/style.css" />
<link rel="stylesheet" href="Styles/contents.css" />
<link rel="stylesheet" href="Styles/responsive.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
</head>
<body>
<header>
<div class="nav-mobile">
<h1 class="head-block">About</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="education.html">Education</a>
</li>
<li>
<a class="nav-link" href="skills.html">Skills</a>
</li>
<li>
<a class="nav-link" href="apps.html">Portfolio</a>
</li>
</ul>
</div>
</nav>
</div>
<!-- Page contents -->
<main class="contents">
<section class="profile-section">
<article>
<p>Science lover - Lifelong learner.</p>
<p>
Ph.D. in Engineering, Fulbright Alumna with over 6 years of
experience, with a strong background in science & engineering.
Able to effectively achieve objectives and adjust decisions based on problem definitions. I am interested in research
projects and data analysis. Offering competence in determining
effective solutions & engaging in new challenges with
curiosity, energy, and commitment to drive projects forward.
</p>
</article>
</section>
<!-- Contact Info -->
<section class="section-about">
<ul class="left-flex-about">
<li class="info"><p>Name: Mónica Lucía Angulo B.</p></li>
<hr />
<li class="info"><p>Email: [email protected]</p></li>
<hr />
<li class="info"><p>Rionegro, Colombia</p></li>
<hr />
<div class="info-links">
<li>
<a
class="info-a-link"
href="https://www.linkedin.com/in/anguloscience/"
target="_blank">
<i class="fa-brands fa-linkedin"></i>
<p>Resume</p></a
>
</li>
<li>
<a
class="info-a-link"
href="https://github.com/anguloscience"
target="_blank"
><i class="fa-brands fa-github"></i>
<p>Portfolio</p></a
>
</li>
</div>
<li class="icons">
<h2>Passions</h2>
<div class="icons-flex">
<i class="fa-solid fa-route fa-2x"></i>
<i class="fa-solid fa-graduation-cap fa-2x"></i>
<i class="fa-solid fa-paw fa-2x"></i>
<i class="fa-brands fa-pagelines fa-2x"></i>
<i class="fa-solid fa-book-open-reader fa-2x"></i>
</div>
</li>
<li>
<p class="creator">
<i>*Owner and creator of this personal website</i>
</p>
</li>
</ul>
<!-- Contact form -->
<div class="fcf-body">
<div id="fcf-form">
<h3 class="fcf-h3">Let's talk!</h3>
<form
id="fcf-form-id"
class="fcf-form-class"
method="post"
action="https://formspree.io/f/mvonwazk">
<div class="fcf-form-group">
<label for="Name" class="fcf-label"
>Your full name</label
>
<div class="fcf-input-group">
<input
type="text"
id="Name"
name="Name"
class="fcf-form-control"
required />
</div>
</div>
<div class="fcf-form-group">
<label for="Email" class="fcf-label"
>Your email address</label
>
<div class="fcf-input-group">
<input
type="email"
id="Email"
name="Email"
class="fcf-form-control"
required />
</div>
</div>
<div class="fcf-form-group">
<label for="Message" class="fcf-label"
>Your message</label
>
<div class="fcf-input-group">
<textarea
id="Message"
name="Message"
class="fcf-form-control"
rows="4"
maxlength="3000"
required></textarea>
</div>
</div>
<div class="fcf-form-group">
<button
type="submit"
id="fcf-button"
class="fcf-btn fcf-btn-primary fcf-btn-lg fcf-btn-block">
Send Message
</button>
</div>
</form>
</div>
</div>
</section>
</main>
<footer class="contents-footer">
<p>© Mónica Angulo. All rights reserved</p>
</footer>
</body>
<script src="Scripts/responsive.js"></script>
</html>