-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
26 lines (26 loc) · 1.27 KB
/
contacts.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
---
layout: default
title: Contacts
---
<section id="contacts">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 col-sm-6">
<h3>Contacts</h3>
<address>
<strong>IEEE UP Student Branch</strong><br>
R. Dr. Roberto Frias<br>
<abbr title="Faculty of Engineering of the University of Porto">FEUP</abbr>, Eletrotécnica Norte, R. Dr. Roberto Frias<br>
4200-465 Porto<br>
Room J201<br>
<abbr title="E-mail">E-mail:</abbr> <a href="mailto:nuieee@fe.up.pt">nuieee@fe.up.pt</a>
</address>
</div>
<div class="col-md-8 col-sm-6">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3002.9740353891384!2d-8.597592185135335!3d41.17873351686798!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd2464405c83b485%3A0x684e6f591c2fc169!2sNuIEEE!5e0!3m2!1spt-PT!2spt!4v1455575950171" style="border:0" allowfullscreen="" width="600" height="450" frameborder="0"></iframe>
</div>
</div>
</div>
</div>
</section>