File tree 3 files changed +68
-0
lines changed
3 files changed +68
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,24 @@ def footer() -> rx.Component:
46
46
href = const .REPO_URL ,
47
47
is_external = True
48
48
),
49
+ rx .text (
50
+ "Con el apoyo de" ,
51
+ rx .next .image (
52
+ src = f"/raiola_networks.svg" ,
53
+ on_click = rx .redirect (
54
+ const .RAIOLA_NETWORKS_URL ,
55
+ external = True
56
+ ),
57
+ width = "200px" ,
58
+ height = "100%" ,
59
+ cursor = "pointer" ,
60
+ padding_x = Size .MEDIUM .value ,
61
+ alt = "Logo Raiola Networks"
62
+ ),
63
+ font_size = Size .MEDIUM .value ,
64
+ display = "flex" ,
65
+ align_items = "center"
66
+ ),
49
67
# Se deja de utilizar hasta que se actualice la versión de next.js
50
68
# float_button(
51
69
# icon=rx.image(src="/icons/donate.svg"),
Original file line number Diff line number Diff line change 35
35
ELGATO_URL = "https://elgato.sjv.io/mouredev"
36
36
MVP_URL = "https://mvp.microsoft.com/es-es/PublicProfile/5004970"
37
37
GITHUB_STAR_URL = "https://stars.github.com/profiles/mouredev"
38
+ RAIOLA_NETWORKS_URL = "https://mouredev.link/raiola"
38
39
39
40
# Cursos
40
41
CODE_CHALLENGES_URL = "https://retosdeprogramacion.com"
You can’t perform that action at this time.
0 commit comments