Skip to content

Commit 4a6011a

Browse files
committed
build
1 parent 4253ee5 commit 4a6011a

File tree

12 files changed

+503
-596
lines changed

12 files changed

+503
-596
lines changed

assets/images/sponsors/RamNode.svg

Lines changed: 35 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
25.4 KB
Loading

assets/images/sponsors/pix4d.svg

Lines changed: 93 additions & 0 deletions
Loading

assets/stylesheets/home.css

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,19 +142,48 @@ body {
142142
}
143143
}
144144

145-
.side-by-side {
145+
.side-by-side,
146+
.sponsors {
146147
background-color: rgba(255, 255, 255, 0.2);
147148
border-radius: 8px;
148149
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.9);
149150
text-align: center;
150151
display: grid;
151-
grid-template-columns: 1fr 1fr;
152152
grid-gap: 0 4%;
153153
padding: 3em 1.5em;
154154
margin-left: 1.5em;
155155
margin-right: 1.5em;
156156
max-width: 100%;
157157
box-sizing: border-box;
158+
159+
& .side-by-side {
160+
grid-template-columns: 1fr 1fr;
161+
}
162+
}
163+
164+
.segment-sponsors {
165+
grid-column: 1 / -1;
166+
margin-top: 2em;
167+
border-top: 1px solid #fff;
168+
169+
& h1 {
170+
font-size: xx-large;
171+
font-weight: bold;
172+
margin-bottom: 1em;
173+
margin-top: 1em;
174+
color: #efeeee;
175+
}
176+
}
177+
178+
.sponsor-logos {
179+
display: flex;
180+
column-gap: 50px;
181+
row-gap: 25px;
182+
flex-wrap: wrap;
183+
align-items: center;
184+
justify-content: center;
185+
max-width: 900px;
186+
margin: 1.5em auto;
158187
}
159188

160189
.side-by-side .segment {
@@ -182,12 +211,12 @@ body {
182211
margin-bottom: 0em;
183212
}
184213

185-
.splash-intro > * > .text-links {
214+
.splash-intro>*>.text-links {
186215
text-decoration: underline !important;
187216
color: #efeeee;
188217
}
189218

190-
.splash-intro > * > .text-links:hover {
219+
.splash-intro>*>.text-links:hover {
191220
color: #efeeee;
192221
}
193222

@@ -281,7 +310,7 @@ body {
281310
padding: 0.5em;
282311
}
283312

284-
.std-flex-box > div > .tool-select {
313+
.std-flex-box>div>.tool-select {
285314
width: 17em;
286315
height: 2em;
287316
}
@@ -307,10 +336,12 @@ body {
307336
}
308337

309338
@media screen and (max-width: 1219px) {
339+
310340
/* Example breakpoint for tablets */
311341
.side-by-side,
312342
.download-ctr {
313-
grid-template-columns: 1fr; /* Two equal columns */
343+
grid-template-columns: 1fr;
344+
/* Two equal columns */
314345
}
315346
}
316347

@@ -385,12 +416,16 @@ body {
385416
gap: 0.5em;
386417
}
387418

388-
.std-flex-box > div {
419+
.std-flex-box>div {
389420
width: 100%;
390421
}
391422

392-
.std-flex-box > div > .tool-select {
423+
.std-flex-box>div>.tool-select {
393424
width: 100%;
394425
max-width: 100%;
395426
}
396427
}
428+
429+
.twemoji {
430+
vertical-align: sub !important;
431+
}

index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5630,6 +5630,34 @@ <h3 id="release-text">Download the latest release:</h3>
56305630
</div>
56315631
</div>
56325632
</div>
5633+
<div class="segment-sponsors">
5634+
<h1>Sponsored By</h1>
5635+
<div class="sponsor-logos">
5636+
<a href="https://www.cloudfoundry.org/" target="_blank">
5637+
<img src="/assets/images/sponsors/cloud_foundry.png" alt="Cloud Foundry Foundation" title="Cloud Foundry Foundation" style="height: 100px;">
5638+
</a>
5639+
</div>
5640+
<div class="sponsor-logos">
5641+
<a href="https://www.pix4d.com/" target="_blank">
5642+
<img src="/assets/images/sponsors/pix4d.svg" alt="Pix4D" title="Pix4D" style="height: 40px;">
5643+
</a>
5644+
<a href="https://www.sap.com" target="_blank">
5645+
<img src="/assets/images/sponsors/SAP_logo.svg" alt="SAP" title="SAP" style="height: 40px;">
5646+
</a>
5647+
<a href="https://ramnode.com/?ref=A792924" target="_blank">
5648+
<img src="/assets/images/sponsors/RamNode.svg" alt="RamNode" title="RamNode (affiliate link that supports the project)" style="height: 30px;">
5649+
</a>
5650+
</div>
5651+
5652+
<a href="project/#sponsorship">
5653+
<md-filled-button id="sponsor-button">
5654+
<span class="twemoji">
5655+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m12 21.35-1.45-1.32C5.4 15.36 2 12.27 2 8.5 2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z"></path></svg>
5656+
</span>
5657+
Support the project
5658+
</md-filled-button>
5659+
</a>
5660+
</div>
56335661
</div>
56345662
</div>
56355663

0 commit comments

Comments
 (0)