-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
145 lines (144 loc) · 5.44 KB
/
signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<html>
<head>
<title>Sign Up</title>
<style>
.main {
background-color: #d9d9d9;
padding: 10px;
margin: 50px auto;
width: 350px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif;
}
form {
display: flex;
flex-direction: column;
font-size: 16px;
gap: 16px;
justify-content: center;
align-items: center;
}
input {
width: 300px;
/* height: 30px; */
font-size: 16px;
background-color: white;
padding: 10px;
}
h1 {
font-family: "Bree Serif", serif;
color: green;
margin: 0px;
text-align: center;
}
p {
font-family: "Lily Script One", system-ui;
color: white;
margin-top: 0px;
text-align: center;
}
form div{
display: flex;
flex-direction: column;
gap: 3px;
}
input[type=submit]{
background-color: #009C00;
font-size: 20px;
font-family: "Bree Serif", serif;
color: white;
}
.i{
width: 50px;
height: 45px;
background-color: white;
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
cursor: pointer;
}
.i:hover{
transform: scale(1.1);
box-shadow: 2px 2px 2px green;
}
.icon{
display: flex;
flex-direction: row;
gap: 50px;
}
</style>
<link
rel="apple-touch-icon"
sizes="180x180"
href="static/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="static/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="static/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="static/favicon/site.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lily+Script+One&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&family=Bree+Serif&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="main">
<h1>Welcome!</h1>
<p>Your <span style="color: green;">fundraising</span> journey starts from here!</p>
<form action="./register" method="post">
<div>
<label for="">Full Name</label>
<input
type="text"
name="fname"
placeholder="Enter your full name "
/>
</div>
<div>
<label for="">E-mail</label>
<input type="email" name="username" placeholder="Enter your email" />
</div>
<div>
<label for="">Create Password</label>
<input type="text" name="password" placeholder="Enter password " />
</div>
<input type="submit" value="Create Account" />
<span>or continue with</span>
<div class="icon">
<div class="i">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="30" height="30" viewBox="0 0 48 48">
<path fill="#FFC107" d="M43.611,20.083H42V20H24v8h11.303c-1.649,4.657-6.08,8-11.303,8c-6.627,0-12-5.373-12-12c0-6.627,5.373-12,12-12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C12.955,4,4,12.955,4,24c0,11.045,8.955,20,20,20c11.045,0,20-8.955,20-20C44,22.659,43.862,21.35,43.611,20.083z"></path><path fill="#FF3D00" d="M6.306,14.691l6.571,4.819C14.655,15.108,18.961,12,24,12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C16.318,4,9.656,8.337,6.306,14.691z"></path><path fill="#4CAF50" d="M24,44c5.166,0,9.86-1.977,13.409-5.192l-6.19-5.238C29.211,35.091,26.715,36,24,36c-5.202,0-9.619-3.317-11.283-7.946l-6.522,5.025C9.505,39.556,16.227,44,24,44z"></path><path fill="#1976D2" d="M43.611,20.083H42V20H24v8h11.303c-0.792,2.237-2.231,4.166-4.087,5.571c0.001-0.001,0.002-0.001,0.003-0.002l6.19,5.238C36.971,39.205,44,34,44,24C44,22.659,43.862,21.35,43.611,20.083z"></path>
</svg>
</div>
<div class="i">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="30" height="30" viewBox="0 0 48 48">
<linearGradient id="Ld6sqrtcxMyckEl6xeDdMa_uLWV5A9vXIPu_gr1" x1="9.993" x2="40.615" y1="9.993" y2="40.615" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#2aa4f4"></stop><stop offset="1" stop-color="#007ad9"></stop></linearGradient><path fill="url(#Ld6sqrtcxMyckEl6xeDdMa_uLWV5A9vXIPu_gr1)" d="M24,4C12.954,4,4,12.954,4,24s8.954,20,20,20s20-8.954,20-20S35.046,4,24,4z"></path><path fill="#fff" d="M26.707,29.301h5.176l0.813-5.258h-5.989v-2.874c0-2.184,0.714-4.121,2.757-4.121h3.283V12.46 c-0.577-0.078-1.797-0.248-4.102-0.248c-4.814,0-7.636,2.542-7.636,8.334v3.498H16.06v5.258h4.948v14.452 C21.988,43.9,22.981,44,24,44c0.921,0,1.82-0.084,2.707-0.204V29.301z"></path>
</svg>
</div>
</div>
<span>Already have an account? <button>Log In</button> </span>
</form>
</div>
</body>
</html>