Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kopaljain03 committed Dec 19, 2021
2 parents bfcf41b + f763397 commit 2212bad
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 188 deletions.
11 changes: 5 additions & 6 deletions backend/navbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.php" title="STUDENT MENTORSHIP PROGRAMME">
<img src="../enlight/img/smp.png" class="logo-image" alt="no img">
</a>
<a class="navbar-brand" href="index.php" title="STUDENT MENTORSHIP PROGRAMME">
<img src="../enlight/img/smp.png" class="logo-image" alt="no img">
</a>
</div>
<div id="navbar-collapse" class="navbar-collapse collapse">
Expand All @@ -32,8 +32,8 @@
<ul class="dropdown-menu">
<li><a href="academics.php">Academics</a></li>
<li><a href="campus.php">Campus Life</a></li>
<li><a href="gallery.php">Gallery</a></li>
<li><a href="google_map.php">College Map</a></li>
<li><a href="gallery.php">Gallery</a></li>
<li><a href="faqs.php">FAQ"s</a></li>
<li class="dropdown-submenu dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle"><span>Extra - Curricular</span></a>
Expand All @@ -44,10 +44,9 @@
<!-- <li><a href="#">Second Level Menu</a></li> -->
</ul>
</li>
<!-- <li><a href="news.html">News</a></li> -->
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>';
<li><a href="contact.php">Contact Us</a></li>';
if($loggedin)
echo '<li><a href="logout.php" >Logout</a></li>';
echo '</ul>
Expand Down
9 changes: 3 additions & 6 deletions enlight/css/faqs.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ body {
padding-bottom: 0 !important;
font-size: 20px;
text-transform: uppercase;
/* background: url(../img/logo1.png) left 10%; */
background: url(../img/logo1.png) left 10%;
top: 0px;
position: relative;
width: 160px;
height: 80px;
/* text-indent: -999999px; */
text-indent: -999999px;
-webkit-transition: .2s all;
transition: .2s all;
}
Expand Down Expand Up @@ -88,10 +88,7 @@ h3.large-heading {
text-shadow: 1px 1px 1px rgb(0 0 0);
}


/* The Faq Section */

#faqSection div {
The Faq Section #faqSection div {
float: left;
display: inline-block;
width: 46%;
Expand Down
4 changes: 2 additions & 2 deletions enlight/css/logo.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ body {
padding-bottom: 0 !important;
font-size: 20px;
text-transform: uppercase;
/* background: url(../img/logo1.png) left 10%; */
background: url(../img/logo1.png) left 10%;
top: 0px;
position: relative;
width: 160px;
height: 80px;
/* text-indent: -999999px; */
text-indent: -999999px;
-webkit-transition: .2s all;
transition: .2s all;
}
Expand Down
192 changes: 18 additions & 174 deletions enlight/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ html {

/* smp logo */


/* img.logo-image {
img.logo-image {
height: 100% !important;
} */
}

