From afa2d2d3069dfcd0e0e5412e8c3bc0fbd1090236 Mon Sep 17 00:00:00 2001 From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de> Date: Thu, 29 Oct 2020 19:05:19 +0100 Subject: [PATCH] changed email for contact person everywhere. --- public/index.html | 4 ++-- public/kontakt.html | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 3801a9a..a15e364 100644 --- a/public/index.html +++ b/public/index.html @@ -90,7 +90,7 @@ <h2>Estimated Reading Time: <span id="reading-time-element"></span> min</h2> </div> <div> - Send your feedback on: ybehira@yahoo.com + Send your feedback on: behira.younes@univ-oran2.dz <button onclick="showFeedbackForm()">Feedback</button> </div> </div> @@ -101,7 +101,7 @@ <h3>Feedback Form</h3> </div> <div> - <form action="mailto:ybehira@yahoo.com" method="GET" target="_blank"> + <form action="mailto:behira.younes@univ-oran2.dz" method="GET" target="_blank"> <div class="field"> <div> <label class="label" for="subject">Email Subject</label> diff --git a/public/kontakt.html b/public/kontakt.html index 31b0c9b..3a23a60 100644 --- a/public/kontakt.html +++ b/public/kontakt.html @@ -24,10 +24,11 @@ </div> <div class="text"> <p> - Behira Younes + Mr. Younes Behira </p> <p> - If you have any questions about the project, please contact <a href="mailto:ybehira@yahoo.com">ybehira@yahoo.com</a> + If you have any questions about the project, please contact <a + href="mailto:behira.younes@univ-oran2.dz">behira.younes@univ-oran2.dz</a> </p> </div> </div> -- GitLab