-
Notifications
You must be signed in to change notification settings - Fork 0
/
sobrenosotros.html
40 lines (35 loc) · 1.72 KB
/
sobrenosotros.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Luis Miguel Alonso Ferreiro - UO270139">
<title>Synesthesia</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/posicionamiento.css" />
<link rel="icon" href="media/logof.ico">
</head>
<body>
<header>
<nav>
<a href="index.html"><img style="width: 9%; margin-right: 1%;" src="media/logof.png" alt="Logo of the page" /><img src="media/logow.png" alt="Logo of the page" /></a>
<a href="sobrenosotros.html">About Us</a>
</nav>
</header>
<h1>This is who we are...</h1>
<p>
Hi there! We are Dani and LuisMi, from the School of Software engineering in the city of Oviedo, Spain. We are the creators of Synesthesia, an online app that allows you to see sounds! Yup, you heard that right.
</p>
<p>
Synesthesia allows people to see how their voices or favorite songs would sound like based on our algorithm. So don't lose time and go back to the home page, press start and enjoy!
</p>
<footer>
<a
href="https://validator.w3.org/nu/?doc=https%3A%2F%2Flumialfe.github.io%2FSynesthesia%2Findex.html">
<img style="border:0;width:50px;height:50px" src="media/HTML5.png" alt=" HTML5 Válido!" /></a>
<a
href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Flumialfe.github.io%2FSynesthesia%2Findex.html&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en">
<img src="media/CSS3.png" alt="CSS Válido" /></a>
</footer>
</body>
</html>