-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (53 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Winter Vacation</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- NAVIGATION BAR -->
<header class="container">
<div class="row">
<h1 class="col-8-md">A winter Vacation</h1>
<navbar class="col-4-md">
<p class="pill-white">Lorem</p>
<p class="pill-black">Ipsum</p>
<p class="pill-white">Contact</p>
</navbar>
</div>
</header>
<!-- JUMBOTRON BANNER -->
<section id="banner"
class="jumbotron">
</section>
<!-- IMAGE GALLERY -->
<section id="gallery"
class="container gallery">
<div class="row">
<figure class="col-sm-4 gallery-item">
<img src="https://i.postimg.cc/Jzx5wg8P/tall-ship-3933364-640.jpg" alt="">
</figure>
<figure class="col-sm-4 gallery-item">
<img src="https://i.postimg.cc/9FJYKKC1/architecture-3091226-640.jpg" alt="">
</figure>
<figure class="col-sm-4 gallery-item">
<img src="https://i.postimg.cc/fRvy8QsT/snow-1918794-640.jpg" alt="">
</figure>
</div>
<div class="row">
<figure class="col-sm-4 gallery-item">
<img src="https://i.postimg.cc/CKXgNcRx/sand-castle-796488-640.jpg" alt="">
</figure>
<figure class="col-sm-4 gallery-item">
<img src="https://i.postimg.cc/pTLFfXnH/castle-3889535-640.jpg" alt="">
</figure>
<figure class="col-sm-4 gallery-item">
<img src="https://i.postimg.cc/L63gb1Bp/sweden-853150-640.jpg" alt="">
</figure>
</div>
</section>
<!-- JUMBOTRON BANNER -->
</body>
</html>