Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui design changes in few areas #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions UDC-band/band.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

<div id="contentrow" class="row content-row">
<div class="col-lg-4 col-sm-4 col-md-4 content-columns content-column-1 ">
<div onclick="videos()" class="card content card-box " style="width: 13rem;">
<div onclick="videos()" class="card content card-box " style="width: 20rem;">
<a href="#" class="videog smooth-scroll"> <img class="card-img-top" src="assets/Front_page/n1.jpeg" alt="Card image cap">
<div class="card-body">
<p class="card-text">VIDEOS</p>
Expand All @@ -113,7 +113,7 @@
</div>

<div class="col-lg-4 col-md-4 col-sm-4 content-columns content-column-2 ">
<div class="card content card-box text-center" style="width: 13rem;">
<div class="card content card-box text-center" style="width: 20rem;">
<a href="faq.html"> <img class="card-img-top" src="assets/Front_page/n4.jpeg" alt="Card image cap">
<div class="card-body">
<p class="card-text">FAQ'S</p>
Expand All @@ -122,7 +122,7 @@
</div>

<div class="col-lg-4 col-md-4 col-sm-4 content-column-3 ">
<div onclick="videos()" class="card content card-box text-center" style="width: 13rem;">
<div onclick="videos()" class="card content card-box text-center" style="width: 20rem;">
<a href="#" class="videog smooth-scroll"> <img class="card-img-top" src="assets/Front_page/n3.jpeg" alt="Card image cap">
<div class="card-body">
<p class="card-text">GALLERY</p>
Expand Down
32 changes: 15 additions & 17 deletions UDC-band/bandcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,15 +445,12 @@ height:auto;
top:18%;
right:6%;
width:400px;
height:0px;
background-color: black;
opacity:0;
height: 0px;
background-color: #e3e3e3;
opacity: 0;
overflow: hidden;
padding-top: 4%;
padding-left: 2%;
padding-right: 2%;
border-radius: 8px;
box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.7);
padding: 2%;
box-shadow: 0px 0px 2px 2px rgba(89, 89, 89, 0.3);
transition: all 1s;
transform: rotateZ(0deg);
}
Expand Down Expand Up @@ -590,23 +587,20 @@ height:auto;
top:18%;
right:6%;
width:400px;
height:0px;
background-color: black;
opacity:0;
height: 0px;
background-color: #e3e3e3;
opacity: 0;
overflow: hidden;
padding-top: 4%;
padding-left: 2%;
padding-right: 2%;
border-radius: 8px;
box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
padding: 2%;
box-shadow: 0px 0px 2px 2px rgba(89, 89, 89, 0.3);
transition: all 1s;
transform: rotateZ(0deg);
}
.intro-msg{
font-family: 'Caveat', cursive;
font-size: 1.2em;
opacity: 1;
color:white;
color:#000;
word-spacing: 0.20em;
}
.content-row{
Expand Down Expand Up @@ -829,6 +823,10 @@ cursor: pointer;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-body{
color: #fff;
background: #000;
}
.close_icon:hover{
background-color: black;
color:white;
Expand Down
6 changes: 3 additions & 3 deletions UDC-crew/crew.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

<div class="row content-row">
<div class="col-12 col-lg-4 col-sm-12 col-md-4 content-columns content-column-1 ">
<div class="card content card-box " style="width: 13rem;">
<div class="card content card-box " style="width: 20rem;">
<a href="videos.html"> <img class="card-img-top" src="assets/Front_page/n3.jpeg" alt="Card image cap">
<div class="card-body">
<p class="card-text">VIDEOS</p>
Expand All @@ -112,7 +112,7 @@
</div>

<div class="col-12 col-lg-4 col-md-4 col-sm-12 content-columns content-column-2 ">
<div onclick="faq()" class="card content card-box text-center" style="width: 13rem;">
<div onclick="faq()" class="card content card-box text-center" style="width: 20rem;">
<a href="faq.html"> <img class="card-img-top" src="assets/Front_page/n1.jpeg" alt="Card image cap">
<div class="card-body">
<p class="card-text">FAQ'S</p>
Expand All @@ -121,7 +121,7 @@
</div>

<div class="col-12 col-lg-4 col-md-4 col-sm-12 content-column-3 ">
<div class="card content card-box text-center" style="width: 13rem;">
<div class="card content card-box text-center" style="width: 20rem;">
<a href="gallery.html" class="smooth-scroll"> <img class="card-img-top" src="assets/Front_page/n4.jpeg" alt="Card image cap">
<div class="card-body">
<p class="card-text">GALLERY</p>
Expand Down
29 changes: 18 additions & 11 deletions UDC-crew/crewcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ div {
}
.foot-head {
font-family: "Permanent Marker", cursive;
border-bottom: 1px solid #646464;
padding-bottom: 5px;
color: #a3a3a3;
}
.quote {
font-family: "Caveat", cursive;
Expand Down Expand Up @@ -697,24 +700,22 @@ div {
top: 18%;
right: 6%;
width: 400px;
height: 0px;
background-color: black;
height: 0px;
background-color: #e3e3e3;
opacity: 0;
overflow: hidden;
padding-top: 4%;
padding-left: 2%;
padding-right: 2%;
border-radius: 8px;
box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
padding: 2%;
box-shadow: 0px 0px 2px 2px rgba(89, 89, 89, 0.3);
transition: all 1s;
transform: rotateZ(0deg);
}
.intro-msg {
font-family: "Caveat", cursive;
font-size: 1.2em;
opacity: 1;
color: white;
color: #000;
word-spacing: 0.2em;
margin-bottom: 0px;
}
.content-row {
left: 1%;
Expand Down Expand Up @@ -937,9 +938,15 @@ div {
padding-bottom: 20px;
}
.card-box {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
transition: box-shadow 0.5s;
cursor: pointer;

transition: box-shadow 0.5s;
cursor: pointer;
border: 1px solid #ccc;
border-radius: 3px;
}
.card-body {
color: #fff;
background: #000;
}
.card-box:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
Expand Down
2 changes: 1 addition & 1 deletion UDC-crew/crewjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function home() {
document.getElementsByClassName("intro-msg-box")[0].style.opacity = "0.8";
document.getElementsByClassName("intro-msg-box")[0].style.transform =
"rotateZ(360deg)";
document.getElementsByClassName("intro-msg-box")[0].style.height = "200px";
document.getElementsByClassName("intro-msg-box")[0].style.height = "175px";
}

//REMOVING INTRO BOX ON scroll
Expand Down
6 changes: 4 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ a:hover {
white-space: nowrap;
font-size: 2em;
cursor: pointer;
margin-bottom: 0;
}
.text-background {
position: relative;
Expand Down Expand Up @@ -130,14 +131,15 @@ a:hover {
white-space: nowrap;
font-size: 3em;
cursor: pointer;
margin-bottom: 0px;
}
.text-background {
position: relative;
width: 40%;
height: auto;
top: 55%;
color: white;
background-color: rgba(0, 0, 0, 0.4);
color: #000;
background-color: rgba(155, 155, 155, 0.7);
padding: 10px;
cursor: pointer;
}
Expand Down