Skip to content

Commit

Permalink
Merge pull request #16 from sahil-chaudhary/Shishir1729-patch-1
Browse files Browse the repository at this point in the history
Changes made in culturals, pronites and workshop
  • Loading branch information
sahil-chaudhary authored Oct 7, 2023
2 parents b3c90cc + fd0ffab commit 1f506e5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 57 deletions.
17 changes: 4 additions & 13 deletions src/Culturals.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,17 +144,8 @@ <h3>For any query and doubts regarding the Cultural events, please contact our c
<div class="contact-row">


<div class="contact-box">
<div class="contact-details">
<div class="detail">
<a href="../Event detail Template/src/Visage.html">
<div class="det17">
</div>
</a>
</div>
</div>
</div>
<div class="contact-box">

<div class="contact-box">
<div class="contact-details">
<div class="detail">
<a href = "../Event detail Template/src/DanceBattle.html">
Expand All @@ -165,7 +156,7 @@ <h3>For any query and doubts regarding the Cultural events, please contact our c
</div>


<div class="contact-box">
<div class="contact-box">
<div class="contact-details">
<div class="detail">
<a href = "../Event detail Template/src/BrushandBeyond.html">
Expand All @@ -175,7 +166,7 @@ <h3>For any query and doubts regarding the Cultural events, please contact our c
</div>
</div>

<div class="contact-box">
<div class="contact-box">
<div class="contact-details">
<div class="detail">
<a href = "../Event detail Template/src/Photohunt.html">
Expand Down
23 changes: 5 additions & 18 deletions src/Workshop.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,33 +45,20 @@
<nav class="navbar2">
<h3>For any query and doubts regarding the Workshop events, please contact our co-ordinators. For any general doubts, please mail us at [email protected] </h3>
</nav>
<nav class="navbar2">

</nav>

<div class="contact-section">
<div class="contact-row">
<div class="contact-box">
<div class="contact-details">
<div class="detail">
<a href = "Workshop1.html">
<div class="det1">
<span class="val">
<div class="det2">
<span class="value">Workshop 1</span>
</div>
</a>
</div>
</div>
</div>
<div class="contact-box">
<div class="contact-details">
<div class="detail">
<a href="Workshop2.html">
<div class="det2">
</div></a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<nav class="navbar4">
<h1> Workshop Coordinator</h1>
</nav>
Expand Down
15 changes: 7 additions & 8 deletions src/pronites.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ body {
.navbar2 {
background-color: transparent;
color: white;
padding: 1.5vh;
margin-top: 12vh;
padding: 0.5vh;
margin-top: 10vh;
text-align: center;
}
.pass{
Expand All @@ -93,13 +93,12 @@ body {
background-color: transparent;
color: white;
text-align: center;
padding: 1.5vh;
padding: 0.5vh;
}
.navbar4 {
background-color: transparent;
color: white;
padding: 1.5vh;
margin-top: 6vh;
padding: 0.5vh;
text-align: center;
}

Expand All @@ -114,7 +113,7 @@ body {
text-align: center;
border-radius: 5px;
font-size: 1.5vw;
padding: 1vw;
padding: 0.5vh;
}

.register-button:hover {
Expand All @@ -135,7 +134,7 @@ body {
.contact-box {
padding-left: 2vw;
padding-right: 2vw;
padding-bottom: 3vw;
padding-bottom:0vw;
}

.contact-details {
Expand Down Expand Up @@ -220,7 +219,7 @@ body {
background-color: transparent;
color: white;
text-align: center;
padding: 5vh;
padding: 1vh;
}

.register-button2 {
Expand Down
26 changes: 8 additions & 18 deletions src/workshop.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,15 @@ body {
}

.contact-box {
padding-left: 2vw;
padding-right: 2vw;
padding-bottom: 3vw;
padding: 1.5vh;
}

.contact-details {
background-color: transparent;
color: white;
padding-left: 2vw;
padding-right: 2vw;
padding-bottom: 3vw;
width: 20vw;
height: 20vw;
padding: 3vw;
text-align: center;
border-radius: 3vw;
}
Expand All @@ -122,7 +120,7 @@ body {
.detail .value {
position: relative; /* Add position relative to create stacking context */
z-index: 1; /* Ensure the text appears above other elements */
font-size: 1.3vw;
font-size: 1vw;
font-weight: bold;
color: transparent;
}
Expand All @@ -138,29 +136,21 @@ body {
.detail .det1 {
background-image: url(../img/Workshop1.jpg);
background-size: cover;
width: 17vw;
height: 21vw;
width: 16vw;
height: 22vw;
text-align: center;
border-radius: 1vw;
}

.detail .det2 {
background-image: url(../img/Workshop2.jpg);
background-size: cover;
width: 17vw;
height: 21vw;
text-align: center;
border-radius: 1vw;
}

.detail .det3 {
background-image: url(../img/Clash Royale.jpg);
background-size: cover;
width: 18vw;
height: 22vw;
text-align: center;
border-radius: 1vw;
}

.detail .det12{
background-image: url(../img/sagnik.jpg);
background-size: cover;
Expand Down

0 comments on commit 1f506e5

Please sign in to comment.