diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 3b41682..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1,2 +0,0 @@
-/mvnw text eol=lf
-*.cmd text eol=crlf
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 549e00a..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,33 +0,0 @@
-HELP.md
-target/
-!.mvn/wrapper/maven-wrapper.jar
-!**/src/main/**/target/
-!**/src/test/**/target/
-
-### STS ###
-.apt_generated
-.classpath
-.factorypath
-.project
-.settings
-.springBeans
-.sts4-cache
-
-### IntelliJ IDEA ###
-.idea
-*.iws
-*.iml
-*.ipr
-
-### NetBeans ###
-/nbproject/private/
-/nbbuild/
-/dist/
-/nbdist/
-/.nb-gradle/
-build/
-!**/src/main/**/build/
-!**/src/test/**/build/
-
-### VS Code ###
-.vscode/
diff --git a/.hintrc b/.hintrc
new file mode 100644
index 0000000..8cc5c90
--- /dev/null
+++ b/.hintrc
@@ -0,0 +1,15 @@
+{
+ "extends": [
+ "development"
+ ],
+ "hints": {
+ "compat-api/css": [
+ "default",
+ {
+ "ignore": [
+ "text-size-adjust"
+ ]
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
deleted file mode 100644
index d58dfb7..0000000
--- a/.mvn/wrapper/maven-wrapper.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements. See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership. The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
-# specific language governing permissions and limitations
-# under the License.
-wrapperVersion=3.3.2
-distributionType=only-script
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
diff --git a/ContactUs.php b/ContactUs.php
new file mode 100644
index 0000000..d1e4931
--- /dev/null
+++ b/ContactUs.php
@@ -0,0 +1,152 @@
+alert("Your message has been sent successfully!");';
+ } else {
+ echo '';
+ }
+}
+?>
+
+
+
+
+
+
+ Contact Us - DonateEase
+
+
+
+
+
+
+
+
+
Contact Us
+
If you have any questions, feel free to reach out to us using the form below.
+
+
+
diff --git a/Food.jpg b/Food.jpg
new file mode 100644
index 0000000..57e3d56
Binary files /dev/null and b/Food.jpg differ
diff --git a/about.php b/about.php
new file mode 100644
index 0000000..8e01b07
--- /dev/null
+++ b/about.php
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+ About Us
+
+
+
+
+
+
+
+
+
+
+
+
About Us
+
DonateEase is a platform designed to help individuals and organizations donate effortlessly. Our mission is to provide a seamless and secure way to donate to causes that matter, improving the lives of people in need.
+
+
+
+
+
+
+
Our Mission
+
Our mission is to connect people with causes that need their support the most. Through our platform, we aim to foster a community of kindness, making it easier to donate and contribute to various causes globally.
+
+
+
+
Our Vision
+
We envision a world where every person has the opportunity to give, and every cause receives the support it needs. Together, we can create a global network of givers, helping to make a real difference in the world.
+
+
+
+
+
+
Our Team
+
+
+
+
Ashok Sedhain
+
+977 9840200020
+
+
+
+
+
Diksha Rai
+
+977 9842587018
+
+
+
+
+
Jyoti Yadav
+
+977 9761782008
+
+
+
+
+
Niraj Pandit
+
+977 9842192040
+
+
+
+
+
Shristi Ghalan
+
+977 9803666391
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/admin_dashboard.php b/admin_dashboard.php
new file mode 100644
index 0000000..c0a5b2d
--- /dev/null
+++ b/admin_dashboard.php
@@ -0,0 +1,123 @@
+query("SELECT COUNT(*) AS count FROM users")->fetch_assoc()['count'];
+$total_donations = $conn->query("SELECT COUNT(*) AS count FROM material_donations")->fetch_assoc()['count'];
+$pending_donations = $conn->query("SELECT COUNT(*) AS count FROM material_donations WHERE status = 'pending'")->fetch_assoc()['count'];
+
+// Fetch users and donations
+$users = $conn->query("SELECT * FROM users ORDER BY created_at DESC");
+$donations = $conn->query("SELECT * FROM material_donations ORDER BY created_at DESC");
+?>
+
+
+
+
+
+
+ Admin Dashboard
+
+
+
+
+
+
+ Natural disasters can strike anytime, leaving devastation in their wake. Immediate and effective disaster relief efforts
+ are essential to saving lives and helping communities rebuild.
+
+
+ Our Mission:
+
+
Provide emergency supplies like food, water, and shelter to affected areas.
+
Support rebuilding efforts to restore homes and infrastructure.
+
Facilitate medical aid and healthcare services for disaster victims.
+
Offer long-term support for community resilience and preparedness.
+
+
+
+ Every donation makes a difference. Together, we can help communities recover and thrive after disasters.
+
+
+
+
+
+
+
+
+
diff --git a/donation-forn.php b/donation-forn.php
new file mode 100644
index 0000000..a3b6ea6
--- /dev/null
+++ b/donation-forn.php
@@ -0,0 +1,145 @@
+Thank you for your donation of $quantity units of $food_type.";
+ // echo "
+ Education is the foundation for a brighter future. It empowers individuals to achieve their full potential and creates opportunities for economic and social development.
+
+
+ Our Goals:
+
+
Provide access to quality education for underprivileged children.
+ Access to healthcare is a fundamental right that ensures the well-being of every individual. Together, we can make essential health services available to underserved communities.
+
+
+ Our Objectives:
+
+
Deliver medical supplies to remote and underserved regions.
+
Provide free health checkups and preventive care.
+
Support vaccination drives to combat preventable diseases.
+
Empower local healthcare workers with training and resources.
+
+
+
+ By supporting health access initiatives, you are contributing to saving lives, improving health, and building stronger communities.
+
+
+
+
+
+
+
diff --git a/healthcare.jpg b/healthcare.jpg
new file mode 100644
index 0000000..13bf786
Binary files /dev/null and b/healthcare.jpg differ
diff --git a/includes/footer.php b/includes/footer.php
new file mode 100644
index 0000000..07ea81b
--- /dev/null
+++ b/includes/footer.php
@@ -0,0 +1,9 @@
+
+
+
+