-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update writing detail content padding and add bottom border * Update article card styles and writing subtitle * Add draft article * Add border-radius to article card and adjust gap in article list * Remove unnecessary margins in article card * Add draft status to index.md * Add animation to other work cards
- Loading branch information
1 parent
f245bc0
commit ffc3a28
Showing
8 changed files
with
46 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
padding-bottom: 64px; | ||
} | ||
|
||
&--article-list { | ||
gap: 24px; | ||
} | ||
|
||
&--content { | ||
margin: 144px 0px; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
src/writing/personal-website-refresh-2024/2024-04-19-index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Effortless Personal Website Refresh to Get Things Done Quickly | ||
description: Every new year, I tried to refresh my site. Let's take a look at the changes made to my personal website in 2024. | ||
tags: ["portfolio", "website", "development"] | ||
draft: true | ||
--- | ||
|
||
Jika kamu sering berkunjung ke website ini atau sudah scroll hingga mentok, mungkin tidak asing kalau melihat bagian footer ada pilihan versi dari website ini. Ini jadi suatu kebiasaan tahunan bagiku untuk mengulik ulang bagaimana desain, tata letak, maupun teknologi yang aku gunakan. Karena tahun ini serasa longgar, aku punya waktu lebih untuk menggarap versi 2024. Hitung-hitung mengisi waktu luang ketika libur Ramadhan yang panjang. | ||
|
||
## Latar belakang | ||
|
||
Portfolio adalah assets yang penting untuk pekerja kreatif. Khususnya ketika kita ingin apply suatu pekerjaan. Bentuknya bisa bermacam-macam. Dari website, file PDF, atau bahkan versi cetak. Apapun medianya, yang terpenting bisa menjelaskan value kita untuk menerima suatu pekerjaan. Salah satu contoh portfolio yang mungkin bisa kita lihat adalah website ini. Website ini sering aku gunakan untuk meminang pekerjaan–walaupun tidak begitu lengkap isinya. | ||
|
||
Website merupakan media yang aku pilih karena sifat fleksibilitasnya. Fleksibel karena bukan hanya untuk portfolio saja, melainkan aku gunakan juga sebagai tempat untuk mengarsipkan dan menuliskan cerita. Tidak hanya itu, aku gunakan juga sebagai tempat bereksperimen dalam mempelajari teknologi pembangunan situs. Selain fleksibel sebagai media, fleksibel pula dalam aksesibilitasnya. Website dapat dengan mudah di akses dimanapun kita berada. | ||
|
||
## Tema dan teknologi tahun ini | ||
|
||
*Desain situs di Figma* | ||
|
||
*Gambar layar VS Code* | ||
|
||
## Alur proses perancangan situs | ||
|
||
## Making it open source | ||
|
||
*Repository website di GitHub* |