Skip to content

Commit 3019660

Browse files
committed
feat: add adminfest callout
1 parent 2301331 commit 3019660

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

css/styles.css

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

images/adminfest.png

232 KB
Loading

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)