Skip to content

Commit b4a1958

Browse files
Add OraDigit brand relationship to site navigation
1 parent d9f8032 commit b4a1958

1 file changed

Lines changed: 82 additions & 27 deletions

File tree

_includes/navigation.html

Lines changed: 82 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,19 @@
44

55
<!-- Brand -->
66
<a
7-
class="logo"
7+
class="logo dfs-brand-lockup"
88
href="{{ '/' | relative_url }}"
9-
aria-label="DataForSolution home">
9+
aria-label="DataForSolution home, an OraDigit Technology platform">
1010

1111
<img
1212
src="{{ '/assets/images/logo.png' | relative_url }}"
13-
alt="DataForSolution"
14-
style="height: 40px;">
13+
alt=""
14+
class="dfs-brand-mark">
15+
16+
<span class="dfs-brand-copy">
17+
<strong>DataForSolution</strong>
18+
<small>by OraDigit Technology</small>
19+
</span>
1520

1621
</a>
1722

@@ -113,13 +118,13 @@
113118
</ul>
114119

115120
</li>
116-
<!-- Search -->
121+
117122
<!-- Discover -->
118-
<li>
119-
<a href="{{ '/discover/' | relative_url }}">
120-
Discover
121-
</a>
122-
</li>
123+
<li>
124+
<a href="{{ '/discover/' | relative_url }}">
125+
Discover
126+
</a>
127+
</li>
123128

124129

125130
<!-- Insights -->
@@ -144,22 +149,22 @@
144149
</li>
145150

146151
<li>
147-
<a href="{{ '/ebooks/' | relative_url }}">
148-
E-Books
149-
</a>
150-
</li>
152+
<a href="{{ '/ebooks/' | relative_url }}">
153+
E-Books
154+
</a>
155+
</li>
151156

152-
<li>
153-
<a href="{{ '/media/' | relative_url }}">
154-
Media
155-
</a>
156-
</li>
157+
<li>
158+
<a href="{{ '/media/' | relative_url }}">
159+
Media
160+
</a>
161+
</li>
157162

158-
<li>
159-
<a href="{{ '/resources/' | relative_url }}">
160-
Resources
161-
</a>
162-
</li>
163+
<li>
164+
<a href="{{ '/resources/' | relative_url }}">
165+
Resources
166+
</a>
167+
</li>
163168

164169
</ul>
165170

@@ -181,6 +186,18 @@
181186
</a>
182187
</li>
183188

189+
<li>
190+
<a href="https://www.oradigit.com" target="_blank" rel="noopener noreferrer">
191+
OraDigit Technology
192+
</a>
193+
</li>
194+
195+
<li>
196+
<a href="https://www.linkedin.com/in/lissan-analytic" target="_blank" rel="noopener noreferrer">
197+
Founder on LinkedIn
198+
</a>
199+
</li>
200+
184201
<li>
185202
<a href="{{ '/collaborate/' | relative_url }}">
186203
Collaborate
@@ -209,11 +226,49 @@
209226

210227
</li>
211228

212-
213-
214-
215229
</ul>
216230

217231
</div>
218232

219233
</nav>
234+
235+
<style>
236+
.dfs-brand-lockup {
237+
display: inline-flex;
238+
align-items: center;
239+
gap: 10px;
240+
text-decoration: none;
241+
}
242+
243+
.dfs-brand-mark {
244+
height: 40px;
245+
width: auto;
246+
flex: 0 0 auto;
247+
}
248+
249+
.dfs-brand-copy {
250+
display: flex;
251+
flex-direction: column;
252+
line-height: 1.05;
253+
white-space: nowrap;
254+
}
255+
256+
.dfs-brand-copy strong {
257+
font-size: 1rem;
258+
letter-spacing: -.01em;
259+
}
260+
261+
.dfs-brand-copy small {
262+
margin-top: 4px;
263+
font-size: .66rem;
264+
font-weight: 700;
265+
letter-spacing: .03em;
266+
opacity: .72;
267+
}
268+
269+
@media (max-width: 560px) {
270+
.dfs-brand-copy small {
271+
display: none;
272+
}
273+
}
274+
</style>

0 commit comments

Comments
 (0)