1
+ <!DOCTYPE html>
2
+ < html lang ="es ">
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < meta name ="referrer " content ="no-referrer-when-downgrade " />
6
+ < title > Café con Codely News</ title >
7
+ < meta
8
+ name ="description "
9
+ content ="Café con Codely news "
10
+ />
11
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
12
+ < link href ="css/index.css " rel ="stylesheet " type ="text/css " media ="all " />
13
+ </ head >
14
+
15
+ < body >
16
+ < main class ="container ">
17
+ < h1 > ☕ Café con Codely News</ h1 >
18
+ < div class ="gallery ">
19
+ < article class ="card ">
20
+ < div class ="card__img ">
21
+ < img
22
+ alt ="Captura del programa GameMaker "
23
+ src ="https://i.blogs.es/a52d06/gamemaker/1366_2000.jpg "
24
+ />
25
+ </ div >
26
+
27
+ < h4 class ="card__title ">
28
+ < a
29
+ href ="https://www.genbeta.com/desarrollo/motor-creacion-videojuegos-gamemaker-ofrece-version-gratuita-limite-tiempo-anuncia-su-llegada-a-linux?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+genbeta+%28Genbeta%29 "
30
+ target ="_blank "
31
+ >
32
+ Actualización en GameMaker
33
+ </ a >
34
+ </ h4 >
35
+ < p >
36
+ El motor de creación de videojuegos GameMaker ofrece una versión gratuita sin límite de tiempo y anuncia su llegada a Linux
37
+ </ p >
38
+ </ article >
39
+ < article class ="card ">
40
+ < div class ="card__img ">
41
+ < img
42
+ alt ="Captura de un tema de VSCode con colores ocuros "
43
+ src ="https://i.redd.it/unyodjbxmqs21.png "
44
+ />
45
+ </ div >
46
+
47
+ < h4 class ="card__title ">
48
+ < a
49
+ href ="https://www.reddit.com/r/vscode/comments/be2qr3/for_those_of_you_who_didnt_like_my_light_theme/ "
50
+ target ="_blank "
51
+ >
52
+ Nuevo tema oscuro de VS Code
53
+ </ a >
54
+ </ h4 >
55
+ < p > El nuevo tema que le gusta mucho a Rafa.</ p >
56
+ </ article >
57
+ < article class ="card ">
58
+ < div class ="card__img ">
59
+ < img
60
+ alt ="Captura de la home page de Babel "
61
+ src ="https://pbs.twimg.com/profile_banners/2958823554/1491134069/1500x500 "
62
+ />
63
+ </ div >
64
+
65
+ < h4 class ="card__title ">
66
+ < a
67
+ href ="https://babeljs.io/blog/2021/07/26/7.15.0 "
68
+ target ="_blank "
69
+ >
70
+ Nueva versión de Babel: 7.15.0
71
+ </ a >
72
+ </ h4 >
73
+ < p >
74
+ La nueva versión incluye cosas molonas como "top level await", "TypeScript const enums supports" y "Hash-style pipeline operator".
75
+ </ p >
76
+ </ article >
77
+ < article class ="card ">
78
+ < div class ="card__img ">
79
+ < img
80
+ alt ="Imagen del nuevo DNI 4.0 "
81
+ src ="https://i.blogs.es/5d012b/dni-4.0/1366_2000.jpg "
82
+ />
83
+ </ div >
84
+
85
+ < h4 class ="card__title ">
86
+ < a
87
+ href ="https://www.xataka.com/empresas-y-economia/dni-4-0-entra-hoy-vigor-esta-aqui-nuevo-formato-europeo-que-se-integrara-movil "
88
+ target ="_blank "
89
+ >
90
+ Llega el DNI 4.0
91
+ </ a >
92
+ </ h4 >
93
+ < p >
94
+
95
+ El DNI 4.0 entra hoy en vigor: ya está aquí el nuevo formato europeo que se integrará en el móvil
96
+ </ p >
97
+ </ article >
98
+ </ div >
99
+ </ main >
100
+ </ body >
101
+ </ html >
0 commit comments