-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat.html
More file actions
257 lines (255 loc) · 16.7 KB
/
chat.html
File metadata and controls
257 lines (255 loc) · 16.7 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<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=Manrope%3Awght%40400%3B500%3B700%3B800&family=Noto+Sans%3Awght%40400%3B500%3B700%3B900"
/>
<title>Delopr</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-white group/design-root overflow-x-hidden" style='font-family: Manrope, "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-[#f0f2f4] px-10 py-3">
<div class="flex items-center gap-8">
<div class="flex items-center gap-4 text-[#111418]">
<div class="size-4">
<svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_6_330)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M24 0.757355L47.2426 24L24 47.2426L0.757355 24L24 0.757355ZM21 35.7574V12.2426L9.24264 24L21 35.7574Z"
fill="currentColor"
></path>
</g>
<defs>
<clipPath id="clip0_6_330"><rect width="48" height="48" fill="white"></rect></clipPath>
</defs>
</svg>
</div>
<h2 class="text-[#111418] text-lg font-bold leading-tight tracking-[-0.015em]">Delopr</h2>
</div>
<label class="flex flex-col min-w-40 !h-10 max-w-64">
<div class="flex w-full flex-1 items-stretch rounded-xl h-full">
<div
class="text-[#637588] flex border-none bg-[#f0f2f4] items-center justify-center pl-4 rounded-l-xl border-r-0"
data-icon="MagnifyingGlass"
data-size="24px"
data-weight="regular"
>
<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" fill="currentColor" viewBox="0 0 256 256">
<path
d="M229.66,218.34l-50.07-50.06a88.11,88.11,0,1,0-11.31,11.31l50.06,50.07a8,8,0,0,0,11.32-11.32ZM40,112a72,72,0,1,1,72,72A72.08,72.08,0,0,1,40,112Z"
></path>
</svg>
</div>
<input
placeholder="Search"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-[#111418] focus:outline-0 focus:ring-0 border-none bg-[#f0f2f4] focus:border-none h-full placeholder:text-[#637588] px-4 rounded-l-none border-l-0 pl-2 text-base font-normal leading-normal"
value=""
/>
</div>
</label>
</div>
<div class="flex flex-1 justify-end gap-8">
<div class="flex items-center gap-9">
<a class="text-[#111418] text-sm font-medium leading-normal" href="#">Home</a>
<a class="text-[#111418] text-sm font-medium leading-normal" href="#">Docs</a>
<a class="text-[#111418] text-sm font-medium leading-normal" href="#">Community</a>
<a class="text-[#111418] text-sm font-medium leading-normal" href="#">Pricing</a>
</div>
<button
class="flex max-w-[480px] cursor-pointer items-center justify-center overflow-hidden rounded-xl h-10 bg-[#f0f2f4] text-[#111418] gap-2 text-sm font-bold leading-normal tracking-[0.015em] min-w-0 px-2.5"
>
<div class="text-[#111418]" data-icon="Bell" data-size="20px" data-weight="regular">
<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="currentColor" viewBox="0 0 256 256">
<path
d="M221.8,175.94C216.25,166.38,208,139.33,208,104a80,80,0,1,0-160,0c0,35.34-8.26,62.38-13.81,71.94A16,16,0,0,0,48,200H88.81a40,40,0,0,0,78.38,0H208a16,16,0,0,0,13.8-24.06ZM128,216a24,24,0,0,1-22.62-16h45.24A24,24,0,0,1,128,216ZM48,184c7.7-13.24,16-43.92,16-80a64,64,0,1,1,128,0c0,36.05,8.28,66.73,16,80Z"
></path>
</svg>
</div>
</button>
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full size-10"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/57c23a9d-9ca0-4a8e-a3d6-008a6b6f68f2.png");'
></div>
</div>
</header>
<div class="gap-1 px-6 flex flex-1 justify-center py-5">
<div class="layout-content-container flex flex-col w-80">
<h3 class="text-[#111418] text-lg font-bold leading-tight tracking-[-0.015em] px-4 pb-2 pt-4">Projects</h3>
<div class="flex items-center gap-4 bg-white px-4 min-h-[72px] py-2">
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full h-14 w-fit"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/9fcf7c13-8a16-43cc-8d6c-ae3ccb8480ca.png");'
></div>
<div class="flex flex-col justify-center">
<p class="text-[#111418] text-base font-medium leading-normal line-clamp-1">Acme Inc</p>
<p class="text-[#637588] text-sm font-normal leading-normal line-clamp-2">5 members</p>
</div>
</div>
<div class="flex items-center gap-4 bg-white px-4 min-h-[72px] py-2">
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full h-14 w-fit"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/465859b4-37af-4b7a-b400-4edf52a0af67.png");'
></div>
<div class="flex flex-col justify-center">
<p class="text-[#111418] text-base font-medium leading-normal line-clamp-1">Globex Corp</p>
<p class="text-[#637588] text-sm font-normal leading-normal line-clamp-2">4 members</p>
</div>
</div>
<div class="flex items-center gap-4 bg-white px-4 min-h-[72px] py-2">
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full h-14 w-fit"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/9ecc077a-e4ac-4993-bfd9-a03fe3e1f54d.png");'
></div>
<div class="flex flex-col justify-center">
<p class="text-[#111418] text-base font-medium leading-normal line-clamp-1">Soylent Systems</p>
<p class="text-[#637588] text-sm font-normal leading-normal line-clamp-2">4 members</p>
</div>
</div>
<div class="flex items-center gap-4 bg-white px-4 min-h-[72px] py-2">
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full h-14 w-fit"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/118f1c64-8dfd-4181-85fa-ae9def7d75e5.png");'
></div>
<div class="flex flex-col justify-center">
<p class="text-[#111418] text-base font-medium leading-normal line-clamp-1">Initech</p>
<p class="text-[#637588] text-sm font-normal leading-normal line-clamp-2">3 members</p>
</div>
</div>
<div class="flex items-center gap-4 bg-white px-4 min-h-[72px] py-2">
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full h-14 w-fit"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/3494a663-f0a2-4983-b290-dd23af0138ec.png");'
></div>
<div class="flex flex-col justify-center">
<p class="text-[#111418] text-base font-medium leading-normal line-clamp-1">Umbrella Corp</p>
<p class="text-[#637588] text-sm font-normal leading-normal line-clamp-2">3 members</p>
</div>
</div>
<div class="flex items-center gap-4 bg-white px-4 min-h-[72px] py-2">
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full h-14 w-fit"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/8e99f867-6387-49cf-b2e9-adff279afcfc.png");'
></div>
<div class="flex flex-col justify-center">
<p class="text-[#111418] text-base font-medium leading-normal line-clamp-1">Cyberdyne Systems</p>
<p class="text-[#637588] text-sm font-normal leading-normal line-clamp-2">2 members</p>
</div>
</div>
<div class="flex px-4 py-3 justify-start">
<button
class="flex min-w-[84px] max-w-[480px] cursor-pointer items-center justify-center overflow-hidden rounded-xl h-10 px-4 bg-[#1980e6] text-white text-sm font-bold leading-normal tracking-[0.015em]"
>
<span class="truncate">Create Project</span>
</button>
</div>
</div>
<div class="layout-content-container flex flex-col max-w-[960px] flex-1">
<div class="flex flex-wrap justify-between gap-3 p-4"><p class="text-[#111418] tracking-light text-[32px] font-bold leading-tight min-w-72">Acme Inc</p></div>
<div class="flex items-end gap-3 p-4">
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full w-10 shrink-0"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/5d3ba223-7545-4431-af28-660c0d4ccc44.png");'
></div>
<div class="flex flex-1 flex-col gap-1 items-start">
<p class="text-[#637588] text-[13px] font-normal leading-normal max-w-[360px]">Jackie Altman</p>
<p class="text-base font-normal leading-normal flex max-w-[360px] rounded-xl px-4 py-3 bg-[#f0f2f4] text-[#111418]">
Hey, I'm working on the new API endpoint. Can you check out my PR?
</p>
</div>
</div>
<div class="flex items-end gap-3 p-4 justify-end">
<div class="flex flex-1 flex-col gap-1 items-end">
<p class="text-[#637588] text-[13px] font-normal leading-normal max-w-[360px] text-right">Chris Johnson</p>
<p class="text-base font-normal leading-normal flex max-w-[360px] rounded-xl px-4 py-3 bg-[#1980e6] text-white">Sure, I'll take a look and give it a thumbs up.</p>
</div>
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full w-10 shrink-0"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/84d4b5ff-a3b3-4755-a0a8-a3ff3fae088c.png");'
></div>
</div>
<div class="flex items-end gap-3 p-4">
<div
class="bg-center bg-no-repeat aspect-square bg-cover rounded-full w-10 shrink-0"
style='background-image: url("https://cdn.usegalileo.ai/sdxl10/3bb2b312-cfa8-4e6b-ba88-109614e79124.png");'
></div>
<div class="flex flex-1 flex-col gap-1 items-start">
<p class="text-[#637588] text-[13px] font-normal leading-normal max-w-[360px]">Jackie Altman</p>
<p class="text-base font-normal leading-normal flex max-w-[360px] rounded-xl px-4 py-3 bg-[#f0f2f4] text-[#111418]">Thanks!</p>
</div>
</div>
<div class="flex items-center px-4 py-3 gap-3 @container">
<label class="flex flex-col min-w-40 h-12 flex-1">
<div class="flex w-full flex-1 items-stretch rounded-xl h-full">
<input
placeholder="Send a message"
class="form-input flex w-full min-w-0 flex-1 resize-none overflow-hidden rounded-xl text-[#111418] focus:outline-0 focus:ring-0 border-none bg-[#f0f2f4] focus:border-none h-full placeholder:text-[#637588] px-4 rounded-r-none border-r-0 pr-2 text-base font-normal leading-normal"
value=""
/>
<div class="flex border-none bg-[#f0f2f4] items-center justify-center pr-4 rounded-r-xl border-l-0 !pr-2">
<div class="flex items-center gap-4 justify-end">
<div class="flex items-center gap-1">
<button class="flex items-center justify-center p-1.5">
<div class="text-[#637588]" data-icon="Paperclip" data-size="20px" data-weight="regular">
<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="currentColor" viewBox="0 0 256 256">
<path
d="M209.66,122.34a8,8,0,0,1,0,11.32l-82.05,82a56,56,0,0,1-79.2-79.21L147.67,35.73a40,40,0,1,1,56.61,56.55L105,193A24,24,0,1,1,71,159L154.3,74.38A8,8,0,1,1,165.7,85.6L82.39,170.31a8,8,0,1,0,11.27,11.36L192.93,81A24,24,0,1,0,159,47L59.76,147.68a40,40,0,1,0,56.53,56.62l82.06-82A8,8,0,0,1,209.66,122.34Z"
></path>
</svg>
</div>
</button>
<button class="flex items-center justify-center p-1.5">
<div class="text-[#637588]" data-icon="Image" data-size="20px" data-weight="regular">
<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="currentColor" viewBox="0 0 256 256">
<path
d="M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V158.75l-26.07-26.06a16,16,0,0,0-22.63,0l-20,20-44-44a16,16,0,0,0-22.62,0L40,149.37V56ZM40,172l52-52,80,80H40Zm176,28H194.63l-36-36,20-20L216,181.38V200ZM144,100a12,12,0,1,1,12,12A12,12,0,0,1,144,100Z"
></path>
</svg>
</div>
</button>
<button class="flex items-center justify-center p-1.5">
<div class="text-[#637588]" data-icon="Microphone" data-size="20px" data-weight="regular">
<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="currentColor" viewBox="0 0 256 256">
<path
d="M128,176a48.05,48.05,0,0,0,48-48V64a48,48,0,0,0-96,0v64A48.05,48.05,0,0,0,128,176ZM96,64a32,32,0,0,1,64,0v64a32,32,0,0,1-64,0Zm40,143.6V232a8,8,0,0,1-16,0V207.6A80.11,80.11,0,0,1,48,128a8,8,0,0,1,16,0,64,64,0,0,0,128,0,8,8,0,0,1,16,0A80.11,80.11,0,0,1,136,207.6Z"
></path>
</svg>
</div>
</button>
<button class="flex items-center justify-center p-1.5">
<div class="text-[#637588]" data-icon="Smiley" data-size="20px" data-weight="regular">
<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="currentColor" viewBox="0 0 256 256">
<path
d="M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216ZM80,108a12,12,0,1,1,12,12A12,12,0,0,1,80,108Zm96,0a12,12,0,1,1-12-12A12,12,0,0,1,176,108Zm-1.07,48c-10.29,17.79-27.4,28-46.93,28s-36.63-10.2-46.92-28a8,8,0,1,1,13.84-8c7.47,12.91,19.21,20,33.08,20s25.61-7.1,33.07-20a8,8,0,0,1,13.86,8Z"
></path>
</svg>
</div>
</button>
<button class="flex items-center justify-center p-1.5">
<div class="text-[#637588]" data-icon="DotsThree" data-size="20px" data-weight="regular">
<svg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" fill="currentColor" viewBox="0 0 256 256">
<path
d="M140,128a12,12,0,1,1-12-12A12,12,0,0,1,140,128Zm56-12a12,12,0,1,0,12,12A12,12,0,0,0,196,116ZM60,116a12,12,0,1,0,12,12A12,12,0,0,0,60,116Z"
></path>
</svg>
</div>
</button>
</div>
</div>
</div>
</div>
</label>
</div>
</div>
</div>
</div>
</div>
</body>
</html>