all commit

This commit is contained in:
Salikh 2024-01-06 02:30:45 +04:00
parent 6c6a2726ad
commit 026dc0b29d
19624 changed files with 2355305 additions and 0 deletions

4
лаб2/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"liveServer.settings.port": 5501,
"git.ignoreLimitWarning": true
}

View File

598
лаб2/css/style.css Normal file
View File

@ -0,0 +1,598 @@
:root{
--color1: rgba(76, 115, 255, 1);
--color2: rgba(13, 12, 30, 1);
--color3: rgba(255, 255, 255, 1);
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('fonts/Ubuntu-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Medium.woff') format('woff');
font-weight: normal;
font-style: medium;
}
@font-face {
font-family: 'Syne';
src: url('../fonts/Syne-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
.navbar {
margin: 0;
padding: 0;
padding-left: 88px;
padding-right: 88px;
}
section{
padding: 65px 0;
}
header{
background-image: url(../img/backjpg.jpg);
background-size: 100% 100%; /* Растягиваем фон до полного размера, сохраняя пропорции */
background-position: center; /* Центрируем фон по горизонтали и вертикали */
margin-left: 88px;
margin-right: 88px;
margin-bottom: 65px;
padding-left: 50px;
padding-right: 50px;
padding-top: 71px;
padding-bottom: 300px;
}
.bg-body-color {
background-color: rgba(28, 28, 28, 0.05);
}
.navbar-brand {
margin-right: 40px;
}
.nav-link.active{
font-family: 'Ubuntu';
font-weight: bold;
opacity: 1;
}
.nav-link {
margin-right: 20px;
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
color: var(--color2);
opacity: 0.7;
}
.nav-link:hover {
opacity: 1;
}
.btn{
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
}
.list{
color: rgba(255, 255, 255);
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.5;
}
.bosslist{
color: #FFF;
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 19.68px */
letter-spacing: 0.56px;
}
.active{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
footer{
background: #000;
padding-top: 65px;
padding-bottom: 0;
}
.list:hover{
opacity: 1;
}
.textlist{
white-space: nowrap;
}
h1{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 36px;
font-style: normal;
}
h2{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 18px;
font-style: medium;
font-weight: 400;
line-height: normal;
}
.container {
position: relative;
text-align: center;
}
.btn-over-image {
width: 143px;
height: 50px;
padding: 11px 21px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 30px;
border: 2px solid #000;
margin-top: 58px;
}
.btn-over-image:hover{
background-color: #FFF;
border: 0px;
}
#firstheader {
position: relative;
}
#h1-special{
color: var(--, #0C0C1D);
text-align: center;
font-family: Syne;
font-size: 39px;
font-style: bold;
}
.card {
position: absolute;
top: 100%;
left: 50%;
transform: translate(-50%, 160%);
padding-left: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1022px) {
#h1-special{
font-size: 38px;
}
}
@media (max-width: 1003px) {
#h1-special{
font-size: 35px;
}
}
@media (max-width: 769px) {
#h1-special{
font-size: 30px;
}
}
@media (max-width: 650px) {
#h1-special{
font-size: 20px;
}
}
@media (max-width: 434px) {
#h1-special{
font-size: 18px;
}
}
.one{
background-color: rgba(156, 181, 211, 0.5);
margin-bottom: 0px;
}
.two{
background-color: rgba(125, 165, 183, 0.5);
margin-bottom: 0px;
}
.container_two{
margin-left: 176px;
margin-right: 165px;
margin-bottom: 10px;
}
.container_three{
margin-left: 176px;
margin-right: 165px;
margin-bottom: 10px;
}
.container_four{
margin-left: 176px;
margin-right: 165px;
margin-bottom: 10px;
}
@media(max-width: 992px){
.container_two{
margin-left: 100px;
margin-right: 90px;
}
}
@media(max-width: 768px){
.container_two{
margin-left: 50px;
margin-right: 40px;
}
}
#h1-card{
font-size: 30px;
text-align: left;
margin-top: 100px;
}
.card-text{
color: var(--, #0C0C1D);
text-align: left;
font-family: Ubuntu;
font-size: 16px;
padding-top: 12px;
font-style: normal;
font-weight: 400;
line-height: 138.9%;
letter-spacing: 0.24px;
line-height: normal;
}
.btn-card{
color: #FFF;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
width: 143px;
height: 50px;
padding: 11px 21px;
margin-top: 44px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 30px;
background: #000;
}
.btn-card:hover{
background: var(--color1);
}
#h1-minicard{
color: var(--color1);
text-align: left;
font-family: Ubuntu;
font-size: 36px;
font-style: medium;
margin-left: 5px;
margin-right: 30px;
}
#p-minicard{
color: var(--, #0C0C1D);
text-align: left;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 138.9%;
letter-spacing: 0.24px;
line-height: normal;
margin-top: -20px;
margin-left: 10px;
margin-right: 70px;
}
#boss-card{
position: relative;
}
.card-mini{
border-radius: 20px;
background: #FFF;
position: absolute;
top: 75%;
left: 35%;
transform: translate(-50%, -50%);
}
.card-mini2{
border-radius: 20px;
background: #FFF;
position: absolute;
top: 75%;
left: 50%;
transform: translate(-50%, -50%);
}
@media (max-width: 845px){
#h1-card {
font-size: 24px;
margin-top: 0px;
}
.card-text {
font-size: 14px;
}
}
@media (max-width: 810px){
#h1-minicard{
font-size: 24px;
}
#p-minicard{
font-size: 12px;
margin-right: 10px;
}
}
/* ------------------------------------------------- */
@media (max-width: 991px) {
#firstheader {
margin-left: 0px;
margin-right: 0px;
background-size: cover;
}
}
@media (max-width: 302px) {
.card-spec{
display:none;
}
header{
margin-bottom: 0px;
}
#h1-minicard{
font-size: 18px;
}
#p-minicard{
font-size: 8px;
margin-right: 1px;
}
.container_two{
margin-left: 30px;
margin-right: 10px;
}
}
/* -------------------------------------------------- */
@media (min-width: 561px) {
.img-fluid {
width: 100%;
height: auto;
}
}
@media (max-width: 650px) {
.btn-over-image {
width: 100px;
height: 40px;
font-size: 12px;
margin-top: 0px;
background-color: #FFF;
border-radius: 30px;
border: 0px;
}
#firstheader{
padding-bottom: 200px;
}
.container_two{
margin-left: 10px;
margin-right: 10px;
}
}
@media (max-width: 560px) {
.img-fluid {
width: auto; /* Сохраняем ширину по умолчанию */
height: 50vh; /* Устанавливаем высоту изображения в 100% высоты видимой области экрана (100vh) */
}
.glavtext {
font-size: 26px;
}
.maltext {
font-size: 14px;
}
}
@media (max-width: 310px) {
.img-fluid {
width: auto; /* Сохраняем ширину по умолчанию */
height: 50vh; /* Устанавливаем высоту изображения в 100% высоты видимой области экрана (100vh) */
}
.glavtext {
font-size: 18px;
}
.maltext {
font-size: 12px;
}
}
@media (max-width: 230px) {
.img-fluid {
width: auto;
height: 50vh;
}
.glavtext {
font-size: 14px;
}
.maltext {
font-size: 12px;
}
.btn-over-image {
width: 70px;
height: 30px;
padding: 5px 15px;
font-size: 8px;
}
#firstheader{
padding-bottom: 100px;
}
#h1-card {
font-size: 14px;
margin-top: 0px;
}
.card-text {
font-size: 12px;
}
.btn-card{
margin-top: 22px;
font-size: 12px;
width: 100px;
height: 35px;
padding: 11px 21px;
}
}
#listperenos br{
display: none;
}
@media (max-width: 270px) {
#listperenos br{
display: initial;
}
}
@media (max-width: 380px) {
.navbar {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.navbar-brand {
margin-right: 0; /* Убираем правый отступ у логотипа */
}
.navbar-toggler {
margin-right: 0; /* Убираем правый отступ у кнопки меню */
}
.navbar-nav {
flex-direction: column; /* Отображаем элементы вертикально */
}
.nav-item {
margin-right: 0; /* Убираем правый отступ у элементов меню */
}
#h1-minicard{
margin-right: 10px;
margin-left: 5px;
font-size: 13px;
}
#p-minicard{
margin-right: 10px;
margin-left: 5px;
}
}
@media (max-width: 170px) {
.navbar-toggler {
display: block;
position: static;
margin-top: 10px;
}
.navbar-brand {
display: block;
text-align: center;
}
.navbar-nav {
display: none;
}
}
@media(max-width: 200px){
header{
padding-left: 0;
padding-right: 0;
}
}
/* ------------------------------------ */
#zag{
padding-bottom: 97px;
}
@media(max-width: 230px){
#zag{
font-size: 20px;
padding-bottom: 10px;
}
}
.photo-pers{
width: 36px;
height: 36px;
}
.card-comment {
position: relative;
}
.left-top-image {
position: absolute;
top: 0;
left: 20px;
padding-top: 8px;
}
.right-bottom-image {
position: absolute;
bottom: 50px;
right: -8px;
padding-right: 18px;
}
@media(max-width: 200px){
.left-top-image{
width: 24px;
height: 24px;
}
.right-bottom-image{
width: 40px;
height: 40px;
}
}
.comm{
padding-top: 40px;
padding-bottom: 10px;
}
.card-comment{
background-color: rgba(255, 255, 255);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
border-radius: 30px;
padding-left: 18px;
margin-bottom: 20px;
}
#hcomment,
#hcomment2 {
display: block;
}
#hcomment{
color: #000;
font-family: Ubuntu;
font-size: 14px;
font-style: medium;
line-height: normal;
}
#hcomment2{
color: #000;
font-family: Ubuntu;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 5px;
}
@media (max-width: 170px) {
#hcomment{
font-size: 10px;
}
#hcomment2{
font-size: 6px;
}
}

197
лаб2/css/style7.css Normal file
View File

