File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ header {
1414}
1515
1616.profile-picture .small {
17- width : 20 px ;
18- height : 20 px ;
19- border-radius : 20 % ;
17+ width : 10 px ; /* Ukuran diperbesar agar lebih terlihat */
18+ height : 10 px ;
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 : 20 px ;
66- height : 100 px ;
65+ width : 200 px ; /* Ukuran gambar project diperbesar */
66+ height : 150 px ;
6767 object-fit : cover;
6868 border-radius : 10px ;
6969 margin-bottom : 10px ;
You can’t perform that action at this time.
0 commit comments