Skip to content
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
File renamed without changes
4 changes: 2 additions & 2 deletions css/background.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
} */
@import url("https://fonts.googleapis.com/css?family=Montserrat:700");
.hero {
background-color: #0040c1;
background-color: black;
position: relative;
height: 60%;
overflow: hidden;
Expand Down Expand Up @@ -127,7 +127,7 @@
animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
border-color:rgb(21, 6, 85);
border-color:black;
}
.cube:nth-child(2) {
-webkit-animation-delay: 2s;
Expand Down
39 changes: 18 additions & 21 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html {
}

.header{
background-color: #f15a42;
background-color: black;
position: fixed;
z-index: 10;
}
Expand Down Expand Up @@ -35,8 +35,8 @@ html {
}

.nav-options ul > li a:hover {
background-color: #fac92C;
color: #f15a42;
background-color: #4B006E;
color: #5AB9EA;
}

button.hamburger{
Expand Down Expand Up @@ -89,7 +89,7 @@ html {
font-family: 'Raleway', sans-serif;
text-align: center;
/* background-color: #0040c1; */
background-color: #1b4793;
background-color: #4B006E;
color: #ffffff;
z-index: 20;
}
Expand All @@ -104,15 +104,15 @@ html {
.about heading {
font-family: 'Alatsi', sans-serif;
padding-bottom: 10px;
color: #1b4793;
border-bottom: 5px solid #f15a42;
color: #4B006E;
border-bottom: 2px solid #02CCFE;
font-size: 35px;
}

.about parabody {
font-family: 'Raleway', sans-serif;
font-size: 20px;
color: #1b4793;
color: black;
text-align: justify;
}

Expand All @@ -121,6 +121,7 @@ html {
.about-card{
margin: auto;
align-items: center;

}


Expand Down Expand Up @@ -263,8 +264,8 @@ html {
}

.email-button {
background-color: #1b4793;
color : white;
background-color: #02CCFE;
color : #4B006E;
padding-top: 17px;
padding-bottom: 17px;
padding-left: 20px;
Expand Down Expand Up @@ -299,15 +300,15 @@ html {
.paragraph heading{
font-family: 'Alatsi', sans-serif;
padding-bottom: 5px;
color: #1b4793;
border-bottom: 4px solid #f15a42;
color: white;
border-bottom: 4px solid #4B006E;;
text-align: center;
}

.paragraph parabody{
font-family: 'Raleway', sans-serif;
font-size: 17px;
color: #1b4793;
color: white;
text-align: justify;
}

Expand Down Expand Up @@ -466,19 +467,19 @@ html {
}

.base2 {
background:#f15a42;
background:#4B006E;
}

.circle2 {
background:#f15a42;
background:#4B006E;
}

.base3 {
background:#fac92C;
background:black;
}

.circle3 {
background:#fac92C;
background:black;
}


Expand Down Expand Up @@ -569,10 +570,6 @@ html {
color: #1b4793;
}


.dropbtn {
}

.dropdown {
position: relative;
display: inline-block;
Expand Down Expand Up @@ -622,7 +619,7 @@ html {

.dropdown:hover .dropbtn {
background-color: #fac92C;
color: #f15a42;
color: #4B006E;
}

@media (min-width: 768px) {
Expand Down
60 changes: 44 additions & 16 deletions css/mentorship.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html {
}

.header{
background-color: #f15a42;
/* background-color: #f15a42; */
position: fixed;
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.6);
z-index: 10;
Expand All @@ -27,7 +27,19 @@ html {
color: #ffffff;
font-family: 'Raleway', sans-serif;
}

.typewriter {
display: inline-block;
overflow: hidden;
white-space: nowrap;
animation: typing 3s steps(25) infinite;
}

@keyframes typing {
from { opacity: 0; }
to { opacity: 1 }
}

.chapter_name{
text-align: center;
font-size: 30px;
Expand All @@ -36,8 +48,8 @@ html {
}

.nav-options ul > li a:hover {
background-color: #fac92C;
color: #f15a42;
background-color: #4B006E;
/* color: #f15a42; */
}

button.hamburger{
Expand All @@ -50,7 +62,7 @@ html {
top: 0;
left: 0;
display: block;
background:rgba(55, 211, 185, 0.7);
background:black;
z-index:2;
}

Expand Down Expand Up @@ -90,6 +102,12 @@ html {
display: block;
}

}
.sections
{
background-color: #4B006E;


}

@media only screen and (max-width: 409px){
Expand Down Expand Up @@ -126,19 +144,26 @@ html {
width:60px;
padding: 5px;
}

.paragraph heading{
.header
{
color:#02CCFE;
}
.paragraph {
font-family: 'Alatsi', sans-serif;
/* padding-bottom: 10px; */
color: #1b4793;
border-bottom: 5px solid #f15a42;


/* border-bottom: 5px solid; */
text-align: center;
}

b
{
color:#4B006E;
}
.paragraph parabody{
font-family: 'Raleway', sans-serif;
font-size: 17px;
color: #1b4793;
color: #4B006E;
text-align: justify;
}

Expand All @@ -147,9 +172,6 @@ html {
font-weight: 300;
}

.main-header {

}


/* xs */
Expand Down Expand Up @@ -301,7 +323,7 @@ html {
.base{
height:400px;
width:300px;
background:#d33;
/* background:#d33; */
position:relative;
margin-top:100px;
margin: auto;
Expand Down Expand Up @@ -366,7 +388,7 @@ body {

.landing__left {
flex-basis: 50%;
background: #1b4793;
background: #02CCFE ;
box-shadow: 0 50vw 0 50vw rgba(0, 0, 0, 0);
}

Expand All @@ -379,7 +401,7 @@ body {

.landing__right {
flex-basis: 50%;
background: #2178ae;
background: #02CCFE;
box-shadow: 0 -50vw 0 50vw rgba(0, 0, 0, 0);
}

Expand All @@ -390,4 +412,10 @@ body {
color: rgb(255, 255, 255);
}

.foot
{
background-color: black;


}

Loading