Skip to content

Commit 9d1abd1

Browse files
committed
BUILD 1.1.3
1 parent 7a2b778 commit 9d1abd1

4 files changed

Lines changed: 3 additions & 32 deletions

File tree

css/cards.css

Lines changed: 0 additions & 24 deletions
This file was deleted.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<h2 class="text-center">Mithun Kumar</h2>
2828
<p>I live in: India<br>
2929
Gender: Male<br>
30-
Age: 12<br>
30+
Age: 13<br>
3131
Timezone: IST (+5:30 UTC)
3232
</p>
3333
<p class="text-center">I love to code.</p>

js/cards.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

terminal.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
appendOutput("Bye!")
101101
window.location.href = "https://notmithun.github.io"
102102
} else if (command.trim() === "aboutme") {
103-
appendOutput(`I'm a 12 year old and my name is Mithun. I stared coding since I was 11. My favourite coding languages are Python, HTML, CSS, JS, Java`)
103+
appendOutput(`I'm a 13 year old and my name is Mithun. I stared coding since I was 11. My favourite coding languages are Python, HTML, CSS, JS, Java`)
104104
} else if (command.trim() === "build") {
105-
appendOutput("BUILD 1.1.2")
105+
appendOutput("BUILD 1.1.3")
106106
} else if (command.trim() === "mygame") {
107107
appendOutput("I'm learning game development but I don't have any `public` games yet.")
108108
} else if (command.trim() === "github") {

0 commit comments

Comments
 (0)