-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
288 lines (280 loc) · 19.3 KB
/
Copy pathindex.html
File metadata and controls
288 lines (280 loc) · 19.3 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<title>Firmware Friday</title>
<style type="text/css">
@media only screen and (max-width: 600px) {
.news-grid {
width: 100% !important;
}
.news-cell {
display: block !important;
width: 100% !important;
}
.news-item {
margin: 0 0 16px 0 !important;
}
.container {
width: 100% !important;
}
.header-image {
width: 150px !important;
height: auto !important;
}
}
@media (prefers-color-scheme: dark) {
.email-body {
background-color: #000000 !important;
color: #ffffff !important;
}
}
@media (prefers-color-scheme: dark) {
.social-icon {
filter: invert(1);
}
}
@media (prefers-color-scheme: light) {
.social-icon {
filter: invert(0);
}
}
</style>
</head>
<body style="margin: 0; padding: 0; background-color: #000000;">
<div class="container" style="max-width: 600px; margin: 0 auto; font-family: Arial, sans-serif; background-color: #000000; color: #ffffff;">
<!-- Email Header -->
<table width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td style="padding: 20px; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1);">
<img src="public/images/SYSARMY_logo.png"
alt="Sysarmy Logo"
style="height: 64px; margin-bottom: 16px;" />
<h1 style="font-size: 24px; font-weight: bold; margin: 0 0 4px 0; color: #ffffff;">
Firmware Friday
</h1>
<p style="color: #9CA3AF; font-family: monospace; margin: 0;">
Actualizá tu stack en menos de 30''
</p>
</td>
</tr>
</table>
<!-- News Grid -->
<table class="news-grid" width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td style="padding: 24px;">
<table width="100%" cellpadding="0" cellspacing="0">
<!-- Row 1 -->
<tr>
<!-- Infrastructure News -->
<td class="news-cell" width="33.33%" style="padding: 8px; vertical-align: top;">
<div class="news-item" style="padding: 16px; background-color: rgba(255,255,255,0.05); border-radius: 8px;">
<div style="margin-bottom: 16px; display: flex; align-items: center;">
<span style="margin-right: 8px; display: inline-flex;">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 18V6h16v12H4z" stroke="currentColor" fill="white"/>
</svg>
</span>
<span style="background-color: rgba(255,255,255,0.1); color: #ffffff; padding: 4px 8px; border-radius: 4px; font-size: 14px;">
Infrastructure
</span>
</div>
<h3 style="font-size: 14px; font-weight: 500; margin-bottom: 8px; color: #ffffff; line-height: 1.4;">
Nueva Política de Rust para el Kernel Linux
</h3>
<p style="font-size: 14px; color: #9CA3AF; font-family: monospace; line-height: 1.5; margin: 0;">
Tras polémica, se establece política para integración de Rust en el kernel
</p>
</div>
</td>
<!-- AI News -->
<td class="news-cell" width="33.33%" style="padding: 8px; vertical-align: top;">
<div class="news-item" style="padding: 16px; background-color: rgba(255,255,255,0.05); border-radius: 8px;">
<div style="margin-bottom: 16px; display: flex; align-items: center;">
<span style="margin-right: 8px; display: inline-flex;">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8 4l8 8-8 8" stroke="white" stroke-width="2" fill="none"/>
</svg>
</span>
<span style="background-color: rgba(255,255,255,0.1); color: #ffffff; padding: 4px 8px; border-radius: 4px; font-size: 14px;">
AI
</span>
</div>
<h3 style="font-size: 14px; font-weight: 500; margin-bottom: 8px; color: #ffffff; line-height: 1.4;">
Consorcio Liderado por Musk Ofrece $97.4B
</h3>
<p style="font-size: 14px; color: #9CA3AF; font-family: monospace; line-height: 1.5; margin: 0;">
Elon Musk encabeza grupo que busca adquirir OpenAI
</p>
</div>
</td>
<!-- Testing News -->
<td class="news-cell" width="33.33%" style="padding: 8px; vertical-align: top;">
<div class="news-item" style="padding: 16px; background-color: rgba(255,255,255,0.05); border-radius: 8px;">
<div style="margin-bottom: 16px; display: flex; align-items: center;">
<span style="margin-right: 8px; display: inline-flex;">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 3v18M3 12h18" stroke="white" stroke-width="2"/>
</svg>
</span>
<span style="background-color: rgba(255,255,255,0.1); color: #ffffff; padding: 4px 8px; border-radius: 4px; font-size: 14px;">
Testing
</span>
</div>
<h3 style="font-size: 14px; font-weight: 500; margin-bottom: 8px; color: #ffffff; line-height: 1.4;">
DeepSeek Supera a ChatGPT en Descargas
</h3>
<p style="font-size: 14px; color: #9CA3AF; font-family: monospace; line-height: 1.5; margin: 0;">
La app china sobrepasa a ChatGPT en dispositivos Apple
</p>
</div>
</td>
</tr>
<!-- Row 2 -->
<tr>
<!-- DevOps News -->
<td class="news-cell" width="33.33%" style="padding: 8px; vertical-align: top;">
<div class="news-item" style="padding: 16px; background-color: rgba(255,255,255,0.05); border-radius: 8px;">
<div style="margin-bottom: 16px; display: flex; align-items: center;">
<span style="margin-right: 8px; display: inline-flex;">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 12h16m-8-8v16" stroke="white" stroke-width="2"/>
</svg>
</span>
<span style="background-color: rgba(255,255,255,0.1); color: #ffffff; padding: 4px 8px; border-radius: 4px; font-size: 14px;">
DevOps
</span>
</div>
<h3 style="font-size: 14px; font-weight: 500; margin-bottom: 8px; color: #ffffff; line-height: 1.4;">
Google Elimina Restricciones de IA
</h3>
<p style="font-size: 14px; color: #9CA3AF; font-family: monospace; line-height: 1.5; margin: 0;">
Google levanta limitaciones sobre el uso de IA para fines militares
</p>
</div>
</td>
<!-- Security News -->
<td class="news-cell" width="33.33%" style="padding: 8px; vertical-align: top;">
<div class="news-item" style="padding: 16px; background-color: rgba(255,255,255,0.05); border-radius: 8px;">
<div style="margin-bottom: 16px; display: flex; align-items: center;">
<span style="margin-right: 8px; display: inline-flex;">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2L4 6v5c0 5 3 10 8 12 5-2 8-7 8-12V6l-8-4z" stroke="white" fill="none"/>
</svg>
</span>
<span style="background-color: rgba(255,255,255,0.1); color: #ffffff; padding: 4px 8px; border-radius: 4px; font-size: 14px;">
Security
</span>
</div>
<h3 style="font-size: 14px; font-weight: 500; margin-bottom: 8px; color: #ffffff; line-height: 1.4;">
NVIDIA Enfrenta Caída Histórica
</h3>
<p style="font-size: 14px; color: #9CA3AF; font-family: monospace; line-height: 1.5; margin: 0;">
Gigante tecnológico experimenta pérdida de $600 mil millones
</p>
</div>
</td>
<!-- Cloud News -->
<td class="news-cell" width="33.33%" style="padding: 8px; vertical-align: top;">
<div class="news-item" style="padding: 16px; background-color: rgba(255,255,255,0.05); border-radius: 8px;">
<div style="margin-bottom: 16px; display: flex; align-items: center;">
<span style="margin-right: 8px; display: inline-flex;">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M18 10h-1.26A8 8 0 109 20h9a5 5 0 000-10z" stroke="white" fill="none"/>
</svg>
</span>
<span style="background-color: rgba(255,255,255,0.1); color: #ffffff; padding: 4px 8px; border-radius: 4px; font-size: 14px;">
Cloud
</span>
</div>
<h3 style="font-size: 14px; font-weight: 500; margin-bottom: 8px; color: #ffffff; line-height: 1.4;">
DOOM Ahora Corre en Google Sheets
</h3>
<p style="font-size: 14px; color: #9CA3AF; font-family: monospace; line-height: 1.5; margin: 0;">
Desarrollador logra ejecutar el clásico DOOM dentro de hojas de cálculo
</p>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- Comic Section -->
<table width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td style="padding: 24px; border-top: 1px solid rgba(255,255,255,0.1);">
<div style="text-align: center; margin-bottom: 16px;">
<span style="background-color: rgba(255,255,255,0.1); color: #ffffff; padding: 4px 8px; border-radius: 4px; font-size: 14px;">
Comic del Día
</span>
</div>
<div style="background-color: rgba(255,255,255,0.05); border-radius: 8px; padding: 16px;">
<img src="public/images/Jan-24-Not-if-but-when.png"
alt="Comic del Día - Work Chronicles"
style="width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin: 0 auto; display: block;" />
<p style="text-align: center; font-size: 14px; color: #9CA3AF; margin-top: 16px; font-family: monospace;">
Fuente: <a href="https://workchronicles.substack.com" style="color: #60A5FA;">Work Chronicles</a>
</p>
</div>
</td>
</tr>
</table>
<!-- Social Media Section -->
<table width="100%" cellpadding="0" cellspacing="0" style="border-collapse: collapse;">
<tr>
<td style="padding: 24px; text-align: center; border-top: 1px solid rgba(255,255,255,0.1);">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td style="text-align: center;">
<!-- Twitter -->
<a href="https://twitter.com/sysarmy" style="display: inline-block; margin: 0 10px; text-decoration: none;">
<svg class="social-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22 4.01c-1 .49-1.98.689-3 .99-1.121-1.265-2.783-1.335-4.38-.737S11.977 6.323 12 8v1c-3.245.083-6.135-1.395-8-4 0 0-4.182 7.433 4 11-1.872 1.247-3.739 2.088-6 2 3.308 1.803 6.913 2.423 10.034 1.517 3.58-1.04 6.522-3.723 7.651-7.742a13.84 13.84 0 0 0 .497-3.753C20.18 7.773 21.692 5.25 22 4.009z" stroke="black" fill="none" stroke-width="1.5"/>
</svg>
</a>
<!-- LinkedIn -->
<a href="https://www.linkedin.com/company/sysarmy/" style="display: inline-block; margin: 0 10px; text-decoration: none;">
<svg class="social-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" stroke="black" fill="none" stroke-width="1.5"/>
<rect x="2" y="9" width="4" height="12" stroke="black" fill="none" stroke-width="1.5"/>
<circle cx="4" cy="4" r="2" stroke="black" fill="none" stroke-width="1.5"/>
</svg>
</a>
<!-- Instagram -->
<a href="https://www.instagram.com/sysarmy/" style="display: inline-block; margin: 0 10px; text-decoration: none;">
<svg class="social-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="2" y="2" width="20" height="20" rx="5" stroke="black" fill="none" stroke-width="1.5"/>
<circle cx="12" cy="12" r="4" stroke="black" fill="none" stroke-width="1.5"/>
<circle cx="18" cy="6" r="1" fill="black"/>
</svg>
</a>
<!-- YouTube -->
<a href="https://www.youtube.com/@sysarmy" style="display: inline-block; margin: 0 10px; text-decoration: none;">
<svg class="social-icon" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" stroke="black" fill="none" stroke-width="1.5"/>
<polygon points="9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" fill="black"/>
</svg>
</a>
</td>
</tr>
<tr>
<td style="text-align: center; padding-top: 16px;">
<p style="color: #9CA3AF; font-family: monospace; font-size: 12px; margin: 0;">
© 2024 Sysarmy. Todos los derechos reservados.<br>
<a href="#" style="color: #60A5FA; text-decoration: none;">Desuscribirse</a>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>