From e3a0c8ae77f5e219c70b5937f25664023c5e4440 Mon Sep 17 00:00:00 2001 From: Deepak Date: Sun, 7 Oct 2018 13:08:18 +0530 Subject: [PATCH 1/4] Align in Center --- css/main.css | 9 ++++++++- index.html | 6 +++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index e866cf0..6ef39b8 100644 --- a/css/main.css +++ b/css/main.css @@ -7,4 +7,11 @@ body { main { flex: 1 0 auto; } - + +h1{ + color: white ; +} +p{ + color : white ; + text-align: center ; +} diff --git a/index.html b/index.html index d3c75ae..41ecbbf 100644 --- a/index.html +++ b/index.html @@ -19,9 +19,9 @@

Speech Recognition

Click on this button, you can ask any question, ask to open a website or search for a query

- - - +
+ +


From 69f3ab951323a1149efba2960531e7bef52fe587 Mon Sep 17 00:00:00 2001 From: Deepak Date: Sun, 7 Oct 2018 13:10:56 +0530 Subject: [PATCH 2/4] Change footer --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 41ecbbf..a0772df 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Speech Recognition

From 3d2f00c938d644d7c5358cc8e467ba84f117d32a Mon Sep 17 00:00:00 2001 From: Adeen Shukla Date: Fri, 12 Oct 2018 21:30:51 +0530 Subject: [PATCH 3/4] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a0772df..57f6575 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Speech Recognition

From 300843aa0f03f111dbb7f6dde280d4f6ae23b30b Mon Sep 17 00:00:00 2001 From: Vansh Tiwari <36481408+vansh-tiwari@users.noreply.github.com> Date: Sat, 26 Oct 2019 19:32:50 +0530 Subject: [PATCH 4/4] Documentation --- script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script.js b/script.js index 3567f56..c97ff03 100644 --- a/script.js +++ b/script.js @@ -41,6 +41,8 @@ function openSite(speech) { searchTerm(speech); } + +//Edit contactMe() function according to yourself. function contactMe() { synth.speak(new SpeechSynthesisUtterance("Sending an email to Adeen")) diagnosticPara.textContent = 'Sending an email to Adeen';