Skip to content

Commit 6d2b0ea

Browse files
refactor: update home page
1 parent 45280af commit 6d2b0ea

File tree

8 files changed

+695
-431
lines changed

8 files changed

+695
-431
lines changed

index.html

+70-16
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,78 @@
11
<!DOCTYPE html>
22
<html lang="es">
3-
4-
<head>
5-
<meta charset="utf-8">
3+
<head>
4+
<meta charset="utf-8" />
65
<link data-trunk rel="rust" data-wasm-opt="z" />
76
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico" />
8-
<link data-trunk rel="copy-file" type="image/png" href="/public/RustLogo.png" />
9-
<link data-trunk rel="copy-file" type="image/png" href="/public/Enojado.png" />
10-
<link data-trunk rel="copy-file" type="image/svg" href="/public/ic_baseline-discord.svg" />
11-
<link data-trunk rel="copy-file" type="image/png" href="/public/rhq3ezvso9611.png" />
12-
<link data-trunk rel="copy-file" type="image/png" href="/public/RustMX.png" />
13-
<link data-trunk rel="copy-file" type="image/jpg" href="/public/RustGeneral.jpg" />
14-
<link data-trunk rel="copy-file" type="image/jpg" href="/public/aprender-rust.jpg" />
15-
<link data-trunk rel="copy-file" type="image/webp" href="/public/Whizzles.webp" />
16-
<link data-trunk rel="copy-file" type="image/webp" href="/public/RustBCN.webp" />
17-
<link data-trunk rel="copy-file" type="image/jpg" href="/public/background.jpg" />
7+
<link
8+
data-trunk
9+
rel="copy-file"
10+
type="image/png"
11+
href="/public/RustLogo.png"
12+
/>
13+
<link
14+
data-trunk
15+
rel="copy-file"
16+
type="image/png"
17+
href="/public/Enojado.png"
18+
/>
19+
<link
20+
data-trunk
21+
rel="copy-file"
22+
type="image/svg"
23+
href="/public/ic_baseline-discord.svg"
24+
/>
25+
<link
26+
data-trunk
27+
rel="copy-file"
28+
type="image/png"
29+
href="/public/rhq3ezvso9611.png"
30+
/>
31+
<link
32+
data-trunk
33+
rel="copy-file"
34+
type="image/png"
35+
href="/public/RustMX.png"
36+
/>
37+
<link
38+
data-trunk
39+
rel="copy-file"
40+
type="image/jpg"
41+
href="/public/RustGeneral.jpg"
42+
/>
43+
<link
44+
data-trunk
45+
rel="copy-file"
46+
type="image/jpg"
47+
href="/public/aprender-rust.jpg"
48+
/>
49+
<link
50+
data-trunk
51+
rel="copy-file"
52+
type="image/webp"
53+
href="/public/Whizzles.webp"
54+
/>
55+
<link
56+
data-trunk
57+
rel="copy-file"
58+
type="image/webp"
59+
href="/public/RustBCN.webp"
60+
/>
61+
<link
62+
data-trunk
63+
rel="copy-file"
64+
type="image/jpg"
65+
href="/public/background.jpg"
66+
/>
67+
<link rel="preconnect" href="https://fonts.googleapis.com" />
68+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
69+
<link
70+
rel="stylesheet"
71+
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Work+Sans:wght@300;400;500;600&display=swap"
72+
/>
1873
<link data-trunk rel="css" href="/style/output.css" />
1974
<title>Rust Lang en Español</title>
20-
</head>
21-
22-
<body class="dark:bg-orange-200"></body>
75+
</head>
2376

77+
<body class="bg-orange-200"></body>
2478
</html>

0 commit comments

Comments
 (0)