-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpicture2.html
126 lines (102 loc) · 5.49 KB
/
picture2.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
<!DOCTYPE html>
<html lang="fr" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Galada&family=Montserrat&display=swap" rel="stylesheet">
<!--LINK SASS after link bootstrap-->
<link rel="stylesheet" href="assets/css/style-pictures.css">
<script src="https://kit.fontawesome.com/e0362e83aa.js" crossorigin="anonymous"></script>
<title>Lorem - Photos</title>
</head>
<body>
<header>
<h1>Lorem</h1>
<nav>
<!-- Menu Classique -->
<ul class="nav-menu">
<li><a href="index.html">Welcome</a></li>
<li><a href="menu.html">Menu</a></li>
<li><a href="picture1.html">Photos</a></li>
<li><a href="restaurant.html">Restaurants</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- Menu Mobile -->
<div class="btn-group dropleft list-menu">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-bars fa-2x"></i>
</button>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<li><a class="dropdown-item" href="index.html">Welcome</a></li>
<li><a class="dropdown-item" href="menu.html">Menu</a></li>
<li><a class="dropdown-item" href="picture1.html">Photos</a></li>
<li><a class="dropdown-item" href="restaurant.html">Restaurants</a></li>
<li><a class="dropdown-item" href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<main>
<!--TITLE-->
<h2 class="col-12 col-md-12 col-lg-12">Gallerie</h2>
<!--GALLERY-->
<div class="container-fluid">
<!--Page 2-->
<div class="row justify-content-between align-items-center">
<div class="col-0 col-md-0 col-lg-1"></div>
<div class="col-12 col-md-4 col-lg-3">
<figure class="imgallery">
<img src="assets/img/queens-xM8dyR4jnNo-unsplash.jpg" alt="Reading with coffee" width="100%">
</figure>
</div>
<div class="col-12 col-md-4 col-lg-3">
<figure class="imgallery">
<img src="assets/img/clem-onojeghuo-zlABb6Gke24-unsplash.jpg" alt="Relax" width="100%">
</figure>
</div>
<div class="col-12 col-md-4 col-lg-3">
<figure class="imgallery">
<img src="assets/img/tyler-nix-YVdhzpHD7E8-unsplash.jpg" alt="Coffee" width="100%">
</figure>
</div>
<div class="col-0 col-md-0 col-lg-1"></div>
</div><!--End row page 2-->
<!--PAGINATION-->
<nav aria-label="Page navigation" class="row justify-content-center">
<ul class="pagination">
<li class="page-item">
<a class="page-link" href="picture1.html" tabindex="-1" aria-label="Previous">
<span aria-hidden="true">«</span>
<span class="sr-only">Previous</span>
</a>
</li>
<li class="page-item"><a class="page-link" href="picture1.html">1</a></li>
<li class="page-item active"><a class="page-link" href="picture2.html">2</a></li>
<li class="page-item"><a class="page-link" href="picture3.html">3</a></li>
<li class="page-item"><a class="page-link" href="picture4.html">4</a></li>
<li class="page-item">
<a class="page-link" href="picture3.html" aria-label="Next">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</li>
</ul>
</nav>
</div><!--end .container-->
</main>
<footer>
<div class="social">
<i class="fab fa-facebook-square fa-3x"></i>
<i class="fab fa-instagram-square fa-3x"></i>
<i class="fab fa-twitter-square fa-3x"></i>
</div>
<p>© <a href="https://becode.org/">BeCode</a> -
<a href="https://github.com/riizbae/restaurant-css-framework">Groupe 5</a></p>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</body>
</html>