diff options
| author | Heber Leonard <heber.leonard2@gmail.com> | 2020-07-08 16:46:34 -0300 |
|---|---|---|
| committer | Heber Leonard <heber.leonard2@gmail.com> | 2020-07-08 16:46:34 -0300 |
| commit | 2a6b9df4ef5a18f6e6d21d58b331bfff9afac739 (patch) | |
| tree | d0b59590217aab5bb488fa118f4081773e5d43ad | |
| parent | 585639efc16011885c5c071266d1f32dab957270 (diff) | |
add readme
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | scripts/main.js | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..9d9964c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Terminal Style Portfolio Page + +Site simulando um terminal feito com Javascript, Html e Css. + + + +#### Sobre o autor +###### Héber Leonard +###### heber.leonard2@gmail.com +###### Idéias? Fala comigo.
\ No newline at end of file diff --git a/scripts/main.js b/scripts/main.js index 1ee3067..29460cc 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -94,7 +94,7 @@ async function getInputValue(){ } else if(value === "social"){ trueValue(value); - createText("Didn't you mean: social -all?") + createText("Didn't you mean: social -a?") } else if(value === "clear"){ |
