-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskelet.html
47 lines (32 loc) · 1.18 KB
/
skelet.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
<section id="viewMyFlights">
<h3>Your Flights</h3>
<div class="purchased-ticket">
<div class="purchased-left">
<img src="http://airportcluj.ro/fisiere/userfiles/Bari_28.03.07_088.jpg" alt="">
</div>
<div class="purchased-right">
<div>
<h3>CLUJ-NAPOCA</h3><span>15 January</span>
</div>
<div>
from Sheffield <span>14:00</span>
</div>
<p>55 Seats (13.12$ per seat) </p>
<a href="" class="remove">REMOVE</a>
</div>
</div>
<div class="purchased-ticket">
<div class="purchased-left">
<img src="https://dynaimage.cdn.cnn.com/cnn/q_auto,w_602,c_fill,g_auto,h_339,ar_16:9/http%3A%2F%2Fcdn.cnn.com%2Fcnnnext%2Fdam%2Fassets%2F170623115234-heathrow---getty.jpg" alt="kur">
</div>
<div class="purchased-right">
<div>
<h3>LONDON</h3><span>18 January</span>
</div>
<div>from Cluj-Napoca<span>16:00</span>
</div>
<p>36 Seats (15$ per seat) </p>
<a href="" class="remove">REMOVE</a>
</div>
</div>
</section>