forked from tonifj/tonifj.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
51 lines (36 loc) · 1.5 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
---
layout: default
title: Contact
permalink: /contact/
---
<main id="main">
<!-- ======= Breadcrumbs ======= -->
<section id="breadcrumbs" class="breadcrumbs" style="background:var(--main-bg-color);">
</section><!-- End Breadcrumbs -->
<!-- ======= Contact Section ======= -->
<div class="map-section">
<iframe style="border:0; width: 100%; height: 350px;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2992.9119732117747!2d2.194236415670749!3d41.39771800331705!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a4a317aa71e6b7%3A0xa364eaafbd2a4b2a!2sTech%20Talent%20Center%20-%20UPC%20School!5e0!3m2!1sen!2ses!4v1595274235252!5m2!1sen!2ses" frameborder="0" allowfullscreen></iframe>
</div>
<section id="contact" class="contact">
<div class="container">
<div class="row justify-content-center" data-aos="fade-up">
<div class="col-lg-10">
<div class="info-wrap">
<div class="row">
<div class="col-lg-4 info">
<i class="icofont-google-map"></i>
<h4>Location</h4>
<p>Carrer de Badajoz 73<br>Barcelona 08005</p>
</div>
<div class="col-lg-4 info mt-4 mt-lg-0">
<i class="icofont-envelope"></i>
<h4>Email</h4>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->