more
This commit is contained in:
BIN
src/Assets/.DS_Store
vendored
Normal file
BIN
src/Assets/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -130,7 +130,7 @@ const HomePage = () => {
|
|||||||
<div className="home-card">
|
<div className="home-card">
|
||||||
<div className="card-image-container">
|
<div className="card-image-container">
|
||||||
<img
|
<img
|
||||||
src={sweet_card_2}
|
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/5ff0ba9e-298f-4ee1-88d4-e19a44a00900/public"
|
||||||
alt="ai hand"
|
alt="ai hand"
|
||||||
width="100%"
|
width="100%"
|
||||||
className="card-image"
|
className="card-image"
|
||||||
@@ -157,7 +157,7 @@ const HomePage = () => {
|
|||||||
<div className="home-card">
|
<div className="home-card">
|
||||||
<div className="card-image-container">
|
<div className="card-image-container">
|
||||||
<img
|
<img
|
||||||
src={sweet_card_4}
|
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/7a6dd50e-4d8f-4068-61b2-634dc5603f00/public"
|
||||||
alt="scales image"
|
alt="scales image"
|
||||||
width="100%"
|
width="100%"
|
||||||
className="card-image"
|
className="card-image"
|
||||||
@@ -183,7 +183,11 @@ const HomePage = () => {
|
|||||||
{/*********** CARD THREE *********** */}
|
{/*********** CARD THREE *********** */}
|
||||||
<div className="home-card">
|
<div className="home-card">
|
||||||
<div className="card-image-container">
|
<div className="card-image-container">
|
||||||
<img src={sweet_card_1} alt="" className="card-image" />
|
<img
|
||||||
|
src="https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/00667aa1-f847-430c-7a5e-d96abeed3300/public"
|
||||||
|
alt=""
|
||||||
|
className="card-image"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="card-body">
|
<div className="card-body">
|
||||||
<div className="card-upper-box">
|
<div className="card-upper-box">
|
||||||
@@ -207,7 +211,7 @@ const HomePage = () => {
|
|||||||
<div
|
<div
|
||||||
className="home-test-container"
|
className="home-test-container"
|
||||||
style={{
|
style={{
|
||||||
backgroundImage: `url(${opac_butta})`,
|
backgroundImage: `url(https://imagedelivery.net/OvFc3s8IYmBw7-_bogeTLg/209dcf14-c086-42b4-ca72-f058d9ad1b00/public)`,
|
||||||
backgroundSize: "cover",
|
backgroundSize: "cover",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-image {
|
.card-image {
|
||||||
border-radius: 15px;
|
|
||||||
height: 90%;
|
height: 90%;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
@@ -55,6 +54,12 @@ section.section-1:before {
|
|||||||
.homepage-button {
|
.homepage-button {
|
||||||
color: white;
|
color: white;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
filter: drop-shadow(4px 3px #b5a08e);
|
||||||
|
}
|
||||||
|
|
||||||
|
.homepage-button:hover {
|
||||||
|
filter: drop-shadow(0px 0px #b5a08e);
|
||||||
}
|
}
|
||||||
|
|
||||||
section.section-1 {
|
section.section-1 {
|
||||||
@@ -194,7 +199,6 @@ button.button-1 {
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
border-radius: 15px;
|
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -286,7 +290,6 @@ p.text-block-2.text-center {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
border-radius: 0px 0px 12.336px 12.336px;
|
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: 25px 0 20px -20px rgba(199, 199, 208, 0.271);
|
box-shadow: 25px 0 20px -20px rgba(199, 199, 208, 0.271);
|
||||||
margin-top: -17px;
|
margin-top: -17px;
|
||||||
@@ -328,7 +331,6 @@ p.card-texts {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img.card-img {
|
img.card-img {
|
||||||
border-radius: 12.34px 12.34px 0px 0px;
|
|
||||||
padding-bottom: 18px;
|
padding-bottom: 18px;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
@@ -363,7 +365,6 @@ p.card-title {
|
|||||||
padding: 8px 10px 0px 10px;
|
padding: 8px 10px 0px 10px;
|
||||||
width: 270px;
|
width: 270px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
border-radius: 0px 0px 10px 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.home-card-divider {
|
.home-card-divider {
|
||||||
@@ -500,9 +501,9 @@ h4.heading-6 {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
font-weight: 500;
|
font-weight: 400;
|
||||||
line-height: 38px; /* 156.25% */
|
line-height: 38px; /* 156.25% */
|
||||||
letter-spacing: 0.369px;
|
letter-spacing: 1.369px;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
@@ -554,7 +555,7 @@ h6.heading-7 {
|
|||||||
button.button-2 {
|
button.button-2 {
|
||||||
width: 375px;
|
width: 375px;
|
||||||
height: 65px;
|
height: 65px;
|
||||||
border-radius: 8px;
|
filter: drop-shadow(6px 6px #b5a08e);
|
||||||
background: #4675c3;
|
background: #4675c3;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -577,7 +578,6 @@ button.button-2 {
|
|||||||
padding: 76px 83px;
|
padding: 76px 83px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
//background-size: cover;
|
//background-size: cover;
|
||||||
border-radius: 9.049px;
|
|
||||||
background-color: #ffb571;
|
background-color: #ffb571;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
@@ -595,7 +595,6 @@ button.button-2 {
|
|||||||
width: 300px;
|
width: 300px;
|
||||||
height: 480px;
|
height: 480px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 10px;
|
|
||||||
box-shadow: 0 60px 80px rgba(0, 0, 0, 0.6), 0 45px 26px rgba(0, 0, 0, 0.14);
|
box-shadow: 0 60px 80px rgba(0, 0, 0, 0.6), 0 45px 26px rgba(0, 0, 0, 0.14);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -605,7 +604,6 @@ button.button-2 {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 10px 10px 0px 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer.footer {
|
footer.footer {
|
||||||
@@ -748,7 +746,6 @@ li.nav-item {
|
|||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section.section-1:before {
|
section.section-1:before {
|
||||||
@@ -952,7 +949,6 @@ li.nav-item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-body {
|
.card-body {
|
||||||
border-radius: 0px 0px 12.336px 12.336px;
|
|
||||||
background: #fff;
|
background: #fff;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 16px 18px;
|
padding: 16px 18px;
|
||||||
@@ -994,7 +990,6 @@ li.nav-item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img.card-img {
|
img.card-img {
|
||||||
border-radius: 12.34px 12.34px 0px 0px;
|
|
||||||
padding-bottom: 18px;
|
padding-bottom: 18px;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
@@ -1184,7 +1179,6 @@ li.nav-item {
|
|||||||
width: 238px;
|
width: 238px;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
border-radius: 8px;
|
|
||||||
background: #4675c3;
|
background: #4675c3;
|
||||||
border: 0;
|
border: 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -1207,7 +1201,6 @@ li.nav-item {
|
|||||||
padding: 58px 17px;
|
padding: 58px 17px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
border-radius: 9.049px;
|
|
||||||
background: #ffb571;
|
background: #ffb571;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user