Skip to content
Open
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
Binary file added .DS_Store
Binary file not shown.
Binary file added lms/.DS_Store
Binary file not shown.
Binary file added lms/static/.DS_Store
Binary file not shown.
259 changes: 259 additions & 0 deletions lms/static/sass/lms-main-v1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5918,3 +5918,262 @@ figure.highlight:hover a img {
@media screen and (max-width: 20em) {
.mh {
display: none !important; } }


// PRIVACY POLICE STYLES
.container_box{
font-family: "Noto Sans";
width: 100%;
max-width: 1220px;
margin: 0 auto;}
.inner{
position: relative;
max-width: 100%;
margin: 0 auto;}
.container_box h1{
text-transform: uppercase;
font-size: 24px;
font-weight: 600;
color: #0a5181;
text-align: center;
margin-top: 30px;
margin-bottom: 35px;}
.container_box h3{
font-size: 18px;
font-weight: 600;
color: #323232;
text-align: left;
margin-top: 15px;
margin-bottom: 5px;}
.container_box h6{
font-size: 16px;
line-height: 150%;
font-weight: 600;
color: #323232;
text-align: left;}
.container_box p{
margin-top: 10px;
font-family: "Noto Sans";
font-size: 16px;
line-height: 150%;
font-weight: 400;
color: #323232;
text-align: left;}
.container_box ul li{
font-family: "Noto Sans";
margin-top: 5px;
font-size: 16px;
line-height: 150%;
font-weight: 400;
color: #323232;
text-align: left;}
.container_box ol {
list-style: none;
counter-reset: li;}
.container_box ol li{
font-family: "Noto Sans";
font-weight: 400;
list-style-position: outside;
padding-top: 8px;}
.container_box ol li:before {
font-weight: 600;
counter-increment: li;
content: counters(li, ".") ". ";
margin-left: -46px;
padding-right: 10px;}
.list li:before {
font-weight: 600;
list-style-type: circle;
counter-increment: none;
content: inherit;}
.container_box a{
font-family: "Noto Sans";
font-size: 16px;
font-weight: 400;
color: #323232;
text-align: left;}
.container_box a:hover{
font-weight: 600;}
.tabl{
border-top: none;}
.main_title{
margin-top: 120px;}
.last_text{
margin-bottom: 60px;}
// HEADER START
.menu_inner{
max-width: 100%;
margin: 0 auto;
display: flex;}
.menu_inner_left{
width: 100%;}
.container_box #menu{
opacity: 1;
position: fixed;
z-index: 10;
background-color: #FFF;
height: 80px;
width: 100%;
margin: 0 auto;
background: #333333;}
.container_box #menu ul,
.container_box #menu li{
margin:0;
padding:0;
list-style:none}
.container_box .menu li:first-child{
margin-left: 150px;}
.container_box .menu li{
float:left;
display:inline;
position:relative;
width: 20%;}
.container_box #menu a{
display:block;
text-decoration:none;
margin-top: 25px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #EFE7E3;
transition: color .2s linear;}
.container_box #menu input{
display:none;
margin:0 0;
padding:0 0;
width:80px;
height:35px;
opacity:0;
cursor:pointer}
.container_box #menu label{
font: bold 30px Arial;
display:none;
width:35px;
height:36px;
line-height: 36px;
text-align:center;}
.container_box #menu li:active > a,
.container_box #menu li a:active,
.container_box #menu li:hover > a,
.container_box #menu li a:hover{
color: #EFA72D;}
.menu-icon {
cursor: pointer;
display: inline-block;
float: right;
padding: 28px 20px;
position: relative;
user-select: none;}
.menu-icon .navicon {
border: solid 1px #EFA72D;
display: block;
height: 2px;
position: relative;
transition: background .2s ease-out;
width: 50px;}
.menu-icon .navicon:before,
.menu-icon .navicon:after {
border: solid 1px #EFA72D;
content: '';
display: block;
height: 100%;
position: absolute;
transition: all .2s ease-out;
width: 100%;}
.menu-icon .navicon:before {
top: 12px;}
.menu-icon .navicon:after {
top: -12px;}
.menu-btn {
display: none;}
.menu-btn:checked ~ .menu li{
margin-top: -20px;
text-align: center;}
.menu-btn:checked ~ .link_margin{
margin-right: 0px;}
.menu-btn:checked ~ .menu-icon .navicon {
transform: rotate(-25deg);}
.menu-btn:checked ~ .menu-icon .navicon:before {
border: solid 1px #EFA72D;}
.menu-btn:checked ~ .menu-icon .navicon:after {
transform: rotate(45deg);}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
top: 0;}
@media (max-width:1200px){
.container_box{
padding-left: 2%;
padding-right: 2%;}
}
@media (max-width:991px){
.container_box #menu a{
font-size: 14px;
line-height: 16px;}
}
@media (max-width:700px){
.container_box #menu{
height: 60px;}
.container_box #menu ul{
background: #333333;
position:absolute;
top:100%;
right:0;
left:0;
z-index:3;
height:auto;
display:none;}
.container_box #menu li{
display:block;
float:none;
width:auto;
text-align: left;}
.container_box #menu input,
.container_box #menu label{
position:absolute;
z-index: 15;
top:0;
left:0;
display:block}
.container_box #menu input{
z-index:10;}
.container_box #menu input:checked + label{
color:white;}
.container_box #menu input:checked ~ ul{
display:block;
margin-top: -60px;}
.container_box #menu li:hover > a,#menu li a:hover{
background-color: #333333;}
.container_box #menu a{
width: 44%;
background: transparent;
margin-left: 28%;
margin-right: 28%;
padding-top: 15px;
padding-bottom: 15px;}
}
@media (max-width:650px){
.container_box h1{
font-size: 15px;
margin-top: 20px;
margin-bottom: 25px;}
.container_box h3{
font-size: 16px;
margin-top: 10px;
margin-bottom: 5px;}
.container_box h6{
font-size: 14px;
line-height: 130%;}
.container_box p{
margin-top: 7px;
font-size: 14px;
line-height: 130%;}
.container_box ul li, .container_box a{
font-size: 14px;
line-height: 130%;}
.container_box ol li{
padding-top: 5px;}
.main_title{
margin-top: 60px;}
}
Binary file added lms/templates/.DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions lms/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
<p class="mh">Щодо проекту, інших курсів та партнерства:</p>
<ul>
<li><a href="mailto:connect@ed-era.com" title="">connect@ed-era.com</a></li>
<li class="mh"><a href="https://goo.gl/maps/NLmeE3XE2Pp" target="_blank">м. Київ, вул. Шота Руставелі 34</a></li>
<li class="mh"><a href="https://goo.gl/maps/tz7FoTXxD2U6n6v99" target="_blank">м. Київ, просп. Перемоги, 37, буд. 2, кв.5</a></li>
</ul>
<p class="mh">Ми працюємо 7 днів на тиждень. Завітати до нас можна в будь-який зручний для вас час, попередивши про свій візит.</p>
<p></p>
</div>
<div class="col">
<p class="mh">Слідкуйте за новинами проекту та приєднуйтеся до наших спільнот:</p>
Expand All @@ -36,6 +35,7 @@
<li><a href="https://www.youtube.com/EderaEducation" title="EdEra у Youtube" target="_blank">Youtube</a></li>
<li><a href="https://www.instagram.com/edera_ua/" target="_blank" title="EdEra в Instagram" class="ig">Instagram</a></li>
</ul>
<p class="mh"><a href="https://courses.ed-era.com/honor" target="_blank">Умови надання послуг та політики конфіденційності</a></p>
</div>
<div class="col">
<ul class="mh">
Expand All @@ -46,7 +46,7 @@
<li><a href="http://blog.ed-era.com/">Блог</a></li>
<li class="login"><a href="https://courses.ed-era.com/login">Увійти</a></li>
</ul>
<p class="copy">©&nbsp;<span class="year">2014–2019&nbsp;</span>EdEra,<br>Усі права захищено.</p>
<p class="copy">©&nbsp;<span class="year">2014–2021&nbsp;</span>EdEra,<br>Усі права захищено.</p>
</div>
</div>
</div>
Expand Down
Loading