Skip to content

Commit

Permalink
updated the fest page and images
Browse files Browse the repository at this point in the history
  • Loading branch information
TanishqSharma2022 committed Feb 2, 2024
1 parent 96e861f commit 14ad9d0
Show file tree
Hide file tree
Showing 29 changed files with 508 additions and 237 deletions.
Binary file modified .DS_Store
Binary file not shown.
31 changes: 26 additions & 5 deletions css/fests.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,24 @@

@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Notable:wght@400&display=swap');

html {
scroll-behavior: smooth;
}

:root {
--navlist-color: #cb7139;
/* --navlist-color: #6a6551; */
/* --navlist-color: #6699cc; */

--navbar-change-color: #111011;
--text: #0e0b01;
--text: white;
--background: #0b4151;
--primary: #1380b4;
--secondary: #fae9bd;
--accent: #d9a412;
--footer-background-color: #fae9bd;
--footer-scroll-top-color: #fae9bd;
--footer-text-color: #000000;
}


Expand Down Expand Up @@ -48,7 +55,6 @@ body{
align-items: center;
margin: 0 auto;
max-width: 100%;
/* top: -8vh; */

}
.fest_header_container{
Expand All @@ -59,6 +65,11 @@ body{
align-items: flex-end;
gap: 10px;
}
.glide__slide img{
object-fit: contain;
aspect-ratio: 1/1;
width:100%;
}

.fest_header_container button{
border-radius: 20px;
Expand Down Expand Up @@ -97,7 +108,10 @@ body{
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.fest_navbar_header{
font-family: Poppins;
font-style: italic;
}
#ii{
font-family: 'rock salt';
font-size: 3rem;
Expand All @@ -111,7 +125,7 @@ body{
.contain2{
scroll-snap-type: y mandatory;
width: 100%;
background: linear-gradient(to bottom, #041724, #0b4151);
/* background: linear-gradient(to bottom, #041724, #0b4151); */

position: relative;
top: 0;
Expand All @@ -137,6 +151,7 @@ body{
padding-block: 100px;
padding-inline: 50px;
display: flex;
gap: 50px;
justify-content: space-around;
align-items: center;
transition: all 0.5s ease;
Expand Down Expand Up @@ -196,13 +211,15 @@ body{
/* border: 2px solid red; */

margin-top: 20px;
gap: 20px;
}

.fest_links img, .fest_links i{
margin: 0 20px;
/* margin: 0 20px; */
/* background: #eee; */
height: 30px;
width: 30px;
aspect-ratio: square;
font-size: 2rem;
display: grid;
place-items: center;
Expand Down Expand Up @@ -344,6 +361,7 @@ body{
width: 100%;
flex-direction: column;
padding: 0;
padding-top: 10px;
height: auto;
transform: scale(1) translateX(0px);

Expand Down Expand Up @@ -373,6 +391,9 @@ body{
.fest_content h1{
font-size: 2.2rem;
}
.fest_content h4{
margin-top: 30px;
}
.imageslider_wrapper{

left: 0;
Expand Down
14 changes: 7 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ ul.list li a:after {
height: 6vh;
position: absolute;
top: 0px;
width: 20%;
width: 15%;
/* margin-top: 10px; */
/* margin-left: 8vh; */
text-align: center;
Expand All @@ -360,13 +360,13 @@ ul.list li a:after {
}

.name img.desktop {
height: 90%;

width: 40%;
margin-left: 20px;
/* width: 100px; */
position: absolute;
top: 50%;
transform: translate(0%, -50%);
left: 6%;
/* position: absolute; */
/* top: 50%; */
/* transform: translate(0%, -50%); */
/* left: 6%; */
/* background: red; */
/* filter: drop-shadow(0px 0px 5px black); */

Expand Down
Loading

0 comments on commit 14ad9d0

Please sign in to comment.