Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49403090db | |||
| 70969c4cc9 | |||
| fe56c4afc4 | |||
| b15f580c35 | |||
| 2603495d8f |
@@ -2693,7 +2693,11 @@ header.fix_style.white_header {
|
||||
}
|
||||
|
||||
.app_solution_section .app_images ul li img {
|
||||
max-width: 100%;
|
||||
max-width: 98%;
|
||||
padding: 1%;
|
||||
border-radius: 15px;
|
||||
box-shadow: 0px 0px 30px #c1dec9;
|
||||
filter: grayscale(40%);
|
||||
}
|
||||
|
||||
.app_solution_section .app_images li:first-child {
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 87 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 132 KiB |
@@ -6,6 +6,10 @@ import BGImg from "../../assets/images/bread_crumb_bg.png"
|
||||
import BGImg1 from "../../assets/images/bread_crumb_bg_one.png"
|
||||
import BGImg2 from "../../assets/images/bread_crumb_bg_two.png"
|
||||
|
||||
import About1 from '../../assets/images/about_one.png'
|
||||
import About2 from '../../assets/images/about_two.png'
|
||||
import About3 from '../../assets/images/about_three.png'
|
||||
|
||||
const Main = ({brdcum}) => {
|
||||
const [ytShow , setytShow] = useState (false)
|
||||
|
||||
@@ -84,12 +88,12 @@ const Main = ({brdcum}) => {
|
||||
<div className="col-lg-6">
|
||||
<div className="app_images" data-aos="fade-in" data-aos-duration="1500">
|
||||
<ul>
|
||||
<li><img src="assets/images/abt_01.png" alt="" /></li>
|
||||
<li><img src={About1} alt="health monitor gadget" /></li>
|
||||
<li>
|
||||
<a data-url="#" onClick = {() => setytShow(true)} className="popup-youtube play-button"
|
||||
data-toggle="modal"
|
||||
data-target="#myModal" title="About Video">
|
||||
<img src="assets/images/abt_02.png" alt="" />
|
||||
<img src={About2} alt="" />
|
||||
<div className="waves-block">
|
||||
<div className="waves wave-1"></div>
|
||||
<div className="waves wave-2"></div>
|
||||
@@ -98,7 +102,8 @@ const Main = ({brdcum}) => {
|
||||
<span className="play_icon"><img src="assets/images/play_black.png" alt="image"/></span>
|
||||
</a>
|
||||
</li>
|
||||
<li><img src="assets/images/abt_03.png" alt="" /></li>
|
||||
{/* <li><img src="assets/images/abt_03.png" alt="" /></li> */}
|
||||
<li><img src={About3} alt="" /></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user