diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-06-29 08:57:44 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-06-29 08:57:44 -0400 |
| commit | a31b621cf81ed58f560131b11ce14cc5cc3d0e06 (patch) | |
| tree | 72e76a334e21db501334013dc290cac356fbe9de /src/content | |
| parent | beb54b0acb7721068bc36da6906bd615eb01fb8c (diff) | |
| download | personal-website-a31b621cf81ed58f560131b11ce14cc5cc3d0e06.tar.gz personal-website-a31b621cf81ed58f560131b11ce14cc5cc3d0e06.tar.bz2 personal-website-a31b621cf81ed58f560131b11ce14cc5cc3d0e06.zip | |
Added link to the figma page; Fixed image on blog page
Diffstat (limited to 'src/content')
| -rw-r--r-- | src/content/blog/2024/test.md | 10 | ||||
| -rw-r--r-- | src/content/blog/2024/website-redesigned.md | 4 |
2 files changed, 3 insertions, 11 deletions
diff --git a/src/content/blog/2024/test.md b/src/content/blog/2024/test.md deleted file mode 100644 index e8d6c8b..0000000 --- a/src/content/blog/2024/test.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Test page -description: test post -pubDate: 2024-06-11T00:30:22.112Z -tags: - - test-tag -slug: test-post ---- - -# Hello world diff --git a/src/content/blog/2024/website-redesigned.md b/src/content/blog/2024/website-redesigned.md index 48747fe..110f4ed 100644 --- a/src/content/blog/2024/website-redesigned.md +++ b/src/content/blog/2024/website-redesigned.md @@ -11,11 +11,13 @@ Yeah, I decided to redesign this site again. I actually had plans to complete th These were originally planned, but it became complicated to implement and integrate. The core concept of the website is that there was no navigation bar, so I wasn't sure how navigation would work. Another thing is that this website was originally meant to be a long single page, and of course I wouldn't know how to implement that either. As you can see I had pretty ambitious plans for this site in 2021, but they ended up being canned. +[2021 Website Prototype on Figma](https://www.figma.com/design/7Usx4ON7KcgE6wLmogzmeU/alee14.me-Rewrite?node-id=0-1&t=0MA8XYq6m4afhrfN-1) + [](/blog/images/2024/website-redesign/2021-2022-redesign.png) [](/blog/images/2024/website-redesign/2020-redesign.png) # What's different with this new website? -This new website pretty much combined stuff that worked in the past. Things like the navbar, cards (from Projects), and the icons in the homepage. There is some added in this that was not in past websites, like the contacts page which was pretty much the solution of the icons being crowded during the 2021 website, and a guestbook, it is basically feedback on my website, you can use it to comment on my blogs, or send me nice messages. +This new website pretty much combined stuff that worked in the past. Things like the navbar, cards (from Projects), and the icons in the homepage. There are some things added in this that was not in past websites, like the contacts page which was pretty much the solution of the icons being crowded during the 2021 website, and a guestbook, it is basically feedback on my website, you can use to send me nice messages, or perhaps share stuff. # Why do you continue with creating a website, why don't you just use a website builder? The reason is that this is a **personal website**, I get to create things myself and not depend on a third party to do stuff for me. I want to write my own theme, and entire infrastructure myself without needing to use a bloated builder that would add unnecessary junk and javascript to the site. I have always wanted to make my own site, and I think I have done so, which fulfills my childhood dream to create my own website. |
