Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a927c76

Browse files
author
NRU ITMO
committed
update
1 parent edb643f commit a927c76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lms/static/images/header-logo.png

4.16 KB
Loading

lms/static/sass/shared/_footer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
@include clearfix();
6464

6565
img {
66-
width: 68px;
67-
height: 34px;
66+
width: 60px;
67+
height: 48px;
6868
margin-right: 0;
6969
float: left;
7070
}

lms/templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</nav>
3838

3939
<div class="colophon-about">
40-
<img height="300px" width="350" src="${MITX_ROOT_URL}/static/images/itmo_eng_logo.gif" />
40+
<a href="http://www.ifmo.ru" target="_blank"><img src="${MITX_ROOT_URL}/static/images/itmo_eng_logo.gif" /></a>
4141
<!--
4242
<p>${_("{platform_name} is a non-profit created by founding partners {Harvard} and {MIT} whose mission is to bring the best of higher education to students of all ages anywhere in the world, wherever there is Internet access. {platform_name}'s free online MOOCs are interactive and subjects include computer science, public health, and artificial intelligence.").format(platform_name="EdX", Harvard="Harvard", MIT="MIT")}</p> -->
4343
<p style="color:#999; width:80%;">Saint-Petersburg National Research University of Information Technologies, Mechanics and Optics<br/>Distance Learning Center</p>

0 commit comments

Comments
 (0)