Browse Source

Delete 'gallery.html'

christopher.ayala 3 years ago
parent
commit
b6dae6c009
1 changed files with 0 additions and 220 deletions
  1. 0
    220
      gallery.html

+ 0
- 220
gallery.html View File

@@ -1,220 +0,0 @@
1
-<!DOCTYPE html>
2
-<html lang="en">
3
-
4
-<head>
5
-
6
-    <meta charset="utf-8">
7
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
8
-    <meta name="viewport" content="width=device-width, initial-scale=1">
9
-    <meta name="description" content="">
10
-    <meta name="author" content="">
11
-
12
-    <title>Fotos - LINGUINI</title>
13
-
14
-    <!-- Bootstrap Core CSS -->
15
-    <link href="css/bootstrap.min.css" rel="stylesheet">
16
-
17
-    <!-- Custom CSS -->
18
-    <link href="css/business-casual.css" rel="stylesheet">
19
-
20
-    <!-- Fonts -->
21
-    <link href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
22
-    <link href="http://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic" rel="stylesheet" type="text/css">
23
-
24
-    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
25
-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
26
-    <!--[if lt IE 9]>
27
-        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
28
-        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
29
-    <![endif]-->
30
-
31
-</head>
32
-
33
-<body>
34
-<div class="brand">
35
-    <a href="/index.html">
36
-        <img class="img-responsive img-full" src="img/top-kobe.png" alt="">
37
-    </a>
38
-</div>
39
-<div class="address-bar" style="padding:0">Ave. Domenech #308 | San Juan, Puerto Rico 00918 | (787)752-0213</div>
40
-
41
-<!-- Navigation -->
42
-<nav class="navbar navbar-default" style="margin: 0px" role="navigation">
43
-    <div class="container">
44
-        <!-- Brand and toggle get grouped for better mobile display -->
45
-        <div class="navbar-header">
46
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
47
-                <span class="sr-only">Toggle navigation</span>
48
-                <span class="icon-bar"></span>
49
-                <span class="icon-bar"></span>
50
-                <span class="icon-bar"></span>
51
-            </button>
52
-            <!-- navbar-brand is hidden on larger screens, but visible when the menu is collapsed -->
53
-            <a class="navbar-brand" href="index.html">LINGUINI</a>
54
-        </div>
55
-        <!-- Collect the nav links, forms, and other content for toggling -->
56
-        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
57
-            <ul class="nav navbar-nav">
58
-                <li>
59
-                    <a href="index.html">Home</a>
60
-                </li>
61
-                <li>
62
-                    <a href="about.html">About Us</a>
63
-                </li>
64
-                <li>
65
-                    <a href="menu.html">Menu</a>
66
-                </li>
67
-                <li>
68
-                    <a href="gallery.html">Gallery</a>
69
-                </li>
70
-            </ul>
71
-        </div>
72
-        <!-- /.navbar-collapse -->
73
-    </div>
74
-    <!-- /.container -->
75
-</nav>
76
-
77
-<div class="container">
78
-
79
-    <!-- Page Heading -->
80
-    <div class="row">
81
-        <div class="col-lg-12">
82
-            <h1 class="page-header">Galeria de Fotos
83
-                <small>LINGUINI donde tu eres el chef</small>
84
-            </h1>
85
-        </div>
86
-    </div>
87
-    <!-- /.row -->
88
-
89
-    <!-- Projects Row -->
90
-    <div class="row">
91
-        <div class="col-md-3 portfolio-item">
92
-            <a href="#">
93
-                <img class="img-responsive" src="gallery/kobe-gallery1.jpg" alt="">
94
-            </a>
95
-        </div>
96
-        <div class="col-md-3 portfolio-item">
97
-            <a href="#">
98
-                <img class="img-responsive" src="gallery/kobe-gallery2.jpg" alt="">
99
-            </a>
100
-        </div>
101
-        <div class="col-md-3 portfolio-item">
102
-            <a href="#">
103
-                <img class="img-responsive" src="gallery/kobe-gallery3.jpg" alt="">
104
-            </a>
105
-        </div>
106
-        <div class="col-md-3 portfolio-item">
107
-            <a href="#">
108
-                <img class="img-responsive" src="gallery/kobe-gallery4.jpg" alt="">
109
-            </a>
110
-        </div>
111
-    </div>
112
-    <!-- /.row -->
113
-
114
-    <!-- Projects Row -->
115
-    <div class="row">
116
-        <div class="col-md-3 portfolio-item">
117
-            <a href="#">
118
-                <img class="img-responsive" src="gallery/kobe-gallery5.jpg" alt="">
119
-            </a>
120
-        </div>
121
-        <div class="col-md-3 portfolio-item">
122
-            <a href="#">
123
-                <img class="img-responsive" src="gallery/kobe-gallery6.jpg" alt="">
124
-            </a>
125
-        </div>
126
-        <div class="col-md-3 portfolio-item">
127
-            <a href="#">
128
-                <img class="img-responsive" src="gallery/kobe-gallery7.jpg" alt="">
129
-            </a>
130
-        </div>
131
-        <div class="col-md-3 portfolio-item">
132
-            <a href="#">
133
-                <img class="img-responsive" src="gallery/kobe-gallery8.jpg" alt="">
134
-            </a>
135
-        </div>
136
-    </div>
137
-    <!-- /.row -->
138
-
139
-    <!-- Projects Row -->
140
-    <div class="row">
141
-        <div class="col-md-3 portfolio-item">
142
-            <a href="#">
143
-                <img class="img-responsive" src="gallery/kobe-gallery9.jpg" alt="">
144
-            </a>
145
-        </div>
146
-        <div class="col-md-3 portfolio-item">
147
-            <a href="#">
148
-                <img class="img-responsive" src="gallery/kobe-gallery10.jpg" alt="">
149
-            </a>
150
-        </div>
151
-        <div class="col-md-3 portfolio-item">
152
-            <a href="#">
153
-                <img class="img-responsive" src="gallery/kobe-gallery11.jpg" alt="">
154
-            </a>
155
-        </div>
156
-        <div class="col-md-3 portfolio-item">
157
-            <a href="#">
158
-                <img class="img-responsive" src="gallery/kobe-gallery12.jpg" alt="">
159
-            </a>
160
-        </div>
161
-    </div>
162
-    <!-- /.row -->
163
-
164
-    <hr>
165
-
166
-    <!-- Pagination -->
167
-    <div class="row text-center">
168
-        <div class="col-lg-12">
169
-            <ul class="pagination">
170
-                <li class="active">
171
-                    <a href="#">1</a>
172
-                </li>
173
-                <li>
174
-                    <a href="gallery2.html">2</a>
175
-                </li>
176
-                <li>
177
-                    <a href="gallery3.html">3</a>
178
-                </li>
179
-                <li>
180
-                    <a href="gallery2.html">&raquo;</a>
181
-                </li>
182
-            </ul>
183
-        </div>
184
-    </div>
185
-    <!-- /.row -->
186
-
187
-    <hr>
188
-
189
-
190
-</div>
191
-    <!-- /.container -->
192
-
193
-<footer>
194
-    <div class="container">
195
-        <div class="row">
196
-            <div class="col-lg-12 text-center">
197
-                <p>Ave. Domenech #308 | San Juan, Puerto Rico 00918<br>
198
-                    Tel : (787)752-0213<br>
199
-                    &copy; 2020 Alexotic. All rights reserved</p>
200
-            </div>
201
-        </div>
202
-    </div>
203
-</footer>
204
-
205
-<!-- jQuery -->
206
-<script src="js/jquery.js"></script>
207
-
208
-<!-- Bootstrap Core JavaScript -->
209
-<script src="js/bootstrap.min.js"></script>
210
-
211
-<!-- Script to Activate the Carousel -->
212
-<script>
213
-    $('.carousel').carousel({
214
-        interval: 5000 //changes the speed
215
-    })
216
-    </script>
217
-
218
-</body>
219
-
220
-</html>