-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·248 lines (232 loc) · 11.9 KB
/
contact.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109367707-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109367707-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Iago A. Carvalho personal website</title>
<!-- CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/flexslider/flexslider.css">
<link rel="stylesheet" href="assets/css/form-elements.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/media-queries.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicon and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body>
<!-- Top menu -->
<nav class="navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#top-navbar-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<i class="title"> Iago A. Carvalho </i> <br/>
<i class="subtitle"> Operations research and optimization </i>
<img src="assets/img/lattes2.png" style="margin-top: -1000px;" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="top-navbar-1">
<ul class="nav navbar-nav navbar-right">
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown" data-delay="1000">
<i class="fa fa-home"></i><br>Home <span class="caret"></span>
</a>
<ul class="dropdown-menu dropdown-menu-left" role="menu">
<li><a href="index.html">Home</a></li>
<li><a href="index-2.html">Home 2</a></li>
</ul>
</li> -->
<li>
<a href="index.html"><i class="fa fa-home"></i><br>Home</a>
</li>
<li>
<a href="research.html"><i class="fa fa-connectdevelop"></i><br>Research</a>
</li>
<li>
<a href="publications.html"><i class="fa fa-file-text"></i><br>Publications</a>
</li>
<li>
<a href="teaching.html"><i class="fa fa-book"></i><br>Teaching</a>
</li>
<li>
<a href="software.html"><i class="fa fa-code"></i><br>Software</a>
</li>
<li>
<a href="about.html"><i class="fa fa-user"></i><br>About</a>
</li>
<li class="active">
<a href="contact.html"><i class="fa fa-envelope"></i><br>Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Title -->
<div class="page-title-container">
<div class="container">
<div class="row">
<div class="col-sm-12 wow fadeIn">
<i class="fa fa-envelope"></i>
<h1>Contact /</h1>
<p>This is how you can contact me</p>
</div>
</div>
</div>
</div>
<!-- Contact Us -->
<div class="contact-us-container">
<div class="container">
<div class="row">
<div class="col-sm-7 contact-form wow fadeInLeft">
<p align="justified">
Actually, I'm working at the <a href="https://www.bcc.unifal-mg.edu.br/" target="_blank"> Computer Sicence Department
</a> @ <a href="https://www.unifal-mg.edu.br/" target="_blank"> Universidade Federal de Alfenas</a>.
Fell free to send me a message using the above form. I'll send a reply as soon as possible.
</p>
<form role="form" action="https://www.enformed.io/89nmbuge" method="post">
<div class="form-group">
<label for="contact-name">Name</label>
<input type="text" name="name" placeholder="Enter your name..." class="contact-name" id="contact-name">
</div>
<div class="form-group">
<label for="contact-email">Email</label>
<input type="text" name="email" placeholder="Enter your email..." class="contact-email" id="contact-email">
</div>
<div class="form-group">
<label for="contact-subject">Subject</label>
<input type="text" name="subject" placeholder="Your subject..." class="contact-subject" id="contact-subject">
</div>
<div class="form-group">
<label for="contact-message">Message</label>
<textarea name="message" placeholder="Your message..." class="contact-message" id="contact-message"></textarea>
</div>
<input type="hidden" name="*honeypot" />
<button type="submit" class="btn">Send</button>
</form>
</div>
<div class="col-sm-5 contact-address wow fadeInUp">
<h3>I am here</h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14856.969378158228!2d-45.9838032!3d-21.4197174!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x3e04bdb531ba69ea!2sUNIFAL!5e0!3m2!1sen!2sbr!4v1624722833102!5m2!1sen!2sbr" width="100%" height=350px frameborder="0" style="border:0" allowfullscreen></iframe>
<p><i class="fa fa-map-marker"></i> Address: UNIFAL Universidade Federal de Alfenas, Unidade Educacional Santa Clara - Av. Jovino Fernandes Sales, 2600 - Santa Clara, Alfenas - MG, 37133-840 </p>
<p><i class="fa fa-phone"></i> Phone: +55 32 99974-7846</p>
<p><i class="fa fa-user"></i> Skype: augusto.iago</p>
<p><i class="fa fa-envelope"></i> Email: <a href="">iagoac [at] bcc [dot] unifal-mg [dot] edu [dot] br</a></p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-3 footer-box wow fadeInDown sitemap">
<h4> Sitemap </h4>
<ul>
<li> <a href="index.html"><i class="fa fa-home"></i> Home</a> </li>
<li> <a href="research.html"><i class="fa fa-connectdevelop"></i> Research</a> </li>
<li> <a href="publications.html"><i class="fa fa-file-text"></i> Publications</a> </li>
<li> <a href="teaching.html"><i class="fa fa-book"></i> Teaching </a> </li>
<li> <a href="software.html"><i class="fa fa-code"></i> Software </a> </li>
<li> <a href="about.html"><i class="fa fa-user"></i> About </a> </li>
<li> <a href="contact.html"><i class="fa fa-envelope"></i> Contact </a> </li>
</ul>
</div>
<div class="col-sm-3 footer-box wow fadeInUp">
<h4>About me</h4>
<div class="footer-box-text">
<p>
My name is <span class="violet">Iago Augusto Carvalho</span>. I obtained a <span class="violet"> Ph.D.
</span> degree in Computer Science from the <a href="http://www.dcc.ufmg.br/pos" target="_blank"> UFMG
Computer Science Department</a>. Currently, I am working as an Assistant Professor <a
href="https://www.bcc.unifal-mg.edu.br/" target="_blank"> Computer Science Department </a> from <a
href="https://www.unifal-mg.edu.br/" target="_blank"> UNIFAL </a>
</p>
<p><a href="about.html">Read more...</a></p>
</div>
</div>
<div class="col-sm-3 footer-box wow fadeInDown">
<h4>I am here</h4>
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14856.969378158228!2d-45.9838032!3d-21.4197174!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x3e04bdb531ba69ea!2sUNIFAL!5e0!3m2!1sen!2sbr!4v1624722833102!5m2!1sen!2sbr"
width="100%" height="100%" frameborder="0" style="border:0" allowfullscreen=""></iframe>
</div>
<div class="col-sm-3 footer-box wow fadeInUp">
<h4>Contact</h4>
<div class="footer-box-text footer-box-text-contact">
<p><i class="fa fa-map-marker"></i> Address: UNIFAL Universidade Federal de Alfenas, Unidade Educacional Santa Clara -
Av. Jovino Fernandes Sales, 2600 - Santa Clara, Alfenas - MG, 37133-840</p>
<p><i class="fa fa-phone"></i> Phone: +55 32 99974-7846</p>
<p><i class="fa fa-envelope"></i> Email: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 wow fadeIn">
<div class="footer-border"></div>
</div>
</div>
<div class="row">
<div class="col-sm-8 footer-copyright wow fadeIn">
<p>Copyright 2017 - <script>document.write(new Date().getFullYear());</script> -
Iago A. Carvalho - All rights reserved. Template powered by <a
href="http://azmind.com">Azmind</a>.</p>
</div>
<div class="col-sm-4 footer-social wow fadeIn">
<a href="https://www.researchgate.net/profile/Iago_Carvalho">
<i class="fa fa-rg">R<sup class="g">G</sup></i>
</a>
<a href="http://lattes.cnpq.br/9975041225831602">
<i class="fa fa-lattes"> </i>
</a>
<a href="https://scholar.google.com.br/citations?user=md-lqLIAAAAJ&hl=en">
<i class="fa fa-google"></i>
</a>
<a href="https://github.com/iagoac">
<i class="fa fa-github"></i>
</a>
</div>
</div>
</div>
</footer>
<!-- Javascript -->
<script src="assets/js/jquery-1.11.1.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bootstrap-hover-dropdown.min.js"></script>
<script src="assets/js/jquery.backstretch.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/retina-1.1.0.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- <script src="assets/flexslider/jquery.flexslider-min.js"></script> -->
<script src="assets/js/masonry.pkgd.min.js"></script>
<script src="assets/js/jquery.ui.map.min.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>