-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContacts.html
More file actions
143 lines (119 loc) · 6.98 KB
/
Contacts.html
File metadata and controls
143 lines (119 loc) · 6.98 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
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
<!DOCTYPE html>
<html lang="pt">
<head>
<!-- Definições Gerais -->
<title>Ascendium Junior Consulting</title>
<link rel="icon" href="./Img/ascendium-icon.png" type="image/icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Adicionar mais Keywords -->
<meta name="keywords"
content="Ascendium, Junior Consulting, Engineering, ISEP, HTML, CSS, JavaScript, Web Development">
<!-- Descrição como aparece no Google -->
<meta name="description"
content="A Ascendium Junior Consulting é uma júnior empresa formada por estudantes do Instituto Politécnico de Engenharia do Porto.">
<meta name="author" content="Ascendium Junior Consulting">
<!-- Fontes de Letra e Ícones -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/71f8b51dda.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Framework W3.CSS Web -->
<link rel="stylesheet" href="css/w3school.css">
<!-- Estilos CSS Privados -->
<link rel="stylesheet" href="css/style.css">
<!-- Código Fonte de JavaScript -->
<script src="script.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar1">
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-left w3-hide-large w3-hide-medium"
onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
<a href="index.html" class="w3-bar-item w3-button w3-wide w3-right w3-hide-large w3-hide-medium" style="float: left;">ASCENDIUM JC <img src='Img/ascendium-icon2.ico' style="display:inline; float:right; width:11%; vertical-align: middle; margin-left:-180px; border:0px;"/>
</a>
<!-- Vista PC -->
<a href="index.html" class="w3-bar-item w3-button w3-wide w3-hide-small" style="float: left;">ASCENDIUM JC <img src='Img/ascendium-icon2.ico' style="display:inline; float:right; width:11%; vertical-align: middle; margin-left:-180px; border:0px;"/>
</a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small">
<a href="Team.html" class="w3-bar-item w3-button w3-hover-text-white w3-hover-green"><i class="fa fa-user w3-text-blue"></i> EQUIPA</a>
<a href="Contacts.html" class="w3-bar-item w3-button w3-hover-text-white w3-hover-green"><i class="fa fa-envelope w3-text-yellow"></i> CONTACTOS</a>
</div>
</div>
</div>
<!-- Sidebar em Dispositivos com Ecrâ Pequeno -->
<nav class="w3-sidebar w3-bar-block w3-white w3-card w3-text-dark-gray w3-animate-left w3-hide-medium w3-hide-large" style="display:none; margin-top: 10%;"
id="myNavbar2">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-dark-gray w3-text-white w3-large"><i class="fas fa-times-circle" style="float: right;"></i></a>
<a href="index.html" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-green w3-hover-text-white"><i class="fas fa-home w3-text-brown"></i>
<bdi style="margin-left: 5.0%;">PÁGINA INICIAL</bdi></a>
<a href="Team.html" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-green w3-hover-text-white"><i class="fa fa-user w3-text-blue"></i>
<bdi style="margin-left: 6.0%;">EQUIPA</bdi></a>
</nav>
<!-- Código Fonte de JavaScript -->
<script src="script.js" crossorigin="anonymous"></script>
<!-- Header com a Imagem Inteira -->
<header class="bgimg-1" id="#homeContacts">
<div class="w3-display-middle w3-text-white" style="width: 100%; margin-top: -10.7%">
<br><br><br><br>
<span class="w3-xxxlarge" style="text-align: center; font-weight: 1000; line-height: 0%; text-shadow: 2px 2px 2px lightgray;">CONTACTOS</span><br><br>
<span class="w3-large">Alguma dúvida ou questão? <br> Não hesites em nos contactar!</span>
<div class="w3-text-white w3-xlarge" style="margin-top: 0%; padding-top: 0%;">
<a href="https://www.facebook.com/ascendiumjc" target="_blank"><i class="fa fa-facebook-official w3-hover-opacity"></i></a>
<a href="https://www.instagram.com/ascendiumjc/" target="_blank"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://www.linkedin.com/company/ascendiumjc/" target="_blank"><i class="fa fa-linkedin w3-hover-opacity"></i></a>
</div>
</header>
<!-- Google Maps e Contactos -->
<div class="w3-row" id="mapaLinks">
<!-- Google Maps -->
<div class="w3-half w3-container">
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1501.4938293775865!2d-8.608382251465578!3d41.178436378513595!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd246449b419e1c1%3A0x16a6fd2fcace4efe!2sInstituto%20Superior%20de%20Engenharia%20do%20Porto%20-%20Polit%C3%A9cnico%20do%20Porto!5e0!3m2!1spt-PT!2spt!4v1629991093617!5m2!1spt-PT!2spt"
width="20" height="20" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
</div>
<!-- Secção de Contactos -->
<!-- Descrição dos Contactos -->
<div class="w3-half w3-container" id="linksContacto">
<!-- Contacto Morada -->
<a href="https://goo.gl/maps/iFwafr7TkV5ji5r78" target="_blank" class="email" style="text-decoration: none; font-weight: 600;">
<p><i class="fa fa-map-marker fa-fw w3-text-red w3-xlarge w3-margin-right bigbox w3-";></i>Porto, PT</p>
</a>
<!-- Contacto Telefónico -->
<a href="tel:+351 919111222" target="_blank" class="email" style="text-decoration: none; font-weight: 600;">
<p><i class="fa fa-phone fa-fw w3-text-green w3-xlarge w3-margin-right"></i>+351 919111222</p>
</a>
<!-- Contacto Email -->
<a href="mailto:ascendium.geral@gmail.com?subject=Contacto-Ascendium" target="_blank" class="email"
style="text-decoration: none; font-weight: 600;">
<p><i class="fa fa-envelope fa-fw w3-text-yellow w3-xlarge w3-margin-right">
</i>ascendium.geral@gmail.pt</p>
</a>
<!-- Fim da Secção de Contactos -->
</div>
</div>
<p class="w3-centered w3-center">Powered by <a href="https://ascendiumjc.github.io/" title="Ascendium" target="_blank" class="w3-hover-text-green">Ascendium JC </a></p>
</body>
<script>
// Toggle between showing and hiding the sidebar when clicking the menu icon
var mySidebar = document.getElementById("myNavbar2");
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
} else {
mySidebar.style.display = 'block';
}
}
// Close the sidebar with the close button
function w3_close() {
mySidebar.style.display = "none";
}
</script>
</html>