File tree Expand file tree Collapse file tree 8 files changed +26
-17
lines changed
Expand file tree Collapse file tree 8 files changed +26
-17
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v3
1616
1717 - name : Setup Ruby
18- uses : ruby/setup-ruby@v1.171.0
18+ uses : ruby/setup-ruby@v1
1919 with :
2020 bundler-cache : true
2121
Original file line number Diff line number Diff line change @@ -67,3 +67,10 @@ howdy:
6767 image : /images/sponsors/howdy.svg
6868 address : F. García Cortinas 2357
6969 address_url : https://maps.app.goo.gl/V9VASexXVijNw64p7
70+
71+ mimiquate :
72+ name : Mimiquate
73+ url : https://www.mimiquate.com
74+ image : /images/sponsors/mimiquate.svg
75+ address : Bv. España 2480
76+ address_url : https://maps.app.goo.gl/KUqohrMxJdLubP596
Original file line number Diff line number Diff line change 11- rootstrap
2- - gogrow
32- neocoast
43- eagerworks
54- cedarcode
65- howdy
76- xmartlabs
87- effectussoftware
8+ - mimiquate
Original file line number Diff line number Diff line change 33 overflow : hidden ;
44
55 ul {
6- padding-left : 2rem ;
6+ padding-left : 3rem ;
7+ padding-top : 2rem ;
8+ padding-bottom : 2rem ;
79 display : flex ;
810 align-items : center ;
9- gap : 2 rem ;
11+ gap : 3 rem ;
1012 border-top : 2px solid black ;
1113 background-color : #F6EEEC ;
1214
2527
2628 li {
2729 img {
28- width : 12rem ;
29-
30- @media (max-width : 425px ) {
31- width : 8rem ;
32- }
30+ max-width : 12rem ;
31+ height : 3rem ;
3332 }
3433 }
3534 }
Original file line number Diff line number Diff line change 11document . addEventListener ( "DOMContentLoaded" , ( ) => {
2- const sponsorsList = document . querySelector ( "#sponsors-list ul" )
3- duplicate ( sponsorsList , { times : 2 } )
4- addAnimationToSponsorsLists ( )
5- } )
6-
7- function addAnimationToSponsorsLists ( ) {
2+ const sponsorsLists = document . querySelectorAll ( "#sponsors-list ul" ) ;
3+ sponsorsLists . forEach ( ( sponsorsList ) => duplicate ( sponsorsList , { times : 2 } ) ) ;
84 document . querySelectorAll ( "#sponsors-list ul" ) . forEach ( list => {
95 list . classList . add ( "infinite-horizontal-animation" )
106 } )
11- }
7+ } ) ;
Original file line number Diff line number Diff line change 44
55<article >
66 <section >
7+ {% include sponsors.html %}
78 {% include meetups.html %}
89 {% include sponsors.html %}
910 </section >
You can’t perform that action at this time.
0 commit comments