add banner to index page
This commit is contained in:
parent
81c1cc57ad
commit
d1cd071f06
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
|
@ -5,8 +5,8 @@ import { Filters } from "../../API/Filters";
|
|||
|
||||
import styled from 'styled-components';
|
||||
|
||||
// swiper customization
|
||||
import './swiper.css';
|
||||
// ras customization
|
||||
import './ras.css';
|
||||
import ApartamentService from "../../API/ApartamentService";
|
||||
import { HashLoader } from 'react-spinners';
|
||||
|
||||
|
@ -377,8 +377,8 @@ export default class IndexPage extends React.Component {
|
|||
<IndexPageRoot>
|
||||
<SliderContainer>
|
||||
<AwesomeSlider bullets={false}>
|
||||
<div data-src='/images/house-s.jpg' />
|
||||
<div data-src='/images/house-s-2.jpg' />
|
||||
<a href='https://vvsu.ithub.ru/dod' data-src='/images/OpenDoorDay.jpg' />
|
||||
<div data-src='/images/Business.jpg' />
|
||||
</AwesomeSlider>
|
||||
</SliderContainer>
|
||||
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
.awssld {
|
||||
--loader-bar-color: #0077aa !important;
|
||||
/* --loader-bar-height: 8px !important; */
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
:root {
|
||||
--swiper-scrollbar-drag-bg-color: #e1e3e1a0;
|
||||
--swiper-scrollbar-size: 5px;
|
||||
--swiper-scrollbar-bottom: 0px;
|
||||
--swiper-scrollbar-border-radius: 5px;
|
||||
|
||||
--swiper-navigation-color: white
|
||||
}
|
||||
|
||||
.swiper {
|
||||
box-shadow: 0 2px 12px #00000030;
|
||||
}
|
Loading…
Reference in New Issue