Skip to content

Commit 64db0f7

Browse files
committed
menambahkan
1 parent b28be6b commit 64db0f7

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,18 @@ <h1 class="fade-in">Muhammad Malik Nur</h1>
2020
</ul>
2121
</nav>
2222
<section id="about" class="slide-up">
23+
<img src="Mall.png" alt="Gambar Profil" class="project-image small">
2324
<h2>Tentang Saya</h2>
2425
<p>Saya adalah seorang mahasiswa Teknik Informatika yang memiliki ketertarikan dalam pengembangan web, keamanan siber, dan kecerdasan buatan.</p>
25-
<img src="Mall.png" alt="Gambar Tentang Saya" class="about-image small">
26+
<div class="profile">
27+
</div>
2628
</section>
2729
<section id="projects" class="slide-up">
2830
<h2>Proyek</h2>
2931
<div class="project">
30-
<img src="portfolio.jpg" alt="Gambar Portfolio" class="project-image small">
31-
<h3>Website Portfolio</h3>
32-
<p>Membuat website portfolio pribadi dengan HTML, CSS, dan JavaScript.</p>
32+
<img src="Mall.png" alt="Gambar Portfolio" class="project-image small">
33+
<h3>Website</h3>
34+
<p>Membuat website UMKM pribadi dengan HTML, CSS, dan JavaScript.</p>
3335
</div>
3436
<div class="project">
3537
<img src="todo-list.jpg" alt="Gambar To-Do List" class="project-image small">

styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ header {
1414
}
1515

1616
.profile-picture.small {
17-
width: 20px;
18-
height: 20px;
19-
border-radius: 20%;
17+
width: 10px; /* Ukuran diperbesar agar lebih terlihat */
18+
height: 10px;
19+
border-radius: 50%; /* Menggunakan 50% agar menjadi lingkaran */
2020
object-fit: cover;
2121
margin-bottom: 15px;
2222
}
@@ -62,8 +62,8 @@ section {
6262
}
6363

6464
.project-image.small {
65-
width: 20px;
66-
height: 100px;
65+
width: 200px; /* Ukuran gambar project diperbesar */
66+
height: 150px;
6767
object-fit: cover;
6868
border-radius: 10px;
6969
margin-bottom: 10px;

0 commit comments

Comments
 (0)