Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HealthTech
Online Blood And Plasma Bank
Commits
88c17839
Commit
88c17839
authored
Jul 04, 2019
by
Krishna Teja Attipatla
Browse files
Update views/reg.ejs
parent
6a75c532
Changes
1
Hide whitespace changes
Inline
Side-by-side
views/reg.ejs
View file @
88c17839
...
...
@@ -19,11 +19,11 @@ body {font-family: Arial, Helvetica, sans-serif; background-image:url("http://xi
display
:
-ms-flexbox
;
/* IE10 */
display
:
flex
;
width
:
100%
;
margin-bottom
:
1
5
px
;
margin-bottom
:
1
0
px
;
}
.icon
{
padding
:
1
0
px
;
padding
:
1
5
px
;
background
:
#2ECC71
;
color
:
white
;
min-width
:
50px
;
...
...
@@ -43,7 +43,7 @@ body {font-family: Arial, Helvetica, sans-serif; background-image:url("http://xi
/* Set a style for the submit button */
.btn
{
background-color
:
#
2ECC71
;
background-color
:
#
ff5c3a
;
color
:
white
;
padding
:
15px
20px
;
border
:
none
;
...
...
@@ -53,8 +53,9 @@ body {font-family: Arial, Helvetica, sans-serif; background-image:url("http://xi
}
.btn
:hover
{
opacity
:
1
;
opacity
:
5
;
}
</style>
</head>
...
...
@@ -70,17 +71,17 @@ body {font-family: Arial, Helvetica, sans-serif; background-image:url("http://xi
<div
class=
"row text-center"
>
<div
class=
"col-sm-6"
style=
"color:pink"
>
<h2>
Donor Register Form
</h2>
<div
class=
"input-container"
>
<div
class=
"input-container
col-sm-9
"
>
<i
class=
"fa fa-user icon"
></i>
<input
class=
"input-field"
type=
"text"
placeholder=
"Username"
name=
"dusrnm"
required
>
</div>
<div
class=
"input-container"
>
<div
class=
"input-container
col-sm-9
"
>
<i
class=
"fa fa-envelope icon"
></i>
<input
class=
"input-field"
type=
"email"
placeholder=
"Email"
name=
"demail"
required
>
</div>
<div
class=
"input-container"
required
>
<div
class=
"input-container
col-sm-9
"
required
>
<i
class=
"fa fa-map-marker icon"
></i>
<select
name=
"dlocality"
required
>
<option
value=
""
>
Select your Nearby Location
</option>
...
...
@@ -105,13 +106,13 @@ body {font-family: Arial, Helvetica, sans-serif; background-image:url("http://xi
</div>
<div
class=
"input-container"
>
<div
class=
"input-container
col-sm-9
"
>
<i
class=
"fa fa-mobile icon"
></i>
<input
class=
"input-field"
type=
"tel"
placeholder=
"Mobile Number"
name=
"DNumber"
maxlength=
"10"
required
>
</div>
<div
class=
"input-container"
required
>
<div
class=
"input-container
col-sm-9
"
required
>
<i
class=
"fa fa-plus-square icon"
></i>
<select
name=
"dbg"
required
>
...
...
@@ -128,17 +129,19 @@ body {font-family: Arial, Helvetica, sans-serif; background-image:url("http://xi
</select>
</div>
<div
class=
"input-container"
>
<div
class=
"input-container
col-sm-9
"
>
<i
class=
"fa fa-key icon"
></i>
<input
class=
"input-field"
type=
"password"
placeholder=
"Password"
name=
"dpsw"
required
>
</div>
<div
class=
"input-container"
>
<div
class=
"input-container
col-sm-9
"
>
<i
class=
"fa fa-key icon"
></i>
<input
class=
"input-field"
type=
"password"
placeholder=
" Confirm Password"
name=
"dconpsw"
required
>
</div><br>
<div
class=
"col-sm-9"
>
<a
href=
"/"
><button
type=
"submit"
class=
"btn"
>
Register
</button></a>
</div>
</form>
</div>
...
...
@@ -168,10 +171,10 @@ body {font-family: Arial, Helvetica, sans-serif; background-image:url("http://xi
<i
class=
"fa fa-key icon"
></i>
<input
class=
"input-field"
type=
"password"
placeholder=
"confirm Password"
name=
"rconpsw"
required
>
</div>
<br>
<div
class=
"col-sm-9"
>
<a
href=
"/"
><button
type=
"submit"
class=
"btn"
>
Register
</button></a>
</div>
</form>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment