Skip to content

Commit

Permalink
Updating new logos
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Feb 26, 2024
1 parent 9a1032f commit 00970d7
Show file tree
Hide file tree
Showing 10 changed files with 138 additions and 40 deletions.
Binary file modified static/images/favicon.ico
Binary file not shown.
76 changes: 75 additions & 1 deletion static/images/micromasters_logo.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion static/images/micromasters_logo_on.svg

This file was deleted.

12 changes: 0 additions & 12 deletions static/images/micromasters_logo_on_programs.svg

This file was deleted.

12 changes: 0 additions & 12 deletions static/images/micromasters_logo_programs.svg

This file was deleted.

56 changes: 56 additions & 0 deletions static/images/open_learning_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions static/scss/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ a {
}

.brand-logo {
height: 36px;
width: 51px;
height: 58px;
width: 345px;
top: 2px;
margin-right: 15px;
}
Expand Down
5 changes: 1 addition & 4 deletions ui/templates/background-images.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
background-image: url({% static "images/homepage.jpg" %});
}
.navbar .navbar-header .brand-logo {
background-image: url({% static "images/mit_logo.svg" %});
}
.navbar .navbar-header .brand-logo:hover {
background-image: url({% static "images/mit_logo_on.svg" %});
background-image: url({% static "images/micromasters_logo.svg" %});
}
.navbar .navbar-header .micromasters-logo {
background-image: url({% static "images/micromasters_logo_programs.svg" %});
Expand Down
2 changes: 1 addition & 1 deletion ui/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">
<div class="col-md-8">
<a href="http://www.mit.edu" target="_blank" rel="noopener noreferrer">
<img src="{% static 'images/mit-logo-ltgray-white@72x38.svg' %}" alt="MIT" width="72" height="38">
<img src="{% static 'images/open_learning_logo.svg' %}" alt="MIT" width="150" height="38">
</a>
{% if is_public %}
<div class="footer-button footer-cta-left">
Expand Down
10 changes: 3 additions & 7 deletions ui/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<nav class="navbar" role="navigation">
<div class="navbar-header">
<div class="pull-left">
<a class="brand-logo" href="http://www.mit.edu" rel="noopener noreferrer"></a>
<div class="divider-large">&nbsp;</div>
<div class="header-page-name">
<a class="micromasters-logo" href="/"></a>
</div>
</div>
<div class="pull-right">
<a class="brand-logo" href="http://www.micromasters.mit.edu" rel="noopener noreferrer"></a>
</div>
<div class="pull-right" style="padding-top:10px">
{% if authenticated %}
<a class="header-dashboard-link" href="/dashboard">My Dashboard</a>
<a class="header-dashboard-link" href="/logout">
Expand Down

0 comments on commit 00970d7

Please sign in to comment.