File tree Expand file tree Collapse file tree
website/src/components/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292.footer-made-with {
9393 display : flex;
9494 align-items : center;
95- gap : 6px ;
96- color : var (--text-muted );
95+ gap : 8px ;
9796 font-size : 0.9rem ;
97+ color : var (--text-muted );
98+ }
99+
100+ .footer-made-with .heart-icon {
101+ color : var (--color-primary );
102+ }
103+
104+ .footer-made-with .lucide-coffee {
105+ color : var (--color-secondary );
98106}
99107
100108.heart-icon {
101109 color : var (--color-accent );
102110 animation : pulse 1.5s ease-in-out infinite;
103111}
104112
113+ .code-block {
114+ background : var (--bg-card );
115+ border : 1px solid var (--border-color );
116+ padding : 16px ;
117+ border-radius : 8px ;
118+ font-family : monospace;
119+ font-size : 0.9rem ;
120+ color : var (--text-primary );
121+ position : relative;
122+ }
123+
124+ .copy-button {
125+ position : absolute;
126+ top : 8px ;
127+ right : 8px ;
128+ background : var (--color-primary );
129+ color : var (--text-secondary );
130+ border : none;
131+ border-radius : 4px ;
132+ padding : 4px 8px ;
133+ cursor : pointer;
134+ font-size : 0.8rem ;
135+ }
136+
137+ .copy-button : hover {
138+ background : var (--color-secondary );
139+ }
140+
105141@media (max-width : 768px ) {
106142 .footer {
107143 padding : 40px 0 20px ;
111147 grid-template-columns : 1fr ;
112148 gap : 32px ;
113149 }
114-
115- .footer-brand {
116- max-width : 100% ;
117- text-align : center;
118- }
119-
120- .footer-logo-link {
121- justify-content : center;
122- }
123-
124- .footer-links-section h4 {
125- text-align : center;
126- }
127-
128- .footer-nav {
129- align-items : center;
130- }
131-
132- .footer-bottom {
133- flex-direction : column;
134- gap : 12px ;
135- text-align : center;
136- }
137150}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function Footer() {
1919 < span className = "footer-title" > Bridgex</ span >
2020 </ Link >
2121 < p className = "footer-description" >
22- { t ( 'hero.subtitle' ) }
22+ Tu Puente hacia markitdown
2323 </ p >
2424 </ div >
2525
@@ -70,7 +70,16 @@ export default function Footer() {
7070 © { currentYear } Dev2Forge. { t ( 'footer.license' ) }
7171 </ p >
7272 < p className = "footer-made-with" >
73- { t ( 'footer.madeWith' ) } < Heart size = { 16 } className = "heart-icon" /> { t ( 'footer.and' ) } < Coffee size = { 16 } />
73+ Hecho con
74+ < svg xmlns = "http://www.w3.org/2000/svg" width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" className = "lucide lucide-heart heart-icon" aria-hidden = "true" >
75+ < path d = "M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5" > </ path >
76+ </ svg > y
77+ < svg xmlns = "http://www.w3.org/2000/svg" width = "16" height = "16" viewBox = "0 0 24 24" fill = "none" stroke = "currentColor" strokeWidth = "2" strokeLinecap = "round" strokeLinejoin = "round" className = "lucide lucide-coffee" aria-hidden = "true" >
78+ < path d = "M10 2v2" > </ path >
79+ < path d = "M14 2v2" > </ path >
80+ < path d = "M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1" > </ path >
81+ < path d = "M6 2v2" > </ path >
82+ </ svg >
7483 </ p >
7584 </ div >
7685 </ div >
You can’t perform that action at this time.
0 commit comments