Update templates/index.html
Browse files- templates/index.html +2 -67
templates/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
<title>Biryani Hub - Register & Login</title>
|
| 7 |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
|
| 8 |
<style>
|
| 9 |
-
|
| 10 |
font-family: 'Roboto', sans-serif;
|
| 11 |
background: linear-gradient(135deg, #f4c542, #ff8f6a);
|
| 12 |
margin: 0;
|
|
@@ -20,7 +20,7 @@
|
|
| 20 |
background-color: #fff;
|
| 21 |
padding: 40px 50px;
|
| 22 |
border-radius: 10px;
|
| 23 |
-
width:
|
| 24 |
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
| 25 |
}
|
| 26 |
h1 {
|
|
@@ -59,71 +59,6 @@
|
|
| 59 |
color: gray;
|
| 60 |
margin-top: 10px;
|
| 61 |
}
|
| 62 |
-
.confirm-button, .switch-button {
|
| 63 |
-
padding: 10px 20px;
|
| 64 |
-
background-color: #ff6a00;
|
| 65 |
-
color: white;
|
| 66 |
-
border: none;
|
| 67 |
-
border-radius: 5px;
|
| 68 |
-
cursor: pointer;
|
| 69 |
-
margin-top: 10px;
|
| 70 |
-
}
|
| 71 |
-
.confirm-button:hover, .switch-button:hover {
|
| 72 |
-
background-color: #e65e00;
|
| 73 |
-
}
|
| 74 |
-
body {
|
| 75 |
-
font-family: 'Roboto', sans-serif;
|
| 76 |
-
background: linear-gradient(135deg, #f4c542, #ff8f6a);
|
| 77 |
-
margin: 0;
|
| 78 |
-
display: flex;
|
| 79 |
-
justify-content: center;
|
| 80 |
-
align-items: center;
|
| 81 |
-
height: 100vh;
|
| 82 |
-
text-align: center;
|
| 83 |
-
}
|
| 84 |
-
.container {
|
| 85 |
-
background-color: #87ceeb;
|
| 86 |
-
padding: 40px 50px;
|
| 87 |
-
border-radius: 10px;
|
| 88 |
-
width: 400px;
|
| 89 |
-
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
| 90 |
-
}
|
| 91 |
-
h1 {
|
| 92 |
-
font-size: 30px;
|
| 93 |
-
font-weight: bold;
|
| 94 |
-
color: #ff6a00;
|
| 95 |
-
}
|
| 96 |
-
label {
|
| 97 |
-
font-size: 16px;
|
| 98 |
-
margin-top: 20px;
|
| 99 |
-
display: block;
|
| 100 |
-
text-align: left;
|
| 101 |
-
font-weight: bold;
|
| 102 |
-
}
|
| 103 |
-
input[type="text"], input[type="tel"] {
|
| 104 |
-
width: 100%;
|
| 105 |
-
padding: 12px;
|
| 106 |
-
font-size: 16px;
|
| 107 |
-
border: 2px solid #ccc;
|
| 108 |
-
border-radius: 8px;
|
| 109 |
-
margin-top: 8px;
|
| 110 |
-
box-sizing: border-box;
|
| 111 |
-
}
|
| 112 |
-
input:focus {
|
| 113 |
-
border-color: #ff6a00;
|
| 114 |
-
outline: none;
|
| 115 |
-
}
|
| 116 |
-
.info {
|
| 117 |
-
margin-top: 20px;
|
| 118 |
-
font-size: 16px;
|
| 119 |
-
color: #ff6a00;
|
| 120 |
-
font-weight: bold;
|
| 121 |
-
}
|
| 122 |
-
.status {
|
| 123 |
-
font-size: 14px;
|
| 124 |
-
color: gray;
|
| 125 |
-
margin-top: 20px;
|
| 126 |
-
}
|
| 127 |
</style>
|
| 128 |
</head>
|
| 129 |
<body>
|
|
|
|
| 6 |
<title>Biryani Hub - Register & Login</title>
|
| 7 |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap" rel="stylesheet">
|
| 8 |
<style>
|
| 9 |
+
body {
|
| 10 |
font-family: 'Roboto', sans-serif;
|
| 11 |
background: linear-gradient(135deg, #f4c542, #ff8f6a);
|
| 12 |
margin: 0;
|
|
|
|
| 20 |
background-color: #fff;
|
| 21 |
padding: 40px 50px;
|
| 22 |
border-radius: 10px;
|
| 23 |
+
width: 400px;
|
| 24 |
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
|
| 25 |
}
|
| 26 |
h1 {
|
|
|
|
| 59 |
color: gray;
|
| 60 |
margin-top: 10px;
|
| 61 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
</style>
|
| 63 |
</head>
|
| 64 |
<body>
|