-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (66 loc) · 2.7 KB
/
index.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
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head>
<title>UPC</title>
<link rel="shortcut icon" href="./img/rt.ico" >
<style>
* {font-size:13px; line-height: 1.2; font-family: Nunito, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
body {width: 80%; margin: 0 auto;}
h1 {font-size:150%; color: #003366; margin-top: 1em;}
h2 {color:grey;margin:3px;font-size:120%; margin-bottom: 1em;}
.blue {color: blue; background-color: #EBF5FB;}
.orange {font-weight: bold; background-color: #ffdd47;}
.pnk {color: deeppink; }
td {padding-left: 5px;}
a {text-decoration: none;}
</style>
</head>
<body>
<h1>MATERIAL COMPLEMENTARIO. CURSO 2023-2024 Q2</h1>
<h2> Innovación Tecnológica – Grupo 40 – Jueves 18:00h a 20:00h Aula LS.12</h2>
<table valign="top" width="95%" border="1pt" style="font-size: 85%;">
<tr style="color: #fff; background-color: #000;">
<th width="10%">Material</th>
<th width="90%">Entregas / Actividades</th>
</tr>
<tr>
<th><a target="_blank" href="./s01/s01.html"> ➤ </a></th>
<td>Entrega: Selección del sector y del problema [Entrega: 25 feb]</td>
</tr>
<tr>
<th><a target="_blank" href="./s02/s02.html"> ➤ </a></th>
<td>Hito 1. Análisis de las necesidades del Cliente [Entrega: 10 mar]</td>
</tr>
<tr>
<th><a target="_blank" href="./s04/s04.html"> ➤ </a></th>
<td>Hito 2. Análisis del Entorno [Entrega: 07 abr]</td>
</tr>
<tr>
<th><a target="_blank" href="./s04/s04.html"> ➤ </a></th>
<td>Presentaciones TechTrends [Entrega: 04 abr]</td>
</tr>
<tr>
<th><a target="_blank" href="./s06/s06.html"> ➤ </a></th>
<td>Hito 3. Diseño de la Solución [Entrega: 28 abr]</td>
</tr>
<tr>
<th><a target="_blank" href="./s09/s09.html"> ➤ </a></th>
<td>Práctica 3. Blue Ocean Strategy</td>
</tr>
<tr>
<th><a target="_blank" href="./s10/s10.html"> ➤ </a></th>
<td>Hito 4. Definición del modelo de negocio [Entrega: 19 may]</td>
</tr>
<tr>
<th><a target="_blank" href="./s11/s11.html"> ➤ </a></th>
<td>Consultas trabajo + Preparación Pitch</td>
</tr>
<tr>
<th><a target="_blank" href="./s11/se.html" title="Evaluación Pitch"> ✅ </a></th>
<td>Presentaciones Pitch [30 may] y entrega del Proyecto Final [Entrega: 9 jun]</td>
</tr>
</table>
<p>Rita de la Torre. Todas las entregas son a las 23h. Cualquier duda: (<mark>delatorrerita@outlook.es</mark>)</p>
<hr>
<p style="font-size: 0.9em;">Esta web se irá actualizando. Por favor recargadla (Ctrl-F5) (Ctrl-R) para ver las actualizaciones</p>
</body>
</html>