Last change
on this file was 6fe77af, checked in by Ema <ema_spirova@…>, 3 years ago |
add location feature
|
-
Property mode
set to
100644
|
File size:
960 bytes
|
Line | |
---|
1 | <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
|
---|
2 | integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
|
---|
3 | <html lang="en">
|
---|
4 |
|
---|
5 | <head>
|
---|
6 | <meta charset="utf-8">
|
---|
7 |
|
---|
8 | <title></title>
|
---|
9 | </head>
|
---|
10 |
|
---|
11 | <body>
|
---|
12 |
|
---|
13 | <header>
|
---|
14 | </header>
|
---|
15 |
|
---|
16 | <main role="main">
|
---|
17 | <h1 style="color: #F77D62; display: inline;">Explore</h1>
|
---|
18 | <h1 style=" display: inline;">{{place}}</h1>
|
---|
19 | <div class="lightbox" *ngFor="let l of allLocation">
|
---|
20 | <div class="row">
|
---|
21 | <div class="col-lg-6">
|
---|
22 | <img src="data:image/png;base64,{{l.photo}}"
|
---|
23 | class="w-100 mb-2 mb-md-4 shadow-1-strong rounded"/>
|
---|
24 | </div>
|
---|
25 | </div>
|
---|
26 | </div>
|
---|
27 |
|
---|
28 |
|
---|
29 |
|
---|
30 | <div class="container">
|
---|
31 | <li *ngFor="let location of allLocation">
|
---|
32 | <ol>{{location.name}}</ol>
|
---|
33 | </li>
|
---|
34 | </div>
|
---|
35 | </main>
|
---|
36 | <br>
|
---|
37 |
|
---|
38 | <footer class="bg-dark text-center text-white">
|
---|
39 |
|
---|
40 | </footer>
|
---|
41 | </body>
|
---|
42 |
|
---|
43 | </html> |
---|
Note:
See
TracBrowser
for help on using the repository browser.