From a5a4ed3b77da8372970d26493c3a4da5c12adec2 Mon Sep 17 00:00:00 2001 From: Hamza Waheed <137566252+hmzi67@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:54:18 +0500 Subject: [PATCH] adding google site verification meta tag --- Portfolio/google4dc9d964fdfc1a8e.html | 1 + Portfolio/index.html | 8 +++++--- Portfolio/script.js | 23 +++++++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 Portfolio/google4dc9d964fdfc1a8e.html diff --git a/Portfolio/google4dc9d964fdfc1a8e.html b/Portfolio/google4dc9d964fdfc1a8e.html new file mode 100644 index 0000000..22f56c5 --- /dev/null +++ b/Portfolio/google4dc9d964fdfc1a8e.html @@ -0,0 +1 @@ +google-site-verification: google4dc9d964fdfc1a8e.html \ No newline at end of file diff --git a/Portfolio/index.html b/Portfolio/index.html index 1295bcb..9c3fddd 100644 --- a/Portfolio/index.html +++ b/Portfolio/index.html @@ -5,6 +5,7 @@ + Hamza Waheed @@ -376,10 +377,10 @@

Contact me

Message me
-
+
- +
- +
@@ -412,6 +413,7 @@

Contact me

+ \ No newline at end of file diff --git a/Portfolio/script.js b/Portfolio/script.js index 6548ae0..e9bf22f 100644 --- a/Portfolio/script.js +++ b/Portfolio/script.js @@ -71,3 +71,26 @@ $(document).ready(function () { }, }); }); + + +function sendEmail() { + + let userName = document.querySelector("userName"); + let userEmail = document.getElementById() + + + + console.log("hello " + userName); + + Email.send({ + Host : "smtp.elasticemail.com", + Username : "hamzawaheed057@gmail.com", + Password : "540080562F6AE78214EDD7F5136BAB7EB452", + To : 'codehuntspk@gmail.com', + From : "hamzawaheed057@gmail.com", + Subject : "This is the subject", + Body : "And this is the body" + }).then( + message => alert(message) + ); +} \ No newline at end of file