diff --git a/A3.2100044/21-pabweb.zip b/A3.2100044/21-pabweb.zip new file mode 100644 index 00000000..6a13a9af Binary files /dev/null and b/A3.2100044/21-pabweb.zip differ diff --git a/A3.2100044/21-pabweb/public/assets/css/styles.css b/A3.2100044/21-pabweb/public/assets/css/styles.css new file mode 100644 index 00000000..e9d7df1a --- /dev/null +++ b/A3.2100044/21-pabweb/public/assets/css/styles.css @@ -0,0 +1,155 @@ +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: #f39c12; +} + +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; +} + +/* ... (kode CSS sebelumnya) */ + +#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 p { + color: #777; +} + +.blog-content a { + display: inline-block; + margin-top: 10px; + padding: 8px 16px; + background-color: #f39c12; + color: #fff; + text-decoration: none; + border-radius: 4px; + transition: background-color 0.3s ease-in-out; +} + +.blog-content a:hover { + background-color: #e74c3c; +} + +/* ... (kode CSS setelahnya) */ + + + + +.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: #f39c12; +} + +footer { + text-align: center; + color: #777; +} \ No newline at end of file diff --git a/A3.2100044/21-pabweb/resources/views/front.blade.php b/A3.2100044/21-pabweb/resources/views/front.blade.php new file mode 100644 index 00000000..36e16f7b --- /dev/null +++ b/A3.2100044/21-pabweb/resources/views/front.blade.php @@ -0,0 +1,112 @@ + + + + + + + Portofolio Saya + + + + + + + +
+ Profil Saya +

Neng Rini Siti Patimah

+

Web Developer

+
+ + + +
+

Tentang Saya

+

Selamat datang di portofolio saya. Saya adalah seorang pengembang web dengan minat dalam teknologi dan desain. Berikut adalah beberapa proyek yang telah saya kerjakan.

+
+ +
+

Proyek Saya

+ +
+

Proyek Pertama

+

My Blogs

+ uts-ss +
+ +
+

Proyek Kedua

+

Deskripsi singkat tentang proyek kedua. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ Screenshot-41 + +
+ +
+

Blog

+
+ Gambar Posting Blog 1 +
+

Judul Posting Blog Pertama

+

Tanggal: 1 Desember 2023

+

Deskripsi singkat tentang proyek Ke satu. Lorem ipsum dolor sit amet, consectetur adipiscing elit

+ Baca Selengkapnya +
+
+ +
+ Gambar Posting Blog 2 + +
+

Judul Posting Blog Kedua

Tanggal: 2 Desember 2023

+

Deskripsi singkat tentang posting blog kedua Anda.

+ Baca Selengkapnya +
+
+ + +
+ + + + +
+

Kontak

+

Hubungi saya melalui email: youremail@example.com

+
+ LinkedIn + GitHub + +
+
+ + + + + + \ No newline at end of file diff --git a/A3.2100044/21-pabweb/routes/web.php b/A3.2100044/21-pabweb/routes/web.php index b5a8a284..f52f35ec 100644 --- a/A3.2100044/21-pabweb/routes/web.php +++ b/A3.2100044/21-pabweb/routes/web.php @@ -1,6 +1,7 @@