-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignup.html
179 lines (164 loc) · 8.57 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>coder's community</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.0.2/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css'>
<link rel="stylesheet" href="signup.css">
</head>
<body>
<!-- partial:index.partial.html -->
<footer class="footer mt-auto">
<div class="floating" style="top:100px;left:8%">
<svg height="100" width="100" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#F7DC6F"
d="M49.5,-12.5C59.2,13.6,58.6,46.7,40.7,60.8C22.8,75,-12.3,70.1,-31.6,53.7C-50.8,37.3,-54.2,9.3,-46.3,-14.5C-38.4,-38.2,-19.2,-57.7,0.4,-57.9C19.9,-58,39.9,-38.7,49.5,-12.5Z"
transform="translate(100 100)" />
</svg>
</div>
<div class="floating" style="top:100px;left:88%">
<svg height="100" width="100" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path fill="#AED6F1"
d="M70.6,-21.5C80.2,6.6,69,43,45.5,59.2C22.1,75.5,-13.5,71.6,-38.1,53.5C-62.6,35.4,-76,3.2,-67.8,-23C-59.6,-49.2,-29.8,-69.3,0.4,-69.4C30.5,-69.5,61,-49.6,70.6,-21.5Z"
transform="translate(100 100)" />
</svg>
</div>
<div class="floating" style="top:400px;left:85%">
<svg height="100" width="100" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" id="blobSvg">
<path id="blob"
d="M398.5,320Q331,390,253,385.5Q175,381,110,315.5Q45,250,86,143.5Q127,37,249,38.5Q371,40,418.5,145Q466,250,398.5,320Z"
fill="#fd79a8"></path>
</svg>
</div>
<div class="floating" style="top:350px;left:4%">
<svg height="100" width="100" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" id="blobSvg">
<path id="blob"
d="M417,332Q345,414,251.5,411.5Q158,409,92.5,329.5Q27,250,92,170Q157,90,260.5,71Q364,52,426.5,151Q489,250,417,332Z"
fill="#00cec9"></path>
</svg>
</div>
<div class="floating" style="top:480px;left:3%">
<svg id="sw-js-blob-svg" viewBox="0 0 100 100" height="100" width="100" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sw-gradient" x1="0" x2="1" y1="1" y2="0">
<stop id="stop1" stop-color="rgba(33, 147, 176, 1)" offset="0%"></stop>
<stop id="stop2" stop-color="rgba(109, 213, 237, 1)" offset="100%"></stop>
</linearGradient>
</defs>
<path fill="url(#sw-gradient)"
d="M18.8,-23.2C24.7,-17.4,30.1,-11.8,31.2,-5.5C32.2,0.8,29,7.8,25.4,15.3C21.9,22.8,18,30.7,11.2,34.9C4.5,39.1,-5,39.6,-13.5,36.7C-22,33.8,-29.4,27.5,-34.5,19.5C-39.6,11.5,-42.3,1.8,-40.3,-6.7C-38.3,-15.1,-31.5,-22.3,-24,-27.7C-16.5,-33.1,-8.2,-36.9,-0.9,-35.8C6.4,-34.7,12.9,-28.9,18.8,-23.2Z"
width="100%" height="100%" transform="translate(50 50)" stroke-width="0"
style="transition: all 0.3s ease 0s;"></path>
</svg>
</div>
<div class="container">
<div class="window">
<div class="row">
<div class="heading">
<div>
<p class="slide-up"><span class="green">coder's community</span></p>
</div>
<!-- <div>
<p class="slide-up">Let the world read</p>
</div>
<div>
<p class="slide-up">Your thoughts.</p>
</div> -->
</div>
</div>
<div class="row">
<div class="email">
<div class="email-inner">
<input oninput="handleInput(event)" type="text" class="search-input"
placeholder="Username" />
<button id="footermailsend" class="search-button" disabled>
<i class="ai-send" style="color: grey;"></i>
</button>
</div>
</div>
</div>
<div class="row">
<div class="email">
<div class="email-inner">
<input oninput="handleInput(event)" type="password" class="search-input"
placeholder="Password" />
<button id="footermailsend" class="search-button" disabled>
<i class="ai-send" style="color: grey;"></i>
</button>
</div>
</div>
</div>
<div class="row">
<div class="email">
<div class="email-inner">
<input oninput="handleInput(event)" type="password" class="search-input"
placeholder="Confirm Password" />
<button id="footermailsend" class="search-button" disabled>
<i class="ai-send" style="color: grey;"></i>
</button>
</div>
</div>
</div>
<div class="row">
<div class="email">
<div class="email-inner">
<input oninput="handleInput(event)" type="email" class="search-input"
placeholder="Email" />
<button id="footermailsend" class="search-button" disabled>
<i class="ai-send" style="color: grey;"></i>
</button>
</div>
</div>
</div>
<div class="row">
<button class="log-in-btn">
Log In
</button>
</div>
<div class="row footer-links-top text-border" style="width:50%">
<div class="col-sm text-center" style="margin:auto;">
<a href="/privacy-policy" class="footer-links">Privacy Policy</a>
</div>
<div class="col-sm text-center devider" style="margin:auto;">
<a href="terms-conditions" class="footer-links">Terms & Conditions</a>
</div>
<div class="col-sm text-center devider" style="margin:auto;">
<a href="login.html" class="footer-links">Log In</a>
</div>
</div>
<div class="row" style="margin-top:30px">
<div class="social-btns">
<a class="btn facebook" href="#"><i class="bi bi-facebook"></i></a>
<a class="btn twitter" href="https://twitter.com/MailFrame" target="_blank"><i
class="bi bi-twitter"></i></a>
<a class="btn instagram" href="https://www.instagram.com/mailframe/" target="_blank"><i
class="bi bi-instagram"></i></a>
<a class="btn dribbble" href="#"><i class="bi bi-dribbble"></i></a>
<a class="btn linkedin" href="#"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</div>
<div class="row border-top text-center">
<div class="underline">
<p>© 2024
<a href="home.html" style="text-decoration: none;color: aliceblue;"> BlogWeb
<!-- <span id="t">T</span>
<span id='y'>y</span>
<span id='c'>c</span>
<span id='h'>h</span>
<span id='o'>o</span> -->
</a>
</div>
</p>
</div>
</div>
</footer>
<!-- partial -->
<script src='https://code.jquery.com/jquery-3.2.1.js'></script>
<script src='https://unpkg.com/akar-icons-fonts'></script>
<script src="signup.js"></script>
</body>
</html>