Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Mubashir-Md/t-sig
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubashir-Md committed Nov 7, 2023
2 parents 7b23d95 + dbaace9 commit 4bb3f00
Show file tree
Hide file tree
Showing 15 changed files with 570 additions and 90 deletions.
6 changes: 3 additions & 3 deletions public/css/blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ div:hover > .btn-reverse-bg-green {
background-color: #98d5ff; }

.bg-blue-lighteen {
background-color: #ecf5fe; }
background-color: #121212; }

.bg-orange {
background-color: #EF6517; }
Expand Down Expand Up @@ -793,8 +793,8 @@ div:hover > .btn-reverse-bg-green {
.bg-10 {
background-image: url("../img/clouds14.png"); }

.bg-11 {
background-image: url("../img/clouds15.png"); }
/* .bg-11 {
background-image: url("../img/clouds15.png"); } */

.bg-12 {
background-image: url("../img/clouds16.png"); }
Expand Down
13 changes: 7 additions & 6 deletions public/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ nav {
top: 0;
height: 70px;
padding: 0 1.5em;
background-color: #fff;
background-color: #121212;
font-family: 'Montserrat', sans-serif;
}
nav .logo {
Expand All @@ -112,8 +112,9 @@ nav .nav-item > a {
display: inline-block;
padding: 0 1.5em;
line-height: 70px;
color: #000;
color: #edf2fc;
text-decoration: none;

}
nav .nav-item > a:hover
{
Expand All @@ -127,7 +128,7 @@ nav .dropdown a::after {
display: inline-block;
margin-left: .5em;
vertical-align: middle;
border-top: .3em solid #fff;
border-top: .3em solid #edf2fc;
border-right: .3em solid transparent;
border-left: .3em solid transparent;
}
Expand All @@ -144,7 +145,7 @@ nav .dropdown-menu {

border: 1px solid rgba(255, 255, 255, 0.3);
/* border-radius: .5em; */
background-color: #fff;
background-color: #212121;
}
nav .dropdown.show .dropdown-menu {
display: block;
Expand All @@ -158,7 +159,7 @@ nav .dropdown-item {

font-size: 13px;
padding: 10px 0px 10px 0px;
color: #000;
color: #edf2fc;
width: 200px;

text-decoration: none;
Expand All @@ -181,7 +182,7 @@ nav .btn-hamburger span {
display: block;
width: 30px;
height: 4px;
background-color: rgb(0, 0, 0);
background-color: #edf2fc;
margin: 6px;
border-radius: 2px;
transition: .3s ease-in-out;
Expand Down
41 changes: 33 additions & 8 deletions public/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@

@media(max-width:480px)
{
#video {
width: 100%;
height: 400px;
display: block;
}
.ham{
display: block;
padding: 20px 30px 0px 0px;
Expand Down Expand Up @@ -58,7 +63,7 @@ nav {
top: 0;
height: 70px;
padding: 0 1.5em;
background-color: rgb(255, 255, 255);
background-color: #121212;
font-family: 'Montserrat', sans-serif;
}
nav .logo {
Expand All @@ -81,7 +86,7 @@ nav .nav-item > a {
display: inline-block;
padding: 0 1.5em;
line-height: 70px;
color: #000;
color: #edf2fc;
text-decoration: none;
}
nav .nav-item > a:hover
Expand Down Expand Up @@ -113,7 +118,7 @@ nav .dropdown-menu {

border: 1px solid rgba(255, 255, 255, 0.3);
/* border-radius: .5em; */
background-color: #fff;
background-color: #212121;
}
nav .dropdown.show .dropdown-menu {
display: block;
Expand All @@ -127,13 +132,14 @@ nav .dropdown-item {

/* font-size: 13px; */
padding: 10px 0px 10px 0px;
color: #000;
color: #edf2fc;
width: 200px;

text-decoration: none;
}
nav .dropdown-item:hover{
background-color: rgb(150, 197, 197);
background-image: linear-gradient(62deg, #797535de 0%, #a17f22cd 100%);
color: #edf2fc;
}
nav .btn-hamburger {
display: none;
Expand All @@ -150,7 +156,7 @@ nav .btn-hamburger span {
display: block;
width: 30px;
height: 4px;
background-color: rgb(0, 0, 0);
background-color: #edf2fc;
margin: 6px;
border-radius: 2px;
transition: .3s ease-in-out;
Expand Down Expand Up @@ -181,6 +187,12 @@ nav.opened .btn-hamburger span:nth-child(3) {
opacity: 0;
}
@media screen and (max-width: 500px) {
#video {
width: 100%;
height: 400px !important;
display: block;
}

nav .nav-menu {
position: fixed;
left: 0;
Expand Down Expand Up @@ -239,7 +251,7 @@ nav .dropdown-item {
text-decoration: none;
}
}
.video{
/* .video{
width: 100%;
height: 100%;
Expand All @@ -252,7 +264,20 @@ video#video{
width: 100%;
height: 100%;
object-fit: cover;
}
} */
.video {
max-width: 100%;
height: auto;
overflow:auto;
position: relative;
}

#video {
width: 100%;
height: auto;
display: block;
}

.vid{
z-index: -999;
display: flex !important;
Expand Down
34 changes: 28 additions & 6 deletions public/css/theme-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ html, body {

body {
background: #fff;
color: #4b5d73;
color: rgb(137, 130, 130);
font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif;
font-size: 16px;
font-weight: 400;
Expand Down Expand Up @@ -525,7 +525,15 @@ blockquote {
height: 1px;
width: 1px;
overflow: hidden; }
#services{
/* background: linear-gradient(45deg,purple,rgb(67, 29, 29)red) !important; */


}
#bita{
background-color: rgb(40, 37, 37); /* Slate gray background */

}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
Expand All @@ -551,6 +559,10 @@ blockquote {
outline: 0; }

@media (max-width: 640px) {
#services{
background-color: linear-gradient(to right, red 30%, purple 70%);
}

ol li {
font-size: 13px;
padding-left: 20px; }
Expand All @@ -571,9 +583,17 @@ h1, .h1 {
h1 a, .h1 a {
color: inherit; }
@media (max-width: 800px) {
#services{
background-color: linear-gradient(to right, red 30%, purple 70%);
}

h1, .h1 {
font-size: 2em; } }
@media (max-width: 640px) {
#services{
background-color: linear-gradient(to right, red 30%, purple 70%);
}

h1, .h1 {
font-size: 1.8em; } }
@media (max-width: 480px) {
Expand Down Expand Up @@ -657,7 +677,8 @@ h5, .h5 {
font-size: 24px;
line-height: 1.3em;
font-weight: 700;
color: #273f5b;
/* color:linear-gradient(to right, red 30%, purple 70%) ; */
color: rebeccapurple;
font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
letter-spacing: 0.02em; }
h5 a, .h5 a {
Expand All @@ -680,7 +701,7 @@ h6, .h6 {
font-size: 18px;
line-height: 1.3em;
font-weight: 700;
color: #273f5b;
color:rebeccapurple;
font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif;
letter-spacing: 0.02em; }
h6 a, .h6 a {
Expand Down Expand Up @@ -1524,7 +1545,8 @@ body.crumina-grid .kc_col-of-5 {
padding: 35px 0; } }

.medium-padding100 {
padding: 20px 0; }
padding: 20px 0;
background-color: #121212;}
@media (max-width: 800px) {
.medium-padding100 {
padding: 35px 0; } }
Expand Down Expand Up @@ -6863,7 +6885,7 @@ nav li.menu-item-has-mega-menu ul.mega-menu-row li {
padding: 35px 0;
text-align: center;
position: relative;
margin-top: 120px; }
background-color: #121212; }
.sub-footer span {
font-size: 14px;
margin-bottom: 1px;
Expand All @@ -6880,7 +6902,7 @@ nav li.menu-item-has-mega-menu ul.mega-menu-row li {
.content-wrapper {
position: relative;
z-index: 2;
background-color: #fff;
background-color: #121212;
-webkit-margin-bottom-collapse: separate; }

.block-footer-height {
Expand Down
9 changes: 7 additions & 2 deletions public/events.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ header{
background-color: rgba(0,0,0,0.5);
background-blend-mode: overlay;
}
header img{
max-width: 100%;
height: auto;
min-width: 400px;
}

/* video css */
.video{
Expand Down Expand Up @@ -77,6 +82,6 @@ video#video{
.text{
color: white;
}
.container_1{
/* .container_1{
}
} */
Loading

0 comments on commit 4bb3f00

Please sign in to comment.