home page alt image

This commit is contained in:
merdan 2021-12-17 18:56:35 +05:00
parent 64b08c6cd3
commit db86f8746d
4 changed files with 67 additions and 133 deletions

View File

@ -135,3 +135,66 @@ body {
.right-top-content-date-2 { .right-top-content-date-2 {
margin-top: 5rem; margin-top: 5rem;
} }
.event__body-column .card {
padding: 10px 0;
border-bottom: 1px solid #dcdcdc;
}
.card__link {
color: #000;
font-weight: 700;
font-size: 16px;
line-height: 25px;
margin: 5px 0 0 0;
display: block;
height: 49px;
overflow: hidden;
text-overflow: ellipsis;
}
.card {
position: relative;
padding: 21px 30px;
background: #ffffff;
}
.event__header {
margin-bottom: 25px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.main {
margin-top: 20px;
}
.event {
margin: 30px 0;
margin-bottom: 70px;
}
.main__banner {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.main__body-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 35px;
position: relative;
}
.partner__title {
font-size: 20px;
line-height: 26px;
font-weight: 700;
color: #242424;
margin-bottom: 30px;
}
.main__body-row {
margin: 0px -20px 50px -20px;
display: flex;
align-items: stretch;
flex-wrap: wrap;
}

View File

@ -65,69 +65,6 @@ code = "right-bottom"
type = "slider" type = "slider"
random = 0 random = 0
== ==
<style>
.event__body-column .card {
padding: 10px 0;
border-bottom: 1px solid #dcdcdc;
}
.card__link {
color: #000;
font-weight: 700;
font-size: 16px;
line-height: 25px;
margin: 10px 0 0 0;
display: block;
height: 49px;
overflow: hidden;
text-overflow: ellipsis;
}
.card {
position: relative;
padding: 21px 30px;
background: #ffffff;
}
.card {
position: relative;
padding: 21px 30px;
background: #ffffff;
}
.event__header {
margin-bottom: 40px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.main {
margin-top: 20px;
}
.event {
margin: 30px 0;
margin-bottom: 70px;
}
.main__banner {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.main__body-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 35px;
position: relative;
}
.partner__title {
font-size: 20px;
line-height: 26px;
font-weight: 700;
color: #242424;
margin-bottom: 30px;
}
</style>
<section class="hero"> <section class="hero">
<div class="auto__container"> <div class="auto__container">
<div class="hero__inner"> <div class="hero__inner">

View File

@ -74,71 +74,6 @@ code = "right-bottom"
type = "slider" type = "slider"
random = 0 random = 0
== ==
<style>
.event__body-column .card {
padding: 10px 0;
border-bottom: 1px solid #dcdcdc;
}
.card__link {
color: #000;
font-weight: 700;
font-size: 16px;
line-height: 25px;
margin: 5px 0 0 0;
display: block;
height: 49px;
overflow: hidden;
text-overflow: ellipsis;
}
.card {
position: relative;
padding: 21px 30px;
background: #ffffff;
}
.event__header {
margin-bottom: 25px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.main {
margin-top: 20px;
}
.event {
margin: 30px 0;
margin-bottom: 70px;
}
.main__banner {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.main__body-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 35px;
position: relative;
}
.partner__title {
font-size: 20px;
line-height: 26px;
font-weight: 700;
color: #242424;
margin-bottom: 30px;
}
.main__body-row {
margin: 0px -20px 50px -20px;
display: flex;
align-items: stretch;
flex-wrap: wrap;
}
</style>
<section class="hero"> <section class="hero">
<div class="auto__container"> <div class="auto__container">
<div class="hero__inner"> <div class="hero__inner">

View File

@ -7,8 +7,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
{% styles %} {% styles %}
<link href="{{ ['assets/css/main.css']|theme }}" rel="stylesheet"> <link href="{{ ['assets/css/main.css','assets/css/style.css']|theme }}" rel="stylesheet">
<link href="{{ ['assets/css/style.css']|theme }}" rel="stylesheet">
<link rel="icon" href="{{'assets/images/icon/cropped-cropped-orienticon-32x32.png'|theme}}" sizes="32x32"> <link rel="icon" href="{{'assets/images/icon/cropped-cropped-orienticon-32x32.png'|theme}}" sizes="32x32">
<link rel="icon" href="{{'assets/images/icon/cropped-cropped-orienticon-192x192.png'|theme}}" sizes="192x192"> <link rel="icon" href="{{'assets/images/icon/cropped-cropped-orienticon-192x192.png'|theme}}" sizes="192x192">
<link rel="apple-touch-icon-precomposed" href="{{'assets/images/icon/cropped-cropped-orienticon-180x180.png'|theme}}"> <link rel="apple-touch-icon-precomposed" href="{{'assets/images/icon/cropped-cropped-orienticon-180x180.png'|theme}}">