From 1a7f7c62e7d9ff0df41b0731bcca9d054a6b2439 Mon Sep 17 00:00:00 2001 From: sannidhi-s-shetty Date: Sun, 8 Oct 2023 22:54:40 +0530 Subject: [PATCH 1/3] added styling to contact us page --- pages/contact.tsx | 171 +++++++++++++++++++++------------------------- 1 file changed, 79 insertions(+), 92 deletions(-) diff --git a/pages/contact.tsx b/pages/contact.tsx index a6ad296..50a82f8 100644 --- a/pages/contact.tsx +++ b/pages/contact.tsx @@ -1,100 +1,87 @@ import React from "react"; - +import { PhoneIcon } from "@heroicons/react/solid"; function contact() { return ( <> -
-
- - - - - - - - - - - - - - - - - - - - - -
Name - Contact Number -
- Dr. Abhilash Krishna D G - - +91 7989341864 -
- Dr. Parth Sarathi Panigrahy - - +91 8847834371 -
- Dr. Pandry Narendra Rao - - +91 9885414398 -
- Dr. Vandana Jha{" "} - - +91 8969977560 -
-
-
- {/*

- Contact Us -

-

- Any Doubts pertaining to the CSITSS -

-
-
- - -
-
- - +
+
+
+ contact +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+ Name + + Contact Number +
+ Dr. Abhilash Krishna D G + +
+ + +91 7989341864 +
+
+ Dr. Parth Sarathi Panigrahy + +
+ + +91 8847834371 +
+
+ Dr. Pandry Narendra Rao + +
+ + +91 9885414398 +
+
+ Dr. Vandana Jha{" "} + +
+ + +91 8969977560 +
+
+
+
+

+ For any queires, please mail us at +
+ + csitss@rvce.edu.in + +

+
- - -

- Your email will be not shared with anyone. -

*/} -

- For any queires, please mail us at -
- - csitss@rvce.edu.in - -

+
From 068b2a4af7ac2a54655ad43fd42fdba94e02be90 Mon Sep 17 00:00:00 2001 From: Mayur S Chittaragi Date: Mon, 9 Oct 2023 09:26:25 +0530 Subject: [PATCH 2/3] line break --- pages/contact.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/contact.tsx b/pages/contact.tsx index 50a82f8..0441403 100644 --- a/pages/contact.tsx +++ b/pages/contact.tsx @@ -3,6 +3,7 @@ import { PhoneIcon } from "@heroicons/react/solid"; function contact() { return ( <> +
From 00fe514113191de75f4205b3d59ed2171a4b712e Mon Sep 17 00:00:00 2001 From: Mayur S Chittaragi Date: Mon, 9 Oct 2023 09:29:39 +0530 Subject: [PATCH 3/3] Timeline update --- components/TimeLine.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/TimeLine.tsx b/components/TimeLine.tsx index cd86250..e0664c9 100644 --- a/components/TimeLine.tsx +++ b/components/TimeLine.tsx @@ -43,7 +43,7 @@ export default function CustomTimeLine() {

Important Dates

- + {data.map((item, index) => (