-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacerca.html
More file actions
89 lines (74 loc) · 3.57 KB
/
acerca.html
File metadata and controls
89 lines (74 loc) · 3.57 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
<!DOCTYPE html>
<html lang="es">
<head>
<LINK REL=StyleSheet HREF="estilo.css" TYPE="text/css" MEDIA=screen>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Oswald">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<meta charset="utf-8">
<title> Recetas </title>
</head>
<body data-pagina="indice">
<header>
<div>
<div align="center"><img src="http://www.actiweb.es/deliveryatugusto/imagen1.png?1006230411" width="100" height="100"></div>
<h1 align="center">RECETAS SIN MÁS</h1></br>
</div>
</header>
<nav>
<input type="checkbox" id="ckbmenu">
<ul>
<li><label for="ckbmenu">≡</label></li>
<li><a href="index.html"><span class="glyphicon glyphicon-home"></span> <span>Inicio</span></a></li>
<li><a href="buscar.html"><span class="glyphicon glyphicon-screenshot"></span> <span>Buscar</span></a></li>
<li><a href="recetas.html"><span class="glyphicon glyphicon-heart"></span> <span>Recetas</span></a></li>
<li><a href="nueva-receta.html"><span class="glyphicon glyphicon-picture"></span> <span>Nueva Receta</span></a></li>
<li><a href="acerca.html"><span class="glyphicon glyphicon-fire"></span> <span>Acerca</span></a></li>
<li><a href="login.html"><span class="glyphicon glyphicon-user"></span> <span>Login</span></a></li>
<li><a href="registro.html"><span class="glyphicon glyphicon-user"></span> <span>Registro</span></a></li>
</ul>
</nav>
<section>
<h2>Desde la Universidad de Alicante, a vuestras cocinas.</h2>
<div>
<article>
<div align="center"><img src="https://maktub.eps.ua.es/servicios/laboratorios/planoEPS/edificio15/edificio15Fachada1p.jpg" width="100%" height="85%"></div>
<h3 style="text-align:center">ALS Y FON77</h3><br>
<p style="text-align:center">Somos dos estudiantes de Ingenería Multimedia, en Alicante.<br>Nuestra única obsesión, la cocina.<br> Práctica 1 de la asignatura Programación del Cliente Web, del 2ºcurso de Ingenería Multimedia. </p>
<br>
<br>
<ul>
<h3>PROGRAMADOR 1</h3>
<li type="square"><strong>DNI: </strong>74385777-M</li>
<li type="square"><strong>NOMBRE: </strong>MANUEL</li>
<li type="square"><strong>APELLIDOS: </strong>FONT RODRIGUEZ</li>
<li type="square"><strong>GRUPO DE PRÁCTICAS: </strong>3</li>
<li type="square"><strong>CORREO ELECTRÓNICO: </strong><a href="mailto:ithebossx@gmail.com">ithebossx@gmail.com</a></li>
</ul>
<ul>
<h3>PROGRAMADOR 2</h3>
<li type="square"><strong>DNI: </strong>74382321-E</li>
<li type="square"><strong>NOMBRE: </strong>ADRIAN</li>
<li type="square"><strong>APELLIDOS: </strong>LOPEZ SOLER</li>
<li type="square"><strong>GRUPO DE PRÁCTICAS: </strong>3</li>
<li type="square"><strong>CORREO ELECTRÓNICO: </strong><a href="mailto:adrianlopezsoler93@gmail.com">adrianlopezsoler93@gmail.com</a></li>
</ul>
</article>
</div>
</section>
<footer>
<div align="center" id="piedepagina">
<ul>
<a href="acerca.html">Inicio</a>
<a href="acerca.html">Acerca</a>
</ul>
</br>
</br>
<p align="center"> <strong>Copyright © </strong> 2018 RECETAS SIN MAS (M.A.C.) Todos los derechos reservados. </br>
</p>
</div>
</br>
</div>
</footer>
</body>
</html>