-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoticias.html
More file actions
102 lines (77 loc) · 3.74 KB
/
Copy pathnoticias.html
File metadata and controls
102 lines (77 loc) · 3.74 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
90
91
92
93
94
95
96
97
98
99
100
<!--**********************************************************************/
Copyleft (C) 2018 Caetán Tojeiro Carpente
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/agpl-3.0.html>
/**********************************************************************-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111568079-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111568079-1');
</script>
<meta charset="utf-8">
<title>Press</title>
<link rel="stylesheet" type="text/css" href="css/vendor/normalize.css">
<link rel="stylesheet" type="text/css" href="css/estilos.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
</head>
<body>
<div class="row">
<article class="noticia">
<a href="http://www.elmundo.es/economia/2017/06/12/593e69ddca474113398b45c1.html" target="_blank" title="Click here for more information">
<img src="img/noticia_1.png" alt="" class="noticia__imagen">
<h3 class="noticia__titulo">
Huawei selecciona a los 15 estudiantes que formará en su sede en China
</h3>
</a>
<a href="http://www.elmundo.es/" target="_blank" title="Click here for more information">
<p class="noticia__fuente">Fuente: El Mundo</p>
</a>
</article>
<article class="noticia">
<a href="http://www.atlantico.net/articulo/vigo/650-erasmus-maleta-llena-experiencias/20170319005847578913.html" target="_blank" title="Click here for more information">
<img src="img/noticia_2.png" alt="" class="noticia__imagen">
<h3 class="noticia__titulo">650 erasmus y una maleta llena de experiencias</h3>
</a>
<a href="http://www.atlantico.net/" target="_blank" title="Click here for more information">
<p class="noticia__fuente">Fuente: Atlántico</p>
</a>
</article>
<div>
<div class="row">
<article class="noticia">
<a href="http://atlanttic.uvigo.es/gal/estudiantes-ee-de-telecomunicacion-presentan-sus-innovaciones-tecnologicas-lpro-days-2017/" target="_blank" title="Click here for more information">
<img src="img/noticia_3.png" alt="" class="noticia__imagen">
<h3 class="noticia__titulo">
Los estudiantes de la EE de Telecomunicación presentan sus proyectos tecnológicos en el LPRO Days 2017
</h3>
</a>
<a href="http://atlanttic.uvigo.es/gal/" target="_blank" title="Click here for more information">
<p class="noticia__fuente">Fuente: atlantTTic</p>
</a>
</article>
<article class="noticia">
<img src="img/noticia_4.png" alt="" class="noticia__imagen">
<a href="https://www.lavozdegalicia.es/noticia/coruna/2019/11/19/hackers-estudiamos-carrera-basada-abstraccion/00031574159023108114999.htm" target="_blank" title="Click here for more information">
<h3 class="noticia__titulo">«Hackers» que simulan ataques informáticos para hacer frente a los cibercriminales</h3>
</a>
<a href="https://www.lavozdegalicia.es/" target="_blank" title="Click here for more information">
<p class="noticia__fuente">Fuente: La Voz de Galicia</p>
</a>
</article>
<div>
</body>
</html>