@@ -19,15 +19,15 @@ Have a need for Boosted's brand resources? Great! We have only a few guidelines
1919<div class =" row row-cols-md-2 mt-4 mb-5 " >
2020 <div class =" col " >
2121 <div class="ratio ratio-1x1">
22- <figure class="figure d-flex bg-dark">
22+ <figure class="d-flex bg-dark">
2323 <img src="/docs/{{< param docs_version >}}/assets/brand/orange-logo.svg" class="figure-img img-fluid m-auto" width="220" height="220" role="img" alt="Orange" loading="lazy">
2424 <figcaption class="figure-caption fw-bold text-body position-absolute">Master logo</figcaption>
2525 </figure>
2626 </div>
2727 </div >
2828 <div class =" col " >
2929 <div class="ratio ratio-1x1">
30- <figure class="figure d-flex bg-dark">
30+ <figure class="d-flex bg-dark">
3131 <img src="/docs/{{< param docs_version >}}/assets/brand/orange-logo.svg" class="figure-img m-auto" width="30" height="30" role="img" alt="Orange" loading="lazy">
3232 <figcaption class="figure-caption fw-bold text-body position-absolute">Small logo</figcaption>
3333 </figure>
@@ -43,83 +43,17 @@ Boosted uses —and recommends to use— **a single SVG file for both logos**, s
4343
4444## Orange Business Services logo
4545
46- <div class =" row row-cols-1 row-cols-md-2 gy-5 pt-2 mb-5 " >
47- <div class =" col " >
48- <div class="ratio ratio-16x9">
49- <figure class="figure d-flex bg-dark">
50- <div class="figure-img m-auto d-inline-flex align-items-baseline">
51- <img src="/docs/{{< param docs_version >}}/assets/brand/orange-logo.svg" width="50" height="50" alt="" aria-hidden="true" loading="lazy">
52- <span class="h5 ms-2 mb-0 align-self-end">
53- <span class="visually-hidden">Orange </span>
54- Business<br>Services
55- </span>
56- </div>
57- <figcaption class="figure-caption fw-bold text-body position-absolute">OBS logo left-aligned with white descriptor</figcaption>
58- </figure>
59- </div>
60- </div >
61- <div class =" col " >
62- <div class="ratio ratio-16x9">
63- <figure class="figure d-flex border border-1">
64- <div class="figure-img m-auto d-inline-flex align-items-baseline">
65- <img src="/docs/{{< param docs_version >}}/assets/brand/orange-logo.svg" width="50" height="50" alt="" aria-hidden="true" loading="lazy">
66- <span class="h5 ms-2 mb-0 align-self-end">
67- <span class="visually-hidden">Orange </span>
68- Business<br>Services
69- </span>
70- </div>
71- <figcaption class="figure-caption fw-bold text-body position-absolute">OBS logo left-aligned with black descriptor</figcaption>
72- </figure>
73- </div>
74- </div >
75- <div class =" col " >
76- <div class="ratio ratio-16x9">
77- <figure class="figure d-flex bg-dark">
78- <div class="figure-img m-auto d-inline-flex align-items-baseline">
79- <span class="h5 me-2 mb-0 align-self-end text-end">
80- <span class="visually-hidden">Orange </span>
81- Business<br>Services
82- </span>
83- <img src="/docs/{{< param docs_version >}}/assets/brand/orange-logo.svg" width="50" height="50" alt="" aria-hidden="true" loading="lazy">
84- </div>
85- <figcaption class="figure-caption fw-bold text-body position-absolute">OBS logo left-aligned with white descriptor</figcaption>
86- </figure>
87- </div>
88- </div >
46+ Orange Business Services has its own logo that contains the Orange logo and the "Business Services" text. This set is a logo by itself, must be considered as a single SVG file and must not be built manually by assembling an image and some texts.
47+
48+ <div class =" row row-cols-md-2 mt-4 mb-5 " >
8949 <div class =" col " >
90- <div class="ratio ratio-16x9">
91- <figure class="figure d-flex border border-1">
92- <div class="figure-img m-auto d-inline-flex align-items-baseline">
93- <span class="h5 me-2 mb-0 align-self-end text-end">
94- <span class="visually-hidden">Orange </span>
95- Business<br>Services
96- </span>
97- <img src="/docs/{{< param docs_version >}}/assets/brand/orange-logo.svg" width="50" height="50" alt="" aria-hidden="true" loading="lazy">
98- </div>
99- <figcaption class="figure-caption fw-bold text-body position-absolute">OBS logo left-aligned with black descriptor</figcaption>
100- </figure>
50+ <div class="ratio ratio-1x1">
51+ <figure class="d-flex bg-dark">
52+ <img src="/docs/{{< param docs_version >}}/assets/brand/OBS-logo.svg" class="figure-img img-fluid m-auto" width="220" height="220" role="img" alt="Orange" loading="lazy">
53+ <figcaption class="figure-caption fw-bold text-body position-absolute">Orange Business Services logo</figcaption>
54+ </figure>
10155 </div>
10256 </div >
10357</div >
10458
105- ### Using semantic markup
106-
107- Boosted [ flex] ({{< docsref "/utilities/flex" >}}) and [ spacing] ({{< docsref "/utilities/spacing" >}}) utilities allows to use semantic markup to implement Orange Business Services' logo.
108-
109- {{< example show_preview="false" >}}
110- <div class =" d-inline-flex align-items-baseline " >
111- <img id =" obs " src =" orange-logo.svg " width =" 50 " height =" 50 " alt =" " aria-hidden =" true " loading =" lazy " >
112- <span class =" h5 ms-2 mb-0 align-self-end " >
113- <span class="visually-hidden">Orange </span>
114- Business<br>Services
115- </span >
116- </div >
117- {{< /example >}}
118-
119- A single CSS property is required for proper alignment:
120-
121- {{< example show_preview="false" lang="scss" >}}
122- #obs {
123- margin-bottom: $spacer / 10;
124- }
125- {{< /example >}}
59+ {{< svg-docs file="OBS-logo" >}}
0 commit comments