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) + 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 ``` 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 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