-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
58 lines (58 loc) · 2.82 KB
/
info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="info" content="info">
<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 info</title>
</head>
<body class="body">
<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 active">¿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">CONTACTO</a>
</div>
</header>
<main class="mainIndex">
<div class="titulo"><XA></div>
<div class="boxMyInfo">
<div class="json">json</div>
<div class="myObject">
<p >{</p>
<p class="firstLine"> "nombre": "Xisca Ayala",</p>
<p class="firstLine"> "estudios": [</p>
<p class="secondLine">"Magisterio de Primaria-UIB",</p>
<p class="secondLine"> "Máster en dificultades de Aprendizaje y Trastorno del Lenguaje-UOC"]</p>
<p class="secondLine"> "99 créditos de Grado de Psicología - UOC",</p>
<p class="secondLine">"Certificación en Coaching infanto-juvenil y familiar" </p>
<p class="secondLine">"Certificación Yoga y mindfulness Infantil"</p>
<p class="secondLine codenotch">"Bootcamp Desarrollo Web Full Stack Codenotch"</p>
<p class="firstLine">],</p>
<p class="firstLine">"experiencia laboral":[</p>
<p class="secondLine">"Electrónica Ayala, S.L.",</p>
<p class="secondLine">"Freelance & CEO Centro de aprendizaje Ales Manacor",</p>
<p class="secondLine">"Profesora Educación Primaria y Secundaria",</p>
<p class="secondLine">"Talleres de coaching, educación emocional, yoga y habilidades sociales."</p>
<p class="firstLine">],</p>
<p class="firstLine">"conctacto":{</p>
<p class="secondLine">"correoElectronico":"xisca.ayala@gmail.com"</p>
<p class="secondLine">"telefono":"650514853</p>
<p class="firstLine">}</p>
<p >}</p>
</div>
</div>
</main>
<footer class="footer">
<div class="c"> © 2023 Xisca Ayala | Mallorca </div>
</footer>
</body>
</html>