-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
38 lines (38 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="contact" content="contact">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Open+Sans&family=Pacifico&display=swap" rel="stylesheet">
<title>Mi portafolio contact</title>
</head>
<body class="body" style="background-color: #F7E8FA;">
<header class="header">
<div class="logoMenu">
<img src="img/IMG_7018.PNG" alt="logo" class="logo">
</div>
<div class="linksMenu">
<a href="./index.html" class="white">HOME</a>
<a href="./info.html" class="white">¿QUIÉN SOY?</a>
<a href="./tecnologies.html" class="white">TECNOLOGIAS</a>
<a href="./projects.html" class="white">PROYECTOS</a>
<a href="./contact.html" class="white active">CONTACTO</a>
</div>
</header>
<main class="mainContact left">
<div class="titulo">CONTACTA</div>
<div>
<div>Xisca Ayala</div>
<div>650514853</div>
<div>xisca.ayala@gmail.com</div>
</div>
</main>
<footer class="footer">
<div class="c"> © 2023 Xisca Ayala | Mallorca </div>
</footer>
<script src="script.js"></script>
</body>
</html>