Skip to content

Commit

Permalink
Merge pull request #5 from ROCK1235/main
Browse files Browse the repository at this point in the history
Changes in UI and colors
  • Loading branch information
VivekMohanta03 authored Oct 16, 2023
2 parents a17b964 + 5d9ad5c commit 1f85ea0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<a href="https://www.soa.ac.in/ids" target="_blank">Dental</a>
<a href="https://www.soa.ac.in/snil" target="_blank">Law</a>
<a href="https://www.soa.ac.in/ias" target="_blank">Agriculture</a>
<a href="https://www.soa.ac.in/sps" target="_blank">Medical</a>
<a href="https://www.soa.ac.in/shm" target="_blank">Management</a>
<a href="https://www.soa.ac.in/snc" target="_blank">Nursing</a>
</div>
</div>
Expand Down
20 changes: 6 additions & 14 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@ a {
}
.header {
min-height: 100vh;
overflow-x: hidden;
width: 100%;
background-image: linear-gradient(
90deg,
rgba(110, 73, 48, 0.767),
rgba(18, 46, 168, 0.582)
),
url(https://images.squarespace-cdn.com/content/v1/57713a8e2994cae381dd86fe/1647673457416-9QXAF1WG466JS12MGKEI/DJI_0114.jpg?format=2500w);
background-image: url(https://images.squarespace-cdn.com/content/v1/57713a8e2994cae381dd86fe/1543925384526-GNBBO11VDMAKDWGOTDEJ/1-5.jpg?format=2500w);
background-position: center;
background-size: cover;
position: relative;
Expand Down Expand Up @@ -45,9 +39,7 @@ nav img {
text-decoration: none;
font-size: 15px;
}
.nav-links ul li a:hover {
font-weight: 520;
}

.nav-links ul li::after {
content: "";
width: 0%;
Expand Down Expand Up @@ -149,7 +141,7 @@ nav .fa {
content: "";
width: 0%;
height: 2px;
background-color: #f44336;
background-color: #ff6c61cc;
display: block;
margin: auto;
transition: 0.9s;
Expand Down Expand Up @@ -376,8 +368,8 @@ h3 {
}
.full-background {
background: linear-gradient(
90deg,
rgb(144 255 214 / 47%),
rgb(255 143 200 / 35%)
180deg,
rgba(1, 249, 158, 0.641),
rgba(247, 127, 127, 0.35)
);
}

1 comment on commit 1f85ea0

@vercel
Copy link

@vercel vercel bot commented on 1f85ea0 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.