diff --git a/Praktikum_2/2.png b/Praktikum_2/2.png new file mode 100644 index 0000000..95b152a Binary files /dev/null and b/Praktikum_2/2.png differ diff --git a/Praktikum_2/index.html b/Praktikum_2/index.html new file mode 100644 index 0000000..b9dbc55 --- /dev/null +++ b/Praktikum_2/index.html @@ -0,0 +1,33 @@ + + + + + + Praktikum 1 + + + +
+
+ Profile Picture +
+
+

About Me

+

Saya Hendrian Yudha Pratama dari Universitas Ahmad Dahlan Program Studi Sistem Informasi. Saya adalah mahasiswa angkatan 2023 yang sekarang sedang menjalani perkuliahan di semester 3.

+
+
+

Projects

+ +
+
+

Contact

+

Email: 2300016050@webmail.uad.ac.id

+

LinkedIn: Hendrian Yudha Pratama

+

Instagram: hendrian_yudhaa__

+
+
+ + diff --git a/Praktikum_2/style.css b/Praktikum_2/style.css new file mode 100644 index 0000000..a14880a --- /dev/null +++ b/Praktikum_2/style.css @@ -0,0 +1,79 @@ +body { + font-family: Arial, sans-serif; + background-color: #faf6f6; + margin: 0; + padding: 0; + display: flex; + justify-content: center; + align-items: center; + min-height: 100vh; + } + + .container { + width: 90%; + max-width: 600px; + padding: 10px; + margin-top: 10px; + + } + + .profile { + text-align: center; + } + + .profile-pic { + width: 120px; + height: 120px; + border-radius: 50%; + border: 3px solid #007BFF; + } + + .section { + background-color: #ffffff; + padding: 20px; + margin: 20px 0; + border-radius: 10px; + box-shadow: 0px 3px 22px -1px rgba(0,0,0,0.33); +-webkit-box-shadow: 0px 3px 22px -1px rgba(0,0,0,0.33); +-moz-box-shadow: 0px 3px 22px -1px rgba(0,0,0,0.33); + } + + .section h2 { + color: #007BFF; + font-size: 1.5em; + margin-bottom: 10px; + } + + .projects ul { + list-style-type: none; + padding: 0; + } + + .projects li { + font-weight: bold; + padding: 15px; + border-bottom: 1px solid #ddd; + border-left: #007BFF 5px solid; + border-radius: 4px; + margin: 7px; + background-color: #f1f1f1df; + } + + .projects a { + color: #007BFF; + text-decoration: none; + } + + .contact a { + color: #007BFF; + text-decoration: none; + } + + .contact p { + margin: 10px 0; + } + + .section .projects { + margin-top: 20px; + padding: 20px; + }