From 8cb61095dc1976d1e2e4309f1a201bcb381ec640 Mon Sep 17 00:00:00 2001 From: Sejalitgithub <2021.sejal.maurya@ves.ac.in> Date: Mon, 14 Oct 2024 20:55:28 +0530 Subject: [PATCH] contactus page added --- contact.html | 105 ++++++++++++++++++++++ main-page.html | 7 +- resources/css/contact.css | 180 +++++++++++++++++++++++++++++++++++++ resources/css/footer.css | 4 +- resources/css/nav.css | 183 +++++++++++++++++--------------------- 5 files changed, 375 insertions(+), 104 deletions(-) create mode 100644 contact.html create mode 100644 resources/css/contact.css diff --git a/contact.html b/contact.html new file mode 100644 index 0000000..143645b --- /dev/null +++ b/contact.html @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + Contact Us + + + + + + + + + +
+

Contact Us

+
+ + + + + + + + + + +
+ + + + + +
+ + + + + + diff --git a/main-page.html b/main-page.html index f35a7d3..38104f2 100644 --- a/main-page.html +++ b/main-page.html @@ -24,7 +24,10 @@