Skip to content

Commit 902e0c2

Browse files
committed
[partners] Added D&B Audiotechnik
1 parent 3f9cb89 commit 902e0c2

File tree

4 files changed

+127
-0
lines changed

4 files changed

+127
-0
lines changed
Lines changed: 82 additions & 0 deletions
Loading

content/includes/partners.inc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@
118118
width="152"
119119
height="54"
120120
/>
121+
<img
122+
src="{static}/images/partners/sponsors/d&b-audiotechnik.svg"
123+
class="db"
124+
alt="d&b audiotechnik"
125+
title="D&B Audiotechnik"
126+
width="200"
127+
height="43"
128+
/>
121129
{% endif %}
122130
</a>
123131
</p>

content/pages/partners.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,38 @@ <h2 class="title is-size-4">
503503
</div>
504504
</div>
505505

506+
<div class="columns is-tablet">
507+
<div class="column left is-hidden-touch">
508+
<img
509+
src="{static}/images/partners/sponsors/d&b-audiotechnik.svg"
510+
class="db"
511+
alt="d&b audiotechnik"
512+
width="200"
513+
height="43"
514+
/>
515+
</div>
516+
<div class="column is-three-quarters-desktop text">
517+
<h2 class="title is-size-4">
518+
<a href="https://www.dbaudio.com/">D&amp;B Audiotechnik</a>
519+
</h2>
520+
<p class="is-hidden-desktop has-text-centered">
521+
<img
522+
src="{static}/images/partners/sponsors/d&b-audiotechnik.svg"
523+
alt="d&b audiotechnik"
524+
/>
525+
</p>
526+
<p>
527+
D&amp;B audiotechnik, founded in 1981 and headquartered in
528+
Backnang, Germany, is a leading manufacturer of professional audio
529+
equipment, specializing in high-quality loudspeakers and
530+
amplifiers. Their products are renowned for precision engineering
531+
and are widely used in various applications, including concerts,
532+
musicals, festivals, stadiums, opera houses, clubs, places of
533+
worship, and cruise ships.
534+
</p>
535+
</div>
536+
</div>
537+
506538
<div class="columns is-tablet">
507539
<div class="column left is-hidden-touch">
508540
<img

css/theme.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,11 @@ img.screenshot.main {
537537
max-height: 55px;
538538
opacity: 0.7;
539539
}
540+
.db {
541+
position: relative;
542+
top: -8px;
543+
opacity: 0.7;
544+
}
540545
}
541546
.partners-page .is-hidden-desktop img {
542547
max-width: 322px;

0 commit comments

Comments
 (0)