-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (204 loc) · 11.8 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Welcome to Inigo Glass Gallery</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='fonts/font-awesome' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Aldrich" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/common.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/gallerypages.css" media="screen">
<!-- Navbar -->
<div class="w3-top w3-text-white">
<div class="w3-bar w3-theme-gradient w3-left-align w3-text-white">
<a class="w3-bar-item w3-button w3-hide-medium w3-hide-large w3-right w3-theme-gradient w3-hover-black w3-text-white" href="javascript:void(0);" onclick="openNav()"><i class="fa fa-bars"></i></a>
<a href="index.html" class="w3-bar-item w3-button w3-hover-black w3-text-white"><i class="fa fa-home w3-margin-right"></i>Home</a>
<a href="index.html#About" class="w3-bar-item w3-button w3-hide-small w3-hover-black w3-text-white">About</a>
<a href="index.html#Contact" class="w3-bar-item w3-button w3-hide-small w3-hover-black w3-text-white">Contact</a>
<!--<a href="https://www.facebook.com/Inigo-Glass-Gallery-723537951147841/about/" class="w3-bar-item w3-button w3-hide-small w3-hover-black w3-text-white">Facebook</a>
<a href="instagram"><a href="https://www.instagram.com/inigo_glassgallery/" class="w3-bar-item w3-button w3-hide-small w3-hover-black w3-text-white">Instagram</a> -->
<a href="events.html" class="w3-bar-item w3-button w3-hide-small w3-hover-black w3-text-white">Events</a>
<div class="w3-dropdown-hover w3-hide-small w3-hover-black w3-text-white">
<button class="w3-btn w3-text-white w3-hover-black">Gallery <i class="fa fa-caret-down "></i></button>
<div class="w3-dropdown-content w3-theme-gradient w3-bar-block w3-text-white">
<a href="gallery.html" class="w3-bar-item w3-btn w3-hover-black w3-text-white">Functional</a>
<a href="nonfunctional.html" class="w3-bar-item w3-btn w3-hover-black w3-text-white">Non-Functional</a>
<a href="pendants.html" class="w3-bar-item w3-btn w3-hover-black w3-text-white">Pendants</a>
</div>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-theme-d2 w3-hide w3-hide-large w3-hide-medium w3-text-white">
<a href="index.html" class="w3-bar-item w3-button">Home</a>
<a href="index.html#About" class="w3-bar-item w3-button">About</a>
<a href="index.html#Contact" class="w3-bar-item w3-button">Contact</a>
<!--
<a href="https://www.facebook.com/Inigo-Glass-Gallery-723537951147841/about/" class="w3-bar-item w3-button">Facebook</a>
<a href="https://www.instagram.com/inigo_glassgallery/" class="w3-bar-item w3-button">Instagram</a>
-->
<a href="events.html" class="w3-bar-item w3-button w3-hover-black w3-text-white">Events</a>
<a href="gallery.html" class="w3-bar-item w3-button">Functional</a>
<a href="nonfunctional.html" class="w3-bar-item w3-button">Non-Functional</a>
<a href="pendants.html" class="w3-bar-item w3-button">Pendants</a>
</div>
</div>
</div>
</head>
<!-- Page content -->
<div class="w3-content" style="max-width:2000px;margin-top:0px">
<!-- Automatic Slideshow Images -->
<div class="w3-display-container w3-center" >
<img src="InigoLogo.png" class="w3-center" style="border-radius:10px;" id="main">
</div>
<!-- About Section -->
<div class="w3-container w3-content w3-center w3-padding-32 w3-dark-gray" style="max-width:2000px" id="About">
<div class="w3-content w3-center" style="max-width:1000px">
<h2 class="w3-wide" id="SummaryTitle">WELCOME TO INIGO</h2>
<p class="w3-justify" id="Summary" style="margin-top:30px">Inigo Glass Gallery is a family owned and operated art gallery, specializing in functional glass pieces, located in East Austin, Texas. After many years of collecting art, and with much knowledge and passion for the industry, Inigo was born with a promise to provide Austin and all of Texas with exquisite functional glass art displayed in a proper setting with the right intentions. Each and every piece is carefully and thoughtfully handpicked by us with only 100% handmade glass on our shelves. We will always strive to provide exceptional customer service so that you will always want to come back to us, whether it be for a new piece or even just for an event!</p>
<p class="w3-justify" id="Summary">We have payment options available so you don’t have to miss out on a dream piece! Please send us an email or message on Instagram for details.</p>
<p class="w3-justify" id="Summary">Our gallery viewing hours are Friday and Saturday from 2 pm - 7 pm.
If those hours don’t work for you, please don’t hesitate to send us an email or message through social media for a private appointment.</p>
</div>
</div>
<!-- Art Slideshow -->
<div class="w3-content w3-center w3-padding-16" style="max-width:1000">
<!-- uncomment this to add a picture for event related flyers -->
<div class="mySlides w3-display-container w3-center" style="margin-top:20px">
<a href="events.html" title ="Check out coming events"><img src="/SmallDosesFlyer.jpg" id="OneYear"></a>
<div class="w3-display-bottommiddle w3-container w3-text-white w3-padding-32 w3-hide-small">
<!--<h3>Upcoming</h3>-->
</div>
</div>
<div class="mySlides w3-display-container w3-center" style="margin-top:20px">
<a href="gallery.html" title ="Enter functional gallery"><img src="/gallerypics/coolneon5.jpg" id="homeSlides"></a>
<div class="w3-display-bottommiddle w3-container w3-text-white w3-padding-32 w3-hide-small">
<h3>Functional</h3>
</div>
</div>
<div class="mySlides w3-display-container w3-center" style="margin-top:20px">
<a href="nonfunctional.html" title ="Enter non-functional gallery"><img src="/nonfunctional/cloudbg.jpg" id="homeSlides"></a>
<div class="w3-display-bottommiddle w3-container w3-text-white w3-padding-32 w3-hide-small">
<h3>Non-Functional</h3>
</div>
</div>
<div class="mySlides w3-display-container w3-center" style="margin-top:20px">
<a href="pendants.html" title ="Enter pendant gallery"><img src="/gallerypics/Pendants/Medusa3.jpg" id="homeSlides"></a>
<div class="w3-display-bottommiddle w3-container w3-text-white w3-padding-32 w3-hide-small">
<h3>Pendants</h3>
</div>
</div>
</div>
<!-- The Contact Section -->
<div id="contact">
<div class="w3-container w3-content w3-padding-64" style="max-width:800px" id="Contact">
<h2 class="w3-wide w3-center" id="ContactTitle">CONTACT <a href="mailto:info@inigoglassgallery.com" id="ContactTitle"><i class="fa fa-envelope" id="iconM"></i></a>
<a href="https://www.facebook.com/Inigo-Glass-Gallery-723537951147841/about/" id="ContactTitle"><i class="fa fa-facebook-official" id="iconF"></i></a>
<a href="https://www.instagram.com/inigo_glassgallery/" id="ContactTitle"><i class="fa fa-instagram" id="iconI"></i></a></h2>
<p class=" w3-center" id="ContactSubTitle"><i>Have questions or want to set up a private viewing? Let us know!</i></p>
<div class="w3-row w3-padding-32">
<div class="w3-col m6 w3-margin-bottom" id="Contact">
<i class="fa fa-map-marker" id="Contact"></i> <a href="https://www.google.com/maps/place/1700+Montopolis+Dr,+Austin,+TX+78741/@30.2272381,-97.7046092,17z/data=!3m1!4b1!4m5!3m4!1s0x8644b41ea28aa3a9:0x3645e7f78cbce27b!8m2!3d30.2272381!4d-97.7024205" class="w3-text-orange w3-opacity" >1700 Montopolis Dr, Unit C, Austin Texas, 78741</a> <br>
<i class="fa fa-envelope" id="Contact"> </i><a href="mailto:info@inigoglassgallery.com" style="text-decoration: none"> Email: info@inigoglassgallery.com</a><br>
<i class="fa fa-hourglass" style="color:gray;" id="Contact"> </i> Friday - Saturday: 2pm - 7pm<br>
</div>
<div class="w3-col m6"> <!--
<form action="/index.php" target="_blank">
<div class="w3-row-padding" style="margin:0 -16px 8px -16px">
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Name" required name="name">
</div>
<div class="w3-half">
<input class="w3-input w3-border" type="text" placeholder="Email" required name="email">
</div>
</div>
<input class="w3-input w3-border" type="text" placeholder="Message" required name="message">
<button class="w3-button w3-black w3-section w3-right" id="submit" name="submit" type="submit">SEND</button>
</form> -->
</div>
</div>
</div>
</div>
<!-- End Page Content -->
</div>
<!-- Add Google Maps -->
<div id="googleMap" style="height:400px;" class="w3-grayscale-max"></div>
<!-- Footer -->
<footer class="w3-container w3-center w3-dark-gray" id="DiffBackground">
</footer>
<script defer>
// Call the html import for the navbar html
//w3.includeHTML();
// Script for side navigation
function w3_open() {
var x = document.getElementById("mySidebar");
x.style.width = "300px";
x.style.paddingTop = "10%";
x.style.display = "block";
}
// Close side navigation
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}
// Used to toggle the menu on smaller screens when clicking on the menu button
function openNav() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
function myMap()
{
myCenter=new google.maps.LatLng(30.227238, -97.702420);
var mapOptions= {
center:myCenter,
zoom:13, scrollwheel: false, draggable: false,
mapTypeId:google.maps.MapTypeId.ROADMAP
};
var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);
var marker = new google.maps.Marker({
position: myCenter,
});
marker.setMap(map);
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCqVLgaIA5i-w63y8MHFQJI-QdPksA9OAQ&callback=myMap"></script>
</html>
<!--
To use this code on your website, get a free API key from Google.
Read more at: https://www.w3schools.com/graphics/google_maps_basic.asp
-->
<script>
// Automatic Slideshow - change image every 4 seconds
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 4000);
}
// Used to toggle the menu on small screens when clicking on the menu button
function myFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>