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