-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfactories.html
More file actions
70 lines (53 loc) · 3.88 KB
/
factories.html
File metadata and controls
70 lines (53 loc) · 3.88 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Courgette&family=Inter:wght@100;200;300;400;500;531;600;700;800;900&family=Lobster&family=Montserrat:wght@1,500;600;700&family=Oxygen:wght@300;400;700&family=Raleway:ital,wght@0,100;0,500;1,400;1,500&family=Roboto:ital,wght@0,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css" integrity="sha512-Velp0ebMKjcd9RiCoaHhLXkR1sFoCCWXNp6w4zj1hfMifYB5441C+sKeBl/T/Ka6NjBiRfBBQRaQq65ekYz3UQ==" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<title>Document</title>
</head>
<body>
<div class="container">
<h1 class="factory-heading h1-responsive text-center shadow py-3 mt-2">Our Factories</h1>
<div class="row justify-content-center factory-row py-4">
<div class="col-md-8">
<div class="row pt-3 mb-4">
<a href="images/img/factory 1.jpg" data-toggle="lightbox" data-gallery="example-gallery" data-title="Johannersburg, South Africa" class="col-sm-4">
<img src="images/img/factory 1.jpg" class="img-fluid">
</a>
<a href="images/img/factory 2.jpg" data-toggle="lightbox" data-gallery="example-gallery" data-title="Tokyo, Japan" class="col-sm-4">
<img src="images/img/factory 2.jpg" class="img-fluid">
</a>
<a href="images/img/factory 3.jpg" data-toggle="lightbox" data-gallery="example-gallery" data-title="Shanghai, China" class="col-sm-4">
<img src="images/img/factory 3.jpg" class="img-fluid">
</a>
</div>
<div class="row pt-3 mb-4">
<a href="images/img/factory 4.jpg" data-toggle="lightbox" data-gallery="example-gallery" data-title="Al-Quahirah (Cairo), Egypt" class="col-sm-4">
<img src="images/img/factory 4.jpg" class="img-fluid">
</a>
<a href="images/img/factory 5.jpg" data-toggle="lightbox" data-gallery="example-gallery" data-title="New York, United States" class="col-sm-4">
<img src="images/img/factory 5.jpg" class="img-fluid">
</a>
<a href="images/img/factory 6.jpg" data-toggle="lightbox" data-gallery="example-gallery" data-title="Lagos, Nigeria" class="col-sm-4">
<img src="images/img/factory 6.jpg" class="img-fluid">
</a>
</div>
</div>
</div>
</div>
<!-- /container -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<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/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.js" integrity="sha512-YibiFIKqwi6sZFfPm5HNHQYemJwFbyyYHjrr3UT+VobMt/YBo1kBxgui5RWc4C3B4RJMYCdCAJkbXHt+irKfSA==" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>