-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLocation.html
251 lines (205 loc) · 10 KB
/
Location.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/pegasustemp.dwt" codeOutsideHTMLIsLocked="false" --><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Our Locations!</title>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #CDE855;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}
.twoColFixLtHdr #container {
width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
.twoColFixLtHdr #header {
background: #A7C520;
padding: 0 0 0 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
color: #FFF;
font-size: 1%;
}
.twoColFixLtHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 10px;
font-size: 95%;
}
.twoColFixLtHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #493F0B; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 0px 10px 15px 20px;
font-size: 85%;
color: #FFF;
}
.twoColFixLtHdr #mainContent {
margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
color: #000;
}
.twoColFixLtHdr #footer {
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD;
}
#copyright {
color: gray; font-style: italic; text-align:right
}
.twoColFixLtHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font-size: 75%; color:#000
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none; color: #CDE855
}
a:active {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #493F0B;
}
.twoColFixLtHdr #container #header h3 {
font-size: 15pt;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #header div p font {
font-size: 20pt; padding: 20px 20px 20px 20px
}
.rollover a { display:block; width:32px; background-color: #FFFFFF}
.rollover a:hover { background-color: #990000}
-->
</style><!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body class="twoColFixLtHdr">
<script type="text/javascript">
(function() {
var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://widgets.digg.com/buttons.js';
s1.parentNode.insertBefore(s, s1);
})();
-->
</style>
-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-6609629-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
<script src="http://www.google.com/uds/api?file=uds.js&v=1.0&key=ABQIAAAApj7c3G5CqmMeM2hsLYUh8RRzqjSJdklj-ati1DqsoHKMJe775RQabeAT9qEJmoiCdZTzthrv-__s4w" type="text/javascript"></script>
<script language="Javascript" type="text/javascript">
//<![CDATA[
function OnLoad() {
// Create a search control
var searchControl = new GSearchControl();
// create a search object
var siteSearch = new GwebSearch();
siteSearch.setUserDefinedLabel("Fake Pegasus");
siteSearch.setUserDefinedClassSuffix("siteSearch");
siteSearch.setSiteRestriction("http://uoregon.edu/~dsopkin");
searchControl.addSearcher(siteSearch);
// tell Google where to draw the searchbox
searchControl.draw(document.getElementById("search-box"));
}
GSearch.setOnLoadCallback(OnLoad);
//]]>
</script>
<div id="container">
<div id="header">
<h 2align="left">
<div align="left">
<p><a href="index.html"><img src="pegasuslogoroundcolor.jpg" width="138" height="134" alt="Pegasus" /></a></p>
<h3 align="right"><font face="MS Serif, New York, serif"></font>Serving the campus community since 1989!</h3>
</div>
<!-- end #header --></div>
<div id="sidebar1">
<h3><a href="index.html">Home</a></h3>
<h3><a href="Menu.html">Menu</a></h3>
<h3><a href="Fathoms.html">Fathom's Bar</a></h3>
<h3><a href="Location.html">Locations</a></h3>
<h3><a href="contact.html">Contact Us</a></h3>
<h3><a href="Order.html">Order Now!</a></h3>
<p> </p>
<p> </p>
<h3>Hours of Operation:</h3>
<h4>Sun-Thurs
9am to 12pm</h4>
<h4>Fri-Sat
10am-2am </h4>
<p> </p>
<p align="center"><a href="http://www.twitter.com/fakepegasus"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-b.png" alt="Follow fakepegasus on Twitter"/></a></p>
<!-- end #sidebar1 --></div>
<div id="mainContent">
<!-- InstanceBeginEditable name="EditRegion3" -->
<h2>We now have two locations to serve you!</h2>
<p> </p>
<h2>Campus</h2>
<p>790 East 14th Ave, Eugene OR 97401 - <u>(541)344-4471</u></p>
<p><iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=790+east+14th+ave,+eugene,+or&sll=44.04473,-123.081623&sspn=0.009594,0.012531&ie=UTF8&hq=&hnear=790+E+14th+Ave,+Eugene,+Lane,+Oregon+97401&ll=44.044692,-123.081486&spn=0.009594,0.012531&z=14&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=790+east+14th+ave,+eugene,+or&sll=44.04473,-123.081623&sspn=0.009594,0.012531&ie=UTF8&hq=&hnear=790+E+14th+Ave,+Eugene,+Lane,+Oregon+97401&ll=44.044692,-123.081486&spn=0.009594,0.012531&z=14" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<p> </p>
<h2>Oakway Mall</h2>
<p>4 Oakway Center, Eugene OR - <u>(541) 344-0844</u></p>
<p><strong>
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=4+Oakway+Center,+Eugene,+OR&sll=44.044399,-123.080349&sspn=0.009594,0.012531&ie=UTF8&hq=&hnear=4+Oakway+Center,+Eugene,+Lane,+Oregon+97401&z=14&ll=44.066719,-123.07502&output=embed"></iframe>
<br /><small><a href="http://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=4+Oakway+Center,+Eugene,+OR&sll=44.044399,-123.080349&sspn=0.009594,0.012531&ie=UTF8&hq=&hnear=4+Oakway+Center,+Eugene,+Lane,+Oregon+97401&z=14&ll=44.066719,-123.07502" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
<!-- InstanceEndEditable -->
<!-- end #mainContent --></div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --> <br class="clearfloat" />
<div id="footer">
<p>790 East 14th Ave | Eugene, OR 97401 | p. 541 - 344 - 4471 | f. 541 - 321 - 1234</p>
<!-- end #footer --></div>
<!-- end #container --> </div>
</body>
<!-- InstanceEnd --></html>