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
Binary file added footer/footer/BAHNSCHRIFT 1.TTF
Binary file not shown.
Binary file added footer/footer/Roboto-Regular.ttf
Binary file not shown.
50 changes: 50 additions & 0 deletions footer/footer/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Footer</title>
</head>
<body>
<div class="container-fluid blue p-5">
<div class="row justify-content-md-center mb-5">
<div class="d-flex flex-column col-lg-1 mr-2">
<img src="./image/instagram.png" class="footer-img img-fluid mx-auto mb-3" alt="" width="">
<p class="text-white text-center footer-text">@computerun</p>
</div>
<div class="d-flex flex-column col-lg-1 mr-2">
<img src="./image/facebook.png" class="footer-img img-fluid mx-auto mb-3" alt="" width="">
<p class="text-white text-center footer-text">@computerun</p>
</div>
<div class="d-flex flex-column col-lg-1 mr-2">
<img src="./image/twitter.png" class="footer-img img-fluid mx-auto mb-3" alt="" width="">
<p class="text-white text-center footer-text">@computerun</p>
</div>
<div class="d-flex flex-column col-lg-1 mr-2">
<img src="./image/youtube.png" class="footer-img img-fluid mx-auto mb-3" alt="" width="">
<p class="text-white text-center footer-text">@computerun</p>
</div>
<div class="d-flex flex-column col-lg-1 mr-2">
<img src="./image/line.png" class="footer-img img-fluid mx-auto mb-3" alt="" width="">
<p class="text-white text-center footer-text">@862sjdad</p>
</div>
</div>
<div class="row mt-5">
<div class="col-lg-2 text-center mb-3">
<img src="./image/HIMSISFO Logo white.png" alt="" class="org-photo img-fluid mx-auto">
</div>
<div class="col-lg-2 text-center mb-3">
<img src="./image/HIMTI Logo white.png" alt="" class="org-photo">
</div>
<div class="d-flex flex-column justify-content-md-center col-md-3 ms-auto">
<img src="./image/computerun 2021 logo.png" alt="" class="computerun-photo mb-3">
<p class="text-white footer-text credit-text mb-0">HIMSISFO & HIMTI BINUS University</p>
<p class="text-white footer-text credit-text"> © 2020</p>
</div>
</div>
</div>
</body>
</html>
Binary file added footer/footer/image/HIMSISFO Logo white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added footer/footer/image/HIMTI Logo white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added footer/footer/image/computerun 2021 logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added footer/footer/image/facebook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added footer/footer/image/instagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added footer/footer/image/line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added footer/footer/image/ombak ungu dibawah banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added footer/footer/image/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added footer/footer/image/youtube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions footer/footer/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
@font-face { font-family: BAHNSCHRIFT; src: url('BAHNSCHRIFT\ 1.TTF'); }
@font-face { font-family: ROBOTO; src: url('Roboto-Regular.ttf'); }

body{
font-family: BAHNSCHRIFT;
}

.blue{
background-color: #0C1631;
}

.footer-text{
font-size: clamp(12px, 1vw, 24px);
}

.footer-img{
width: clamp(45px, 5vw, 63px);
}

.org-photo{
width: clamp(150px, 30vw, 188.34px);
}

.computerun-photo{
width: clamp(220px, 30vw, 363px);
}

.credit-text{
font-family: ROBOTO;
}

@media only screen and (max-width: 600px){
.footer-text{
font-size: clamp(16px, 1vw, 24px);
}
}