@ -0,0 +1,197 @@
:root{
--color1: rgba(76, 115, 255, 1);
--color2: rgba(13, 12, 30, 1);
--color3: rgba(255, 255, 255, 1);
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('fonts/Ubuntu-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Medium.woff') format('woff');
font-weight: normal;
font-style: medium;
}
@font-face {
font-family: 'Syne';
src: url('../fonts/Syne-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
.navbar {
margin: 0;
padding: 0;
padding-left: 88px;
padding-right: 88px;
}
section{
padding: 65px 0;
}
.bg-body-color {
background-color: rgb(255, 255, 255);
}
.navbar-brand {
margin-right: 40px;
}
.nav-link.active{
font-family: 'Ubuntu';
font-weight: bold;
opacity: 1;
}
.nav-link {
margin-right: 20px;
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
color: var(--color3);
opacity: 0.7;
}
.nav-link:hover {
opacity: 1;
}
.btn{
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
}
.list{
color: rgba(255, 255, 255);
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.5;
}
.bosslist{
color: #FFF;
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 19.68px */
letter-spacing: 0.56px;
}
.activenav{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
.active{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
footer{
background: #000;
padding-top: 65px;
padding-bottom: 0;
}
.list:hover{
opacity: 1;
}
.textlist{
white-space: nowrap;
}
/* --------------------------------------------------------- */
h1{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 36px;
font-style: normal;
}
h2{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 18px;
font-style: medium;
font-weight: 400;
line-height: normal;
}
@media (max-width: 380px) {
.navbar {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.navbar-brand {
margin-right: 0;
}
.navbar-toggler {
margin-right: 0;
}
.navbar-nav {
flex-direction: column;
}
.nav-item {
margin-right: 0;
}
}
@media (max-width: 170px) {
.navbar-toggler {
display: block;
position: static;
margin-top: 10px;
}
.navbar-brand {
display: block;
text-align: center;
}
.navbar-nav {
display: none;
}
}
/* --------------------------- */
.section {
margin-left: 100px;
margin-right: 100px;
}
.section2{
margin-top: -100px;
}
@media(max-width: 577px){
.section {
margin-left: 0px !important;
margin-right: 0px !important;
}
}
@media(max-width: 450px){
.section {
font-size: 10px;
}
.btn-text-adm{
font-size: 12px;
}
}
@media(max-width: 300px){
.section {
font-size: 6px;
}
.btn-text-adm{
font-size: 12px;
}
}

291
лаб2/css/stylepage2.css Normal file
View File

@ -0,0 +1,291 @@
:root{
--color1: rgba(76, 115, 255, 1);
--color2: rgba(13, 12, 30, 1);
--color3: rgba(255, 255, 255, 1);
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('fonts/Ubuntu-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Medium.woff') format('woff');
font-weight: normal;
font-style: medium;
}
@font-face {
font-family: 'Syne';
src: url('../fonts/Syne-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
.navbar {
margin: 0;
padding: 0;
padding-left: 88px;
padding-right: 88px;
}
section{
padding: 65px 0;
}
.bg-body-color {
background-color: rgb(255, 255, 255);
}
.navbar-brand {
margin-right: 40px;
}
.nav-link.active{
font-family: 'Ubuntu';
font-weight: bold;
opacity: 1;
}
.nav-link {
margin-right: 20px;
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
color: var(--color3);
opacity: 0.7;
}
.nav-link:hover {
opacity: 1;
}
.btn{
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
}
.list{
color: rgba(255, 255, 255);
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.5;
}
.bosslist{
color: #FFF;
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 19.68px */
letter-spacing: 0.56px;
}
.activenav{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
.active{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
footer{
background: #000;
padding-top: 65px;
padding-bottom: 0;
}
.list:hover{
opacity: 1;
}
.textlist{
white-space: nowrap;
}
/* --------------------------------------------------------- */
h1{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 36px;
font-style: normal;
}
h2{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 18px;
font-style: medium;
font-weight: 400;
line-height: normal;
}
/* ----------------------------------------- */
.container_one{
margin-left: 150px;
margin-right: 150px;
margin-bottom: 10px;
}
@media(max-width: 992px){
.container_one{
margin-left: 100px;
margin-right: 90px;
}
}
@media(max-width: 768px){
.container_one{
margin-left: 50px;
margin-right: 40px;
}
}
@media (max-width: 650px) {
.container_one{
margin-left: 10px;
margin-right: 40px;
}
.text-zag{
margin-left: 15px;
}
.bt{
margin-left: 15px;
}
}
@media(max-width: 270px){
h1{
font-size: 24px;
}
h2{
font-size: 12px;
}
}
@media(max-width: 330){
}
@media(max-width: 170px){
h1{
font-size: 18px;
}
h2{
font-size: 10px;
}
}
/* ----------------------------------- */
.card{
background-color: rgba(255, 255, 255);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
border-radius: 20px;
margin: 20px;
}
#cart-text-cust{
color: #4C73FF;
font-family: Ubuntu;
font-size: 24px;
font-style: medium;
font-weight: 500;
}
p{
color: var(--, #0C0C1D);
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.text-muted{
color: var(--, #0C0C1D);
font-family: Ubuntu;
font-size: 10px;
font-style: normal;
}
@media(max-width: 355px) {
#cart-text-cust{
font-size: 18px;
}
p{
font-size: 10px;
}
.text-muted{
font-size: 8px;
}
h1{
font-size: 20px;
}
h2{
font-size: 14px;
}
}
.img-geo{
margin-right: 1px;
}
@media(max-width: 263px) {
#cart-text-cust{
font-size: 12px;
}
p{
font-size: 9px;
}
.text-muted{
font-size: 8px;
}
.img-geo{
margin-right: 1px;
}
}
.card-footer{
margin-top: 0px;
}
.text-muted-name{
color: var(--, #0C0C1D);
font-family: Ubuntu;
font-size: 8px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-right: 1px;
}
@media(max-width: 385px) {
.text-muted-name{
font-size: 6px;
}
.card-img-top {
height: 100%;
width: 100%;
}
}
.img-plus{
width: 10px;
height: 10px;
}
.btn-vib{
color: #FFF;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
display: flex;
padding: 11px 21px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 30px;
background: #4C73FF;
}
@media(max-width: 385px) {
.btn-vib{
font-size: 12px;
}
}
@media(max-width: 200px) {
.btn-vib{
font-size: 12px;
margin-top: 0px;
}
}

307
лаб2/css/stylepage3.css Normal file
View File

@ -0,0 +1,307 @@
:root{
--color1: rgba(76, 115, 255, 1);
--color2: rgba(13, 12, 30, 1);
--color3: rgba(255, 255, 255, 1);
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('fonts/Ubuntu-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Medium.woff') format('woff');
font-weight: normal;
font-style: medium;
}
@font-face {
font-family: 'Syne';
src: url('../fonts/Syne-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
.navbar {
margin: 0;
padding: 0;
padding-left: 88px;
padding-right: 88px;
}
section{
padding: 65px 0;
}
.bg-body-color {
background-color: rgb(255, 255, 255);
}
.navbar-brand {
margin-right: 40px;
}
.nav-link.active{
font-family: 'Ubuntu';
font-weight: bold;
opacity: 1;
}
.nav-link {
margin-right: 20px;
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
color: var(--color3);
opacity: 0.7;
}
.nav-link:hover {
opacity: 1;
}
.btn{
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
}
.list{
color: rgba(255, 255, 255);
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.5;
}
.bosslist{
color: #FFF;
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 19.68px */
letter-spacing: 0.56px;
}
.activenav{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
.active{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
footer{
background: #000;
padding-top: 65px;
padding-bottom: 0;
}
.list:hover{
opacity: 1;
}
.textlist{
white-space: nowrap;
}
/* --------------------------------------------------------- */
h1{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 36px;
font-style: normal;
}
h2{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 18px;
font-style: medium;
font-weight: 400;
line-height: normal;
}
@media (max-width: 380px) {
.navbar {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.navbar-brand {
margin-right: 0;
}
.navbar-toggler {
margin-right: 0;
}
.navbar-nav {
flex-direction: column;
}
.nav-item {
margin-right: 0;
}
}
@media (max-width: 170px) {
.navbar-toggler {
display: block;
position: static;
margin-top: 10px;
}
.navbar-brand {
display: block;
text-align: center;
}
.navbar-nav {
display: none;
}
}
/* ----------------------header-------------------- */
header{
background-image: url(../img/fon.png);
background-size: 100% 100%;
background-position: center;
padding-left: 50px;
padding-right: 50px;
padding-top: 71px;
padding-bottom: 150px;
}
.glavtext{
padding-bottom: 29px;
}
#searc{
padding: 10px;
position: absolute;
top: 50%;
left: 50%;
right: 20%;
transform: translate(-50%, 100%);
}
.first{
background-color: rgba(156, 181, 211, 0.5);
}
.picture{
margin-left: 5px;
}
@media(max-width: 1198px){
#searc{
top: 50%;
left: 50%;
right: 20%;
transform: translate(-50%, 170%);
}
}
@media(max-width: 992px){
#searc{
top: 50%;
left: 50%;
right: 20%;
transform: translate(-50%, 180%);
}
}
@media (max-width: 560px) {
.glavtext {
font-size: 26px;
}
.maltext {
font-size: 14px;
}
}
@media (max-width: 440px) {
#searc{
top: 50%;
left: 50%;
right: 20%;
transform: translate(-50%, 210%);
}
}
@media (max-width: 310px) {
.glavtext {
font-size: 18px;
}
.maltext {
font-size: 12px;
}
#text-search{
font-size: 10px;
}
#searc{
padding: 1px;
}
}
@media (max-width: 230px) {
.glavtext {
font-size: 12px;
padding-bottom: 0px;
}
.maltext {
font-size: 10px;
}
#firstheader{
padding-bottom: 50px;
}
#searc{
position: absolute;
top: 50%;
left: 50%;
right: 20%;
transform: translate(-50%, 0%);
}
.picture{
margin-left: 1px;
}
}
@media (max-width: 200px) {
#searc{
position: absolute;
top: 50%;
left: 50%;
right: 20%;
transform: translate(-50%, 60%);
}
}
@media (max-width: 180px) {
#searc{
position: absolute;
top: 50%;
left: 50%;
right: 20%;
transform: translate(-50%, 130%);
}
}
.card-comment {
position: relative;
}
.card-comment{
background-color: rgba(255, 255, 255);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
border-radius: 30px;
padding-left: 67px;
padding-right: 67px;
margin-bottom: 20px;
}
.thumb img {
-webkit-filter: grayscale(0);
filter: none;
border-radius: 5px;
padding: 5px;
}
.thumb img:hover {
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
.thumb {
padding: 0px;
}

369
лаб2/css/stylepage4.css Normal file
View File

@ -0,0 +1,369 @@
:root{
--color1: rgba(76, 115, 255, 1);
--color2: rgba(13, 12, 30, 1);
--color3: rgba(255, 255, 255, 1);
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('fonts/Ubuntu-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Medium.woff') format('woff');
font-weight: normal;
font-style: medium;
}
@font-face {
font-family: 'Syne';
src: url('../fonts/Syne-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
.navbar {
margin: 0;
padding: 0;
padding-left: 88px;
padding-right: 88px;
}
section{
padding: 65px 0;
}
.bg-body-color {
background-color: rgb(255, 255, 255);
}
.navbar-brand {
margin-right: 40px;
}
.nav-link.active{
font-family: 'Ubuntu';
font-weight: bold;
opacity: 1;
}
.nav-link {
margin-right: 20px;
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
color: var(--color3);
opacity: 0.7;
}
.nav-link:hover {
opacity: 1;
}
.btn{
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
}
.list{
color: rgba(255, 255, 255);
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.5;
}
.bosslist{
color: #FFF;
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 19.68px */
letter-spacing: 0.56px;
}
.activenav{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
.active{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
footer{
background: #000;
padding-top: 65px;
padding-bottom: 0;
}
.list:hover{
opacity: 1;
}
.textlist{
white-space: nowrap;
}
/* --------------------------------------------------------- */
h1{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 36px;
font-style: normal;
}
h2{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 18px;
font-style: medium;
font-weight: 400;
line-height: normal;
}
@media (max-width: 380px) {
.navbar {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.navbar-brand {
margin-right: 0;
}
.navbar-toggler {
margin-right: 0;
}
.navbar-nav {
flex-direction: column;
}
.nav-item {
margin-right: 0;
}
}
@media (max-width: 170px) {
.navbar-toggler {
display: block;
position: static;
margin-top: 10px;
}
.navbar-brand {
display: block;
text-align: center;
}
.navbar-nav {
display: none;
}
}
/* ----------------------------------------- */
.container_one{
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
}
@media(max-width: 992px){
.container_one{
margin-left: 100px;
margin-right: 90px;
}
}
@media(max-width: 768px){
.container_one{
margin-left: 50px;
margin-right: 40px;
}
}
@media (max-width: 650px) {
.container_one{
margin-left: 10px;
margin-right: 40px;
}
.text-zag{
margin-left: 15px;
}
.bt{
margin-left: 15px;
}
}
/* -------------------------------------------- */
@media(max-width: 270px){
h1{
font-size: 24px;
}
h2{
font-size: 12px;
}
}
@media(max-width: 330){
}
@media(max-width: 170px){
h1{
font-size: 18px;
}
h2{
font-size: 10px;
}
}
/* ----------------------------------- */
.card-title{
color: rgba(12, 12, 29, 0.70);
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.card-text{
color: #000;
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.text-muted-name{
color: var(--, #0C0C1D);
font-family: Ubuntu;
font-size: 8px;
font-style: normal;
line-height: normal;
margin-right: 20px;
}
.content-card{
margin-top: -15px;
}
.pict{
width: 267px;
height: 249px;
}
.price{
color: var(--, #0C0C1D);
font-family: Ubuntu;
font-size: 18px;
font-style: medium;
font-weight: 600;
line-height: normal;
padding-top: 10px;
}
.small-text{
color: rgba(0, 0, 0, 0.50);
font-family: Ubuntu;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.nine{
color: var(#0C0C1D);
font-family: Ubuntu;
font-size: 16px;
font-style: medium;
font-weight: 600;
line-height: normal;
}
.btn-buy{
display: inline-flex;
padding: 11px 9px;
color: #ffffff;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 15px;
background: #4C73FF;
}
@media(max-width: 317px) {
.pict{
height: auto;
width: auto;
}
}
@media(max-width: 220px){
.btn-buy{
font-size: 14px;
}
}
@media(max-width: 174px){
.btn-buy{
font-size: 8px;
}
}
.filterForm{
margin-bottom: 30px;
border-radius: 15px;
border: 2px solid #000;
}
@media(max-width: 200px){
.form-check-label{
font-size: 10px;
}
h5{
font-size: 15px;
}
}
.btn-filt{
display: flex;
width: 175px;
height: 44px;
padding: 11px 21px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 15px;
border: 2px solid #000;
color: #000;
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 30px;
margin-bottom: 30px;
}
/* -------------кнопка------------- */
.btn-vib{
color: #FFF;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
display: flex;
padding: 11px 21px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 30px;
background: #000000;
}
@media(max-width: 1063px){
.btn-filt{
font-size: 12px;
width: 100px;
height: 44px;
padding: 3px 6px;
}
}
@media(max-width: 385px) {
.btn-vib{
font-size: 12px;
}
}
@media(max-width: 200px) {
.btn-vib{
margin-top: 0px;
}
}

417
лаб2/css/stylepage5.css Normal file
View File

@ -0,0 +1,417 @@
:root{
--color1: rgba(76, 115, 255, 1);
--color2: rgba(13, 12, 30, 1);
--color3: rgba(255, 255, 255, 1);
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('fonts/Ubuntu-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Medium.woff') format('woff');
font-weight: normal;
font-style: medium;
}
@font-face {
font-family: 'Syne';
src: url('../fonts/Syne-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
.navbar {
margin: 0;
padding: 0;
padding-left: 88px;
padding-right: 88px;
}
section{
padding: 65px 0;
}
.bg-body-color {
background-color: rgb(255, 255, 255);
}
.navbar-brand {
margin-right: 40px;
}
.nav-link.active{
font-family: 'Ubuntu';
font-weight: bold;
opacity: 1;
}
.nav-link {
margin-right: 20px;
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
color: var(--color3);
opacity: 0.7;
}
.nav-link:hover {
opacity: 1;
}
.btn{
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
}
.list{
color: rgba(255, 255, 255);
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.5;
}
.bosslist{
color: #FFF;
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 19.68px */
letter-spacing: 0.56px;
}
.activenav{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
.active{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
footer{
background: #000;
padding-top: 65px;
padding-bottom: 0;
}
.list:hover{
opacity: 1;
}
.textlist{
white-space: nowrap;
}
/* --------------------------------------------------------- */
h1{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 36px;
font-style: normal;
}
h2{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 18px;
font-style: medium;
font-weight: 400;
line-height: normal;
}
@media (max-width: 380px) {
.navbar {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.navbar-brand {
margin-right: 0;
}
.navbar-toggler {
margin-right: 0;
}
.navbar-nav {
flex-direction: column;
}
.nav-item {
margin-right: 0;
}
}
@media (max-width: 170px) {
.navbar-toggler {
display: block;
position: static;
margin-top: 10px;
}
.navbar-brand {
display: block;
text-align: center;
}
.navbar-nav {
display: none;
}
}
/* ----------------------------------------- */
.container_one{
margin-left: 150px;
margin-right: 150px;
margin-bottom: 10px;
}
@media(max-width: 992px){
.container_one{
margin-left: 100px;
margin-right: 90px;
}
}
@media(max-width: 768px){
.container_one{
margin-left: 50px;
margin-right: 40px;
}
}
@media (max-width: 650px) {
.container_one{
margin-left: 10px;
margin-right: 40px;
}
.text-zag{
margin-left: 15px;
}
.bt{
margin-left: 15px;
}
}
@media(max-width: 270px){
h1{
font-size: 24px;
}
h2{
font-size: 12px;
}
}
@media(max-width: 330){
}
@media(max-width: 170px){
h1{
font-size: 18px;
}
h2{
font-size: 10px;
}
}
/* ----------------------------------- */
.card{
background-color: rgba(255, 255, 255);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
border-radius: 20px;
margin: 20px;
}
#cart-text-cust{
color: #4C73FF;
font-family: Ubuntu;
font-size: 24px;
font-style: medium;
font-weight: 500;
}
p{
color: var(--, #0C0C1D);
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.text-muted{
color: var(--, #0C0C1D);
font-family: Ubuntu;
font-size: 10px;
font-style: normal;
}
@media(max-width: 355px) {
#cart-text-cust{
font-size: 18px;
}
p{
font-size: 10px;
}
.text-muted{
font-size: 8px;
}
h1{
font-size: 20px;
}
h2{
font-size: 14px;
}
#toggleFilters{
font-size: 12px;
margin-left: 22px;
}
}
.img-geo{
margin-right: 1px;
}
@media(max-width: 263px) {
#cart-text-cust{
font-size: 12px;
}
p{
font-size: 9px;
}
.text-muted{
font-size: 8px;
}
.img-geo{
margin-right: 1px;
}
.text-rol{
font-size: 10px;
}
}
.card-footer{
margin-top: 0px;
}
.text-muted-name{
color: var(--, #0C0C1D);
font-family: Ubuntu;
font-size: 8px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-right: 1px;
}
@media(max-width: 385px) {
.text-muted-name{
font-size: 6px;
}
.card-img-top {
height: 100%;
width: 100%;
}
}
.img-plus{
width: 10px;
height: 10px;
}
.btn-vib{
color: #FFF;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
display: flex;
padding: 11px 21px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 30px;
background: #4C73FF;
}
@media(max-width: 385px) {
.btn-vib{
font-size: 12px;
}
}
@media(max-width: 200px) {
.btn-vib{
font-size: 12px;
margin-top: 0px;
}
}
/* ---------------------- */
.price-output {
width: 100%;
display: flex;
justify-content: space-between;
}
.btn-secondary{
background-color: rgba(217, 217, 217, 1);
border: 0;
}
.text-rol{
color: #000;
}
.form-label{
color: var(--, #0C0C1D);
font-family: Ubuntu;
font-size: 16px;
font-style: medium;
font-weight: 400;
line-height: normal;
}
.btn-filt{
display: flex;
width: 175px;
height: 44px;
padding: 11px 21px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 15px;
border: 2px solid #000;
color: #000;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
@media(max-width: 1063px){
.btn-filt{
font-size: 12px;
width: 100px;
height: 44px;
padding: 3px 6px;
}
}
@media(max-width: 190px){
.btn-filt{
font-size: 10px;
width: 60px;
height: 44px;
padding: 1px 2px;
}
.form-label{
font-size: 12px;
}
#toggleFilters{
margin-left: 0px;
}
}
#filtersContainer {
border-radius: 15px;
border: 2px solid #000000;
display: none;
padding: 10px;
margin-left: 4px;
margin-right: 20px;
}
@media(max-width: 576px){
#filtersContainer {
margin-right: 0px;
}
}
.filter-button-container {
text-align: right;
margin-bottom: 10px;
}
.container{
padding-left: 30px;
}

319
лаб2/css/stylepage6.css Normal file
View File

@ -0,0 +1,319 @@
:root{
--color1: rgba(76, 115, 255, 1);
--color2: rgba(13, 12, 30, 1);
--color3: rgba(255, 255, 255, 1);
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Ubuntu';
src: url('fonts/Ubuntu-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
@font-face {
font-family: 'Ubuntu';
src: url('../fonts/Ubuntu-Medium.woff') format('woff');
font-weight: normal;
font-style: medium;
}
@font-face {
font-family: 'Syne';
src: url('../fonts/Syne-Bold.woff') format('woff');
font-weight: normal;
font-style: bold;
}
.navbar {
margin: 0;
padding: 0;
padding-left: 88px;
padding-right: 88px;
}
section{
padding: 65px 0;
}
.bg-body-color {
background-color: rgb(255, 255, 255);
}
.navbar-brand {
margin-right: 40px;
}
.nav-link.active{
font-family: 'Ubuntu';
font-weight: bold;
opacity: 1;
}
.nav-link {
margin-right: 20px;
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
color: var(--color3);
opacity: 0.7;
}
.nav-link:hover {
opacity: 1;
}
.btn{
font-family: 'Ubuntu';
font-weight: normal;
font-size: 18px;
}
.list{
color: rgba(255, 255, 255);
font-family: Ubuntu;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.5;
}
.bosslist{
color: #FFF;
font-family: Ubuntu;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 123%; /* 19.68px */
letter-spacing: 0.56px;
}
.activenav{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
.active{
color: rgba(255, 255, 255);
font-weight: bold;
opacity: 1;
}
footer{
background: #000;
padding-top: 65px;
padding-bottom: 0;
}
.list:hover{
opacity: 1;
}
.textlist{
white-space: nowrap;
}
/* --------------------------------------------------------- */
h1{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 36px;
font-style: normal;
}
h2{
color: var(--, #0C0C1D);
text-align: center;
font-family: Ubuntu;
font-size: 18px;
font-style: medium;
font-weight: 400;
line-height: normal;
}
@media (max-width: 380px) {
.navbar {
padding-left: 0;
padding-right: 0;
text-align: center;
}
.navbar-brand {
margin-right: 0;
}
.navbar-toggler {
margin-right: 0;
}
.navbar-nav {
flex-direction: column;
}
.nav-item {
margin-right: 0;
}
}
@media (max-width: 170px) {
.navbar-toggler {
display: block;
position: static;
margin-top: 10px;
}
.navbar-brand {
display: block;
text-align: center;
}
.navbar-nav {
display: none;
}
}
/* ----------------------------------------- */
.container_one{
margin-left: 150px;
margin-right: 150px;
margin-bottom: 10px;
}
@media(max-width: 992px){
.container_one{
margin-left: 100px;
margin-right: 90px;
}
}
@media(max-width: 768px){
.container_one{
margin-left: 50px;
margin-right: 40px;
}
}
@media (max-width: 650px) {
.container_one{
margin-left: 10px;
margin-right: 40px;
}
.text-zag{
margin-left: 15px;
}
.bt{
margin-left: 15px;
}
}
@media(max-width: 270px){
h1{
font-size: 24px;
}
h2{
font-size: 12px;
}
}
@media(max-width: 330){
}
@media(max-width: 170px){
h1{
font-size: 18px;
}
h2{
font-size: 10px;
}
}
/* --------------------------------- */
.gradient-custom-2 {
background-image: url(../img/reg-fone.png);
background-size: cover;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #cdcdcd;
}
.btn-google{
border-radius: 6px;
border: 1px solid #D2D2D2;
}
.btn-reg{
width: 300px;
height: 50px;
flex-shrink: 0;
border-radius: 30px;
background: #000;
color: #FFF;
}
a{
color: #4C73FF;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration: none;
}
a:hover {
color: black;
}
.text-hello{
color: #000;
font-family: Ubuntu;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.card {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.log-text{
color: #2E2E2E;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
@media(max-width: 360px){
.btn-reg{
font-size: 14px;
width: 170px;
height: 50px;
}
}
@media(max-width: 227px){
.btn-reg{
font-size: 10px;
width: 130px;
height: 30px;
}
}
#resr br{
display: none;
}
@media (max-width: 200px) {
#resr br{
display: initial;
}
.btn-reg{
width: 80px;
height: 40px;
}
}
.pole-text{
color: #2E2E2E;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.pole-text-check{
color: rgba(0, 0, 0, 0.6);
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 200;
line-height: normal;
}

19
лаб2/data.json Normal file
View File

@ -0,0 +1,19 @@
{
"posts": [
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
],
"comments": [
{
"id": 1,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}

54
лаб2/ex.html Normal file
View File

@ -0,0 +1,54 @@
//кнока-бургер
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Переключатель навигации">
<span class="navbar-toggler-icon"></span>
</button>
<!---анимация кнопки)))-->
<!-- .btn-card {
color: #FFF;
font-family: Ubuntu;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
width: 143px;
height: 50px;
padding: 11px 21px;
margin-top: 44px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 30px;
background: #000;
position: relative;
overflow: hidden;
text-decoration: none;
text-align: center;
}
.btn-card::before,
.btn-card::after {
content: '';
position: absolute;
width: 100%;
height: 2px;
background: #FFF; /* Цвет линий */
animation: drop 2s infinite linear; /* Анимация для линий */
}
.btn-card::before {
top: 0;
}
.btn-card::after {
bottom: 0;
}
@keyframes drop {
0% {
transform: translateY(-10px);
}
100% {
transform: translateY(10px);
}
} -->

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

3
лаб2/icon/bed.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 10V5.71429C0 5.39286 0.0641667 5.10119 0.1925 4.83929C0.320833 4.57738 0.49 4.34524 0.7 4.14286V2.14286C0.7 1.54762 0.904167 1.04167 1.3125 0.625C1.72083 0.208333 2.21667 0 2.8 0H5.6C5.86833 0 6.11917 0.0507142 6.3525 0.152143C6.58583 0.253571 6.80167 0.393333 7 0.571429C7.19833 0.392857 7.41417 0.253095 7.6475 0.152143C7.88083 0.0511904 8.13167 0.00047619 8.4 0H11.2C11.7833 0 12.2792 0.208333 12.6875 0.625C13.0958 1.04167 13.3 1.54762 13.3 2.14286V4.14286C13.51 4.34524 13.6792 4.57738 13.8075 4.83929C13.9358 5.10119 14 5.39286 14 5.71429V10H12.6V8.57143H1.4V10H0ZM7.7 3.57143H11.9V2.14286C11.9 1.94048 11.8328 1.77071 11.6984 1.63357C11.564 1.49643 11.3979 1.4281 11.2 1.42857H8.4C8.20167 1.42857 8.0353 1.49714 7.9009 1.63429C7.7665 1.77143 7.69953 1.94095 7.7 2.14286V3.57143ZM2.1 3.57143H6.3V2.14286C6.3 1.94048 6.2328 1.77071 6.0984 1.63357C5.964 1.49643 5.79787 1.4281 5.6 1.42857H2.8C2.60167 1.42857 2.4353 1.49714 2.3009 1.63429C2.1665 1.77143 2.09953 1.94095 2.1 2.14286V3.57143ZM1.4 7.14286H12.6V5.71429C12.6 5.5119 12.5328 5.34214 12.3984 5.205C12.264 5.06786 12.0979 4.99952 11.9 5H2.1C1.90167 5 1.7353 5.06857 1.6009 5.20571C1.4665 5.34286 1.39953 5.51238 1.4 5.71429V7.14286Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

3
лаб2/icon/dush.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.5 5.5V2C2.5 1.73478 2.60536 1.48043 2.79289 1.29289C2.98043 1.10536 3.23478 1 3.5 1H5V2.125M1.5 10L2 9.25M9.5 10L9 9.25M1.5 5.5H9.5C9.63261 5.5 9.75979 5.55268 9.85355 5.64645C9.94732 5.74021 10 5.86739 10 6V7.5C10 8.03043 9.78929 8.53914 9.41421 8.91421C9.03914 9.28929 8.53043 9.5 8 9.5H3C2.46957 9.5 1.96086 9.28929 1.58579 8.91421C1.21071 8.53914 1 8.03043 1 7.5V6C1 5.86739 1.05268 5.74021 1.14645 5.64645C1.24021 5.55268 1.36739 5.5 1.5 5.5Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 645 B

View File

@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M20 10.0251C20 4.49123 15.52 0 10 0C4.48 0 0 4.49123 0 10.0251C0 14.8772 3.44 18.9173 8 19.8496V13.0326H6V10.0251H8V7.5188C8 5.58396 9.57 4.01003 11.5 4.01003H14V7.01754H12C11.45 7.01754 11 7.46867 11 8.02005V10.0251H14V13.0326H11V20C16.05 19.4987 20 15.2281 20 10.0251Z" fill="white" fill-opacity="0.5"/>
</svg>

After

Width:  |  Height:  |  Size: 418 B

BIN
лаб2/icon/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

3
лаб2/icon/filtr.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M7.87473 0.736037L7.7242 9.35976M7.7242 9.35976L9.31952 7.81918M7.7242 9.35976L6.18362 7.76444M3.92749 2.23556L2.38691 0.640246M2.38691 0.640246L0.79159 2.18083M2.38691 0.640246L2.23638 9.26397" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 371 B

3
лаб2/icon/fire.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="19" height="24" viewBox="0 0 19 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.3683 10.5917C16.0712 10.2042 15.7096 9.86833 15.3737 9.5325C14.5083 8.7575 13.5267 8.20208 12.7 7.38833C10.7754 5.5025 10.3492 2.38958 11.5762 0C10.3492 0.297083 9.27708 0.96875 8.36 1.705C5.01458 4.39167 3.69708 9.13208 5.27291 13.2008C5.32458 13.33 5.37625 13.4592 5.37625 13.6271C5.37625 13.9113 5.1825 14.1696 4.92417 14.2729C4.62708 14.4021 4.31708 14.3246 4.07167 14.1179C3.99792 14.0569 3.93653 13.9824 3.89083 13.8983C2.43125 12.0513 2.19875 9.40333 3.18041 7.285C1.02333 9.04167 -0.152085 12.0125 0.0158316 14.8154C0.0933316 15.4613 0.170832 16.1071 0.390415 16.7529C0.571248 17.5279 0.919998 18.3029 1.3075 18.9875C2.7025 21.2221 5.11792 22.8238 7.71417 23.1467C10.4783 23.4954 13.4363 22.9917 15.5546 21.08C17.9183 18.9358 18.745 15.5 17.5308 12.555L17.3629 12.2192C17.0917 11.625 16.3683 10.5917 16.3683 10.5917ZM12.2867 18.7292C11.925 19.0392 11.3308 19.375 10.8658 19.5042C9.41916 20.0208 7.9725 19.2975 7.12 18.445C8.65708 18.0833 9.57417 16.9467 9.84542 15.7971C10.065 14.7638 9.65166 13.9113 9.48375 12.9167C9.32875 11.9608 9.35458 11.1471 9.70333 10.2558C9.94875 10.7467 10.2071 11.2375 10.5171 11.625C11.5117 12.9167 13.0746 13.485 13.4104 15.2417C13.4621 15.4225 13.4879 15.6033 13.4879 15.7971C13.5267 16.8563 13.0617 18.0188 12.2867 18.7292Z" fill="#4C73FF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

4
лаб2/icon/geo.svg Normal file
View File

@ -0,0 +1,4 @@
<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.5 9.4704C3.36375 9.4704 3.22751 9.42338 3.11631 9.32923C2.71353 8.98836 1.93691 8.26718 1.26082 7.26777C0.883187 6.70964 0.585746 6.13601 0.376705 5.56279C0.126697 4.87745 0 4.18339 0 3.5C0 3.02761 0.0926098 2.56917 0.275161 2.13764C0.45145 1.72089 0.703819 1.34655 1.02518 1.02518C1.34655 0.703819 1.72089 0.45145 2.13764 0.275161C2.56927 0.0926098 3.0276 0 3.5 0C3.9724 0 4.43083 0.0926098 4.86236 0.275161C5.27911 0.45145 5.65345 0.703819 5.97482 1.02518C6.29618 1.34655 6.54855 1.72089 6.72484 2.13764C6.90739 2.56927 7 3.02761 7 3.5C7 4.18339 6.8733 4.87745 6.6233 5.56279C6.41425 6.13601 6.11681 6.70964 5.73918 7.26777C5.06309 8.26718 4.28647 8.98825 3.88369 9.32923C3.77249 9.42328 3.63625 9.4704 3.5 9.4704ZM3.5 0.356478C3.07555 0.356478 2.66394 0.439541 2.27645 0.603406C1.90211 0.761727 1.56596 0.988428 1.27714 1.27714C0.988428 1.56586 0.761726 1.90211 0.603405 2.27645C0.43954 2.66394 0.356478 3.07555 0.356478 3.5C0.356478 4.1417 0.475989 4.7946 0.711622 5.44072C0.910704 5.98652 1.1948 6.53407 1.5561 7.06818C2.20828 8.03227 2.95789 8.72818 3.34661 9.05725C3.43552 9.13251 3.56458 9.13251 3.6535 9.05725C4.04232 8.72818 4.79182 8.03227 5.444 7.06818C5.8053 6.53418 6.0894 5.98662 6.28848 5.44072C6.52411 4.7946 6.64362 4.1417 6.64362 3.5C6.64362 3.07555 6.56056 2.66394 6.3967 2.27645C6.23838 1.90211 6.01167 1.56596 5.72296 1.27714C5.43425 0.988428 5.09799 0.761727 4.72365 0.603406C4.33616 0.439541 3.92455 0.356478 3.5001 0.356478H3.5Z" fill="black"/>
<path d="M3.5 5C3.0993 5 2.72263 4.84394 2.43935 4.56065C2.15606 4.27737 2 3.90063 2 3.5C2 3.09937 2.15606 2.72263 2.43935 2.43935C2.72263 2.15606 3.09937 2 3.5 2C3.90063 2 4.27737 2.15606 4.56065 2.43935C4.84394 2.72263 5 3.09937 5 3.5C5 3.90063 4.84394 4.27737 4.56065 4.56065C4.27737 4.84394 3.90063 5 3.5 5ZM3.5 2.23169C3.16125 2.23169 2.84272 2.36359 2.60315 2.60315C2.36359 2.84272 2.23169 3.16118 2.23169 3.5C2.23169 3.83882 2.36359 4.15728 2.60315 4.39685C2.84272 4.63641 3.16118 4.76831 3.5 4.76831C3.83882 4.76831 4.15728 4.63641 4.39685 4.39685C4.63641 4.15728 4.76831 3.83882 4.76831 3.5C4.76831 3.16118 4.63641 2.84272 4.39685 2.60315C4.15728 2.36359 3.83882 2.23169 3.5 2.23169Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
лаб2/icon/google.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

3
лаб2/icon/inst.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.4766 0.00116884C11.1698 -0.00149129 11.863 0.00547589 12.5561 0.0220682L12.7403 0.0287179C12.9531 0.0363177 13.1631 0.0458173 13.4167 0.0572169C14.4275 0.104715 15.1171 0.26431 15.7222 0.498952C16.3492 0.740244 16.8774 1.06703 17.4056 1.59521C17.8885 2.06982 18.2622 2.64393 18.5008 3.27761C18.7355 3.88274 18.8951 4.57336 18.9426 5.58413C18.954 5.83682 18.9635 6.04771 18.9711 6.26051L18.9768 6.4448C18.9937 7.13751 19.0009 7.83042 18.9986 8.52333L18.9996 9.23201V10.4765C19.0019 11.1697 18.9946 11.8629 18.9777 12.5559L18.972 12.7402C18.9644 12.953 18.9549 13.163 18.9435 13.4166C18.896 14.4274 18.7345 15.1171 18.5008 15.7222C18.263 16.3565 17.8892 16.9311 17.4056 17.4055C16.9305 17.8884 16.3562 18.2622 15.7222 18.5008C15.1171 18.7355 14.4275 18.8951 13.4167 18.9426C13.1631 18.954 12.9531 18.9635 12.7403 18.9711L12.5561 18.9768C11.863 18.9937 11.1698 19.0009 10.4766 18.9986L9.76795 18.9996H8.52446C7.83124 19.0019 7.13803 18.9946 6.44502 18.9777L6.26073 18.972C6.03522 18.9639 5.80976 18.9543 5.58436 18.9435C4.57361 18.896 3.88395 18.7345 3.27788 18.5008C2.64396 18.2627 2.06977 17.8889 1.59552 17.4055C1.11203 16.9308 0.737923 16.3563 0.499273 15.7222C0.264635 15.1171 0.105043 14.4274 0.0575451 13.4166C0.0469655 13.1912 0.0374659 12.9657 0.0290466 12.7402L0.024297 12.5559C0.0067833 11.8629 -0.00113381 11.1697 0.000548123 10.4765V8.52333C-0.00210316 7.83042 0.00486389 7.13751 0.0214471 6.4448L0.0280968 6.26051C0.0356964 6.04771 0.0451958 5.83682 0.0565953 5.58413C0.104093 4.57241 0.263685 3.88369 0.498322 3.27761C0.737114 2.64362 1.11196 2.06967 1.59647 1.59616C2.07039 1.1124 2.64423 0.737938 3.27788 0.498952C3.88395 0.26431 4.57266 0.104715 5.58436 0.0572169L6.26073 0.0287179L6.44502 0.0239682C7.13771 0.00646299 7.8306 -0.00145426 8.52351 0.000218937L10.4766 0.00116884ZM9.50006 4.75101C8.87072 4.74211 8.24589 4.85838 7.66188 5.09306C7.07787 5.32774 6.54633 5.67616 6.09814 6.11806C5.64995 6.55996 5.29406 7.08654 5.05114 7.66718C4.80823 8.24783 4.68313 8.87096 4.68313 9.50037C4.68313 10.1298 4.80823 10.7529 5.05114 11.3336C5.29406 11.9142 5.64995 12.4408 6.09814 12.8827C6.54633 13.3246 7.07787 13.673 7.66188 13.9077C8.24589 14.1424 8.87072 14.2586 9.50006 14.2497C10.7598 14.2497 11.9679 13.7493 12.8586 12.8585C13.7494 11.9678 14.2498 10.7596 14.2498 9.4999C14.2498 8.24016 13.7494 7.03202 12.8586 6.14125C11.9679 5.25048 10.7598 4.75101 9.50006 4.75101ZM9.50006 6.65094C9.87862 6.64397 10.2548 6.7125 10.6066 6.85253C10.9583 6.99257 11.2787 7.2013 11.5489 7.46653C11.8191 7.73177 12.0337 8.04819 12.1803 8.39731C12.3268 8.74643 12.4024 9.12125 12.4024 9.49989C12.4025 9.87852 12.3271 10.2534 12.1807 10.6025C12.0342 10.9517 11.8197 11.2682 11.5496 11.5335C11.2795 11.7989 10.9592 12.0077 10.6074 12.1478C10.2557 12.288 9.87958 12.3566 9.50101 12.3498C8.74518 12.3498 8.02031 12.0495 7.48586 11.5151C6.95141 10.9806 6.65116 10.2557 6.65116 9.4999C6.65116 8.74405 6.95141 8.01917 7.48586 7.48471C8.02031 6.95025 8.74518 6.64999 9.50101 6.64999L9.50006 6.65094ZM14.4873 3.32606C14.1808 3.33832 13.891 3.46869 13.6785 3.68987C13.466 3.91104 13.3474 4.20585 13.3474 4.51257C13.3474 4.81928 13.466 5.11409 13.6785 5.33526C13.891 5.55644 14.1808 5.68681 14.4873 5.69908C14.8022 5.69908 15.1043 5.57397 15.327 5.35128C15.5496 5.12858 15.6747 4.82655 15.6747 4.51162C15.6747 4.19668 15.5496 3.89465 15.327 3.67195C15.1043 3.44926 14.8022 3.32416 14.4873 3.32416V3.32606Z" fill="white" fill-opacity="0.5"/>
</svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,3 @@
<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.15385 0.366667C6.15385 0.269421 6.19437 0.176158 6.2665 0.107394C6.33863 0.0386309 6.43646 0 6.53846 0L9.61539 0C9.71739 0 9.81522 0.0386309 9.88735 0.107394C9.95948 0.176158 10 0.269421 10 0.366667V4.03333C10 4.13058 9.95948 4.22384 9.88735 4.29261C9.81522 4.36137 9.71739 4.4 9.61539 4.4H8.46154V10.6333C8.46154 10.7306 8.42102 10.8238 8.34889 10.8926C8.27676 10.9614 8.17893 11 8.07692 11C7.97492 11 7.87709 10.9614 7.80496 10.8926C7.73283 10.8238 7.69231 10.7306 7.69231 10.6333V4.4H6.53846C6.43646 4.4 6.33863 4.36137 6.2665 4.29261C6.19437 4.22384 6.15385 4.13058 6.15385 4.03333V0.366667ZM2.55308 1.46667H5.38461V2.2H2.55308C2.36609 2.19996 2.18549 2.26485 2.04504 2.38255C1.9046 2.50024 1.81393 2.66267 1.79 2.83947L1.57846 4.4H5.45C5.52957 4.61456 5.67699 4.80031 5.87193 4.93165C6.06687 5.06299 6.29975 5.13345 6.53846 5.13333H1.15385C1.05184 5.13333 0.954011 5.17196 0.881882 5.24073C0.809753 5.30949 0.769231 5.40275 0.769231 5.5V7.7C0.769231 7.79725 0.809753 7.89051 0.881882 7.95927C0.954011 8.02804 1.05184 8.06667 1.15385 8.06667H6.92308V8.8H2.30769V9.71667C2.30769 9.86254 2.24691 10.0024 2.13872 10.1056C2.03052 10.2087 1.88378 10.2667 1.73077 10.2667C1.57776 10.2667 1.43102 10.2087 1.32282 10.1056C1.21463 10.0024 1.15385 9.86254 1.15385 9.71667V8.8C0.847827 8.8 0.554342 8.68411 0.337954 8.47782C0.121566 8.27153 1.26001e-08 7.99174 1.26001e-08 7.7V5.5C-3.59409e-05 5.268 0.0768716 5.04193 0.219727 4.85411C0.362582 4.66629 0.564071 4.52634 0.795385 4.45427L0.803077 4.4H0.384615C0.282609 4.4 0.184781 4.36137 0.112651 4.29261C0.0405219 4.22384 1.26001e-08 4.13058 1.26001e-08 4.03333C1.26001e-08 3.93609 0.0405219 3.84282 0.112651 3.77406C0.184781 3.7053 0.282609 3.66667 0.384615 3.66667H0.902308L1.02692 2.7456C1.07481 2.39188 1.25625 2.06692 1.5373 1.83152C1.81834 1.59611 2.17974 1.46641 2.55385 1.46667H2.55308ZM6.73 6.05073C6.79769 6.05073 6.86231 6.06173 6.92308 6.08227V7.11773C6.83613 7.14739 6.74297 7.15667 6.65147 7.14477C6.55997 7.13287 6.47282 7.10015 6.39738 7.04938C6.32194 6.9986 6.26042 6.93126 6.21804 6.85305C6.17565 6.77483 6.15363 6.68804 6.15385 6.6C6.15385 6.2964 6.41154 6.05073 6.73 6.05073ZM3.07692 6.6C3.07692 6.67213 3.06202 6.74356 3.03307 6.8102C3.00411 6.87684 2.96167 6.93739 2.90817 6.98839C2.85467 7.03939 2.79116 7.07985 2.72125 7.10746C2.65135 7.13506 2.57643 7.14927 2.50077 7.14927C2.42511 7.14927 2.35019 7.13506 2.28028 7.10746C2.21038 7.07985 2.14687 7.03939 2.09337 6.98839C2.03987 6.93739 1.99743 6.87684 1.96847 6.8102C1.93952 6.74356 1.92462 6.67213 1.92462 6.6C1.92462 6.45433 1.98532 6.31462 2.09337 6.21161C2.20142 6.1086 2.34796 6.05073 2.50077 6.05073C2.65357 6.05073 2.80012 6.1086 2.90817 6.21161C3.01622 6.31462 3.07692 6.45433 3.07692 6.6Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

3
лаб2/icon/search.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 16L11.7143 11.7143M7.42857 13.8571C6.58436 13.8571 5.74841 13.6909 4.96846 13.3678C4.18851 13.0447 3.47983 12.5712 2.88289 11.9743C2.28594 11.3773 1.81241 10.6686 1.48935 9.88868C1.16628 9.10873 1 8.27278 1 7.42857C1 6.58436 1.16628 5.74841 1.48935 4.96846C1.81241 4.18851 2.28594 3.47983 2.88289 2.88288C3.47983 2.28594 4.18851 1.81241 4.96846 1.48935C5.74841 1.16628 6.58436 1 7.42857 1C9.13353 1 10.7687 1.67729 11.9743 2.88288C13.1798 4.08848 13.8571 5.72361 13.8571 7.42857C13.8571 9.13353 13.1798 10.7687 11.9743 11.9743C10.7687 13.1798 9.13353 13.8571 7.42857 13.8571Z" stroke="black" stroke-opacity="0.3" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 748 B

3
лаб2/icon/star.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Vector" d="M1.72125 9L2.4525 5.67237L0 3.43421L3.24 3.13816L4.5 0L5.76 3.13816L9 3.43421L6.5475 5.67237L7.27875 9L4.5 7.23553L1.72125 9Z" fill="#4C73FF"/>
</svg>

After

Width:  |  Height:  |  Size: 264 B

3
лаб2/icon/vk.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10 0C4.47708 0 0 4.47708 0 10C0 15.5229 4.47708 20 10 20C15.5229 20 20 15.5229 20 10C20 4.47708 15.5229 0 10 0ZM13.8458 11.2823C13.8458 11.2823 14.7302 12.1552 14.9479 12.5604C14.9542 12.5688 14.9573 12.5771 14.9594 12.5812C15.0479 12.7302 15.0688 12.8458 15.025 12.9323C14.9521 13.076 14.7021 13.1469 14.6167 13.1531H13.0542C12.9458 13.1531 12.7188 13.125 12.4437 12.9354C12.2323 12.7875 12.024 12.5448 11.8208 12.3083C11.5177 11.9562 11.2552 11.6521 10.9906 11.6521C10.957 11.652 10.9236 11.6573 10.8917 11.6677C10.6917 11.7323 10.4354 12.0177 10.4354 12.7781C10.4354 13.0156 10.2479 13.1521 10.1156 13.1521H9.4C9.15625 13.1521 7.88646 13.0667 6.76146 11.8802C5.38437 10.4271 4.14479 7.5125 4.13437 7.48542C4.05625 7.29687 4.21771 7.19583 4.39375 7.19583H5.97187C6.18229 7.19583 6.25104 7.32396 6.29896 7.4375C6.35521 7.56979 6.56146 8.09583 6.9 8.6875C7.44896 9.65208 7.78542 10.0437 8.05521 10.0437C8.1058 10.0432 8.15548 10.0303 8.2 10.0062C8.55208 9.81042 8.48646 8.55521 8.47083 8.29479C8.47083 8.24583 8.46979 7.73333 8.28958 7.4875C8.16042 7.30937 7.94062 7.24167 7.80729 7.21667C7.86126 7.1422 7.93236 7.08182 8.01458 7.04062C8.25625 6.91979 8.69167 6.90208 9.12396 6.90208H9.36458C9.83333 6.90833 9.95417 6.93854 10.124 6.98125C10.4677 7.06354 10.475 7.28542 10.4448 8.04479C10.4354 8.26042 10.426 8.50417 10.426 8.79167C10.426 8.85417 10.4229 8.92083 10.4229 8.99167C10.4125 9.37812 10.4 9.81667 10.6729 9.99687C10.7085 10.0192 10.7497 10.0311 10.7917 10.0312C10.8865 10.0312 11.1719 10.0312 11.9448 8.70521C12.1832 8.27839 12.3903 7.83487 12.5646 7.37812C12.5802 7.35104 12.626 7.26771 12.6802 7.23542C12.7202 7.21504 12.7645 7.20467 12.8094 7.20521H14.6646C14.8667 7.20521 15.0052 7.23542 15.0312 7.31354C15.0771 7.4375 15.0229 7.81562 14.176 8.9625L13.7979 9.46146C13.0302 10.4677 13.0302 10.5188 13.8458 11.2823Z" fill="white" fill-opacity="0.5"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
лаб2/icon/whiteicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
лаб2/icon/лого.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
лаб2/img/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 KiB

BIN
лаб2/img/11.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
лаб2/img/12.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
лаб2/img/13.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
лаб2/img/14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
лаб2/img/15.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
лаб2/img/16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
лаб2/img/17.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
лаб2/img/18.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
лаб2/img/19.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
лаб2/img/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 KiB

BIN
лаб2/img/20.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
лаб2/img/21.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
лаб2/img/back.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
лаб2/img/backjpg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
лаб2/img/card1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
лаб2/img/card2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

BIN
лаб2/img/card3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
лаб2/img/card4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
лаб2/img/card5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
лаб2/img/card6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
лаб2/img/fon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

BIN
лаб2/img/help1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
лаб2/img/help2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
лаб2/img/help3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

3
лаб2/img/kov.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="30" height="20" viewBox="0 0 30 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M6.58591 7.27273C7.88256 7.27273 9.15008 7.64595 10.2282 8.34519C11.3063 9.04444 12.1466 10.0383 12.6428 11.2011C13.139 12.3639 13.2688 13.6434 13.0159 14.8778C12.7629 16.1123 12.1385 17.2462 11.2217 18.1361C10.3048 19.0261 9.13664 19.6322 7.86491 19.8777C6.59319 20.1233 5.275 19.9972 4.07706 19.5156C2.87912 19.0339 1.85522 18.2183 1.13485 17.1718C0.414469 16.1253 0.02997 14.895 0.02997 13.6364L0 12.7273C0 9.35179 1.38143 6.11456 3.84038 3.72773C6.29934 1.3409 9.6344 0 13.1119 0V3.63636C11.8814 3.63315 10.6625 3.86674 9.52566 4.32363C8.38879 4.78052 7.35651 5.45164 6.48851 6.29818C6.15115 6.62503 5.83994 6.97635 5.55757 7.34909C5.89286 7.29818 6.23564 7.27091 6.58404 7.27091L6.58591 7.27273ZM23.4441 7.27273C24.7407 7.27273 26.0082 7.64595 27.0863 8.34519C28.1645 9.04444 29.0048 10.0383 29.501 11.2011C29.9972 12.3639 30.127 13.6434 29.874 14.8778C29.6211 16.1123 28.9967 17.2462 28.0798 18.1361C27.1629 19.0261 25.9948 19.6322 24.7231 19.8777C23.4513 20.1233 22.1331 19.9972 20.9352 19.5156C19.7373 19.0339 18.7134 18.2183 17.993 17.1718C17.2726 16.1253 16.8881 14.895 16.8881 13.6364L16.8581 12.7273C16.8581 9.35179 18.2396 6.11456 20.6985 3.72773C23.1575 1.3409 26.4925 0 29.97 0V3.63636C28.7396 3.63315 27.5207 3.86674 26.3838 4.32363C25.2469 4.78052 24.2147 5.45164 23.3467 6.29818C23.0093 6.62503 22.6981 6.97635 22.4157 7.34909C22.751 7.29818 23.0938 7.27273 23.4441 7.27273Z" fill="#4C73FF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

3
лаб2/img/kov2.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="30" height="20" viewBox="0 0 30 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M23.4141 12.7273C22.1174 12.7273 20.8499 12.3541 19.7718 11.6548C18.6937 10.9556 17.8534 9.9617 17.3572 8.7989C16.861 7.63609 16.7311 6.35658 16.9841 5.12215C17.2371 3.88773 17.8615 2.75384 18.7783 1.86387C19.6952 0.973899 20.8634 0.367821 22.1351 0.122278C23.4068 -0.123264 24.725 0.00275726 25.9229 0.484406C27.1209 0.966054 28.1448 1.7817 28.8652 2.82819C29.5855 3.87469 29.97 5.10503 29.97 6.36364L30 7.27273C30 8.9441 29.6608 10.5991 29.0019 12.1432C28.343 13.6874 27.3772 15.0904 26.1596 16.2723C24.9421 17.4541 23.4966 18.3916 21.9058 19.0312C20.315 19.6708 18.61 20 16.8881 20V16.3636C18.1186 16.3668 19.3375 16.1333 20.4743 15.6764C21.6112 15.2195 22.6435 14.5484 23.5115 13.7018C23.8488 13.375 24.1601 13.0237 24.4424 12.6509C24.1023 12.7028 23.7584 12.7289 23.4141 12.7291V12.7273ZM6.55595 12.7273C5.2593 12.7273 3.99178 12.3541 2.91366 11.6548C1.83554 10.9556 0.995248 9.9617 0.499044 8.7989C0.00284064 7.63609 -0.126989 6.35658 0.125974 5.12215C0.378936 3.88773 1.00333 2.75384 1.92019 1.86387C2.83706 0.973899 4.00522 0.367821 5.27695 0.122278C6.54867 -0.123264 7.86685 0.00275726 9.0648 0.484406C10.2627 0.966054 11.2866 1.7817 12.007 2.82819C12.7274 3.87469 13.1119 5.10503 13.1119 6.36364L13.1419 7.27273C13.1419 10.6482 11.7604 13.8854 9.30148 16.2723C6.84252 18.6591 3.50746 20 0.029973 20V16.3636C1.26043 16.3668 2.47933 16.1333 3.6162 15.6764C4.75307 15.2195 5.78535 14.5484 6.65335 13.7018C6.99071 13.375 7.30192 13.0237 7.58429 12.6509C7.24411 12.7028 6.9003 12.7289 6.55595 12.7291V12.7273Z" fill="#4C73FF"/>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
лаб2/img/ph1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

BIN
лаб2/img/ph2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

BIN
лаб2/img/ph3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
лаб2/img/ph4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

BIN
лаб2/img/ph5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

BIN
лаб2/img/photo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
лаб2/img/reg-fone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 KiB

229
лаб2/index.html Normal file
View File

@ -0,0 +1,229 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="icon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<title>HI-town</title>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-color">
<div class="container">
<a class="navbar-brand" href="#">
<img src="icon/лого.png" alt="bootstrap" width="" height="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Меню">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="#">Главная</a>
<a class="nav-link" href="page2.html">Популярный</a>
<a class="nav-link" href="page3.html">Аренда</a>
<a class="nav-link" href="page5.html">Купить</a>
<!-- <a class="nav-link text-nowrap" href="#">О нас</a> -->
<a class="nav-item d-md-none nav-link" href="page6.html">Вход</a>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navbarSupportedContent">
<a href="page6.html" class="btn d-flex text-nowrap ms-2 d-none d-md-inline">Войти</a>
<a href="page6.html" class="btn d-flex text-nowrap btn-light ms-2 d-none d-md-inline">Создать аккаунт</a>
</div>
</div>
</div>
</nav>
<header id="firstheader">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="glavtext mb-3 fw-semibold lh-1">Инвестиция в будущее<br> Премиум квартиры по доступным ценам</h1>
<h2 class="maltext mb-4">Мы продаём вам не только белые стены, но и хороший ремонт, который способен удивить ваших гостей <br> и подарить вам уют и спокойствие.</h2>
<button class="btn-over-image btn d-itd btn-lg" type="button">К Выбору</button>
</div>
<div class="col-lg-12 md-8 sm-4">
<div class="card card-body card-spec">
<h1 id="h1-special" class="card-title">It's time to change the world</h1>
</div>
</div>
</div>
</div>
</header>
<section class="one">
<div class="container_two">
<div class="row">
<div class="col-sm-5">
<div class="card-2-1">
<div class="card-body">
<h1 id="h1-card" class="card-title">Современный дизайн<br>
Который никого не оставит <br>Равнодушным</h5>
<p class="card-text">В создаваемых нами продукта используются современные технологии, способные удивить любого и
предоставить функционал, после которого не захотите расставаться с ними.</p>
<a href="#" class="btn btn-card">К Выбору</a>
</div>
</div>
</div>
<div id="boss-card" class="col-xl-6 col-lg-7 col-md-7 col-sm-7 col-xs-12 d-flex justify-content-end">
<div class="card-2-2">
<img class="card-img-top" src="img/1.png" alt="Card image cap">
</div>
<div col-lg-8>
<div class="card card-body card-mini">
<h1 id="h1-minicard" class="card-title">10К+</h1>
<p id="p-minicard" class="card-text">Огромный выбор <br>вариант на ваш вкус</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="one two">
<div class="container_two container_three">
<div class="row">
<div id="boss-card" class="col-xl-7 col-lg-7 col-md-7 col-sm-7 col-xs-12 d-flex justify-content-start">
<div class="card-2-2">
<img class="card-img-top" src="img/2.png" alt="Card image cap">
<div class="card-body">
</div>
</div>
<div col-lg-8>
<div class="card card-body card-mini2">
<h1 id="h1-minicard" class="card-title">Более 10 цветов</h1>
<p id="p-minicard" class="card-text">Цветовая палитра к вашим<br> услугам</p>
</div>
</div>
</div>
<div class="col-sm-5">
<div class="card-2-1 text-end">
<div class="card-body">
<h1 id="h1-card" class="card-title">Eсли Белый Не Во Вкусе<br>
Есть Варианты и Потемнее</h5>
<p class="card-text">Представляем большой выбор не только функциональности, но и цвет.
К каждому желанию клиента мы относимся как к закону. </p>
<a href="#" class="btn btn-card">К Выбору</a>
</div>
<div>
</div>
</div>
</div>
</section>
<section class="three">
<div class="container_two container_four">
<div class="row">
<div class="col-12">
<h1 id="zag">Отзывы Наших Клиентов<h1>
</div>
<div class="col-sm-4">
<div class="card-comment">
<div class="card-body">
<img src="img/kov.svg" class="position-absolute left-top-image" alt="Left Top Image">
<p class="card-text comm">Квартира моей мечты! Просто слов нет, чтобы описать, как я рада этой покупке. Это не просто квартира, это место, где я чувствую себя как дома. Спасибо за такое удивительное предложение!</p>
<img src="img/kov2.svg" class="position-absolute right-bottom-image" alt="Right Bottom Image">
<div style="display: flex; align-items: center;">
<img src="img/photo1.png" alt="" style="margin-right: 10px; margin-bottom: 3px;">
<div>
<span id="hcomment">Август Райн</span>
<span id="hcomment2">CEO, Россия</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card-comment">
<div class="card-body">
<img src="img/kov.svg" class="position-absolute left-top-image" alt="Left Top Image">
<p class="card-text comm">Какое счастье! Моя новая квартира - просто шедевр! Когда я возвращаюсь домой, у меня переполняют чувства радости. Невероятно благодарен за возможность приобрести такое жилье!</p>
<img src="img/kov2.svg" class="position-absolute right-bottom-image" alt="Right Bottom Image">
<div style="display: flex; align-items: center;">
<img src="img/photo1.png" alt="" style="margin-right: 10px; margin-bottom: 3px;">
<div>
<span id="hcomment">Август Райн</span>
<span id="hcomment2">CEO, Россия</span>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card-comment">
<div class="card-body">
<img src="img/kov.svg" class="position-absolute left-top-image" alt="Left Top Image">
<p class="card-text comm">Это было лучшее решение в моей жизни! Моя новая квартира просто потрясающая. Все продумано до мелочей, и это создает невероятное ощущение уюта и комфорта. Теперь каждый день - праздник!</p>
<img src="img/kov2.svg" class="position-absolute right-bottom-image" alt="Right Bottom Image">
<div style="display: flex; align-items: center;">
<img src="img/photo1.png" alt="" style="margin-right: 10px; margin-bottom: 3px;">
<div>
<span id="hcomment">Август Райн</span>
<span id="hcomment2">CEO, Россия</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="text-center text-lg-start text-white">
<div class="container">
<div class="row">
<div class="col-lg-3 mb-3">
<img src="icon/иконка2.png" alt="Логотип" class="start">
</div>
<div class="col-lg-3 col-md-6 mb-4 mb-md-0">
<h5 class="bosslist">Быстрое меню</h5>
<ul class="textlist list-unstyled mb-0">
<li>
<a href="#" class="list active">Главная</a>
</li>
<li>
<a href="#" class="list">Популярные</a>
</li>
<li>
<a href="#" class="list">Аренда</a>
</li>
<li>
<a href="#" class="list">Купить</a>
</li>
<li>
<a href="#" class="list">О нас</a>
</li>
</ul>
</div>
<div class="col-md-4 col-lg-3 col-xl-1 mb-md-0 mb-4 offset-lg-3">
<h5 class="bosslist">Контакты</h5>
<ul class="textlist list-unstyled mb-0">
<li>
<a href="#" id="listperenos" class="list">Ульяновск,<br /> Московское шоссе,<br> д. 3</a>
</li>
<li>
<a href="#" class="list">+7 (986) 737-71-39</a>
</li>
<li>
<a href="#" class="list">artifaction@mail.ru</a>
</li>
</ul>
</div>
</div>
</div>
<div class="licensia text-center p-5 ">
<section class="d-flex justify-content-center p-1 m-3">
<div>
<a href="" class="btn btn-link btn-floating btn-lg text-dark m-1">
<img src="icon/facebook.svg" alt="Логотип" class="start">
</a>
<a href="" class="btn btn-link btn-floating btn-lg text-dark m-1">
<img src="icon/vk.svg" alt="Логотип" class="start">
</a>
<a href="" class="btn btn-link btn-floating btn-lg text-dark m-1">
<img src="icon/inst.svg" alt="Логотип" class="start">
</a>
</div>
</section>
<a class="list" href="#"> © 2004-2023 Construction company HI-TOWN</a>
</div>
</footer>
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

12
лаб2/node_modules/.bin/acorn generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../acorn/bin/acorn" "$@"
else
exec node "$basedir/../acorn/bin/acorn" "$@"
fi

17
лаб2/node_modules/.bin/acorn.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\acorn\bin\acorn" %*

28
лаб2/node_modules/.bin/acorn.ps1 generated vendored Normal file
View File

@ -0,0 +1,28 @@
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../acorn/bin/acorn" $args
} else {
& "$basedir/node$exe" "$basedir/../acorn/bin/acorn" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../acorn/bin/acorn" $args
} else {
& "node$exe" "$basedir/../acorn/bin/acorn" $args
}
$ret=$LASTEXITCODE
}
exit $ret

12
лаб2/node_modules/.bin/esbuild generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../esbuild/bin/esbuild" "$@"
else
exec node "$basedir/../esbuild/bin/esbuild" "$@"
fi

17
лаб2/node_modules/.bin/esbuild.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\esbuild\bin\esbuild" %*

28
лаб2/node_modules/.bin/esbuild.ps1 generated vendored Normal file
View File

@ -0,0 +1,28 @@
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../esbuild/bin/esbuild" $args
} else {
& "$basedir/node$exe" "$basedir/../esbuild/bin/esbuild" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../esbuild/bin/esbuild" $args
} else {
& "node$exe" "$basedir/../esbuild/bin/esbuild" $args
}
$ret=$LASTEXITCODE
}
exit $ret

12
лаб2/node_modules/.bin/eslint generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../eslint/bin/eslint.js" "$@"
else
exec node "$basedir/../eslint/bin/eslint.js" "$@"
fi

17
лаб2/node_modules/.bin/eslint.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\eslint\bin\eslint.js" %*

28
лаб2/node_modules/.bin/eslint.ps1 generated vendored Normal file
View File

@ -0,0 +1,28 @@
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../eslint/bin/eslint.js" $args
} else {
& "$basedir/node$exe" "$basedir/../eslint/bin/eslint.js" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../eslint/bin/eslint.js" $args
} else {
& "node$exe" "$basedir/../eslint/bin/eslint.js" $args
}
$ret=$LASTEXITCODE
}
exit $ret

12
лаб2/node_modules/.bin/he generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../he/bin/he" "$@"
else
exec node "$basedir/../he/bin/he" "$@"
fi

17
лаб2/node_modules/.bin/he.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\he\bin\he" %*

28
лаб2/node_modules/.bin/he.ps1 generated vendored Normal file
View File

@ -0,0 +1,28 @@
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../he/bin/he" $args
} else {
& "$basedir/node$exe" "$basedir/../he/bin/he" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../he/bin/he" $args
} else {
& "node$exe" "$basedir/../he/bin/he" $args
}
$ret=$LASTEXITCODE
}
exit $ret

12
лаб2/node_modules/.bin/http-server generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../http-server/bin/http-server" "$@"
else
exec node "$basedir/../http-server/bin/http-server" "$@"
fi

17
лаб2/node_modules/.bin/http-server.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\http-server\bin\http-server" %*

28
лаб2/node_modules/.bin/http-server.ps1 generated vendored Normal file
View File

@ -0,0 +1,28 @@
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../http-server/bin/http-server" $args
} else {
& "$basedir/node$exe" "$basedir/../http-server/bin/http-server" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../http-server/bin/http-server" $args
} else {
& "node$exe" "$basedir/../http-server/bin/http-server" $args
}
$ret=$LASTEXITCODE
}
exit $ret

12
лаб2/node_modules/.bin/js-yaml generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../js-yaml/bin/js-yaml.js" "$@"
else
exec node "$basedir/../js-yaml/bin/js-yaml.js" "$@"
fi

17
лаб2/node_modules/.bin/js-yaml.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\js-yaml\bin\js-yaml.js" %*

28
лаб2/node_modules/.bin/js-yaml.ps1 generated vendored Normal file
View File

@ -0,0 +1,28 @@
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args
} else {
& "$basedir/node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args
} else {
& "node$exe" "$basedir/../js-yaml/bin/js-yaml.js" $args
}
$ret=$LASTEXITCODE
}
exit $ret

12
лаб2/node_modules/.bin/json-server generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../json-server/lib/cli/bin.js" "$@"
else
exec node "$basedir/../json-server/lib/cli/bin.js" "$@"
fi

17
лаб2/node_modules/.bin/json-server.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\json-server\lib\cli\bin.js" %*

28
лаб2/node_modules/.bin/json-server.ps1 generated vendored Normal file
View File

@ -0,0 +1,28 @@
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../json-server/lib/cli/bin.js" $args
} else {
& "$basedir/node$exe" "$basedir/../json-server/lib/cli/bin.js" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../json-server/lib/cli/bin.js" $args
} else {
& "node$exe" "$basedir/../json-server/lib/cli/bin.js" $args
}
$ret=$LASTEXITCODE
}
exit $ret

12
лаб2/node_modules/.bin/json5 generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../json5/lib/cli.js" "$@"
else
exec node "$basedir/../json5/lib/cli.js" "$@"
fi

17
лаб2/node_modules/.bin/json5.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\json5\lib\cli.js" %*

28
лаб2/node_modules/.bin/json5.ps1 generated vendored Normal file
View File

@ -0,0 +1,28 @@
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../json5/lib/cli.js" $args
} else {
& "$basedir/node$exe" "$basedir/../json5/lib/cli.js" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../json5/lib/cli.js" $args
} else {
& "node$exe" "$basedir/../json5/lib/cli.js" $args
}
$ret=$LASTEXITCODE
}
exit $ret

12
лаб2/node_modules/.bin/mime generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../mime/cli.js" "$@"
else
exec node "$basedir/../mime/cli.js" "$@"
fi

17
лаб2/node_modules/.bin/mime.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\mime\cli.js" %*

28
лаб2/node_modules/.bin/mime.ps1 generated vendored Normal file
View File

@ -0,0 +1,28 @@
#!/usr/bin/env pwsh
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
$exe=""
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
# Fix case when both the Windows and Linux builds of Node
# are installed in the same directory
$exe=".exe"
}
$ret=0
if (Test-Path "$basedir/node$exe") {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "$basedir/node$exe" "$basedir/../mime/cli.js" $args
} else {
& "$basedir/node$exe" "$basedir/../mime/cli.js" $args
}
$ret=$LASTEXITCODE
} else {
# Support pipeline input
if ($MyInvocation.ExpectingInput) {
$input | & "node$exe" "$basedir/../mime/cli.js" $args
} else {
& "node$exe" "$basedir/../mime/cli.js" $args
}
$ret=$LASTEXITCODE
}
exit $ret

12
лаб2/node_modules/.bin/mkdirp generated vendored Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../mkdirp/bin/cmd.js" "$@"
else
exec node "$basedir/../mkdirp/bin/cmd.js" "$@"
fi

17
лаб2/node_modules/.bin/mkdirp.cmd generated vendored Normal file
View File

@ -0,0 +1,17 @@
@ECHO off
GOTO start
:find_dp0
SET dp0=%~dp0
EXIT /b
:start
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\mkdirp\bin\cmd.js" %*

Some files were not shown because too many files have changed in this diff Show More