Skip to content

Commit

Permalink
uniquecards updates
Browse files Browse the repository at this point in the history
  • Loading branch information
leenock committed Apr 22, 2024
1 parent ec31716 commit bd18da6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
3 changes: 1 addition & 2 deletions vr01/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from "react";
import { BrowserRouter as Router, Route, Routes } from "react-router-dom";
import Navbar from "./components/Navbar/Navbar";
import Home from "./components/Homepage";
import About from "./pages/AboutUs/About";
import Practice from "./pages/practice-area/Practice";


Expand All @@ -15,7 +14,7 @@ function App() {
<Navbar />
<Routes>
<Route path="/" element={<Home />}></Route>
<Route path="/about" element={<About />}></Route>

<Route path="/practice-area" element={<Practice />}></Route>
</Routes>
</div>
Expand Down
5 changes: 3 additions & 2 deletions vr01/src/components/AboutUs/aboutus.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
/* About Us */
.about--section {
display: grid;
padding: 133.3px 85.3px;
padding: 70.3px 85.3px;
align-items: center;
gap: 114.6px;
grid-template-columns: repeat(2, 1fr);
}
.about--section--img > img {
width: 100%;
height: 100%;

}
.read-more {
font-weight: 600;
Expand All @@ -19,7 +20,6 @@

}


/* About Us Ends */
@media only screen and (max-width: 1200px) {
.about--section {
Expand All @@ -32,6 +32,7 @@

}


}
.make-us-unique h1 > makes-us {
color:red
Expand Down
2 changes: 1 addition & 1 deletion vr01/src/components/HeroSection/heroSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
text-align: center;
}
.hero--section-description{
text-align: justify;

font-size: 18px;
}

Expand Down
8 changes: 5 additions & 3 deletions vr01/src/components/Uniquecard/uniquecard.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* Skills Section Style */
.skills--section {
padding: 149.33px 85.33px;
margin-top: -250px;
margin-top: -200px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
Expand Down Expand Up @@ -97,12 +97,14 @@
gap: 20px;
}
.skills--section--title {
font-size: 23px;
line-height: 30px;
font-size: 17px;
line-height: 3px;

}
.skills--section--description {
font-size: 17.333px;
line-height: 27px;
font-family: "Manrope";
}
}
@media only screen and (max-width: 1200px) {
Expand Down
8 changes: 4 additions & 4 deletions vr01/src/data/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"id": "1",
"src": "./img/avatar-image.png",
"title": "LEGAL SERVICES",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspenmdisse varius eim in eros elementum tristique"
"description": "Quis autem velo eum iure rerehen derit rui inea votasuam nihil molestia conseuatur vel illum"
},
{
"id": "2",
"src": "./img/product-chain-1.png",
"title": "GREAT RESULTS",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspenmdisse varius eim in eros elementum tristique"
"description": "Quis autem velo eum iure rerehen derit rui inea votasuam nihil molestia conseuatur vel illum"
},
{
"id": "3",
"src": "./img/avatar-image-2.png",
"title": "PASSIONATE PEOPLE",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspenmdisse varius eim in eros elementum tristique"
"description": "Quis autem velo eum iure rerehen derit rui inea votasuam nihil molestia conseuatur vel illum"
},
{
"id": "4",
"src": "./img/tag-1.png",
"title": "Trusted Firm",
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspenmdisse varius eim in eros elementum tristique"
"description": "Quis autem velo eum iure rerehen derit rui inea votasuam nihil molestia conseuatur vel illum"
}
],
"portfolio": [
Expand Down
2 changes: 1 addition & 1 deletion vr01/src/pages/AboutUs/aboutus.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* About Us */
.about--section {
display: grid;
padding: 133.3px 85.3px;
padding: 70.3px 85.3px;
align-items: center;
gap: 114.6px;
grid-template-columns: repeat(2, 1fr);
Expand Down

0 comments on commit bd18da6

Please sign in to comment.