From ee5689b43feeafa25299b3d5faf9fd99950d93ea Mon Sep 17 00:00:00 2001 From: rezafikkri Date: Thu, 27 Jun 2024 18:14:59 +0700 Subject: [PATCH 1/6] feat: remove github in navbar menu --- components/layout/nav.jsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/components/layout/nav.jsx b/components/layout/nav.jsx index 9b6f4dc..5e23df3 100644 --- a/components/layout/nav.jsx +++ b/components/layout/nav.jsx @@ -34,17 +34,6 @@ export default function Nav() { Projek -
  • - - Github - - -
  • ); From 5fbc42031c420e6364f0857c8da3f174521485c4 Mon Sep 17 00:00:00 2001 From: rezafikkri Date: Thu, 27 Jun 2024 18:40:26 +0700 Subject: [PATCH 2/6] feat: add email in about page --- components/about/profile.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/about/profile.jsx b/components/about/profile.jsx index 2daca2c..fd0820b 100644 --- a/components/about/profile.jsx +++ b/components/about/profile.jsx @@ -22,6 +22,9 @@ export default function SocialMedia() { + + + ); From 4505adfbd3df038e24edf138f2eddb721f3ffd8b Mon Sep 17 00:00:00 2001 From: rezafikkri Date: Thu, 27 Jun 2024 19:38:19 +0700 Subject: [PATCH 3/6] feat: improve order for nav menu --- components/layout/nav.jsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/layout/nav.jsx b/components/layout/nav.jsx index 5e23df3..806f009 100644 --- a/components/layout/nav.jsx +++ b/components/layout/nav.jsx @@ -10,14 +10,6 @@ export default function Nav() { return ( ); From 304e2041a87f806b0b2542a5fc2edcf41af8244a Mon Sep 17 00:00:00 2001 From: rezafikkri Date: Thu, 27 Jun 2024 20:00:00 +0700 Subject: [PATCH 4/6] feat: add contact in home page --- components/about/contact.jsx | 26 ++++++++++++++++++++++++++ components/about/profile.jsx | 27 ++++----------------------- components/home/home-header.jsx | 4 +++- 3 files changed, 33 insertions(+), 24 deletions(-) create mode 100644 components/about/contact.jsx diff --git a/components/about/contact.jsx b/components/about/contact.jsx new file mode 100644 index 0000000..b57d274 --- /dev/null +++ b/components/about/contact.jsx @@ -0,0 +1,26 @@ +import Link from "next/link"; + +export default function Contact() { + return ( +
    + + + + + + + + + + + + + + + + + + +
    + ); +} diff --git a/components/about/profile.jsx b/components/about/profile.jsx index fd0820b..7a993d6 100644 --- a/components/about/profile.jsx +++ b/components/about/profile.jsx @@ -1,31 +1,12 @@ -import Link from "next/link"; +import Contact from "./contact"; -export default function SocialMedia() { +export default function Profile() { return (
    -
    +
    Photo Profile
    -
    - - - - - - - - - - - - - - - - - - -
    +
    ); } diff --git a/components/home/home-header.jsx b/components/home/home-header.jsx index 64836cf..0809846 100644 --- a/components/home/home-header.jsx +++ b/components/home/home-header.jsx @@ -1,11 +1,13 @@ import Link from "next/link"; +import Contact from "../about/contact"; export default function HomeHeader() { return (

    Halo, Saya Reza!

    Ini adalah website pribadi saya.

    -

    Dalam website ini saya menulis mengenai programming, khususnya di bidang pengembangan web, menggunakan bahasa PHP dan JavaScript dan hal-hal umum seputar teknologi. Selain itu saya juga suka membuat aplikasi open-source.

    +

    Dalam website ini saya menulis mengenai programming, khususnya di bidang pengembangan web, menggunakan bahasa PHP dan JavaScript dan hal-hal umum seputar teknologi. Selain itu saya juga suka membuat aplikasi open-source.

    +
    ); } From b89216e6fc947c8a8b0d275264f4e3deb91ef993 Mon Sep 17 00:00:00 2001 From: rezafikkri Date: Thu, 27 Jun 2024 20:02:41 +0700 Subject: [PATCH 5/6] feat: add margin-top to 'unduh cv' btn in about page --- components/about/skill.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/about/skill.jsx b/components/about/skill.jsx index 9b8cd1e..3d4981d 100644 --- a/components/about/skill.jsx +++ b/components/about/skill.jsx @@ -13,7 +13,7 @@ export default function Skill() {

    Dasar

    Lua - Electron - Linux - MongoDB - Redis - RabbitMQ - Webpack - GIMP - Inkscape - Kdenlive - Python

    - + Unduh CV From c9794d975751dcab6e71c2b596b3ef8812fa73d0 Mon Sep 17 00:00:00 2001 From: rezafikkri Date: Thu, 27 Jun 2024 20:08:58 +0700 Subject: [PATCH 6/6] docs: add technology that use in this website --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a919b69..2491bd7 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ # My Personal Websitee + +Build using, [Next.js](https://nextjs.org), [Tailwind Css](https://tailwindcss.com) and [Highlght.js](https://highlightjs.org/).