-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathregistration_form.html
More file actions
191 lines (189 loc) · 12.5 KB
/
registration_form.html
File metadata and controls
191 lines (189 loc) · 12.5 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="" />
<link
rel="stylesheet"
as="style"
onload="this.rel='stylesheet'"
href="https://fonts.googleapis.com/css2?display=swap&family=Noto+Sans%3Awght%40400%3B500%3B700%3B900&family=Space+Grotesk%3Awght%40400%3B500%3B700"
/>
<title>Stitch Design</title>
<link rel="icon" type="image/x-icon" href="data:image/x-icon;base64," />
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
</head>
<body>
<div class="relative flex size-full min-h-screen flex-col bg-[#111b22] dark group/design-root overflow-x-hidden" style='font-family: "Space Grotesk", "Noto Sans", sans-serif;'>
<div class="layout-container flex h-full grow flex-col">
<header class="flex items-center justify-between whitespace-nowrap border-b border-solid border-b-[#243947] px-10 py-3">
<div class="flex items-center gap-4 text-white">
<div class="size-4">
<svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 4H17.3334V17.3334H30.6666V30.6666H44V44H4V4Z" fill="currentColor"></path></svg>
</div>
<h2 class="text-white text-lg font-bold leading-tight tracking-[-0.015em]">InnovateHub</h2>
</div>
<div class="flex flex-1 justify-end gap-8">
<div class="flex items-center gap-9">
<a class="text-white text-sm font-medium leading-normal" href="#">Home</a>
<a class="text-white text-sm font-medium leading-normal" href="#">Events</a>
<a class="text-white text-sm font-medium leading-normal" href="#">About</a>
<a class="text-white text-sm font-medium leading-normal" href="#">Contact</a>
</div>
<button
class="flex min-w-[84px] max-w-[480px] cursor-pointer items-center justify-center overflow-hidden rounded-xl h-10 px-4 bg-[#1993e5] text-white text-sm font-bold leading-normal tracking-[0.015em]"
>
<span class="truncate">Register</span>
</button>
</div>
</header>
<div class="px-40 flex flex-1 justify-center py-5">
<div class="layout-content-container flex flex-col w-[512px] max-w-[512px] py-5 max-w-[960px] flex-1">
<h2 class="text-white tracking-light text-[28px] font-bold leading-tight px-4 text-center pb-3 pt-5">Hackathon Team Registration</h2>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Team Name</p>
<input
placeholder="Enter your team name"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<h3 class="text-white text-lg font-bold leading-tight tracking-[-0.015em] px-4 pb-2 pt-4">Team Leader Information</h3>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Name</p>
<input
placeholder="Enter team leader's name"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Email</p>
<input
placeholder="Enter team leader's email"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Phone</p>
<input
placeholder="Enter team leader's phone"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">College</p>
<input
placeholder="Enter team leader's college"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<h3 class="text-white text-lg font-bold leading-tight tracking-[-0.015em] px-4 pb-2 pt-4">Team Members</h3>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Member 1 Name</p>
<input
placeholder="Enter member's name"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Member 1 Email</p>
<input
placeholder="Enter member's email"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Member 2 Name</p>
<input
placeholder="Enter member's name"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Member 2 Email</p>
<input
placeholder="Enter member's email"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Member 3 Name</p>
<input
placeholder="Enter member's name"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Member 3 Email</p>
<input
placeholder="Enter member's email"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<h3 class="text-white text-lg font-bold leading-tight tracking-[-0.015em] px-4 pb-2 pt-4">Project Information</h3>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Project Title</p>
<input
placeholder="Enter your project title"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Project Description</p>
<textarea
placeholder="Describe your project"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] min-h-36 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
></textarea>
</label>
</div>
<div class="flex max-w-[480px] flex-wrap items-end gap-4 px-4 py-3">
<label class="flex flex-col min-w-40 flex-1">
<p class="text-white text-base font-medium leading-normal pb-2">Technology Stack</p>
<input
placeholder="List the technologies used"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-white focus:outline-0 focus:ring-0 border border-[#345165] bg-[#1a2932] focus:border-[#345165] h-14 placeholder:text-[#93b3c8] p-[15px] text-base font-normal leading-normal"
value=""
/>
</label>
</div>
<div class="flex px-4 py-3 justify-center">
<button
class="flex min-w-[84px] max-w-[480px] cursor-pointer items-center justify-center overflow-hidden rounded-xl h-10 px-4 bg-[#1993e5] text-white text-sm font-bold leading-normal tracking-[0.015em]"
>
<span class="truncate">Submit Registration</span>
</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>