File size: 14,249 Bytes
0e1717f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Attractions - UI Mock</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; }
  #render-target {
    width: 1080px; height: 2400px; position: relative; overflow: hidden;
    background: #ffffff; border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    color: #202124;
  }
  .status-bar {
    height: 56px; padding: 0 28px; display: flex; align-items: center; font-size: 28px; color: #3c4043;
  }
  .status-left { display: flex; align-items: center; gap: 22px; }
  .status-icons { display: flex; gap: 14px; }
  .dot { width: 10px; height: 10px; background: #3c4043; border-radius: 50%; opacity: 0.6; }
  .status-right { margin-left: auto; display: flex; align-items: center; gap: 18px; }
  .icon { display: inline-block; vertical-align: middle; }
  .icon svg { display: block; }
  .header {
    padding: 18px 24px; border-bottom: 1px solid #e0e0e0; background: #fff;
  }
  .search-row { display: flex; align-items: center; gap: 18px; }
  .circle-btn {
    width: 56px; height: 56px; border-radius: 28px; border: 1px solid #dadce0; display: flex; align-items: center; justify-content: center; background: #fff;
  }
  .search-field {
    flex: 1; height: 56px; border-radius: 30px; background: #f1f3f4; display: flex; align-items: center;
    padding: 0 18px; font-size: 32px; color: #202124;
  }
  .search-label { flex: 1; font-weight: 600; }
  .search-actions { display: flex; align-items: center; gap: 18px; color: #5f6368; }
  .filters { margin-top: 16px; display: flex; align-items: center; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid #e0e0e0; }
  .chip {
    height: 56px; padding: 0 24px; border-radius: 28px; border: 1px solid #dadce0; background: #fff;
    display: inline-flex; align-items: center; gap: 10px; font-size: 28px; color: #3c4043;
  }
  .chip.primary { background: #e8f0fe; border-color: #c6dafc; }
  .quick-actions { display: flex; gap: 18px; padding: 16px 24px; }
  .pill {
    height: 72px; padding: 0 26px; border-radius: 36px; border: 1px solid #dadce0; background: #fff;
    display: inline-flex; align-items: center; gap: 16px; font-size: 30px; color: #1a73e8; box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  }
  .results { padding-bottom: 20px; }
  .card {
    margin: 18px 24px; border-radius: 24px; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    padding-bottom: 20px;
  }
  .image-row { display: flex; gap: 20px; padding: 20px; }
  .img {
    width: 320px; height: 220px; background: #E0E0E0; border: 1px solid #BDBDBD;
    display: flex; align-items: center; justify-content: center; color: #757575; border-radius: 22px; font-size: 26px; text-align: center;
  }
  .title-row { display: flex; align-items: center; padding: 0 20px; }
  .title { font-size: 46px; font-weight: 700; flex: 1; margin-top: 6px; }
  .bookmark {
    width: 64px; height: 64px; border-radius: 32px; border: 1px solid #dadce0; display: flex; align-items: center; justify-content: center;
  }
  .meta { padding: 8px 20px 0 20px; font-size: 30px; color: #3c4043; }
  .stars { display: inline-flex; align-items: center; gap: 6px; margin-left: 8px; }
  .closed { color: #d93025; font-weight: 600; }
  .review { padding: 12px 20px; display: flex; align-items: center; gap: 14px; color: #3c4043; font-size: 30px; }
  .avatar { width: 32px; height: 32px; border-radius: 16px; background: #8ab4f8; }
  .card-actions { display: flex; gap: 18px; padding: 14px 20px 20px 20px; }
  .floating-map {
    position: absolute; right: 24px; bottom: 160px; width: 120px; height: 120px; border-radius: 28px;
    background: #fff; box-shadow: 0 8px 16px rgba(0,0,0,0.15); display: flex; align-items: center; justify-content: center; border: 1px solid #dadce0;
  }
  .discover { position: absolute; left: 0; bottom: 80px; width: 100%; padding: 16px 28px; font-size: 34px; color: #202124; background: #f8f9fa; border-top: 1px solid #e0e0e0; }
  .discover .bar { margin-top: 14px; height: 8px; width: 60%; background: #cfcfcf; border-radius: 4px; }
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="status-bar">
    <div class="status-left">
      <div>10:54</div>
      <div class="status-icons">
        <div class="dot"></div>
        <div class="dot"></div>
        <div class="dot"></div>
        <div class="dot"></div>
        <div class="dot" style="margin-left:6px;"></div>
      </div>
    </div>
    <div class="status-right">
      <!-- Location dot -->
      <svg class="icon" width="26" height="26"><circle cx="13" cy="13" r="9" fill="#5f6368"/></svg>
      <!-- Wifi -->
      <svg class="icon" width="28" height="26" viewBox="0 0 28 26">
        <path d="M2 9c6-6 18-6 24 0M6 13c4-4 12-4 16 0M10 17c2-2 6-2 8 0M13 21l2 2" stroke="#5f6368" stroke-width="2" fill="none" stroke-linecap="round"/>
      </svg>
      <!-- Battery -->
      <svg class="icon" width="36" height="20" viewBox="0 0 36 20">
        <rect x="1" y="3" width="30" height="14" rx="3" stroke="#5f6368" fill="none" stroke-width="2"/>
        <rect x="4" y="6" width="22" height="8" rx="2" fill="#5f6368"/>
        <rect x="32" y="7" width="3" height="6" rx="1" fill="#5f6368"/>
      </svg>
    </div>
  </div>

  <!-- Header with search -->
  <div class="header">
    <div class="search-row">
      <div class="circle-btn">
        <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
          <path d="M16 5L8 13l8 8" stroke="#3c4043" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
        </svg>
      </div>
      <div class="search-field">
        <div class="search-label">Attractions</div>
        <div class="search-actions">
          <svg class="icon" width="24" height="24" viewBox="0 0 24 24">
            <path d="M5 5l14 14M19 5L5 19" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
          </svg>
          <svg class="icon" width="24" height="24" viewBox="0 0 24 24">
            <rect x="10" y="4" width="4" height="10" rx="2" fill="#5f6368"/>
            <path d="M8 14c0 2 1.5 4 4 4s4-2 4-4" stroke="#5f6368" stroke-width="2" fill="none"/>
          </svg>
          <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
            <circle cx="11" cy="11" r="8" stroke="#5f6368" stroke-width="2" fill="none"/>
            <path d="M17 17l6 6" stroke="#5f6368" stroke-width="2" stroke-linecap="round"/>
          </svg>
        </div>
      </div>
    </div>

    <div class="filters">
      <div class="circle-btn" style="width:56px;height:56px;">
        <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
          <path d="M4 6h18M8 13h10M12 20h6" stroke="#3c4043" stroke-width="2" stroke-linecap="round"/>
        </svg>
      </div>
      <div class="chip primary">
        <span>Relevance</span>
        <svg class="icon" width="20" height="20" viewBox="0 0 20 20"><path d="M5 7l5 5 5-5" fill="#1a73e8"/></svg>
      </div>
      <div class="chip">Open now</div>
      <div class="chip">Top-rated</div>
      <div class="chip">More</div>
    </div>

    <div class="quick-actions">
      <div class="pill">
        <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
          <path d="M13 3l10 9-10 9L3 12z" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linejoin="round"/>
        </svg>
        <span>Directions</span>
      </div>
      <div class="pill">
        <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
          <path d="M6 4l14 14M18 4l-12 12" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
          <path d="M7 19l0 3 3 0" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
        </svg>
        <span>Call</span>
      </div>
      <div class="pill">
        <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
          <circle cx="6" cy="14" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
          <circle cx="20" cy="6" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
          <path d="M9 12l8-4M9 16l8 4" stroke="#1a73e8" stroke-width="2" fill="none"/>
        </svg>
        <span>Share</span>
      </div>
    </div>
  </div>

  <div class="results">

    <!-- Card 1 -->
    <div class="card">
      <div class="image-row">
        <div class="img">[IMG: Museum Building]</div>
        <div class="img">[IMG: Metal Bison Sculpture]</div>
        <div class="img">[IMG: Museum Flags]</div>
      </div>
      <div class="title-row">
        <div class="title">Pouce Coupe Museum</div>
        <div class="bookmark">
          <svg class="icon" width="28" height="28" viewBox="0 0 28 28">
            <path d="M8 4h12v20l-6-4-6 4z" stroke="#3c4043" stroke-width="2" fill="none"/>
          </svg>
        </div>
      </div>
      <div class="meta">
        <span>4.8</span>
        <span class="stars">
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
        </span>
        <span style="color:#5f6368;">(15)</span>
        <div style="margin-top:8px; color:#5f6368;">Tourist attraction 路 5006 49th Ave 路
          <svg class="icon" width="22" height="22" viewBox="0 0 22 22" style="vertical-align:middle;">
            <circle cx="11" cy="6" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
            <path d="M4 18c2-4 12-4 14 0" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
          </svg>
        </div>
        <div style="margin-top:8px;"><span class="closed">Closed</span> 路 Opens 8 am Fri</div>
      </div>
      <div class="review">
        <div class="avatar"></div>
        <div>"Plus, out buildings to explore."</div>
      </div>
      <div class="card-actions">
        <div class="pill">
          <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
            <path d="M13 3l10 9-10 9L3 12z" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linejoin="round"/>
          </svg>
          <span>Directions</span>
        </div>
        <div class="pill">
          <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
            <path d="M6 4l14 14M18 4l-12 12" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
            <path d="M7 19l0 3 3 0" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
          </svg>
          <span>Call</span>
        </div>
        <div class="pill">
          <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
            <circle cx="6" cy="14" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
            <circle cx="20" cy="6" r="3" stroke="#1a73e8" stroke-width="2" fill="none"/>
            <path d="M9 12l8-4M9 16l8 4" stroke="#1a73e8" stroke-width="2" fill="none"/>
          </svg>
          <span>Share</span>
        </div>
      </div>
    </div>

    <!-- Card 2 -->
    <div class="card">
      <div class="image-row">
        <div class="img">[IMG: Wetland Water]</div>
        <div class="img">[IMG: McQueen Slough Sign]</div>
        <div class="img">[IMG: Boardwalk Through Reeds]</div>
      </div>
      <div class="title-row">
        <div class="title">McQueen Slough</div>
        <div class="bookmark">
          <svg class="icon" width="28" height="28" viewBox="0 0 28 28">
            <path d="M8 4h12v20l-6-4-6 4z" stroke="#3c4043" stroke-width="2" fill="none"/>
          </svg>
        </div>
      </div>
      <div class="meta">
        <span>4.7</span>
        <span class="stars">
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
          <svg width="26" height="26" viewBox="0 0 24 24"><path d="M12 2l3 6 7 1-5 4 2 7-7-4-7 4 2-7-5-4 7-1z" fill="#fbbc04"/></svg>
        </span>
        <span style="color:#5f6368;">(14)</span>
        <div style="margin-top:8px; color:#5f6368;">Tourist attraction 路 7625 Rolla Rd</div>
      </div>
      <div class="review">
        <div class="avatar"></div>
        <div>"Pokestops and a gym, 10/10 and lots of birds"</div>
      </div>
      <div class="card-actions">
        <div class="pill">
          <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
            <path d="M13 3l10 9-10 9L3 12z" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linejoin="round"/>
          </svg>
          <span>Directions</span>
        </div>
        <div class="pill">
          <svg class="icon" width="26" height="26" viewBox="0 0 26 26">
            <path d="M6 4l14 14M18 4l-12 12" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
            <path d="M7 19l0 3 3 0" stroke="#1a73e8" stroke-width="2" fill="none" stroke-linecap="round"/>
          </svg>
          <span>Share</span>
        </div>
      </div>
    </div>

  </div>

  <!-- Floating map button -->
  <div class="floating-map">
    <svg class="icon" width="46" height="46" viewBox="0 0 46 46">
      <path d="M8 10l12-6 12 6 6-2v24l-12 6-12-6-6 2V12z" fill="#1a73e8"/>
    </svg>
  </div>

  <!-- Discover more places bottom sheet -->
  <div class="discover">
    Discover more places
    <div class="bar"></div>
  </div>

</div>
</body>
</html>