diff --git a/backend/public/download.jpg b/backend/public/download.jpg new file mode 100644 index 0000000..270e07f Binary files /dev/null and b/backend/public/download.jpg differ diff --git a/backend/public/header.jpg b/backend/public/header.jpg new file mode 100644 index 0000000..357574b Binary files /dev/null and b/backend/public/header.jpg differ diff --git a/backend/public/index.html b/backend/public/index.html index 835ccea..f584ab7 100644 --- a/backend/public/index.html +++ b/backend/public/index.html @@ -1,117 +1,122 @@ - -
- - - - - - - - - - - -
-Welcome to new RNSIT page -

-
-      

This Page is to made to help to students!🤗

- -

- - - -
-

ACKRIT CLUB


-"Information of Ackrit club
is going to
be displayed here" -
-
-

DANCE CLUB


-"Information of Dance club
is going to
be displayed here" -
-
-

IEEE CLUB


-"Information of IEEE club
is going to
be displayed here" -
-
-

Department


-"Information of Department
activities is going to
be displayed here" -
-
-

CAT CLUB


-"Information of CAT team
is going to
be displayed here" -
-
-

SPORTS CLUB


-"Information of Sports club
is going to
be displayed here" -
- -

-

-

-

-

-

-

-

-

-

-

- -
- - - - -Select the Section of department -

-    - - -

- -Enter the Batch Year -

-   



-

- -
- -
- - - -Select the courses you opt
- Data structure
-Software engineering
- ADE
- MATHS
- DSA
-
- -
- -



- -

-       


- - - - -

-

-

-

+ + + + + + + + + + + + + + + +
+

Welcome to new RNSIT page

+

+
+       

This Page is to made to help to students!🤗

+ +

+ + + +
+

ACKRIT CLUB


+ "Information of Ackrit club
is going to
be displayed here" +
+
+

DANCE CLUB


+ "Information of Dance club
is going to
be displayed here" +
+
+

IEEE CLUB


+ "Information of IEEE club
is going to
be displayed here" +
+
+

Department


+ "Information of Department
activities is going to
be displayed here" +
+
+

CAT CLUB


+ "Information of CAT team
is going to
be displayed here" +
+
+

SPORTS CLUB


+ "Information of Sports club
is going to
be displayed here" +
+ +

+

+

+

+

+

+

+

+

+

+

+ +
+ + + + + Select the Section of department +

+     + + +

+ + Enter the Batch Year +

+    



+

+ +
+ +
+ + + + Select the courses you opt
+ Data structure
+ Software engineering
+ ADE
+ MATHS
+ DSA
+
+ +
+ +



+ +

+        


+ + + + +

+

+

+







@@ -120,11 +125,12 @@



       
- -

- CLICK HERE FOR NOTES -

- Select Yes to save your details and to move in next page

+ +
+

+ CLICK HERE FOR NOTES +

+Select Yes to save your details and to move in next page

Yes:

No: @@ -139,6 +145,7 @@

+




@@ -146,67 +153,67 @@





- -



- -

-       


+ +



+ +

+        


-
-

Chairman of RNSIT

- -

Dr. R.N. SHETTY

-
+
+

Chairman of RNSIT

+ +

Dr. R.N. SHETTY

+


-

Principal of RNSIT

- -

Dr. M.K. VENKATESHA

+

Principal of RNSIT

+ +

Dr. M.K. VENKATESHA



-

Registrar of RNSIT

- -

Mr. GANAPATHI M YAJI

+

Registrar of RNSIT

+ +

Mr. GANAPATHI M YAJI



-

HOD of RNSIT CSE Dept

+

HOD of RNSIT CSE Dept

- -

Dr. Kiran P

- + +

Dr. Kiran P

+
diff --git a/backend/public/stylesheet.css b/backend/public/stylesheet.css index 402e379..47850fb 100644 --- a/backend/public/stylesheet.css +++ b/backend/public/stylesheet.css @@ -1,17 +1,28 @@ -body { - background-color: #9c9f84; +html { + width: 100%; + height: 100%; + font-family: 'Montserrat', sans-serif; + background: url(header.jpg) no-repeat center center fixed ; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; +} + body { + /*background-color: #9c9f84; margin: 0px; - height: auto; + height: auto;*/ text-align: center; font-family: Verdana; font-size: 14px; } - fieldset { + /*fieldset { background-color: #eeeeee; width: auto; height: 1750px; - } + + }*/ legend { background-color: gray; @@ -28,6 +39,9 @@ body { width: auto; border-radius: 5px; } + legend{ + font-size: 30; + } #navbar { background-color: Green; @@ -55,6 +69,7 @@ body { border-radius: 5px; } + .ackrit_club { color : white; background-color: black; @@ -294,7 +309,7 @@ body { .students { background-color: rgba(10, 161, 103, 0.589); - height: 200px; + height: 250px; padding: 20px 20px 20px 20px; text-align: left; float: left;