Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ menu:
- id: bibliography
label: 'Bibliography'
url: '/bibliography.html'
- id: logo
label: 'MEI Logo'
url: '/mei-logo.html'
- id: pedagogy
label: 'Pedagogy & Praxis'
url: '/pedagogy.html'
Expand Down
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<header class="navbar">
<div class="navbar-section">
<a class="navbar-brand" href="{{ site.url }}">
<img src="{{site.baseurl}}/pix/meilogo-inverted.png" alt="MEI logo"/>
<img src="{{site.baseurl}}/pix/logos/mei-logo-simple-dark.png" alt="MEI logo"/>
</a>
<div class="hide-lg">
{% include menu.html %}
Expand Down
29 changes: 23 additions & 6 deletions _sass/mei.scss
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,30 @@ ul.nav li.nav-item:first-child {
color: #ffffff;
}

/* Tutorials Start */
/* MEI Logo */
.logo-credits .cc-logo {
height: 22px!important;
margin-left: 3px;
vertical-align: text-bottom;
}
.logo-section {
margin-bottom: 20px;
}
.logo-row {
display: flex;
gap: 20px;
margin-bottom: 20px;
}
.logo-item {
flex: 1;
text-align: center;
}
.logo-item > figure > img {
max-width: 250px;
margin-bottom: 10px;
}

/* Tutorials */
.tutorialBox {

h3 {
Expand Down Expand Up @@ -536,10 +558,7 @@ ul.nav li.nav-item:first-child {
}
}

/* Tutorials End */

/* Code Display for Samples */

.sampleCode pre {
overflow: auto;
background-color: #f5f5f5;
Expand All @@ -552,7 +571,6 @@ ul.nav li.nav-item:first-child {
}

/* Tag Library */

.attributeDef {

.attributeUsage, .attributeDesc {
Expand Down Expand Up @@ -592,7 +610,6 @@ table.wovenodd {
}

/* oldGuidelines fixes */

.oldGuidelines {

.panel {
Expand Down
Binary file added pix/logos/mei-logo-full-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
155 changes: 155 additions & 0 deletions pix/logos/mei-logo-full-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pix/logos/mei-logo-full-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading