Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSpahr committed May 30, 2024
1 parent f487b7e commit ba554b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>My Talking Ron</h1>
<p id="transcriptTxt">your talking skeleton pal</p>
<img width="100" id="ronImg" src="ron.png">
<hr>
<input type="button" id="talkBtn" onclick="listen()" value="Talk to Ron!" />
<input type="button" style="font-size: 24px;" id="talkBtn" onclick="listen()" value="Talk to Ron!" />
<hr>
<a href="#" onclick="help()">Not Working?</a>
<p><b>Warning: </b>Your browser may send speech input to be processed elsewhere!</p>
Expand Down
2 changes: 1 addition & 1 deletion ron2.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ function help() {
}

function about() {
alert("My Talking Ron v0.1.0\n\nProgrammed and designed by John Spahr\ngithub.com/johnspahr\n\nMade with <3 and vanilla JS!");
alert("My Talking Ron v0.1.1\n\nProgrammed and designed by John Spahr\ngithub.com/johnspahr\n\nMade with <3 and vanilla JS!");
}
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ main {
border: 2px solid #000;
background-color: #fefefe;
text-align: center;
width: 400px;
min-width: 300px;
max-width: 500px;
position: absolute;
left: 0;
right: 0;
Expand Down

0 comments on commit ba554b2

Please sign in to comment.