From 3f7d7e04a6fdcf95b7e6f85fa9f2f9bea7d94a1e Mon Sep 17 00:00:00 2001
From: r2-witter <randa2.witter@live.uwe.ac.uk>
Date: Wed, 29 Apr 2020 19:42:01 +0100
Subject: [PATCH] final draft 29/04/2020

---
 About.html       | 5 ++++-
 AboutArab.html   | 4 +++-
 Booking.html     | 2 +-
 BookingArab.html | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/About.html b/About.html
index 07805f8..a66a48e 100644
--- a/About.html
+++ b/About.html
@@ -39,8 +39,11 @@
           <section class="infopage">
             <h2 class="heading">About Ability Sports Bristol</h2>
             <p class = "info">
+                Ability Sports offers weekly Sports which include a wide range of sports.
                 Every Saturaday 12:00-14:30 we provide sporting activites for young
-                people with additional needs at Ability Sports Bristol.
+                people with additional needs at Ability Sports Bristol. The oragnisation
+                is ran by the BAME community in St. Pauls providing support to young people
+                that face difficulites in everyday life. 
             </p>
 
             <!--The image is searched from the folder and inputted onto the page-->
diff --git a/AboutArab.html b/AboutArab.html
index 03de484..4241245 100644
--- a/AboutArab.html
+++ b/AboutArab.html
@@ -39,7 +39,9 @@
           <section class="infopage">
             <h2 class="heading">حول القدرة الرياضية بريستول</h2>
             <p class = "info">
-                كل يوم سبت من الساعة 12:00 إلى 14:30 نوفر أنشطة رياضية للشباب ذوي الاحتياجات الإضافية في Ability Sports Bristol.
+              تقدم القدرة الرياضية الرياضة الأسبوعية التي تشمل مجموعة واسعة من الألعاب الرياضية.
+              كل يوم سبت من الساعة 12:00 إلى 14:30 نوفر أنشطة رياضية للشباب ذوي الاحتياجات الإضافية في Ability Sports Bristol.
+              يدير المنظمة مجتمع BAME في سانت بولز لتقديم الدعم للشباب الذين واجهوا صعوبات في الحياة اليومية.
             </p>
 
             <!--The image is searched from the folder and inputted onto the page-->
diff --git a/Booking.html b/Booking.html
index e2f006f..a83d40f 100644
--- a/Booking.html
+++ b/Booking.html
@@ -52,7 +52,7 @@
               <input type="text" id="lname" name="lname" required><br><br>
 
               <label for="DOB">Date of Birth</label><br>
-              <input type="date" id="DOB" name="DOB" placeholder="(DD/MM/YYYY)" required><br>
+              <input type="text" id="DOB" name="DOB" placeholder="(DD/MM/YYYY)" required><br>
 
               <label for="disability">Disability:</label><br>
               <input type="text" id="disability" name="disability" required><br><br>
diff --git a/BookingArab.html b/BookingArab.html
index d2226c0..2fd0e7c 100644
--- a/BookingArab.html
+++ b/BookingArab.html
@@ -52,7 +52,7 @@
               <input type="text" id="lname" name="lname" required><br><br>
 
               <label for="DOB">تاريخ الولادة</label><br>
-              <input type="date" id="DOB" name="DOB" placeholder="(يوم / شهر / سنة)" required><br>
+              <input type="text" id="DOB" name="DOB" placeholder="(يوم / شهر / سنة)" required><br>
 
               <label for="disability">عجز:</label><br>
               <input type="text" id="disability" name="disability" required><br><br>
-- 
GitLab