footer
|
|
@ -1,42 +1,17 @@
|
|||
<div class="footer layout-corral">
|
||||
<div class="block">
|
||||
<div class="logo">
|
||||
<img src="assets/images/logo_vniigaz_wt_280x110.svg" alt="">
|
||||
<div *ngIf="!isLoggedIn" class="footer-login">
|
||||
<a (click)="login()">Вход в личный кабинет</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contact">
|
||||
<div>
|
||||
<a href="tel:+74986574518">+7 (498) 657-45-18</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="mailto:info@vniigaz-cert.ru">info@vniigaz-cert.ru</a>
|
||||
</div>
|
||||
<div>
|
||||
142717, Российская Федерация, Московская область, г. Видное, посёлок Развилка, ВНИИГАЗ
|
||||
</div>
|
||||
<div class="icons">
|
||||
<a href="https://vk.com/vniigazcert" target="_blank">
|
||||
<img src="assets/images/icons/vk_white_29x28.svg" alt="">
|
||||
</a>
|
||||
<a href="https://ok.ru/group/59746745647125" target="_blank">
|
||||
<img src="assets/images/icons/ok_orange_28x28.svg" alt="">
|
||||
</a>
|
||||
<a href="https://dzen.ru/vniigazcert" target="_blank">
|
||||
<img src="assets/images/icons/zen_black_28x28.svg" alt="">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="footer">
|
||||
<a href="mailto:info@nirgroup.ru">
|
||||
<ico ico="mail_24"></ico>
|
||||
<span>info@nirgroup.ru</span>
|
||||
</a>
|
||||
<div>
|
||||
<ico ico="phone_24"></ico>
|
||||
<span>+7 (499) 490-04-65</span>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
<div class="copyright">
|
||||
<div>
|
||||
© 1998–{{year}} ЧУ СЦ ВНИИГАЗ-Сертификат
|
||||
</div>
|
||||
<div class="nir">
|
||||
<a href="https://nirgroup.ru">Работает на платформе НИР</a>
|
||||
</div>
|
||||
<div>
|
||||
<ico ico="location_24"></ico>
|
||||
<span>121170, Москва, Кутузовский пр-т, д. 36, стр. 3, оф. 222</span>
|
||||
</div>
|
||||
<div class="nir-link">
|
||||
© 2016–2023 ООО «НИР»
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ export class JumbotronComponent {
|
|||
this.subscription = this.pagesService.currentPageSubject.subscribe(
|
||||
resp=> {
|
||||
this.currentPage = resp;
|
||||
console.log(this.currentPage)
|
||||
if (this.currentPage) {
|
||||
if(this.currentPage.picture){
|
||||
this.pagePicture = this.currentPage.picture.data.links.open
|
||||
|
|
|
|||
|
|
@ -115,76 +115,27 @@ jumbotron{
|
|||
}
|
||||
|
||||
footer{
|
||||
background-color: var(--prime-act);
|
||||
align-self: stretch;
|
||||
|
||||
.footer {
|
||||
width: 100%;
|
||||
padding: 40px 0;
|
||||
margin-top: 48px;
|
||||
font-size: 16px;
|
||||
color: white;
|
||||
background-color: var(--bg-lt);
|
||||
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 32px;
|
||||
.footer{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.block{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
gap: 40px;
|
||||
.logo{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
}
|
||||
a{
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
:hover{
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
&>div{
|
||||
padding-bottom: 40px;
|
||||
max-width: fit-content;
|
||||
flex-basis: 400px;
|
||||
}
|
||||
>div{
|
||||
display: block;
|
||||
flex-shrink: 0;
|
||||
margin-bottom: -16px;
|
||||
>div {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
}
|
||||
.icons a{
|
||||
margin-right: 16px;
|
||||
}
|
||||
.menu{
|
||||
display: block;
|
||||
gap: 16px;
|
||||
flex-basis: 720px;
|
||||
>*{
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
svg{
|
||||
color: var(--bk44);
|
||||
}
|
||||
}
|
||||
|
||||
.line{
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: var(--prime);
|
||||
}
|
||||
|
||||
.copyright{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
margin: 40px 0;
|
||||
.nir a{
|
||||
color: #6C6C6C;
|
||||
&:hover{
|
||||
color: #7c7c7c;
|
||||
}
|
||||
}
|
||||
.nir-link{
|
||||
margin-top: 16px;
|
||||
color: var(--bk44);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -216,12 +167,9 @@ pages-menu-item{
|
|||
|
||||
|
||||
|
||||
@media screen and (max-width: 1330px){
|
||||
.footer{
|
||||
padding: 40px 24px;
|
||||
.footer-login{
|
||||
display: none;
|
||||
}
|
||||
@media screen and (max-width: 1024px){
|
||||
footer{
|
||||
padding: 24px;
|
||||
}
|
||||
.space{
|
||||
.layout-corral{
|
||||
|
|
@ -237,7 +185,10 @@ pages-menu-item{
|
|||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 900px){
|
||||
@media screen and (max-width: 720px){
|
||||
footer{
|
||||
padding: 16px;
|
||||
}
|
||||
.space{
|
||||
.layout-corral, .page-corral{
|
||||
padding: 0 24px;
|
||||
|
|
|
|||
|
|
@ -391,6 +391,10 @@ publications-list{
|
|||
&:last-child{
|
||||
border-bottom: 1px solid var(--second-dis);
|
||||
}
|
||||
|
||||
.not-published{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.date{
|
||||
color: var(--second);
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 449 KiB |
|
After Width: | Height: | Size: 363 KiB |
|
After Width: | Height: | Size: 411 KiB |
|
After Width: | Height: | Size: 400 KiB |
|
After Width: | Height: | Size: 386 KiB |
|
After Width: | Height: | Size: 397 KiB |
|
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" id="ico">
|
||||
<g clip-path="url(#clip0_1780_1756)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.1307 11.9075C16.7096 10.7911 17 9.80574 17 9C17 6.23858 14.7614 4 12 4C9.23858 4 7 6.23858 7 9C7 9.80574 7.29039 10.7911 7.86926 11.9075C8.43914 13.0065 9.22219 14.1058 10.0439 15.1036C10.7336 15.9411 11.4273 16.6792 12 17.2532C12.5727 16.6792 13.2664 15.9411 13.9561 15.1036C14.7778 14.1058 15.5609 13.0065 16.1307 11.9075ZM12 20C12 20 19 14 19 9C19 5.13401 15.866 2 12 2C8.13401 2 5 5.13401 5 9C5 14 12 20 12 20ZM12 20H18V22H6V20H12ZM12 10C12.5523 10 13 9.55228 13 9C13 8.44772 12.5523 8 12 8C11.4477 8 11 8.44772 11 9C11 9.55228 11.4477 10 12 10ZM12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z" fill="currentColor"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1780_1756">
|
||||
<rect width="24" height="24" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1020 B |
|
|
@ -0,0 +1,10 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" id="ico">
|
||||
<g clip-path="url(#clip0_1780_1740)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.5859 6H4.41427L11.293 12.8787C11.6835 13.2692 12.3167 13.2692 12.7072 12.8787L19.5859 6ZM4 8.41415V18H20V8.4143L14.1214 14.2929C12.9498 15.4645 11.0503 15.4645 9.87876 14.2929L4 8.41415ZM2 6C2 4.89543 2.89543 4 4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6Z" fill="currentColor"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1780_1740">
|
||||
<rect width="24" height="24" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 665 B |
|
|
@ -0,0 +1,13 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" id="ico">
|
||||
<g clip-path="url(#clip0_1780_1747)">
|
||||
<mask id="path-1-inside-1_1780_1747" fill="white">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.73834 7.32943C8.87281 7.71026 8.7905 8.13843 8.50492 8.42402L5.97283 10.9561C7.56763 13.962 10.038 16.4324 13.0439 18.0272L15.576 15.4951C15.8616 15.2095 16.2897 15.1272 16.6706 15.2617C18.0248 15.7398 19.482 16 21 16C21.5401 16 22 16.423 22 16.9631V21.0246C22 21.5568 21.5831 21.9985 21.051 21.9999L21 22C17.5688 22 14.3501 21.0905 11.5717 19.4994C8.63145 17.8156 6.18438 15.3686 4.50061 12.4283C2.90951 9.64994 2 6.43118 2 3L2.00007 2.94904C2.00146 2.41688 2.44319 2 2.97535 2H7.03693C7.57702 2 8 2.45991 8 3C8 4.51796 8.26017 5.97516 8.73834 7.32943Z"/>
|
||||
</mask>
|
||||
<path d="M8.50492 8.42402L7.0907 7.0098L8.50492 8.42402ZM8.73834 7.32943L10.6242 6.66354L10.6242 6.66354L8.73834 7.32943ZM5.97283 10.9561L4.55862 9.54189L3.51314 10.5874L4.20609 11.8934L5.97283 10.9561ZM13.0439 18.0272L12.1066 19.7939L13.4126 20.4869L14.4581 19.4414L13.0439 18.0272ZM16.6706 15.2617L17.3365 13.3758H17.3365L16.6706 15.2617ZM21.051 21.9999L21.0536 23.9999L21.0562 23.9999L21.051 21.9999ZM21 22V24L21.0026 24L21 22ZM11.5717 19.4994L12.5656 17.7638L11.5717 19.4994ZM4.50061 12.4283L6.23617 11.4344L4.50061 12.4283ZM2 3L0 2.99738V3H2ZM2.00007 2.94904L7.20024e-05 2.94379L6.85453e-05 2.94642L2.00007 2.94904ZM9.91913 9.83823C10.7901 8.96726 10.9954 7.71482 10.6242 6.66354L6.85245 7.99531C6.7502 7.70571 6.7909 7.3096 7.0907 7.0098L9.91913 9.83823ZM7.38704 12.3703L9.91913 9.83823L7.0907 7.0098L4.55862 9.54189L7.38704 12.3703ZM13.9812 16.2604C11.3284 14.853 9.14701 12.6716 7.73957 10.0188L4.20609 11.8934C5.98825 15.2525 8.74747 18.0118 12.1066 19.7939L13.9812 16.2604ZM14.1618 14.0809L11.6297 16.613L14.4581 19.4414L16.9902 16.9093L14.1618 14.0809ZM17.3365 13.3758C16.2852 13.0046 15.0327 13.2099 14.1618 14.0809L16.9902 16.9093C16.6904 17.2091 16.2943 17.2498 16.0047 17.1475L17.3365 13.3758ZM21 14C19.712 14 18.4798 13.7795 17.3365 13.3758L16.0047 17.1475C17.5699 17.7002 19.2521 18 21 18V14ZM24 16.9631C24 15.2218 22.5455 14 21 14V18C20.5346 18 20 17.6241 20 16.9631H24ZM24 21.0246V16.9631H20V21.0246H24ZM21.0562 23.9999C22.7545 23.9955 24 22.5946 24 21.0246H20C20 20.519 20.4117 20.0016 21.0457 19.9999L21.0562 23.9999ZM21.0026 24L21.0536 23.9999L21.0483 19.9999L20.9974 20L21.0026 24ZM10.5778 21.235C13.6507 22.9947 17.211 24 21 24V20C17.9266 20 15.0494 19.1862 12.5656 17.7638L10.5778 21.235ZM2.76505 13.4222C4.62566 16.6712 7.32875 19.3743 10.5778 21.235L12.5656 17.7638C9.93414 16.2569 7.7431 14.0659 6.23617 11.4344L2.76505 13.4222ZM0 3C0 6.78901 1.00528 10.3493 2.76505 13.4222L6.23617 11.4344C4.81375 8.95059 4 6.07335 4 3H0ZM6.85453e-05 2.94642L1.66893e-06 2.99738L4 3.00262L4.00007 2.95167L6.85453e-05 2.94642ZM2.97535 0C1.40541 0 0.00453222 1.24548 7.37906e-05 2.94379L4.00006 2.95429C3.9984 3.58829 3.48098 4 2.97535 4V0ZM7.03693 0H2.97535V4H7.03693V0ZM10 3C10 1.45446 8.77816 0 7.03693 0V4C6.37587 4 6 3.46537 6 3H10ZM10.6242 6.66354C10.2205 5.52018 10 4.288 10 3H6C6 4.74792 6.2998 6.43013 6.85245 7.99531L10.6242 6.66354Z" fill="currentColor" mask="url(#path-1-inside-1_1780_1747)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1780_1747">
|
||||
<rect width="24" height="24" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
|
|
@ -24,7 +24,6 @@ export class JumbotronComponent {
|
|||
this.subscription = this.pagesService.currentPageSubject.subscribe(
|
||||
resp=> {
|
||||
this.currentPage = resp;
|
||||
console.log(this.currentPage)
|
||||
if (this.currentPage) {
|
||||
if(this.currentPage.picture){
|
||||
this.pagePicture = this.currentPage.picture.data.links.open
|
||||
|
|
|
|||
|
|
@ -391,6 +391,10 @@ publications-list{
|
|||
&:last-child{
|
||||
border-bottom: 1px solid var(--second-dis);
|
||||
}
|
||||
|
||||
.not-published{
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.date{
|
||||
color: var(--second);
|
||||
|
|
@ -566,10 +570,11 @@ video-section{
|
|||
&.next {
|
||||
margin-right: 20px;
|
||||
border-color: transparent;
|
||||
font-size: 0.875rem;
|
||||
font-family: PT Sans;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 18px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
.dots {
|
||||
|
|
|
|||