-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
219 lines (213 loc) · 16.5 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/dist/styles.css" rel="stylesheet">
<title>Main page</title>
</head>
<body class="bg-pink-50">
<!--header-->
<div class="navbar bg-base-100">
<!-- logo-->
<div class="navbar-start">
<a href="index.html" class="btn btn-ghost normal-case text-2xl text-secondary">craigslist</a>
</div>
<!-- creating ad, language, profile, notifications-->
<div class="navbar-end">
<!-- creating ad-->
<button class="btn btn-secondary bg-transparent text-secondary normal-case">+ Create an ad</button>
<!-- language-->
<div title="Change Language" class="dropdown dropdown-end"><div tabindex="0" class="btn btn-ghost gap-1 normal-case ">
<img loading="lazy" width="20" height="20" alt="English" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1ec-1f1e7.svg" class="rounded-full"> <span class="flex flex-1 justify-between">En</span>
<svg width="12px" height="12px" class="ml-1 hidden h-3 w-3 fill-current opacity-60 sm:inline-block" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2048 2048"><path d="M1799 349l242 241-1017 1017L7 590l242-241 775 775 775-775z"></path></svg></div> <div class="dropdown-content bg-base-200 text-base-content rounded-t-box rounded-b-box top-px mt-16 w-56 overflow-y-auto shadow-2xl"><ul class="menu menu-compact gap-1 p-3" tabindex="0"><li><button class="flex"><img loading="lazy" width="20" height="20" alt="English" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1ec-1f1e7.svg"> <span class="flex flex-1 justify-between">English </span></button> </li><li><button class="flex"><img loading="lazy" width="20" height="20" alt="Español" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1ea-1f1f8.svg"> <span class="flex flex-1 justify-between">Español </span></button> </li><li><button class="flex"><img loading="lazy" width="20" height="20" alt="Français" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1eb-1f1f7.svg"> <span class="flex flex-1 justify-between">Français </span></button> </li><li><button class="flex"><img loading="lazy" width="20" height="20" alt="Indonesia" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1ee-1f1e9.svg"> <span class="flex flex-1 justify-between">Indonesia </span></button> </li><li><button class="flex"><img loading="lazy" width="20" height="20" alt="日本語" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1ef-1f1f5.svg"> <span class="flex flex-1 justify-between">日本語 </span></button> </li><li><button class="flex"><img loading="lazy" width="20" height="20" alt="한국어" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1f0-1f1f7.svg"> <span class="flex flex-1 justify-between">한국어 </span></button> </li><li><button class="flex"><img loading="lazy" width="20" height="20" alt="Português" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1f5-1f1f9.svg"> <span class="flex flex-1 justify-between">Português </span></button> </li><li><button class="flex"><img loading="lazy" width="20" height="20" alt="Русский" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1f7-1f1fa.svg"> <span class="flex flex-1 justify-between">Русский </span></button> </li><li><button class="flex"><img loading="lazy" width="20" height="20" alt="中文" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1e8-1f1f3.svg"> <span class="flex flex-1 justify-between">中文 </span></button> </li><li><button class="flex"><img loading="lazy" width="20" height="20" alt="繁體中文" src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.0/svg/1f1f9-1f1fc.svg"> <span class="flex flex-1 justify-between">繁體中文 </span></button> </li></ul></div></div>
<!-- profile-->
<div class="dropdown dropdown-end">
<label tabindex="0" class="btn btn-ghost gap-1 avatar">
<div class="w-8 rounded-full">
<img src="https://xsgames.co/randomusers/avatar.php?g=female" />
</div>
<svg width="12px" height="12px" class="ml-1 hidden h-3 w-3 fill-current opacity-60 sm:inline-block" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2048 2048"><path d="M1799 349l242 241-1017 1017L7 590l242-241 775 775 775-775z"></path></svg>
</label>
<ul tabindex="0" class="mt-3 p-2 shadow menu menu-compact dropdown-content bg-base-100 rounded-box w-52">
<li>
<a class="justify-between">
Profile
<span class="badge">New</span>
</a>
</li>
<li><a>Settings</a></li>
<li><a>Logout</a></li>
</ul>
</div>
<!-- notifications-->
<button class="btn btn-ghost btn-circle">
<div class="indicator">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" /></svg>
<span class="badge badge-xs badge-secondary indicator-item"></span>
</div>
</button>
</div>
</div>
<!--header ends-->
<!--main section-->
<div class="flex p-14 w-4/6 mx-auto text-center">
<!-- <p class="text-7xl text-gray-700">Anything you need, we've got it <span class="text-[#bf04c0]">covered.</span></p>-->
<p class="text-7xl text-gray-700">Anything you need, we've got it covered.</p>
</div>
<!--search area-->
<div class="flex bg-white divide-x p-4 rounded rounded-md w-4/6 mx-auto">
<div class="flex flex-1 px-1">
<!-- search logo-->
<div class="flex items-center justify-center"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5">
<path fill-rule="evenodd" d="M9 3.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11zM2 9a7 7 0 1112.452 4.391l3.328 3.329a.75.75 0 11-1.06 1.06l-3.329-3.328A7 7 0 012 9z" clip-rule="evenodd" />
</svg></div>
<!-- search input box-->
<div class="flex-1 form-control px-1">
<input type="text" placeholder="I'm searching for..." class="input bg-transparent"/>
</div>
</div>
<!-- category selection-->
<div class="dropdown dropdown-hover px-1">
<label tabindex="0" class="btn normal-case bg-transparent border-none text-gray-500">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c171c1" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 01-1.125-1.125v-3.75zM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-8.25zM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 01-1.125-1.125v-2.25z" />
</svg>
Category</label>
<ul tabindex="0" class="dropdown-content menu p-2 shadow bg-base-100 rounded-box w-52">
<li><a>Housing</a></li>
<li><a>Jobs</a></li>
<li><a>Community</a></li>
<li><a>Services</a></li>
<li><a>Discussion</a></li>
<li><a>For sale</a></li>
<li><a>Personals</a></li>
</ul>
</div>
<!-- category select option-->
<!-- <select class="select select-ghost w-full max-w-xs">-->
<!-- <option disabled selected>Category</option>-->
<!-- <option>Housing</option>-->
<!-- <option>Jobs</option>-->
<!-- <option>Community</option>-->
<!-- <option>Services</option>-->
<!-- <option>Discussion</option>-->
<!-- <option>For sale</option>-->
<!-- <option>Personals</option>-->
<!-- </select>-->
<!-- location-->
<div class="dropdown dropdown-hover px-1">
<label tabindex="0" class="btn normal-case bg-transparent border-none text-gray-500">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c171c1" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M15 10.5a3 3 0 11-6 0 3 3 0 016 0z" />
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z" />
</svg>
Location</label>
<ul tabindex="0" class="dropdown-content menu p-2 shadow bg-base-100 rounded-box w-52">
<li><a>Boston</a></li>
<li><a>NY</a></li>
<li><a>LA</a></li>
</ul>
</div>
<!-- location-->
<!-- <select class="select select-ghost w-full max-w-xs">-->
<!-- <option disabled selected>Location</option>-->
<!-- <option>Boston</option>-->
<!-- <option>NY</option>-->
<!-- <option>LA</option>-->
</select>
<!-- search bottom-->
<div class="px-1">
<a class="btn btn-secondary normal-case text-sm">Search</a>
</div>
</div>
<!--categories-->
<div class="flex bg-white p-4 mt-20 mb-20 rounded rounded-md w-4/6 mx-auto items-center">
<div class="flex flex-col btn btn-secondary bg-transparent text-gray-600 border-none hover:bg-secondary m-auto">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c171c1" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" />
</svg>
<div class="py-1">Housing</div>
</div>
<div class="flex flex-col btn btn-secondary bg-transparent text-gray-600 border-none hover:bg-secondary m-auto">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c171c1" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 00.75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 00-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0112 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 01-.673-.38m0 0A2.18 2.18 0 013 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 013.413-.387m7.5 0V5.25A2.25 2.25 0 0013.5 3h-3a2.25 2.25 0 00-2.25 2.25v.894m7.5 0a48.667 48.667 0 00-7.5 0M12 12.75h.008v.008H12v-.008z" />
</svg>
<div class="py-1">Jobs</div>
</div>
<a href="community.html"><div class="flex flex-col btn btn-secondary bg-transparent text-gray-600 border-none hover:bg-secondary m-auto">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c171c1" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z" />
</svg>
<div class="py-1">Community</div>
</div></a>
<div class="flex flex-col btn btn-secondary bg-transparent text-gray-600 border-none hover:bg-secondary m-auto">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c171c1" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 002.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 01-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 00-1.091-.852H4.5A2.25 2.25 0 002.25 4.5v2.25z" />
</svg>
<div class="py-1">Services</div>
</div>
<div class="flex flex-col btn btn-secondary bg-transparent text-gray-600 border-none hover:bg-secondary m-auto">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c171c1" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M20.25 8.511c.884.284 1.5 1.128 1.5 2.097v4.286c0 1.136-.847 2.1-1.98 2.193-.34.027-.68.052-1.02.072v3.091l-3-3c-1.354 0-2.694-.055-4.02-.163a2.115 2.115 0 01-.825-.242m9.345-8.334a2.126 2.126 0 00-.476-.095 48.64 48.64 0 00-8.048 0c-1.131.094-1.976 1.057-1.976 2.192v4.286c0 .837.46 1.58 1.155 1.951m9.345-8.334V6.637c0-1.621-1.152-3.026-2.76-3.235A48.455 48.455 0 0011.25 3c-2.115 0-4.198.137-6.24.402-1.608.209-2.76 1.614-2.76 3.235v6.226c0 1.621 1.152 3.026 2.76 3.235.577.075 1.157.14 1.74.194V21l4.155-4.155" />
</svg>
<div class="py-1">Discussion</div>
</div>
<div class="flex flex-col btn btn-secondary bg-transparent text-gray-600 border-none hover:bg-secondary m-auto">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c171c1" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M9.568 3H5.25A2.25 2.25 0 003 5.25v4.318c0 .597.237 1.17.659 1.591l9.581 9.581c.699.699 1.78.872 2.607.33a18.095 18.095 0 005.223-5.223c.542-.827.369-1.908-.33-2.607L11.16 3.66A2.25 2.25 0 009.568 3z" />
<path stroke-linecap="round" stroke-linejoin="round" d="M6 6h.008v.008H6V6z" />
</svg>
<div class="py-1">For sale</div>
</div>
<div class="flex flex-col btn btn-secondary bg-transparent text-gray-600 border-none hover:bg-secondary m-auto">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="#c171c1" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12z" />
</svg>
<div class="py-1">Personals</div>
</div>
</div>
<!--main section ends-->
<!--footer-->
<footer class="footer p-10 bg-base-200 text-base-content">
<div class="text-3xl">
<p>craigslist</p>
</div>
<div>
<span class="footer-title">Browse</span>
<a class="link link-hover">Housing</a>
<a class="link link-hover">Jobs</a>
<a href="community.html" class="link link-hover">Community</a>
<a class="link link-hover">Services</a>
<a class="link link-hover">Discussion</a>
<a class="link link-hover">For sale</a>
<a class="link link-hover">Personal</a>
</div>
<div>
<span class="footer-title">Personal</span>
<a class="link link-hover">Safety</a>
<a class="link link-hover">Scams</a>
<a class="link link-hover">Event calendar</a>
<a class="link link-hover">System status</a>
</div>
<div>
<span class="footer-title">Products</span>
<a class="link link-hover">Open sources</a>
<a href="blog.html" class="link link-hover">Blog</a>
<a class="link link-hover">Careers</a>
<a class="link link-hover">Best-of-craigslist</a>
<a class="link link-hover">Craigslist joe</a>
<a class="link link-hover">Philanthropies</a>
</div>
<div>
<span class="footer-title">About</span>
<a class="link link-hover">Contact us</a>
<a class="link link-hover">FAQs</a>
<a class="link link-hover">Help and support</a>
<a class="link link-hover">Terms of use</a>
<a class="link link-hover">Privacy policy</a>
</div>
</footer>
</body>
</html>