Skip to content

Commit

Permalink
Merge pull request #7 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Updated: Home Screen
  • Loading branch information
TartejBrothers authored Apr 25, 2024
2 parents 5475226 + 4f8bf98 commit cbf3304
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>ADVAL SOLUTIONS</title>
<title>ADVAL Studios</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
5 changes: 3 additions & 2 deletions src/components/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function home() {
<div className="navleft">
<img src={logo} alt="logo" />
<p>
<p className="colorChange">ADVAL</p>SOLUTIONS
<p className="colorChange">ADVAL</p> STUDIOS
</p>
</div>
<div className="navright">
Expand All @@ -31,7 +31,8 @@ export default function home() {
<div className="homecenter">
<h1>
Building <h1 className="colorYellow">Your Brand</h1> with You, For
You Let's Navigate Together.
You <br />
Let's Navigate Together.
</h1>
<p>
Our Agency is a one stop solution to all of your Digital problems.
Expand Down
24 changes: 13 additions & 11 deletions src/components/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,37 @@ body {
text-align: center;
}
.navleft p {
display: flex;
display: inline;
font-size: 16px;
gap: 5px;
}
.colorChange {
color: #6b12bf;
font-size: 16px;
}
.navright {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
gap: 20px;
gap: 40px;
}
.navright ul {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
gap: 30px;
gap: 65px;
}
.navright ul li {
list-style-type: none;
}

.contactbtn {
background-color: #771bbe;
padding: 10px 20px;
padding: 15px 20px;
border: none;
border-radius: 20px;
border-radius: 15px;
font-weight: 800;
}

.homecenter {
Expand All @@ -90,9 +91,10 @@ body {
}
.homecenter button {
background-color: #771bc8;
padding: 20px;
padding: 20px 30px;
border: none;
border-radius: 20px;
font-weight: 800;
border-radius: 50px;
}
.homebottom {
display: flex;
Expand All @@ -103,15 +105,15 @@ body {
}
.homebutton1 {
background: none;
padding: 10px 20px;
border-radius: 20px;
padding: 15px 30px;
border-radius: 50px;
border: 2px solid #54039d;
}
.homebutton2 {
background-color: #360a60;
border-radius: 100%;
border: none;
padding: 10px;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit cbf3304

Please sign in to comment.