From 04255c8a220b4fe6e86232aac03a91043e875cbd Mon Sep 17 00:00:00 2001 From: kil Date: Sun, 15 Oct 2023 12:02:54 +0700 Subject: [PATCH 1/4] update CONTRIBUTORS.md --- CONTRIBUTORS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 204203b..8ada855 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -10,5 +10,11 @@ - Bio: Networking Engineering. - - GitHub: [Syouryuumaru](https://github.com/Syouryuumaru) +#### Name: Febrians Putra + +- Place: Medan, Indonesia +- Bio: College Student, Web Developer. +- GitHub: [Febrians Putra](https://github.com/FebrianS-putra) + From ff8b7c86ee58dd3f378b89f76ab09bed45ab599b Mon Sep 17 00:00:00 2001 From: kil Date: Sun, 15 Oct 2023 12:03:41 +0700 Subject: [PATCH 2/4] add profiles/Febrians-putra.md --- profiles/Febrians-putra.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 profiles/Febrians-putra.md diff --git a/profiles/Febrians-putra.md b/profiles/Febrians-putra.md new file mode 100644 index 0000000..0622979 --- /dev/null +++ b/profiles/Febrians-putra.md @@ -0,0 +1,25 @@ +# Febrians Putra +### Location + +Medan, Indonesia + +### Academics + +- Teknik Informatika + +### Interests + +- Learning New +- reading books + +### Development + +- Web Developer Enthusiast. + +### Projects + +- None + +### Profile Link + +[Febrians Putra](https://github.com/FebrianS-putra) \ No newline at end of file From 076996aa61fb76f314aa99ac8c83b197ecc43073 Mon Sep 17 00:00:00 2001 From: kil Date: Sun, 15 Oct 2023 14:03:38 +0700 Subject: [PATCH 3/4] script/hello-world-febrians-putra.py --- script/hello-world-febrians-putra.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 script/hello-world-febrians-putra.py diff --git a/script/hello-world-febrians-putra.py b/script/hello-world-febrians-putra.py new file mode 100644 index 0000000..bacf61d --- /dev/null +++ b/script/hello-world-febrians-putra.py @@ -0,0 +1,6 @@ +# LANGUAGE: Python3 +# AUTHOR: Febrians putra +# GITHUB: https://github.com/FebrianS-putra + +print("Hello World! Its me febrians") +print("i hope you are oke") \ No newline at end of file From e71a5cef5e12fb8ac6d61ad8f6b052d904c8c141 Mon Sep 17 00:00:00 2001 From: kil Date: Sun, 15 Oct 2023 14:04:24 +0700 Subject: [PATCH 4/4] update keyword Hecktoberfest2022 to 2023 --- Dockerfile | 2 +- Readme.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 071b17c..caa4dd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM php:7.0-apache +FROM php:12.0-apache MAINTAINER Syouryuumaru <:noting> RUN docker-php-ext-install mysqli && a2enmod rewrite diff --git a/Readme.md b/Readme.md index 461a364..8f1ed16 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,4 @@ -# 💻WELCOME TO HACKTOBERFEST 2022!💻 +# 💻WELCOME TO HACKTOBERFEST 2023!💻 # ## Halo Teman - teman! , ## Apa itu Hacktoberfest? @@ -20,13 +20,13 @@ Pilih dan Selesaikan tasknya, buat pull request untuk pekerjaanmu dan tunggu unt * Lalu, Clone forknya pada masing - masing local machine ```markdown -git clone https://github.com/your-username/Hacktoberfest-2021.git +git clone https://github.com/your-username/Hacktoberfest-2023.git ``` * Membuat branch ```markdown -Change directory ke Hacktoberfest-2022 +Change directory ke Hacktoberfest-2023 git checkout -b branch-name ```