body {
background: #EFF0F4;
Expand Down Expand Up @@ -510,7 +509,7 @@ a:active {
}

.logo-image {
height: 180%;
height: 100%;
display: inline;
}

Expand Down Expand Up @@ -1039,6 +1038,21 @@ only screen and (min-resolution: 2dppx) {
background: #6a41ed;
}

.probootstrap-navbar .navbar-brand {
padding-top: 0 !important;
padding-bottom: 0 !important;
font-size: 20px;
text-transform: uppercase;
background: url(../img/logo1.png) left 10%;
top: 0px;
position: relative;
width: 160px;
height: 80px;
text-indent: -999999px;
-webkit-transition: .2s all;
transition: .2s all;
}

.probootstrap-section.probootstrap-section-colored .section-heading h2 {
color: white;
}
Expand Down Expand Up @@ -1679,8 +1693,6 @@ only screen and (min-resolution: 2dppx) {
.probootstrap-featured-news-box .probootstrap-media {
position: relative;
z-index: 1;
width: 500;
height: 600;
}

.probootstrap-featured-news-box .probootstrap-text {
Expand Down Expand Up @@ -3208,174 +3220,6 @@ only screen and (min-resolution: 2dppx) {
padding-bottom: 0 !important;
}

.logo-image {
height: 180% !important;
display: inline;
}

.container {
float: left;
width: 80%;
margin: 2rem 10%;
}

.fullwidth-container {
display: block;
width: 80%;
margin: 2rem 10%
}

#faqs {}

.line-heading {
font-family: sans-serif;
color: #ccd6f6;
font-weight: 600;
line-height: 1.1;
display: flex;
align-items: center;
width: 90%;
margin: 10px 0 40px 10%;
white-space: nowrap;
font-size: 26px;
text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.line-heading:after {
content: "";
display: block;
position: relative;
width: 300px;
height: 1px;
margin: 0 0 0 20px;
background: rgba(204, 214, 246, .2);
text-shadow: none;
transition: all .6s ease-in-out 0s
}

.line-heading:hover:after {
width: 180px;
background: rgba(204, 214, 246, .6);
}

h3.large-heading {
font-family: sans-serif;
margin: 0 0 0 10%;
font-size: 52px;
line-height: 1.1;
letter-spacing: -.045em;
color: #fff;
text-shadow: 1px 1px 1px rgb(0 0 0);
}


/* The Faq Section */

#faqSection div {
float: left;
display: inline-block;
width: 46%;
margin: 0 2%;
overflow: hidden;
}

#faqSection .collapsible {
background-color: #112240;
border: 1px solid hsla(0, 0%, 51.4%, .16);
border-radius: 7px;
box-shadow: 0 10px 30px -15px rgb(0 0 0);
transition: box-shadow .2s ease 0s;
color: #ccd6f6;
margin: 0 0 8px;
width: 100%;
padding: 12px;
font-family: sans-serif;
font-size: 15px;
text-align: left;
}

#faqSection .collapsible:hover {
box-shadow: 0 10px 60px -15px rgba(0, 0, 0, 1);
}

#faqSection .active,
#faqSection .collapsible:hover {}

#faqSection .collapsible:after {
content: "\002B";
font-weight: bold;
float: right;
margin-left: 5px
}

#faqSection .active:after {
content: "\2212"
}

#faqSection .faq-content {
overflow: hidden;
width: calc(100% - 8%);
padding: 5px 2%;
transition: all .25s ease-in-out 0s;
background: #0b1629;
border: 1px solid hsla(0, 0%, 51.4%, .16);
border-radius: 7px;
max-height: 0px;
visibility: hidden;
}

#faqSection .faq-content p {
font-family: sans-serif;
color: #c2c2c2;
line-height: 140%;
font-size: 14px;
margin: 0 0 12px;
text-shadow: 1px 1px 0 rgb(0 0 0 / 80%);
font-weight: 100;
}

#faqSection .faq-content a {
color: #00C58E;
font-weight: 600;
letter-spacing: .05rem;
}

#faqSection .faq-content ul {
border-left: 2px solid #00C58E
}

#faqSection .faq-content li {
color: #bad2e2;
font-size: .85rem;
line-height: 160%;
font-weight: 200;
margin: 8px 0 8px 2%;
list-style: none;
width: 90%;
font-family: sans-serif;
text-shadow: 1px 1px 0 rgb(0 0 0);
}

.myFooter {
float: left;
width: 100%;
display: block;
background: #0A192F;
text-align: center;
height: 10vh
}

.myFooter p {
color: #fff;
font-family: sans-serif;
text-shadow: 1px 1px 0 rgb(0 0 0);
}

.myFooter a {
color: #00C58E;
text-decoration: none
}

@media screen and (max-width: 768px) {
.img-sm-responsive {
max-width: 100%;
Expand Down

0 comments on commit 2212bad

Please sign in to comment.