Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sponsors 2025 #94

Merged
merged 3 commits into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _data/companies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ howdy:
image: /images/sponsors/howdy.svg
address: F. García Cortinas 2357
address_url: https://maps.app.goo.gl/V9VASexXVijNw64p7

mimiquate:
name: Mimiquate
url: https://www.mimiquate.com
image: /images/sponsors/mimiquate.svg
address: Bv. España 2480
address_url: https://maps.app.goo.gl/KUqohrMxJdLubP596
2 changes: 1 addition & 1 deletion _data/sponsors.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- rootstrap
- gogrow
- neocoast
- eagerworks
- cedarcode
- howdy
- xmartlabs
- effectussoftware
- mimiquate
13 changes: 6 additions & 7 deletions _sass/sponsors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
overflow: hidden;

ul {
padding-left: 2rem;
padding-left: 3rem;
padding-top: 2rem;
padding-bottom: 2rem;
display: flex;
align-items: center;
gap: 2rem;
gap: 3rem;
border-top: 2px solid black;
background-color: #F6EEEC;

Expand All @@ -25,11 +27,8 @@

li {
img {
width: 12rem;

@media (max-width: 425px) {
width: 8rem;
}
max-width: 12rem;
height: 3rem;
}
}
}
Expand Down
10 changes: 3 additions & 7 deletions assets/js/sponsors.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
document.addEventListener("DOMContentLoaded", () => {
const sponsorsList = document.querySelector("#sponsors-list ul")
duplicate(sponsorsList, {times: 2})
addAnimationToSponsorsLists()
})

function addAnimationToSponsorsLists() {
const sponsorsLists = document.querySelectorAll("#sponsors-list ul");
sponsorsLists.forEach((sponsorsList) => duplicate(sponsorsList, { times: 2 }));
document.querySelectorAll("#sponsors-list ul").forEach(list => {
list.classList.add("infinite-horizontal-animation")
})
}
});
6 changes: 6 additions & 0 deletions images/sponsors/mimiquate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/sponsors/xmartlabs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<article>
<section>
{% include sponsors.html %}
{% include meetups.html %}
{% include sponsors.html %}
</section>
Expand Down
Loading