File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -304,4 +304,33 @@ footer {
304304 .hero-logo {
305305 max-width : 90vw ;
306306 }
307+ }
308+
309+ /* AdminFest callout */
310+
311+ .logo-fixed {
312+ position : fixed;
313+ bottom : 1em ;
314+ right : 1em ;
315+ z-index : 1000 ;
316+ width : 25em ;
317+ height : auto;
318+ }
319+
320+ @media (max-width : 1366px ) {
321+ .logo-fixed {
322+ width : 20em ;
323+ }
324+ }
325+
326+ @media (max-width : 1000px ) {
327+ .logo-fixed {
328+ width : 15em ;
329+ }
330+ }
331+
332+ @media (max-width : 699px ) {
333+ .logo-fixed {
334+ display : none;
335+ }
307336}
Original file line number Diff line number Diff line change @@ -181,6 +181,9 @@ <h2>Unite a la comunidad</h2>
181181 < a href ="https://www.linkedin.com/groups/4736196/ " target ="_blank "> < i class ="fab fa-linkedin fa-lg "> </ i > </ a >
182182 </ div >
183183 </ footer >
184+ < a href ="https://adminfest.com " target ="_blank ">
185+ < img src ="images/adminfest.png " alt ="#AdminFest 2025 " class ="logo-fixed ">
186+ </ a >
184187 < script src ="js/main.js "> </ script >
185188</ body >
186189
You can’t perform that action at this time.
0 commit comments