Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9e997317
Commit
9e997317
authored
Sep 13, 2013
by
Pavel Yushchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes welcome
parent
2f3dca71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
22 deletions
+45
-22
lms/templates/university_profile/edge.html
+45
-22
No files found.
lms/templates/university_profile/edge.html
View file @
9e997317
...
...
@@ -30,23 +30,9 @@
margin
:
12px
;
}
html
,
body
{
height
:
100%
;
}
.wrapper
{
min-height
:
100%
;
margin-bottom
:
-90px
;
}
.wrapper
:after
{
content
:
""
;
display
:
block
;
}
.footer-short
,
.wrapper
:after
{
height
:
90px
;
}
.footer-short
{
border-top
:
1px
solid
#c4c5c7
;
padding
:
0
;
padding
:
0
0
10px
0
;
}
footer
.colophon
.nav-colophon
li
a
{
...
...
@@ -80,22 +66,59 @@ width: 32.20339%;
float
:
right
;
}
</style>
<script>
$
(
window
).
bind
(
"load"
,
function
()
{
var
footerHeight
=
0
,
footerTop
=
0
,
$footer
=
$
(
"#footer-short"
);
positionFooter
();
function
positionFooter
()
{
footerHeight
=
$footer
.
height
();
footerTop
=
(
$
(
window
).
scrollTop
()
+
$
(
window
).
height
()
-
footerHeight
)
+
"px"
;
if
(
(
$
(
document
.
body
).
height
()
+
footerHeight
)
<
$
(
window
).
height
())
{
$footer
.
css
({
position
:
"absolute"
}).
animate
({
top
:
footerTop
})
}
else
{
$footer
.
css
({
position
:
"static"
})
}
}
$
(
window
)
.
scroll
(
positionFooter
)
.
resize
(
positionFooter
)
});
</script>
<div
class=
"wrapper"
>
<div>
<div
class=
"olimpiada-logo-large"
><img
src=
"http://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Coat_of_Arms_of_Moscow.svg/200px-Coat_of_Arms_of_Moscow.svg.png?uselang=ru"
style=
"
float: left;
position: absolute;
height: 140px;
"
><span
style=
"
margin-top: 5px;
margin-left: 1
7
0px;
margin-left: 1
6
0px;
float: left;
font-size: larger;
font-weight: 800;
white-space: nowrap;
"
>
Департамент образования города Москвы
<br>
центр педагогического мастерства
<br>
курсы повышения квалификации учителей
<span>
Центр педагогического мастерства
<br>
<span
style=
"padding-top: 5px;
font-weight: bolder;
font-size: x-large;
"
>
Курсы повышения квалификации учителей
</span><span>
</span></span></div>
</div>
<div
class=
"banners"
>
...
...
@@ -130,8 +153,7 @@ float: right;
</div>
<div
class=
"sign-up"
>
<h3>
${_("Register for classes")}
</h3>
<!-- <p>${_("Take free online courses from today's leading universities.")}</p> -->
<p><a
href=
"#signup-modal"
id=
"signup"
rel=
"leanModal"
class=
"register-button"
>
${_("Register")}
</a></p>
<p>
Регистрация на курсы произодится через систему Статград руководителями учебных образований.
</p>
</div>
</div>
</div>
...
...
@@ -181,13 +203,14 @@ float: right;
<nav
class=
"nav-legal"
>
<ul>
<li
style=
"margin-right:40px"
><a
href=
"#signup-modal"
id=
"signup"
rel=
"leanModal"
class=
"register-button"
>
</a></li>
<li
class=
"nav-legal-02"
>
<a
href=
"/privacy"
>
Политика защиты персональной информации
</a>
</li>
</ul>
</nav>
</div>
<footer>
<
/
footer>
</div>
</
%
block>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment