|
19 | 19 | { |
20 | 20 | src: dgo, |
21 | 21 | alt: 'Digitale Gründerinitiative Oberpfalz', |
22 | | - link: 'https://www.digitale-oberpfalz.de/', |
23 | | - width: 'h-20' |
| 22 | + link: 'https://www.digitale-oberpfalz.de/' |
24 | 23 | } |
25 | 24 | ], |
26 | 25 | starter: [ |
27 | 26 | { |
28 | 27 | src: msg, |
29 | 28 | alt: 'MSG Group', |
30 | | - link: 'https://karriere.msg.group/', |
31 | | - width: 'h-8' |
| 29 | + link: 'https://karriere.msg.group/' |
32 | 30 | }, |
33 | 31 | { |
34 | 32 | src: syskron, |
35 | 33 | alt: 'syskron', |
36 | | - link: 'https://www.krones.com/en/career/krones.digital.php', |
37 | | - width: 'h-24' |
| 34 | + link: 'https://www.krones.com/en/career/krones.digital.php' |
38 | 35 | }, |
39 | 36 | { |
40 | 37 | src: tcon, |
41 | 38 | alt: 'tcon', |
42 | | - link: 'https://careers.team-con.de/', |
43 | | - width: 'h-10' |
| 39 | + link: 'https://careers.team-con.de/' |
44 | 40 | }, |
45 | 41 | { |
46 | 42 | src: trinnovative, |
47 | 43 | alt: 'Trinnovative', |
48 | | - link: 'https://www.trinnovative.de/karriere/', |
49 | | - width: 'h-20' |
| 44 | + link: 'https://www.trinnovative.de/karriere/' |
50 | 45 | }, |
51 | 46 | { |
52 | 47 | src: righleycooper, |
53 | 48 | alt: 'Righley Cooper', |
54 | | - link: 'hhttps://righleycooper.eu/', |
55 | | - width: 'h-20' |
| 49 | + link: 'hhttps://righleycooper.eu/' |
56 | 50 | }, |
57 | 51 | { |
58 | 52 | src: logfield, |
59 | 53 | alt: 'Logfield', |
60 | | - link: 'https://logfield.de/', |
61 | | - width: 'h-20' |
| 54 | + link: 'https://logfield.de/' |
62 | 55 | } |
63 | 56 | ], |
64 | 57 | medium: [ |
65 | 58 | { |
66 | 59 | src: vector, |
67 | 60 | alt: 'Vector', |
68 | | - link: 'https://jobs.vector.com', |
69 | | - width: 'h-22' |
| 61 | + link: 'https://jobs.vector.com' |
70 | 62 | }, |
71 | 63 | { |
72 | 64 | src: rnext, |
73 | 65 | alt: 'R-Next', |
74 | | - link: 'https://www.regensburg.de/r-next', |
75 | | - width: 'h-12' |
| 66 | + link: 'https://www.regensburg.de/r-next' |
76 | 67 | } |
77 | 68 | ], |
78 | 69 | premium: [ |
79 | 70 | { |
80 | 71 | src: finanzit, |
81 | 72 | alt: 'FinanzIT', |
82 | | - link: 'https://www.lff-karriere.bayern.de/kampagne/', |
83 | | - width: 'h-20' |
| 73 | + link: 'https://www.lff-karriere.bayern.de/kampagne/' |
84 | 74 | }, |
85 | 75 | { |
86 | 76 | src: infineon, |
87 | 77 | alt: 'Infineon', |
88 | | - link: 'https://www.infineon.com/regensburg', |
89 | | - width: 'h-24' |
| 78 | + link: 'https://www.infineon.com/regensburg' |
90 | 79 | }, |
91 | 80 | { |
92 | 81 | src: stadtwerk, |
93 | 82 | alt: 'Stadtwerk', |
94 | | - link: 'https://www.das-stadtwerk-regensburg.de/', |
95 | | - width: 'h-20' |
| 83 | + link: 'https://www.das-stadtwerk-regensburg.de/' |
96 | 84 | } |
97 | 85 | ] |
98 | 86 | }; |
|
109 | 97 | </h2> |
110 | 98 |
|
111 | 99 | <!-- Premium sponsors section --> |
112 | | - <div class="flex flex-wrap justify-center pb-2"> |
| 100 | + <div class="flex flex-wrap md:flex-nowrap justify-center pb-2"> |
113 | 101 | {#each images.premium as image} |
114 | | - <a class="px-4 py-6 mx-4 flex items-center h-40" href={image.link}> |
115 | | - <img src={image.src} class="h-full w-auto object-contain {image.width}" alt={image.alt} /> |
| 102 | + <a class="w-full md:w-auto md:flex-1 md:min-w-0 px-4 py-6 mx-4 flex items-center justify-center h-40" href={image.link}> |
| 103 | + <img src={image.src} class="h-full w-auto object-contain" alt={image.alt} /> |
116 | 104 | </a> |
117 | 105 | {/each} |
118 | 106 | </div> |
119 | 107 |
|
120 | 108 | <hr class="mx-8 my-4" /> |
121 | 109 |
|
122 | 110 | <!-- Medium sponsors section --> |
123 | | - <div class="flex flex-wrap justify-center"> |
| 111 | + <div class="flex flex-wrap md:flex-nowrap justify-center"> |
124 | 112 | {#each images.medium as image} |
125 | | - <a class="p-2 mx-3 my-2 flex items-center justify-center h-28" href={image.link}> |
126 | | - <img src={image.src} class="h-full w-auto object-contain {image.width}" alt={image.alt} /> |
| 113 | + <a class="w-full md:w-auto md:flex-1 md:min-w-0 p-2 mx-3 my-2 flex items-center justify-center h-20" href={image.link}> |
| 114 | + <img src={image.src} class="h-full w-auto object-contain" alt={image.alt} /> |
127 | 115 | </a> |
128 | 116 | {/each} |
129 | 117 | </div> |
130 | 118 |
|
131 | 119 | <hr class="mx-8 my-4" /> |
132 | 120 |
|
133 | 121 | <!-- Starter sponsors section with specific height adjustment --> |
134 | | - <div class="flex flex-wrap justify-center"> |
| 122 | + <div class="flex flex-wrap md:flex-nowrap justify-center"> |
135 | 123 | {#each images.starter as image} |
136 | | - <a class="p-2 mx-3 my-1 flex items-center justify-center" href={image.link}> |
137 | | - <img src={image.src} class="w-auto object-contain {image.width}" alt={image.alt} /> |
| 124 | + <a class="w-full md:w-auto md:flex-1 md:min-w-0 p-2 mx-3 my-1 flex items-center justify-center h-16" href={image.link}> |
| 125 | + <img src={image.src} class="h-full w-auto object-contain" alt={image.alt} /> |
138 | 126 | </a> |
139 | 127 | {/each} |
140 | 128 | </div> |
|
0 commit comments