+ Proyek Pertama
+Website Blog
+Proyek pertama ini merupakan tugas dari mata kuliah Sistem Informasi Berbasis Web. Web ini menggunakan framework laravel dan bahasa pemrograman php serta css.
+ Kunjungi Website +diff --git a/A3.2100010/21-paweb/public/assets/css/styles.css b/A3.2100010/21-paweb/public/assets/css/styles.css new file mode 100644 index 00000000..048729ef --- /dev/null +++ b/A3.2100010/21-paweb/public/assets/css/styles.css @@ -0,0 +1,146 @@ +body { + font-family: 'Arial', sans-serif; + margin: 0; + padding: 0; + box-sizing: border-box; + background-color: #f4f4f4; +} + +header, +nav, +section, +footer { + max-width: 800px; + margin: 0 auto; + padding: 20px; + background-color: #fff; + border-radius: 8px; + margin-bottom: 20px; +} + +header img { + display:block; + margin: 0 auto; + border-radius: 50%; + width: 150px; + height: 150px; + object-fit: cover; +} + +header h1 { + text-align: center; + margin-top: 10px; + color: #333; +} + +header p { + text-align: center; + color: #777; +} + +nav { + text-align: center; +} + +nav a{ + margin: 0 10px; + text-decoration: none; + color: #333; + font-weight: bold; + transition: color 0.3s ease-in-out; +} + +nav a:hover { + color: #a35fe2c7; + +} + +section h2 { + color: #333; +} + +section p { + color: #777; +} + +.project { + margin-bottom: 20px; + overflow: hidden; + border-radius: 8px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + transition: transform 0.3s ease-in-out; +} + +project img { + width: 100%; + height: auto; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; +} + +#blog { + background-color: #fff; + padding: 20px; + border-radius: 8px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +.blog-post{ + margin-bottom: 20px; + overflow: hidden; + border-radius: 8px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + transition: transform 0.3s ease-in-out; +} + +.blog-post img { + width: 100%; + height: auto; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; +} + +.blog-content { + padding: 20px; +} + +.blog-content h3 { + color: #333; +} + +.blog-content a{ + display: inline-block; + margin-top: 10px; + padding: 8px 16px; + background-color: #a35fe2c7; + color: #fff; + text-decoration: none; + border-radius: 4px; + transition: background-color 0.3s ease-in-out; +} + +.blog-content a:hover{ + background-color: #f06e5f; +} + +.social{ + margin-top: 10px; +} + +.social a{ + display: inline-block; + margin-right: 10px; + text-decoration: none; + color: #333; + transition: color 0.3s ease-in-out; +} + +.social a:hover { + color: #a35fe2c7; +} + +footer { + text-align: center; + color: #777; +} + diff --git a/A3.2100010/21-paweb/resources/css/style.css b/A3.2100010/21-paweb/resources/css/style.css new file mode 100644 index 00000000..048729ef --- /dev/null +++ b/A3.2100010/21-paweb/resources/css/style.css @@ -0,0 +1,146 @@ +body { + font-family: 'Arial', sans-serif; + margin: 0; + padding: 0; + box-sizing: border-box; + background-color: #f4f4f4; +} + +header, +nav, +section, +footer { + max-width: 800px; + margin: 0 auto; + padding: 20px; + background-color: #fff; + border-radius: 8px; + margin-bottom: 20px; +} + +header img { + display:block; + margin: 0 auto; + border-radius: 50%; + width: 150px; + height: 150px; + object-fit: cover; +} + +header h1 { + text-align: center; + margin-top: 10px; + color: #333; +} + +header p { + text-align: center; + color: #777; +} + +nav { + text-align: center; +} + +nav a{ + margin: 0 10px; + text-decoration: none; + color: #333; + font-weight: bold; + transition: color 0.3s ease-in-out; +} + +nav a:hover { + color: #a35fe2c7; + +} + +section h2 { + color: #333; +} + +section p { + color: #777; +} + +.project { + margin-bottom: 20px; + overflow: hidden; + border-radius: 8px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + transition: transform 0.3s ease-in-out; +} + +project img { + width: 100%; + height: auto; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; +} + +#blog { + background-color: #fff; + padding: 20px; + border-radius: 8px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + +.blog-post{ + margin-bottom: 20px; + overflow: hidden; + border-radius: 8px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); + transition: transform 0.3s ease-in-out; +} + +.blog-post img { + width: 100%; + height: auto; + border-bottom-left-radius: 8px; + border-bottom-right-radius: 8px; +} + +.blog-content { + padding: 20px; +} + +.blog-content h3 { + color: #333; +} + +.blog-content a{ + display: inline-block; + margin-top: 10px; + padding: 8px 16px; + background-color: #a35fe2c7; + color: #fff; + text-decoration: none; + border-radius: 4px; + transition: background-color 0.3s ease-in-out; +} + +.blog-content a:hover{ + background-color: #f06e5f; +} + +.social{ + margin-top: 10px; +} + +.social a{ + display: inline-block; + margin-right: 10px; + text-decoration: none; + color: #333; + transition: color 0.3s ease-in-out; +} + +.social a:hover { + color: #a35fe2c7; +} + +footer { + text-align: center; + color: #777; +} + diff --git a/A3.2100010/21-paweb/resources/views/front.blade.php b/A3.2100010/21-paweb/resources/views/front.blade.php new file mode 100644 index 00000000..c36e6e57 --- /dev/null +++ b/A3.2100010/21-paweb/resources/views/front.blade.php @@ -0,0 +1,101 @@ + + + +
+ + +
+ A3.2100010
+Mahasiswa Prodi Sistem Informasi
+Selamat datang di portofolio saya. Saya adalah seorang mahasiswa dengan minat dalam teknologi dan desain. Berikut adalah beberapa proyek yang telah saya kerjakan.
+
+ Website Blog
+Proyek pertama ini merupakan tugas dari mata kuliah Sistem Informasi Berbasis Web. Web ini menggunakan framework laravel dan bahasa pemrograman php serta css.
+ Kunjungi Website +
+ +
+ Proyek kedua ini merupakan proyek percobaan saya. Saya membuat ini karena iseng saat liburan kuliah tahun lalu. Proyek ini menggunakan framework codeigniter.
+ Kunjungi Website +Hubungi saya melalui email: youremail@example.com
+ +