-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsobremi.html
34 lines (30 loc) · 1.44 KB
/
sobremi.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
<!DOCTYPE html>
<html lang="es" xml:lang="es" xmlns="http://www.w3.org/1999/xhtml">
<!-- referido de w3schools -->
<head>
<title>Portafolio Sofía</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.png">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href="./portafolio.html">Portafolio</a>
<a href="./sobremi.html">Sobre mi</a>
<a href="./contacto.html">Contacto</a>
</div>
<div style="padding-left:16px">
</div>
<!-- TOP NAVIGATION BAR, ELEMENTO DE INVESTIGACIÓN, REFERIDO DE : https://www.w3schools.com/howto/howto_js_topnav.asp -->
<!-- elemento de investigacion, cambio de paginas dentro de mi web -->
<button onclick="topFunction()" id="myBtn" title="Go to top">subir </button>
<h1 class="bio">Un poco sobre mi </h1>
<h2> Soy Sofía Sandoval Labbé </h2>
<img src="sofia.jpg" class="w3-image w3-hide-large w3-hide-small w3-round" style="display:block;width:60%;margin:auto;">
<img src="portafoliosobremi.jpg"style="display:block;width:60%;margin:auto;">
<img src="hobbies.png"style="display:block;width:60%;margin:auto;">
<img src="software.png"style="display:block;width:60%;margin:auto;">
<script src="script.js"></script>
</body>
</html>