-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b004866
Showing
16 changed files
with
811 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
.footer{ | ||
background:#93B1C6; | ||
padding:30px 0px; | ||
font-family: 'Play', sans-serif; | ||
text-align:center; | ||
} | ||
|
||
.footer .row{ | ||
width:100%; | ||
margin:1% 0%; | ||
padding:0.6% 0%; | ||
color:gray; | ||
font-size:2.5em; | ||
} | ||
|
||
.footer .row a{ | ||
text-decoration:none; | ||
color:gray; | ||
transition:0.5s; | ||
} | ||
|
||
.footer .row a:hover{ | ||
color:#fff; | ||
} | ||
|
||
.footer .row ul{ | ||
width:100%; | ||
} | ||
|
||
.footer .row ul li{ | ||
display:inline-block; | ||
margin:0px 30px; | ||
} | ||
|
||
.footer .row a i{ | ||
font-size:3em; | ||
margin:0% 1%; | ||
} | ||
|
||
@media (max-width:720px){ | ||
.footer{ | ||
text-align:left; | ||
padding:5%; | ||
} | ||
.footer .row ul li{ | ||
display:block; | ||
margin:10px 0px; | ||
text-align:left; | ||
} | ||
.footer .row a i{ | ||
margin:0% 3%; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,218 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap'); | ||
|
||
/* *{ | ||
box-sizing: border-box; | ||
padding: 0; | ||
margin: 0; | ||
font-family: 'Poppins', sans-serif; | ||
} */ | ||
|
||
html{ | ||
position: relative; | ||
} | ||
|
||
footer{ | ||
color: #fff; | ||
background-image: linear-gradient(90deg, rgba(39,27,111,1) 0%, rgba(87,25,45,1) 100%); | ||
position: relative; | ||
width: 100%; | ||
height: 100%; | ||
top:350px; | ||
border-top-left-radius: 70px; | ||
font-size: 0.8rem; | ||
z-index: -1; | ||
|
||
} | ||
|
||
@media (max-width:960px) { | ||
footer{ | ||
width: 100%; | ||
top: 120px; | ||
} | ||
|
||
.main{ | ||
margin: 50px; | ||
display: grid; | ||
grid-template-columns: repeat(2, 1fr); | ||
grid-template-rows: 1fr 1fr; | ||
} | ||
|
||
.logo{ | ||
grid-column: 1/3; | ||
} | ||
|
||
.office{ | ||
grid-column: 3/5; | ||
} | ||
|
||
.link{ | ||
grid-column: 1/3; | ||
} | ||
|
||
|
||
} | ||
|
||
@media (max-width:660px){ | ||
.main{ | ||
gap:10px; | ||
margin: 0; | ||
|
||
} | ||
|
||
.icons{ | ||
display: flex; | ||
} | ||
|
||
|
||
|
||
.row{ | ||
grid-column: 1/4; | ||
} | ||
} | ||
|
||
.abdullah{ | ||
width: 100px; | ||
} | ||
|
||
.main{ | ||
margin: 50px; | ||
padding-top: 20px; | ||
padding-bottom: 50px; | ||
display: grid; | ||
gap: 50px; | ||
grid-template-columns: repeat(4, 1fr ); | ||
} | ||
|
||
.row{ | ||
margin-top: 50px; | ||
} | ||
|
||
.footer-header{ | ||
font-size: 1.5rem; | ||
margin-bottom: 20px; | ||
} | ||
|
||
.office-des{ | ||
display: flex; | ||
flex-direction: column; | ||
gap: 20px; | ||
} | ||
|
||
.office a{ | ||
text-decoration: none; | ||
color: #98A8F8; | ||
} | ||
|
||
.office a:hover{ | ||
color: #fff; | ||
} | ||
|
||
.num{ | ||
font-size: 1rem; | ||
font-weight: 500; | ||
} | ||
|
||
.link-des{ | ||
display: flex; | ||
flex-direction: column; | ||
gap:10px; | ||
} | ||
|
||
.link-des a{ | ||
color: #fff; | ||
text-decoration: none; | ||
font-size: 1rem; | ||
} | ||
|
||
.link-des a:hover{ | ||
color: #FB2576; | ||
transition: linear 0.3s; | ||
} | ||
|
||
.btn-know{ | ||
text-decoration: none; | ||
background-color: #fff; | ||
padding: 10px; | ||
position: relative; | ||
top: 30px; | ||
background-color: transparent; | ||
border: 1px solid #98A8F8; | ||
color: #98A8F8; | ||
text-transform: uppercase; | ||
border-radius:10px; | ||
} | ||
|
||
.btn-know:hover{ | ||
color: white; | ||
background-color: #98A8F8; | ||
transition: linear 0.3s; | ||
} | ||
|
||
.subscribe{ | ||
display: flex; | ||
} | ||
|
||
input[type=mail]{ | ||
border: none; | ||
padding-bottom: 5px; | ||
border-bottom: 1px solid #fff; | ||
background-color: transparent; | ||
font-size: 0.8rem; | ||
} | ||
|
||
.sub-icon{ | ||
margin: 7px; | ||
margin-right: 15px; | ||
margin-left: 0; | ||
font-size: 1.5rem; | ||
} | ||
|
||
.ri-arrow-right-line{ | ||
margin-left: 0; | ||
|
||
} | ||
|
||
.icons a{ | ||
text-decoration: none; | ||
color: #fff; | ||
border: 1px solid #fff; | ||
justify-content: center; | ||
padding: 10px; | ||
border-radius: 50%; | ||
align-items: center; | ||
font-size: 1.1rem; | ||
margin: 2%; | ||
} | ||
|
||
.social-icon{ | ||
position: relative; | ||
top:2px; | ||
} | ||
|
||
.icons a:hover{ | ||
color: #fff; | ||
background-color: #FB2576; | ||
border-color: #FB2576; | ||
} | ||
|
||
.newsletter-des{ | ||
display: flex; | ||
flex-direction: column; | ||
gap: 40px; | ||
} | ||
|
||
.copyright{ | ||
text-align: center; | ||
} | ||
|
||
hr{ | ||
width: 90%; | ||
margin: 2px auto; | ||
opacity: 40%; | ||
border: 0.01px solid white; | ||
} | ||
|
||
.copyright p{ | ||
padding: 20px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); | ||
|
||
* { | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
font-family: 'Poppins', sans-serif; | ||
} | ||
|
||
.main-section { | ||
width: 100%; | ||
text-align: center; | ||
padding: 5rem 0; | ||
} | ||
|
||
.footer { | ||
display: flex; | ||
color: #fffefe; | ||
padding: 2rem 0; | ||
height: auto; | ||
justify-content: space-around; | ||
flex-wrap: wrap; | ||
background-color: #93B1C6; | ||
} | ||
|
||
.box { | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
margin: 20px; | ||
} | ||
|
||
.footer h2 { | ||
font-size: 1.3rem; | ||
margin-bottom: 1rem; | ||
font-weight: bold; | ||
} | ||
|
||
.links li { | ||
list-style: none; | ||
line-height: 30px; | ||
text-align: center; | ||
font-weight: 100; | ||
} | ||
|
||
.links li a { | ||
text-decoration: none; | ||
color: #fff; | ||
} | ||
|
||
.registration { | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
.registration input { | ||
padding: 10px; | ||
font-weight: 100; | ||
border: none; | ||
outline: none; | ||
border-radius: 5px; | ||
text-align: center; | ||
font-size: 12px; | ||
margin: 1rem 0; | ||
} | ||
|
||
button { | ||
border: none; | ||
padding: 12px 0; | ||
border-radius: 30px; | ||
cursor: pointer; | ||
} | ||
|
||
.address { | ||
text-align: center; | ||
margin-bottom: 10px; | ||
} | ||
|
||
.social { | ||
display: flex; | ||
list-style: none; | ||
} | ||
|
||
.social li { | ||
margin: 0 8px; | ||
cursor: pointer; | ||
font-size: 18px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
header { | ||
background-image: url(./img/space.jpg); | ||
background-repeat:no-repeat; | ||
background-size: 100%; | ||
background-position:top left; | ||
position: relative; | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Oops, something went wrong.