-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
236 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
.rectangle_card{ | ||
.rectangle_card { | ||
/* border:1px solid red; */ | ||
height:136px; | ||
width:229px ; | ||
margin-left:270px; | ||
box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), | ||
0.3em 0.3em 1em rgba(0, 0, 0, 0.3); | ||
position:absolute; | ||
background-color: white; | ||
height: 136px; | ||
width: 229px; | ||
margin-left: 270px; | ||
box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), | ||
0.3em 0.3em 1em rgba(0, 0, 0, 0.3); | ||
position: absolute; | ||
background-color: white; | ||
|
||
} | ||
|
||
.getstartedbtn{ | ||
.getstartedbtn { | ||
background: linear-gradient(97.32deg, #FF698D -3.47%, #FB3F6C 108.43%); | ||
box-shadow: 0px 30px 50px rgba(168, 22, 75, 0.15); | ||
|
||
color:white; | ||
border-color:#FF698D; | ||
width:210px; | ||
height:68px; | ||
border-radius:192px; | ||
/* position:absolute; */ | ||
color: white; | ||
border-color: #FF698D; | ||
width: 210px; | ||
height: 68px; | ||
border-radius: 192px; | ||
/* position:absolute; */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
export const Navbar=()=>{ | ||
export const Navbar = () => { | ||
|
||
|
||
return( | ||
<div style={{display:"flex", width:"100%"}}> | ||
return ( | ||
<div style={{ display: "flex", width: "100%" }}> | ||
|
||
<div style={{marginLeft:"115px", marginTop:"49px"}}> | ||
<h1 style={{fontSize:"26px", fontWeight:"700", fontStyle:"italic", color:"#FB3F6C" , width:"254px", height:"36px"}}>Webure Technologies</h1> | ||
</div> | ||
<div style={{ marginLeft: "115px", marginTop: "49px" }}> | ||
<h1 style={{ fontSize: "26px", fontWeight: "700", fontStyle: "italic", color: "#FB3F6C", width: "254px", height: "36px" }}>Webure Technologies</h1> | ||
</div> | ||
|
||
<div style={{display:"flex" , marginTop:"59px"}}> | ||
<div style={{ display: "flex", marginTop: "59px" }}> | ||
|
||
<ul style={{ display: "flex", gap: "41px", listStyle: "none" }}> | ||
<li>About Us</li> | ||
<li>Services</li> | ||
<li>Carrers</li> | ||
<li>ROIStories</li> | ||
<li>Blog</li> | ||
<li>Contact Us</li> | ||
</ul> | ||
<button style={{ marginLeft: "41px", width: "143px", heigth: "55px", border: "0.5px solid grey", borderRadius: "30px", color: "#282C4B", fontWeight: "700", fontSize: "14px" }}>Let's Talk</button> | ||
</div> | ||
|
||
<ul style={{display:"flex", gap:"41px" , listStyle:"none"}}> | ||
<li>About Us</li> | ||
<li>Services</li> | ||
<li>Carrers</li> | ||
<li>ROIStories</li> | ||
<li>Blog</li> | ||
<li>Contact Us</li> | ||
</ul> | ||
<button style={{marginLeft:"41px", width:"143px", heigth:"55px", border:"0.5px solid grey", borderRadius:"30px", color:"#282C4B", fontWeight:"700", fontSize:"14px"}}>Let's Talk</button> | ||
</div> | ||
|
||
</div> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
.ourservice_container{ | ||
.ourservice_container { | ||
display: grid; | ||
grid-template-columns: 1fr 1fr 1fr 1fr; | ||
/* border:2px solid grey; */ | ||
justify-content: space-around; | ||
padding-left: 25px; | ||
gap:20px; | ||
margin-top:10px | ||
|
||
gap: 20px; | ||
margin-top: 10px | ||
} | ||
|
||
|
||
|
||
.ourservice_card{ | ||
height:272.2px; | ||
width: 272.2px; | ||
background: #FFFFFF; | ||
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12); | ||
border-radius: 8.43641px; | ||
.ourservice_card { | ||
height: 272.2px; | ||
width: 272.2px; | ||
background: #FFFFFF; | ||
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12); | ||
border-radius: 8.43641px; | ||
|
||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
f2f3cce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
comany-task-convert-figma-to-react – ./
comany-task-convert-figma-to-react-git-master-akib7599-gmailcom.vercel.app
comany-task-convert-figma-to-react.vercel.app
comany-task-convert-figma-to-react-akib7599-gmailcom.vercel.app