Skip to content

Commit 303e462

Browse files
authored
Merge pull request #582 from musicEnfanthen/include_svg_logo
resources: add MEI logo page
2 parents f1adf1a + de287fe commit 303e462

15 files changed

+523
-7
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ menu:
7777
- id: bibliography
7878
label: 'Bibliography'
7979
url: '/bibliography.html'
80+
- id: logo
81+
label: 'MEI Logo'
82+
url: '/mei-logo.html'
8083
- id: pedagogy
8184
label: 'Pedagogy & Praxis'
8285
url: '/pedagogy.html'

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<header class="navbar">
33
<div class="navbar-section">
44
<a class="navbar-brand" href="{{ site.url }}">
5-
<img src="{{site.baseurl}}/pix/meilogo-inverted.png" alt="MEI logo"/>
5+
<img src="{{site.baseurl}}/pix/logos/mei-logo-simple-dark.png" alt="MEI logo"/>
66
</a>
77
<div class="hide-lg">
88
{% include menu.html %}

_sass/mei.scss

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,30 @@ ul.nav li.nav-item:first-child {
376376
color: #ffffff;
377377
}
378378

379-
/* Tutorials Start */
379+
/* MEI Logo */
380+
.logo-credits .cc-logo {
381+
height: 22px!important;
382+
margin-left: 3px;
383+
vertical-align: text-bottom;
384+
}
385+
.logo-section {
386+
margin-bottom: 20px;
387+
}
388+
.logo-row {
389+
display: flex;
390+
gap: 20px;
391+
margin-bottom: 20px;
392+
}
393+
.logo-item {
394+
flex: 1;
395+
text-align: center;
396+
}
397+
.logo-item > figure > img {
398+
max-width: 250px;
399+
margin-bottom: 10px;
400+
}
380401

402+
/* Tutorials */
381403
.tutorialBox {
382404

383405
h3 {
@@ -536,10 +558,7 @@ ul.nav li.nav-item:first-child {
536558
}
537559
}
538560

539-
/* Tutorials End */
540-
541561
/* Code Display for Samples */
542-
543562
.sampleCode pre {
544563
overflow: auto;
545564
background-color: #f5f5f5;
@@ -552,7 +571,6 @@ ul.nav li.nav-item:first-child {
552571
}
553572

554573
/* Tag Library */
555-
556574
.attributeDef {
557575

558576
.attributeUsage, .attributeDesc {
@@ -592,7 +610,6 @@ table.wovenodd {
592610
}
593611

594612
/* oldGuidelines fixes */
595-
596613
.oldGuidelines {
597614

598615
.panel {

pix/logos/mei-logo-full-dark.png

21.3 KB
Loading

pix/logos/mei-logo-full-dark.svg

Lines changed: 155 additions & 0 deletions
Loading

pix/logos/mei-logo-full-light.png

19.3 KB
Loading

0 commit comments

Comments
 (0)