diff --git a/footer/footer/BAHNSCHRIFT 1.TTF b/footer/footer/BAHNSCHRIFT 1.TTF
new file mode 100644
index 0000000..8332c6c
Binary files /dev/null and b/footer/footer/BAHNSCHRIFT 1.TTF differ
diff --git a/footer/footer/Roboto-Regular.ttf b/footer/footer/Roboto-Regular.ttf
new file mode 100644
index 0000000..3d6861b
Binary files /dev/null and b/footer/footer/Roboto-Regular.ttf differ
diff --git a/footer/footer/footer.html b/footer/footer/footer.html
new file mode 100644
index 0000000..c92b7e3
--- /dev/null
+++ b/footer/footer/footer.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+ Footer
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/footer/footer/image/HIMSISFO Logo white.png b/footer/footer/image/HIMSISFO Logo white.png
new file mode 100644
index 0000000..7ad3027
Binary files /dev/null and b/footer/footer/image/HIMSISFO Logo white.png differ
diff --git a/footer/footer/image/HIMTI Logo white.png b/footer/footer/image/HIMTI Logo white.png
new file mode 100644
index 0000000..14cf3c2
Binary files /dev/null and b/footer/footer/image/HIMTI Logo white.png differ
diff --git a/footer/footer/image/computerun 2021 logo.png b/footer/footer/image/computerun 2021 logo.png
new file mode 100644
index 0000000..e162669
Binary files /dev/null and b/footer/footer/image/computerun 2021 logo.png differ
diff --git a/footer/footer/image/facebook.png b/footer/footer/image/facebook.png
new file mode 100644
index 0000000..31ade8e
Binary files /dev/null and b/footer/footer/image/facebook.png differ
diff --git a/footer/footer/image/instagram.png b/footer/footer/image/instagram.png
new file mode 100644
index 0000000..994f055
Binary files /dev/null and b/footer/footer/image/instagram.png differ
diff --git a/footer/footer/image/line.png b/footer/footer/image/line.png
new file mode 100644
index 0000000..d9eb27a
Binary files /dev/null and b/footer/footer/image/line.png differ
diff --git a/footer/footer/image/ombak ungu dibawah banner.png b/footer/footer/image/ombak ungu dibawah banner.png
new file mode 100644
index 0000000..699bd8c
Binary files /dev/null and b/footer/footer/image/ombak ungu dibawah banner.png differ
diff --git a/footer/footer/image/twitter.png b/footer/footer/image/twitter.png
new file mode 100644
index 0000000..0156ed8
Binary files /dev/null and b/footer/footer/image/twitter.png differ
diff --git a/footer/footer/image/youtube.png b/footer/footer/image/youtube.png
new file mode 100644
index 0000000..964bace
Binary files /dev/null and b/footer/footer/image/youtube.png differ
diff --git a/footer/footer/style.css b/footer/footer/style.css
new file mode 100644
index 0000000..124fa49
--- /dev/null
+++ b/footer/footer/style.css
@@ -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);
+ }
+}
\ No newline at end of file