From 29e1be1bdf7d8dc575bafa1f6a8ab4f45340d05f Mon Sep 17 00:00:00 2001 From: Aldyn Ishmael <93589643+aldnnnz@users.noreply.github.com> Date: Thu, 23 May 2024 16:25:33 +0700 Subject: [PATCH] Add files via upload --- inpo.html | 351 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 24 ++++ 2 files changed, 375 insertions(+) create mode 100644 inpo.html create mode 100644 style.css diff --git a/inpo.html b/inpo.html new file mode 100644 index 000000000..83262a47f --- /dev/null +++ b/inpo.html @@ -0,0 +1,351 @@ + + + + + + + Page not found + + + + + + + + + + + + + + +
+ +
+
+
+
+ ramadhan +
+
+
+
+

Muhammad Aldyn

+
+ Software Engineer at + POLWIANGI +
+
+
+
+
+
+
+ +
+
+
+
+
+

Riwayat Pendidikan

+ +
+
+
+ 2019 - 2020 +
Politeknik Negeri Jember
+

Teknik Informatika | IPK. 3.71

+ +
+

Mata Kuliah yang saya ikuti :

+ Data Science + Pemrograman Mobile + Bisnis Digital +
+
+
+
+
+
+
+ 2015 - 2018 +
Politeknik Negeri Banyuwangi
+

Teknik Informatika | IPK. 3.6

+
+

Mata Kuliah yang saya ikuti :

+ Pemrograman Web + Basis Data + Algoritma Struktur Data + Bahasa Inggris +
+
+
+
+
+ +
+
+
+

Pengalaman

+ + +
+
+
+ 2023 - Sekarang +
SPE Solution
+

Software Engineer

+
+ +
+
    +
  • Melakukan pembuatan website
  • +
  • Bekerjasama dengan Tim untuk membuat aplikasi
  • +
+
+
+
+
+
+
+
+ 2024 - Sekarang +
Eduwork
+

Mentor

+
+ +
+

Memberikan mentoring kepada siswa tentang Backend Development + dengan Golang

+
+
+
+
+ +
+ +
+
+
+
+ + +
+
+
+ +
+
+

Kursus | Webinar | Seminar

+
+
+
+
Pembuatan Web dengan PHP Laravel
+

Udemy

+
+
+
+
+
+
+
Mini Bootcamp UI/UX Design
+

Peduli Digital

+
+
+
+
+
+ + +
+
+
+ + +
+
+
+
+

Tertarik dengan Saya?

+

Hubungi saya jika ada hal yang perlu didiskusikan lebih lanjut

+ + +
+
+ + Ilustrasi +
+
+
+
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 000000000..9a15cd7cc --- /dev/null +++ b/style.css @@ -0,0 +1,24 @@ +body::before { + content: ''; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px), + linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px); + background-size: 20px 20px; + z-index: -1; +} +.navbar-blur { + background-color: rgba(255, 255, 255, 0.10); /* Adjust the transparency as needed */ + backdrop-filter: blur(10px); /* Adjust the blur amount as needed */ + -webkit-backdrop-filter: blur(10px); /* For Safari */ + +} +.card-blur { + background-color: rgba(85, 85, 85, 0.6); /* Adjust the transparency as needed */ + backdrop-filter: blur(1px); /* Adjust the blur amount as needed */ + -webkit-backdrop-filter: blur(1px); /* For Safari */ + +} \ No newline at end of file