forked from uwsampa/research-group-web
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
141 lines (104 loc) · 5.55 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
<!DOCTYPE html>
<html>
<head>
<title>The Software Design Lab: Contact</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script
src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="/js/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/group.css">
<link rel="shortcut icon" href="/img/tsdl.ico" type="image/x-icon">
<link rel="stylesheet" href="/css/flipster.min.css">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container" style="font-size: 1.35em !important;">
<div class="navbar-brand" style="font-size: 1.3em !important;">
<!--The Software Design Lab-->
<a href="/" class="">
<img src="/img/tsdlFondosOscuros.png" alt="TESDLA" id="logo">
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item ">
<a class="nav-link" href="/">
Home
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/people.html">
People
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/teaching.html">
Teaching
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/research.html">
Research
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/development.html">
Development
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/publications.html">
Publications
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/code.html">
Code
</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="/contact.html">
Contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container body-container" style="padding-top: 20px">
<!-- This is a bit nasty, but it basically says be a column first, and on larger screens be a spaced out row -->
<div class="row">
<div class="col-lg-12" style="align-content: center" >
<p align="center"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1250.5648371600635!2d-74.06551337077083!3d4.602681899791002!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e3f99bcb0c71f5b%3A0xcb6030026ed7246a!2sEdificio+Mario+Laserna%2C+Bogot%C3%A1!5e1!3m2!1ses-419!2sco!4v1546749599158" width="1000vw" height="500vh" frameborder="0" style="border:0" allowfullscreen></iframe></p>
</div>
</div>
<div class="row" style="background: #343a40; color: white; padding: 1rem">
<div class="col-lg-8" >
<br>
<h2>Contact Us!</h2>
<h4><strong>Do you have an awesome research or development idea?</strong>Do not hesitate to contact us!</h4>
<h5><img src="https://icla.org/wp-content/uploads/2018/02/blue-location-icon-png-19.png" style="width: 20px"> <span style="padding-left: 10px"> Universidad de los Andes, Bogotá, Colombia</span> </h5>
<a href="mailto:[email protected]"><img src="./img/Mail.ico" style="width: 20px"> <img src="img/email.png" alt="email" style="width: 13vw"></a>
<h5><img src="./img/phone.png" style="width: 20px"> <a href="tel:+5713394999" style="padding-left: 10px">+(571) 339 49 99 Ext. 1674</a></h5>
<br>
</div>
<div class="col-lg-4">
<br>
<br>
<a href="https://twitter.com/TheSwDLab?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="large">Follow @TheSwDLab</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<br>
<br>
</div>
</div>
</div>
<!-- /container -->
<!-- Support retina images. -->
</body>
<script type="text/javascript" src="/js/srcset-polyfill.js"></script>
</html>