|
25 | 25 | <div class="main">
|
26 | 26 | <img src="final.jpg" alt="logo" class="bg">
|
27 | 27 | <br>
|
| 28 | +<h1> LOGIN</h1> |
| 29 | +<form action="index.php" method="post"> |
| 30 | + <!-- <label>Registration Number</label> --> |
| 31 | +<input type="text" name="regno" id="unq" placeholder="Enter your registration no" required> |
| 32 | +<!-- <label>Password</label> --> |
| 33 | +<input type="password" name="password" id="password" placeholder="Enter your password" required> |
| 34 | +<button class="btn">Submit</button> |
| 35 | +</form> |
| 36 | +<p class="reg"><b>If you haven't registered yet .Sign in!</b></p> |
| 37 | +<h1>SIGN IN</h1> |
| 38 | + <form action="index.php" method="post"> |
| 39 | + <!-- <label >Name</label> --> |
| 40 | + <input type="text" name="name" id="name" placeholder="Enter your full name"required> |
| 41 | + <!-- <label >Registration no</label> --> |
| 42 | + <input type="text" name="regno" id="regno" required placeholder="Enter registration number" > |
| 43 | + <!-- <label>Gender :</label> --> |
| 44 | + <input type="text" name="genger" id="gender" required placeholder="Enter your gender" > |
| 45 | + |
| 46 | + <!-- <label>Phone no.</label> --> |
| 47 | + |
| 48 | + <input type="phone" name="phone" id="phone" required placeholder="Enter your phone number"> |
| 49 | + <!-- <label>Unique Id</label> --> |
| 50 | + <input type="text" name="uniqueid" id="unq" required placeholder="Create a unique id" > |
| 51 | + <!-- <label>Password</label> --> |
| 52 | + <input type="password" name="password" id="password" required placeholder="Create a password"> |
| 53 | + <!-- <label>Confirm Password</label> --> |
| 54 | + <input type="password" name="conpassword" id="conpassword" required placeholder="Confirm password" > |
| 55 | + <button class="btn">Submit</button> |
| 56 | + </form> |
| 57 | + </div> |
| 58 | + <div class="page2"> |
| 59 | + <h2 class="abt"><u>About Us</u></h2> |
| 60 | + <h2 class="what1">What is Cude?</h2><br> |
| 61 | + <p class="what">CUDE stands for Close YOUR Daily Entry. Closing your daily entry is a crucial part in the life of a hosteller. |
| 62 | + Cude can make this task easier. A more systematic and appropriate way of completing this task is now introduced by the team Came Changers. |
| 63 | + </p> |
| 64 | + <br> |
| 65 | + <h2 class="what1">How it works?</h2> |
| 66 | +<br> |
| 67 | +<p class="what">The user must sign in first in order to save the data.They can login afterwards. Our system will autosave the time and makes the |
| 68 | + process faster. |
| 69 | +</p> |
| 70 | +</div> |
| 71 | + |
| 72 | +<div class="page3"> |
| 73 | + <div class="contact"> |
| 74 | + <u>Contact Us</u><br> |
| 75 | + Came Changers</div> |
| 76 | + <div class ="h">Devjam Team,MNNIT ALLHABAD |
| 77 | + <br>Telephone No:91-7893962931,8668296399<br> |
| 78 | + |
| 79 | +<br>Refer |
| 80 | + </div> |
| 81 | + <div class="org1"> |
| 82 | + <h4>Team Members</h4><br> |
| 83 | + |
| 84 | + Meenu <br> |
| 85 | + Btech(CSE) <br> |
| 86 | + Telephone no:6947300799 <br> |
| 87 | +<a href=""> GitHub: </a> |
| 88 | +</div> |
| 89 | +<div class="org2"> |
| 90 | + |
| 91 | + Meenakshi Gupta <br> |
| 92 | + Btech(CSE) <br> |
| 93 | + Telephone no:6947300799 <br> |
| 94 | +<a href=" [email protected]"> GitHub: </a> |
| 95 | +</div> |
| 96 | +<div class="org3"> |
| 97 | + Lakshya Puripanda <br> |
| 98 | + Btech(CSE) <br> |
| 99 | + Telephone no:6947300799 <br> |
| 100 | +<a href="">GitHub: </a> |
| 101 | +</div> |
| 102 | +<div class="org4"> |
| 103 | + Kamalika <br> |
| 104 | + Btech(CSE) <br> |
| 105 | + Telephone no:6947300799 <br> |
| 106 | +<a href=""> GitHub: </a> |
| 107 | +</div> |
| 108 | +</div> |
| 109 | + |
28 | 110 | </body>
|
29 | 111 | </html>
|
0 commit comments