-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
155 lines (145 loc) · 5.3 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Recursos TIC y FP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Recursos</strong> TIC y FP</a>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Recursos<br />
TIC y FP</h1>
<p>Una completa caja de recursos de asignaturas y módulos</p>
</header>
<p>Esta página contiene varias asignaturas y módulos pertenecientes a las familias de Tecnología, Informática y Comunicaciones</p>
</div>
<span class="image object">
<img src="assets/img/tech.jpg" alt="" />
</span>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<ul>
<li>
<span class="opener">4º ESO</span>
<ul>
<li><a href="tic/index.html">TIC</a></li>
</ul>
</li>
<li>
<span class="opener">1º Bach</span>
<ul>
<li><a href="tici/index.html">TIC I</a></li>
</ul>
</li>
<li>
<span class="opener">2º Bach</span>
<ul>
<li><a href="ticii/index.html">TIC II</a></li>
</ul>
</li>
<li>
<span class="opener">1º DAM y ASIR</span>
<ul>
<li><a href="BD/index.html">Bases de datos</a></li>
<li><span class="opener">Lenguajes de marcas</span>
<ul>
<li><a href="LM/UA01/index.html">UA01</a></li>
<li><a href="LM/UA02/index.html">UA02</a></li>
</ul>
</li>
</ul>
</li>
<li>
<span class="opener">2º ASIR</span>
<ul>
<li><a href="SAD/index.html">Seguridad y</br>Alta Disponibilidad</a></li>
</ul>
</li>
<li>
<span class="opener">2º DAM</span>
<ul>
<li><span class="opener">Acceso a datos</span>
<ul>
<li><a href="AD/UA01/index.html">UA01</a></li>
<li><a href="AD/UA02/index.html">UA02</a></li>
<li><a href="AD/UA03/index.html">UA03</a></li>
<li><a href="AD/UA04/index.html">UA04</a></li>
<li><a href="AD/UA04b/index.html">UA04b</a></li>
<li><a href="AD/UA05/index.html">UA05</a></li>
<li><a href="AD/UA06/index.html">UA06</a></li>
<li><a href="AD/UA07/index.html">UA07</a></li>
</ul>
</li>
<li><span class="opener">Lenguaje de marcas</span>
<ul>
<li><a href="LM/UA01/index.html">UA01</a></li>
<li><a href="LM/UA02/index.html">UA02</a></li>
<li><a href="LM/UA03/index.html">UA03</a></li>
<li><a href="LM/UA04/index.html">UA04</a></li>
<li><a href="LM/UA06/index.html">UA06</a></li>
<li><a href="LM/UA08/index.html">UA07</a></li>
</ul>
</li>
<li><span class="opener">Programación multimedia y dispositivos móviles</span>
<ul>
<li><a href="PMDM/UA01/index.html">UA01</a></li>
<li><a href="PMDM/UA02/index.html">UA02</a></li>
<li><a href="PMDM/UA03/index.html">UA03</a></li>
<li><a href="PMDM/UA04/index.html">UA04</a></li>
<li><a href="PMDM/UA05/index.html">UA05</a></li>
<li><a href="PMDM/UA06/index.html">UA06</a></li>
<li><a href="PMDM/UA07/index.html">UA07</a></li>
<li><a href="PMDM/UA08/index.html">UA08</a></li>
</ul>
</li>
</ul>
</li>
<li>
<span class="opener">Iniciación a eXeLearning</span>
<ul>
<li><a href="exe/index.html">eXe</a></li>
<li><a href="https://edea.juntadeandalucia.es/bancorecursos/file/9df694c0-f0e4-47d0-9ad8-1e3aa9b367c1/2/ING_1PRI_REA_01_V02.zip/index.html">REA "Hello There!" Inglés Primaria</a></li>
<li><a href="ING_1PRI_REA_EXPLICADO_01_V02/index.html">REA "Hello There!" Inglés Primaria EXPLICADO</a></li>
</ul>
</li>
</ul>
</nav>
<!-- Footer -->
<footer id="footer">
<p class="copyleft">© IesDavid 2022</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>