diff --git a/README.md b/README.md index d553af93..b2bf10ec 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,18 @@ ## Team Name -Name +Renegades # Team Member -Member 1 Github Link +Abhinav KP https://github.com/rxzjerry -MEmber 2 Github Link +Janbaas Jamal K k https://github.com/Penquinz01 ## Idea -Breif Idea in two three sentences +Hostel Fee Payment portal ## Features -1. +1. Hostel fee portal for all hostels around Cet including MH and LH ## Link to product walkthrough [link to video](Link Here) @@ -29,7 +29,9 @@ Library Name - Version Instructions for setting up project ## How to Run -Instructions for running +Login function isnt working properly +click on registration adn fill in the details and click on registration again and fill in the rest of the details, +now an option to pay or request the fee of hostel will be shown depending on wheather you are owner of an hostel or student ## How to contribute ? Features to implement diff --git a/Registration_s.html b/Registration_s.html new file mode 100644 index 00000000..d66c1f1c --- /dev/null +++ b/Registration_s.html @@ -0,0 +1,88 @@ + + + + + + User Registration + + + + + + + + +
+

User Registration

+
+
+
+
+ +
+ + diff --git a/Renegades b/Renegades new file mode 160000 index 00000000..4e6b2b3f --- /dev/null +++ b/Renegades @@ -0,0 +1 @@ +Subproject commit 4e6b2b3f36a13027f8d561df86e77be0edeedac9 diff --git a/Sep152017132952(1).png b/Sep152017132952(1).png new file mode 100644 index 00000000..03891b93 Binary files /dev/null and b/Sep152017132952(1).png differ diff --git a/common.css b/common.css new file mode 100644 index 00000000..5093344f --- /dev/null +++ b/common.css @@ -0,0 +1,54 @@ +header{ + background-color: rgba(68, 142, 228,2); + height:100px; + text-align: center; + padding: 1% 0 0 0; + position:relative; +} +body{ + padding : 0; + margin :0; +} +.logo{ + align-items: right; + position:absolute; + right:0; + height:118px; + width:118px; + top:0; + +} + +a{ + border-width: 2px; + border-style:solid; + background-color: rgb(255, 255, 255); + border-color: black; + margin: 10px; + size: 20px; + height: 20px; + width: 50px; + text-decoration: none; + border-radius: 5px; + padding: 7px; + text-align:center; + color: black; +} +a:hover{ + background-color: rgb(207, 207, 207); + text-decoration: none; +} +#nav{ + background-color: white; +} +.ass{ + align: center; + width: 50%; + align-content: center; + margin: auto; + text-align: center; +} +footer{ + text-align: center; + background-color: rgba(rgba(0, 0, 0, 0.772), green, blue); +} \ No newline at end of file diff --git a/login.html b/login.html new file mode 100644 index 00000000..28430f4d --- /dev/null +++ b/login.html @@ -0,0 +1,102 @@ + + + + + + Email Login + + + + + + + + + + +
+

Login with Email and Password

+
+
+ +
+ + \ No newline at end of file diff --git a/logo.jpg b/logo.jpg new file mode 100644 index 00000000..48e9fb8a Binary files /dev/null and b/logo.jpg differ diff --git a/profile.html b/profile.html new file mode 100644 index 00000000..334381d4 --- /dev/null +++ b/profile.html @@ -0,0 +1,112 @@ + + + + + + User Profile + + + + + + + + +
+

User Profile

+

Email:

+

Name:

+

Hostel Name:

+

User Type:

+

Year of Study:

+
+
+ + \ No newline at end of file diff --git a/registration2.html b/registration2.html new file mode 100644 index 00000000..c308f937 --- /dev/null +++ b/registration2.html @@ -0,0 +1,116 @@ + + + + + + User Registration (Page 2) + + + + + + + + + + +
+

User Registration (Page 2)

+
+
+
+
+
+ +
+ + + + \ No newline at end of file diff --git a/success.html b/success.html new file mode 100644 index 00000000..7a214d92 --- /dev/null +++ b/success.html @@ -0,0 +1,33 @@ + + + + + + Payment Success + + + +
+

Payment Successful!

+

Thank you for your payment.

+
+ + \ No newline at end of file diff --git a/welcome.html b/welcome.html new file mode 100644 index 00000000..304a4d5b --- /dev/null +++ b/welcome.html @@ -0,0 +1,26 @@ + + + Welcome + + + + +
+

CET Hostel Payment Portal

+ +
+ + college image +
+

Welcome to the CET Hostel Fee Payment Portal.


+

The one site to all your hopstel related fee payment needs.

+

Login or Register to access your Dues.

+
+ Login + Signup +
+ + + \ No newline at end of file