-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcraftcv100.html
More file actions
182 lines (151 loc) · 5.37 KB
/
craftcv100.html
File metadata and controls
182 lines (151 loc) · 5.37 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
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
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Foundation 4</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/stylesheet.css">
<script src="js/vendor/custom.modernizr.js"></script>
</head>
<body>
<div id="header">
<div class="row">
<div class="large-10 columns">
<h1><a href="index.html"><strong>KLOTZ</strong> Watches+Clocks</a></h1>
</div>
<div class="large-2 columns right">
<ul>
<li>2166 Market Street</li>
<li>San Francisco, CA 94114</li>
<li>(415) 701-8463</li>
</ul>
</div>
</div>
</div>
<!-- Navigation -->
<div id="topnav">
<div class="row">
<div class="large-12 columns">
<ul class="bar">
<li><a href="about.html">About</a></li>
<li><a href="watches.html">Watches</a></li>
<li><a href="clocks.html">Clocks</a></li>
<li><a href="repairs.html">Services</a></li>
<li class="current"><a href="craft.html">Buying Guide</a>
<ul>
<li><a href="learn.html">Learn the Lingo</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
<li><a href="map.html">Community Map</a></li>
</ul>
</div>
</div>
</div>
<!-- Body -->
<div class="row">
<div class="large-3 columns" id="headline">
<h3>Buying guide</h3>
<h6>Find the right one</h6>
</div>
<div class="large-9 columns">
<img name="trackercc100" src="img/trackercv100.png" id="trackercc100" usemap="#m_trackercc100" alt="" />
<map name="m_trackercc100" id="m_trackercc100">
<area shape="rect" coords="540,0,606,63" href="craftcv.html" alt="" />
<area shape="rect" coords="324,0,389,63" href="craftc.html" alt="" />
<area shape="rect" coords="114,0,173,63" href="craft.html" alt=1000/>
</map>
</div>
</div>
<div class="row">
<div class="large-3 columns">
<ul>
<li class="text">Want knowledge like a pro?</li>
<li class="button"><a href="clockmaking.html"><h3>Learn About Clockmaking</h3></a></li>
</ul>
</div>
<div class="large-9 columns" id="panel">
<img name="vintagepanel" src="img/vintagepanel.png" width="936" height="624" id="vintagepanel" usemap="#m_vintagepanel" alt="" />
<map name="m_vintagepanel" id="m_vintagepanel">
<area shape="rect" coords="0,359,290,624" href="error.html" alt="" />
<area shape="rect" coords="312,359,936,624" href="error.html" alt="" />
<area shape="rect" coords="312,0,936,343" href="error.html" alt="" />
<area shape="rect" coords="9,193,290,273" href="clocks.html" alt="" />
</map>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="row">
<div class="large-12 column">
<ul class="large-block-grid-5">
<li><strong>Sitemap</strong>
<ul>
<li><a href="index.html"><strong>Home</strong></a></li>
<li><a href="about.html"><strong>About</strong></a></li>
<li><a href="watches.html"><strong>Watches</strong></a></li>
<li><a href="clocks.html"><strong>Clocks</strong></a></li>
</ul>
<li>
<ul>
<li><a href="repairs.html"><strong>Services</strong></a></li>
<li><a href="craft.html"><strong>Buying Guide</strong></a></li>
<li><a href="learn.html">Learn</a></li>
<li><a href="watchmaking.html">Watchmaking</a></li>
<li><a href="clockmaking.html">Clockmaking</a></li>
</ul>
</li>
<li>
<ul>
<li><a href="contact.html"><strong>Contact</strong></a></li>
<li><a href="map.html"><strong>Community Map</strong></a></li>
<li><a href="story.html">Add a Story</a></li>
</ul>
</li>
<li><strong>KLOTZ Clocks+Watches</strong>
<p>German Watch + Clockmakers</p>
</li>
<li><strong>Hours</strong>
<ul>
<li>Tuesday - Friday: 10 AM - 6 PM</li>
<li>Saturday: 10 AM - 5 PM
<li><strong>Closed</strong></li>
<li>Sunday - Monday + Holidays</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!-- Javascript -->
<script>
document.write('<script src=' +
('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') +
'.js><\/script>')
</script>
<script src="js/foundation.min.js"></script>
<!--
<script src="js/foundation/foundation.js"></script>
<script src="js/foundation/foundation.alerts.js"></script>
<script src="js/foundation/foundation.clearing.js"></script>
<script src="js/foundation/foundation.cookie.js"></script>
<script src="js/foundation/foundation.dropdown.js"></script>
<script src="js/foundation/foundation.forms.js"></script>
<script src="js/foundation/foundation.joyride.js"></script>
<script src="js/foundation/foundation.magellan.js"></script>
<script src="js/foundation/foundation.orbit.js"></script>
<script src="js/foundation/foundation.reveal.js"></script>
<script src="js/foundation/foundation.section.js"></script>
<script src="js/foundation/foundation.tooltips.js"></script>
<script src="js/foundation/foundation.topbar.js"></script>
<script src="js/foundation/foundation.interchange.js"></script>
<script src="js/foundation/foundation.placeholder.js"></script>
<script src="js/foundation/foundation.abide.js"></script>
-->
<script>
$(document).foundation();
</script>
</body>
</html>