Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kristy-hu authored Nov 26, 2024
1 parent 5cc0489 commit e793ba2
Show file tree
Hide file tree
Showing 30 changed files with 44,359 additions and 0 deletions.
1,097 changes: 1,097 additions & 0 deletions docs/3rs-of-software-architecture.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Clean Code JavaScript
21 changes: 21 additions & 0 deletions docs/_navbar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
* Translation
* [Armenian](/i18n/hy/)
* [Bangla(বাংলা)](/i18n/bn/)
* [Brazilian Portuguese](/i18n/pt-br/)
* [English](/i18n/en/)
* [Chinese(Simplified)](/i18n/zh-cn/)
* [Chinese(Traditional)](/i18n/zh-tw/)
* [French](/i18n/fr/)
* [German](/i18n/de/)
* [Indonesia](/i18n/id/)
* [Italian](/i18n/it/)
* [Japanese](/i18n/ja/)
* [Korean](/i18n/ko/)
* [Persian](/i18n/fa/)
* [Polish](/i18n/pl/)
* [Russian](/i18n/ru/)
* [Spanish](/i18n/es/)
* [Serbian](/i18n/sr/)
* [Turkish](/i18n/tr/)
* [Ukrainian](/i18n/uk/)
* [Vietnamese](/i18n/vi/)
9 changes: 9 additions & 0 deletions docs/adjusted.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions docs/breadcrumb.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
nav.breadcrumb ol {
list-style: none;
padding: 0;
margin: 1.2em 0;
text-transform: capitalize;
}

ol.breadcrumb--small {
font-size: 1em;
}

ol.breadcrumb--smaller {
font-size: 1.15em;
}

ol.breadcrumb--normal {
font-size: 1.3em;
}

.breadcrumb li {
display: inline;
}

.breadcrumb a {
text-decoration: none;
}

.breadcrumb a:hover {
text-decoration: underline;
}
133 changes: 133 additions & 0 deletions docs/copy-code.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions docs/i18n/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Translation
* [Armenian](/i18n/hy/README.md)
* [Bangla(বাংলা)](/i18n/bn/README.md)
* [Brazilian Portuguese](/i18n/pt-br/README.md)
* [English](/README.md)
* [Chinese(Simplified)](/i18n/zh-cn/README.md)
* [Chinese(Traditional)](/i18n/zh-tw/README.md)
* [French](/i18n/fr/README.md)
* [German](/i18n/de/README.md)
* [Indonesia](/i18n/id/README.md)
* [Italian](/i18n/it/README.md)
* [Japanese](/i18n/ja/README.md)
* [Korean](/i18n/ko/README.md)
* [Persian](/i18n/fa/README.md)
* [Polish](/i18n/pl/README.md)
* [Russian](/i18n/ru/README.md)
* [Spanish](/i18n/es/README.md)
* [Serbian](/i18n/sr/README.md)
* [Turkish](/i18n/tr/README.md)
* [Ukrainian](/i18n/uk/README.md)
* [Vietnamese](/i18n/vi/README.md)
Loading

0 comments on commit e793ba2

Please sign in to comment.