diff --git a/.husky/commit-msg b/.husky/commit-msg index b567676..8595164 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -2,3 +2,4 @@ . "$(dirname -- "$0")/_/husky.sh" npx --no -- commitlint --edit "$1" +npx --no -- commitlint --edit ${1} diff --git a/README.md b/README.md index e83d27f..91c7e4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Hai semua 👋 + + [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + @@ -29,7 +32,6 @@ di repo ini, temen" semua akan belajar bagaimana cara berkolaborasi di project H 1. Setiap `PR` atau `pull request` harus disertai Screen Shoot kalian dengan design yang sudah kalian buat, disertai informasi yang lengkap(termasuk issue number), contoh bisa lihat disini [(Link PR)](https://github.com/xxidbr9/binar-intro-to-html/pull/41) - ### PERSYARATAN Pesan commit harus rapi, dengan cara menambah beberapa prefix / kata khusus untuk di pakai di pesan commit, berikut beberapa list commit @@ -46,11 +48,11 @@ Pesan commit harus rapi, dengan cara menambah beberapa prefix / kata khusus untu - ci : Commit yang mempengaruhi CICD - test : Penambahan testing code seperti, Unit-test, Intregation Test, User Test - ##### Contoh penulisan + ```bash git add . # Untuk menambah file sebelum di commit -git commit -m "feat: add navbar to html" # menggunakan prefix feat dan informasi singkat setelahnya +git commit -m "feat: add navbar to html" # menggunakan prefix feat dan informasi singkat setelahnya ``` ##### Commit message dengan description @@ -64,7 +66,9 @@ feat: allow provided config object to extend other configs ``` ##### Commit message dengan description dan body + dengan menggunakan lebih dari 1 Pesan (-m) + ```bash git commit -m "feat: allow provided config object to extend other configs" \ -m "BREAKING CHANGE: `extends` key in config file is now used for extending other config files" @@ -76,7 +80,9 @@ BREAKING CHANGE: `extends` key in config file is now used for extending other co ``` ##### Commit message dengan scope + Menambah commit dengan (scope) / jangkauan pekerjaan + ```bash git commit -m "feat(xxidbr9): added xxidbr9 pages" ``` @@ -86,21 +92,24 @@ feat(xxidbr9): added xxidbr9 pages ``` ##### Commit message dengan issue number. + ini akan membuat commit bisa membuat link dengan issue ataupun pull request yang ada di github + ```bash git commit -m "fix: remove unused #25" ``` + ```bash fix: remove unused #25 ``` - ### LIST KONTRIBUTOR - [Barnando Akbarto Hidayatullah](./contributors/xxidbr9) +- [I Putu Adi Sanjaya](./contributors/adiiisanjayaa) @@ -108,6 +117,7 @@ fix: remove unused #25 ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + diff --git a/contributors/adiiisanjayaa/assets/.DS_Store b/contributors/adiiisanjayaa/assets/.DS_Store new file mode 100644 index 0000000..6ff43ae Binary files /dev/null and b/contributors/adiiisanjayaa/assets/.DS_Store differ diff --git a/contributors/adiiisanjayaa/assets/fonts/.DS_Store b/contributors/adiiisanjayaa/assets/fonts/.DS_Store new file mode 100644 index 0000000..5de1d6e Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/.DS_Store differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Black.ttf b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Black.ttf new file mode 100644 index 0000000..b3c1fce Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Black.ttf differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Bold.ttf b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Bold.ttf new file mode 100644 index 0000000..769db39 Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Bold.ttf differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-ExtraBold.ttf b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-ExtraBold.ttf new file mode 100644 index 0000000..111f8b6 Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-ExtraBold.ttf differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-ExtraLight.ttf b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-ExtraLight.ttf new file mode 100644 index 0000000..50ddfeb Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-ExtraLight.ttf differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Light.ttf b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Light.ttf new file mode 100644 index 0000000..1d88fa2 Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Light.ttf differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Medium.ttf b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Medium.ttf new file mode 100644 index 0000000..e1d3a9b Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Medium.ttf differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Regular.ttf b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Regular.ttf new file mode 100644 index 0000000..6afc020 Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Regular.ttf differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-SemiBold.ttf b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-SemiBold.ttf new file mode 100644 index 0000000..4293d4a Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-SemiBold.ttf differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Thin.ttf b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Thin.ttf new file mode 100644 index 0000000..e5e8757 Binary files /dev/null and b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/GothicA1-Thin.ttf differ diff --git a/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/OFL.txt b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/OFL.txt new file mode 100644 index 0000000..7ea711a --- /dev/null +++ b/contributors/adiiisanjayaa/assets/fonts/Gothic_A1/OFL.txt @@ -0,0 +1,93 @@ +(C) Copyright HanYang I&C Co.,Ltd. All rights reserved. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/contributors/adiiisanjayaa/assets/icons/cart.svg b/contributors/adiiisanjayaa/assets/icons/cart.svg new file mode 100644 index 0000000..5b349a3 --- /dev/null +++ b/contributors/adiiisanjayaa/assets/icons/cart.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/contributors/adiiisanjayaa/assets/icons/empty.png b/contributors/adiiisanjayaa/assets/icons/empty.png new file mode 100644 index 0000000..f1959bb Binary files /dev/null and b/contributors/adiiisanjayaa/assets/icons/empty.png differ diff --git a/contributors/adiiisanjayaa/assets/icons/heart.svg b/contributors/adiiisanjayaa/assets/icons/heart.svg new file mode 100644 index 0000000..71973f1 --- /dev/null +++ b/contributors/adiiisanjayaa/assets/icons/heart.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/contributors/adiiisanjayaa/assets/icons/home.svg b/contributors/adiiisanjayaa/assets/icons/home.svg new file mode 100644 index 0000000..4250c43 --- /dev/null +++ b/contributors/adiiisanjayaa/assets/icons/home.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/contributors/adiiisanjayaa/assets/icons/menu.svg b/contributors/adiiisanjayaa/assets/icons/menu.svg new file mode 100644 index 0000000..4149d4f --- /dev/null +++ b/contributors/adiiisanjayaa/assets/icons/menu.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/contributors/adiiisanjayaa/assets/icons/profile.svg b/contributors/adiiisanjayaa/assets/icons/profile.svg new file mode 100644 index 0000000..1b4baf0 --- /dev/null +++ b/contributors/adiiisanjayaa/assets/icons/profile.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/contributors/adiiisanjayaa/assets/icons/search.svg b/contributors/adiiisanjayaa/assets/icons/search.svg new file mode 100644 index 0000000..dd6976d --- /dev/null +++ b/contributors/adiiisanjayaa/assets/icons/search.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/contributors/adiiisanjayaa/index.html b/contributors/adiiisanjayaa/index.html new file mode 100644 index 0000000..da02f6c --- /dev/null +++ b/contributors/adiiisanjayaa/index.html @@ -0,0 +1,140 @@ + + + + + + Dark Theme 12 + + + +
+
+ +
+
+
9:30
+
+ Empty + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do + eiusmod tempor incididunt ut +

9:30

+
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do + eiusmod tempor incididunt ut +

9:30

+
+
9:30
+
+
+ +
+
+ + diff --git a/package-lock.json b/package-lock.json index 16099f4..03f37c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^17.6.6", "htmlhint": "^1.1.4", - "husky": "^8.0.0", + "husky": "^8.0.3", "lint-staged": "^13.2.2", "prettier": "^2.8.8", "stylelint": "^15.9.0", diff --git a/package.json b/package.json index ab07055..3b44b1a 100644 --- a/package.json +++ b/package.json @@ -38,10 +38,10 @@ "@commitlint/cli": "^17.6.6", "@commitlint/config-conventional": "^17.6.6", "htmlhint": "^1.1.4", - "husky": "^8.0.0", + "husky": "^8.0.3", "lint-staged": "^13.2.2", "prettier": "^2.8.8", "stylelint": "^15.9.0", "stylelint-config-standard": "^33.0.0" } -} \ No newline at end of file +}