File tree 7 files changed +25
-16
lines changed
7 files changed +25
-16
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,10 @@ howdy:
67
67
image : /images/sponsors/howdy.svg
68
68
address : F. García Cortinas 2357
69
69
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 1
1
- rootstrap
2
- - gogrow
3
2
- neocoast
4
3
- eagerworks
5
4
- cedarcode
6
5
- howdy
7
6
- xmartlabs
8
7
- effectussoftware
8
+ - mimiquate
Original file line number Diff line number Diff line change 3
3
overflow : hidden ;
4
4
5
5
ul {
6
- padding-left : 2rem ;
6
+ padding-left : 3rem ;
7
+ padding-top : 2rem ;
8
+ padding-bottom : 2rem ;
7
9
display : flex ;
8
10
align-items : center ;
9
- gap : 2 rem ;
11
+ gap : 3 rem ;
10
12
border-top : 2px solid black ;
11
13
background-color : #F6EEEC ;
12
14
25
27
26
28
li {
27
29
img {
28
- width : 12rem ;
29
-
30
- @media (max-width : 425px ) {
31
- width : 8rem ;
32
- }
30
+ max-width : 12rem ;
31
+ height : 3rem ;
33
32
}
34
33
}
35
34
}
Original file line number Diff line number Diff line change 1
1
document . 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 } ) ) ;
8
4
document . querySelectorAll ( "#sponsors-list ul" ) . forEach ( list => {
9
5
list . classList . add ( "infinite-horizontal-animation" )
10
6
} )
11
- }
7
+ } ) ;
Original file line number Diff line number Diff line change 4
4
5
5
<article >
6
6
<section >
7
+ {% include sponsors.html %}
7
8
{% include meetups.html %}
8
9
{% include sponsors.html %}
9
10
</section >
You can’t perform that action at this time.
0 commit comments