-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
51 lines (41 loc) · 1.53 KB
/
contact.html
File metadata and controls
51 lines (41 loc) · 1.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="styles.css">
<script src="header.js"></script>
<style>
.container {
display: flex;
justify-content: center; /* Centers horizontally */
align-items: center; /* Centers vertically */
height: auto; /* Remove fixed height to reduce space */
margin-top: 0px; /* Adjust this value to move the map closer */
}
.centered-content {
position: relative;
text-align: center;
margin: 0 auto;
max-width: 1000px;
}
</style>
</head>
<body>
<div class="centered-content">
<img src="https://www.usc.es/ciqus/sites/default/files/logociqusnuevo.png" alt="Tiago Mendes Ferreira" class="logo">
</div>
<div class="container">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d141.74656877864618!2d-8.557480501315554!3d42.873148978340474!2m3!1f38.773373223635!2f39.42770549487987!3f0!3m2!1i1024!2i768!4f35!5e1!3m2!1sen!2ses!4v1738791883939!5m2!1sen!2ses" width="800" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div style="text-align: center;">
<p>© 2024 Tiago Mendes Ferreira</p>
</div>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">