-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhome.html
459 lines (383 loc) · 20.9 KB
/
home.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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Default Fonts: Roboto (400,900) and Lora (400,700). -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700" >
<!-- Minified CSS: Output from "style.scss". -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- Header: Includes the thin header bar, main menu and search. -->
<header class="row" id="header">
<!-- The header bar. -->
<div class="row bar">
<div class="inner">
<div class="social">
<a href="#">
<svg class="instagram" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C5.827 0 5.555.01 4.702.048 3.85.088 3.27.222 2.76.42c-.526.204-.973.478-1.417.923-.445.444-.72.89-.923 1.417-.198.51-.333 1.09-.372 1.942C.008 5.555 0 5.827 0 8s.01 2.445.048 3.298c.04.852.174 1.433.372 1.942.204.526.478.973.923 1.417.444.445.89.72 1.417.923.51.198 1.09.333 1.942.372.853.04 1.125.048 3.298.048s2.445-.01 3.298-.048c.852-.04 1.433-.174 1.942-.372.526-.204.973-.478 1.417-.923.445-.444.72-.89.923-1.417.198-.51.333-1.09.372-1.942.04-.853.048-1.125.048-3.298s-.01-2.445-.048-3.298c-.04-.852-.174-1.433-.372-1.942-.204-.526-.478-.973-.923-1.417-.444-.445-.89-.72-1.417-.923-.51-.198-1.09-.333-1.942-.372C10.445.008 10.173 0 8 0zm0 1.44c2.136 0 2.39.01 3.233.048.78.036 1.203.166 1.485.276.374.145.64.318.92.598.28.28.453.546.598.92.11.282.24.705.276 1.485.038.844.047 1.097.047 3.233s-.01 2.39-.05 3.233c-.04.78-.17 1.203-.28 1.485-.15.374-.32.64-.6.92-.28.28-.55.453-.92.598-.28.11-.71.24-1.49.276-.85.038-1.1.047-3.24.047s-2.39-.01-3.24-.05c-.78-.04-1.21-.17-1.49-.28-.38-.15-.64-.32-.92-.6-.28-.28-.46-.55-.6-.92-.11-.28-.24-.71-.28-1.49-.03-.84-.04-1.1-.04-3.23s.01-2.39.04-3.24c.04-.78.17-1.21.28-1.49.14-.38.32-.64.6-.92.28-.28.54-.46.92-.6.28-.11.7-.24 1.48-.28.85-.03 1.1-.04 3.24-.04zm0 2.452c-2.27 0-4.108 1.84-4.108 4.108 0 2.27 1.84 4.108 4.108 4.108 2.27 0 4.108-1.84 4.108-4.108 0-2.27-1.84-4.108-4.108-4.108zm0 6.775c-1.473 0-2.667-1.194-2.667-2.667 0-1.473 1.194-2.667 2.667-2.667 1.473 0 2.667 1.194 2.667 2.667 0 1.473-1.194 2.667-2.667 2.667zm5.23-6.937c0 .53-.43.96-.96.96s-.96-.43-.96-.96.43-.96.96-.96.96.43.96.96z"/></svg>
</a>
<a href="#">
<svg class="facebook" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.117 0H.883C.395 0 0 .395 0 .883v14.234c0 .488.395.883.883.883h7.663V9.804H6.46V7.39h2.086V5.607c0-2.066 1.262-3.19 3.106-3.19.883 0 1.642.064 1.863.094v2.16h-1.28c-1 0-1.195.48-1.195 1.18v1.54h2.39l-.31 2.42h-2.08V16h4.077c.488 0 .883-.395.883-.883V.883C16 .395 15.605 0 15.117 0" fill-rule="nonzero"/></svg>
</a>
<a href="#">
<svg class="twitter" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.37-1.337.64-2.085.79-.598-.64-1.45-1.04-2.396-1.04-1.812 0-3.282 1.47-3.282 3.28 0 .26.03.51.085.75-2.728-.13-5.147-1.44-6.766-3.42C.83 2.58.67 3.14.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.22-.276.074-.566.114-.865.114-.21 0-.41-.02-.61-.058.42 1.304 1.63 2.253 3.07 2.28-1.12.88-2.54 1.404-4.07 1.404-.26 0-.52-.015-.78-.045 1.46.93 3.18 1.474 5.04 1.474 6.04 0 9.34-5 9.34-9.33 0-.14 0-.28-.01-.42.64-.46 1.2-1.04 1.64-1.7z" fill-rule="nonzero"/></svg>
</a>
<a href="#">
<svg class="pinterest" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8c0 3.39 2.108 6.285 5.084 7.45-.07-.633-.133-1.604.028-2.295.146-.625.938-3.977.938-3.977s-.24-.48-.24-1.188c0-1.11.646-1.943 1.448-1.943.683 0 1.012.513 1.012 1.127 0 .687-.436 1.713-.662 2.664-.19.797.4 1.445 1.185 1.445 1.42 0 2.514-1.498 2.514-3.662 0-1.91-1.376-3.25-3.342-3.25-2.276 0-3.61 1.71-3.61 3.47 0 .69.263 1.43.593 1.83.066.08.075.15.057.23-.06.25-.196.8-.223.91-.035.15-.115.18-.268.11C3.516 10.46 2.89 9 2.89 7.82c0-2.52 1.834-4.84 5.287-4.84 2.774 0 4.932 1.98 4.932 4.62 0 2.76-1.74 4.98-4.16 4.98-.81 0-1.57-.42-1.84-.92l-.5 1.9c-.18.698-.67 1.57-1 2.1.75.23 1.54.357 2.37.357 4.41 0 8-3.58 8-8s-3.59-8-8-8z" fill-rule="nonzero"/></svg>
</a>
</div>
<nav>
<a class="open" href="#sign-in">Account</a>
<a class="addtocart" href="#">
Cart
<span>2</span>
</a>
</nav>
</div>
</div>
<!-- The main header section. -->
<div class="row main">
<div class="inner">
<a class="brand" href="/">
<svg class="logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12c0 1.103-.896 2-2 2-1.103 0-2-.897-2-2s.897-2 2-2c1.104 0 2 .897 2 2zm10 0c0 6.627-5.373 12-12 12s-12-5.373-12-12 5.373-12 12-12 12 5.373 12 12zm-14.795 7.507c-2.17-.813-3.893-2.54-4.699-4.714l-1.02.127c.896 2.628 2.968 4.704 5.592 5.606l.127-1.019zm.26-2.077c-1.271-.596-2.299-1.624-2.895-2.896l-1.041.13c.709 1.721 2.084 3.097 3.807 3.807l.129-1.041zm6.535-5.43c0-2.209-1.791-4-4-4s-4 1.791-4 4 1.791 4 4 4 4-1.791 4-4zm2.473-2.665c-.711-1.722-2.086-3.097-3.807-3.807l-.131 1.041c1.271.596 2.299 1.624 2.896 2.896l1.042-.13zm2.027-.253c-.902-2.61-2.969-4.672-5.582-5.568l-.129 1.019c2.162.808 3.877 2.52 4.691 4.677l1.02-.128z"/></svg>
<h1>ANALOG</h1>
<svg class="menu" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</a>
<nav id="main-menu">
<a class="open-menu" href="product-archive.html" data-menu="#menu">Shop</a>
<a href="post-archive.html">Journal</a>
<a href="pagee.html">About</a>
</nav>
<form id="search" method="post" action="">
<input type="text" name="search" placeholder="Search for something ..." />
<button class="submit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
</svg>
</button>
<button class="submit toggle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/>
</svg>
</button>
</form>
</div>
</div>
</header>
<!-- Sub-menus: Toggled via the main menu above. -->
<div class="sub-menus">
<div class="row menus" id="menu">
<span class="close">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>
</svg>
</span>
<div class="inner">
<nav class="row main-menu">
<a href="/">Home</a>
<a href="post-archive.html">Journal</a>
<a href="pagee.html">About</a>
</nav>
<div class="menu">
<h3>Turntables</h3>
<ul>
<li><a href="#">Inceptos</a></li>
<li><a href="#">Parturient</a></li>
<li><a href="#">Dapibus Cursus</a></li>
<li><a href="#">Inceptos</a></li>
<li><a href="#">Ridiculus</a></li>
</ul>
</div>
<div class="menu">
<h3>Vinyl</h3>
<ul>
<li><a href="#">Ridiculus</a></li>
<li><a href="#">Inceptos</a></li>
<li><a href="#">Dolor</a></li>
<li><a href="#">Purus</a></li>
</ul>
</div>
<div class="menu">
<h3>Accessories</h3>
<ul>
<li><a href="#">Dapibus Cursus</a></li>
<li><a href="#">Parturient</a></li>
<li><a href="#">Inceptos</a></li>
<li><a href="#">Ridiculus</a></li>
</ul>
</div>
<div class="menu">
<h3>Gear</h3>
<ul>
<li><a href="#">Dolor</a></li>
<li><a href="#">Inceptos</a></li>
<li><a href="#">Purus</a></li>
<li><a href="#">Dapibus Cursus</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- The Intro Cover: Also used for "error" pages. -->
<section class="row cover">
<div class="background" style="background-image: url(https://source.unsplash.com/cZWZjymwI9o);">
</div>
<div class="copy">
<h2>Like a lemon to a lime</h2>
<p>We specialize in new and vintage analog audio, including restoration, repairs, sales, including equipment, vinyl and more.</p>
<a class="button white" href="product-archive.html">Browse the collection</a>
</div>
<a class="down scroll" href="#products">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/>
</svg>
</a>
</section>
<!-- Notifications: Row notifications for whatever. -->
<div class="row notification">
<p>Free shipping on all U.S. orders over $100</p>
</div>
<!-- Featured Products: No diff between this and the standard product archive. -->
<section class="row" id="products">
<div class="inner">
<header class="intro">
<h2>Featured products</h2>
<p>Equipment, vinyl and more for all you hipster audiophiles.</p>
</header>
<div class="row products three">
<div class="product">
<a href="product.html">
</a>
<div class="product-cover" style="background-image: url(https://source.unsplash.com/lEOogB2xh1M);">
</div>
<div class="meta">
<h3>Stack of vinyl</h3>
<span class="price">$50.00</span>
</div>
</div>
<div class="product">
<a href="product.html">
</a>
<div class="product-cover" style="background-image: url(https://source.unsplash.com/uK9QFr3fFk0);">
</div>
<div class="meta">
<h3>Bugera amp</h3>
<span class="price">$100.00</span>
</div>
</div>
<div class="product">
<a href="product.html">
</a>
<div class="product-cover" style="background-image: url(https://source.unsplash.com/p44B3PKChs4);">
</div>
<div class="meta">
<h3>Used blue mic</h3>
<span class="price">$125.00</span>
</div>
</div>
<div class="product">
<a href="product.html">
</a>
<div class="product-cover" style="background-image: url(https://source.unsplash.com/73o_FzZ5x-w);">
</div>
<div class="meta">
<h3>Vintage mixer</h3>
<span class="price">$450.00</span>
</div>
</div>
<div class="product">
<a href="product.html">
</a>
<div class="product-cover" style="background-image: url(https://source.unsplash.com/eOLpJytrbsQ);">
</div>
<div class="meta">
<h3>Ceramic speakers</h3>
<span class="price">$550.00</span>
</div>
</div>
<div class="product">
<a href="product.html">
</a>
<div class="product-cover" style="background-image: url(https://source.unsplash.com/yZRfi-jCgRs);">
</div>
<div class="meta">
<h3>Vintage turntable</h3>
<span class="price">$225.00</span>
</div>
</div>
</div>
<div class="row loadmore">
<a class="button black load" href="#">Load more products ...</a>
</div>
</div>
</section>
<!-- The Featured Article: No diff between this and regular articles except for the "featured" class. -->
<section class="row article featured">
<div class="inner">
<div class="post">
<article>
<span class="row meta">
Latest from the journal - May 2017
</span>
<h2>R.I.P. Audiophilia — It was nice knowing you</h2>
<p>Audiophilia is dead. Actually, it retired to an exclusive country club in the sky—but as far as the enduring, salt-of-the-earth audio hobbyist is concerned, it may as well be dead. The reason is simple: The old audiophile paradigm used to be mostly about when we were going to get that top-shelf component we had our eye on; it was rarely an if proposition. That's because, if you were an average, determined audiophile, it wasn't prohibitively expensive to buy top-shelf equipment. That's what made our hobby so exciting back then: the idea that you could actually own the best sound around. Damn!</p>
<img src="https://source.unsplash.com/_Ib-JulMgzo" />
<p>To 99% of us, that idea is now laughable. What can you do. Times change. The world evolves, and we adapt by adjusting our expectations and priorities. That's not to say that owning the best sound is no longer a priority for us; only that, due to circumstances beyond our control and the fact that, in life, our options are to sink or to swim, owning the best sound stopped being everything.</p>
</article>
<!-- The "Continue Reading fade. -->
<div class="continue">
<div class="actions">
<a class="button black" href="post.html">Read the full post</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer: For the newsletter form and footer menu. -->
<footer class="row" id="footer">
<div class="inner">
<div class="row newsletter">
<p>Subscribe to our newsletter to stay updated. We never spam, that's not our style.</p>
<form class="dark" method="post">
<input type="email" placeholder="Enter your email address" />
<div class="submit">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>
</svg>
</div>
</form>
</div>
<div class="row menus">
<div class="menu">
<h3>Products</h3>
<ul>
<li><a href="product-archive.html">Turntables</a></li>
<li><a href="product-archive.html">Vinyl</a></li>
<li><a href="product-archive.html">Mics</a></li>
<li><a href="product-archive.html">Accessories</a></li>
<li><a href="product-archive.html">Gear</a></li>
</ul>
</div>
<div class="menu">
<h3>Customer Service</h3>
<ul>
<li><a href="#">Help & FAQ</a></li>
<li><a href="#">Returns & Exchanges</a></li>
<li><a href="#">Gift Cards</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="menu">
<h3>About</h3>
<ul>
<li><a href="page.html">Our Story</a></li>
<li><a href="post-archive.html">Journal</a></li>
<li><a href="error.html">Resources</a></li>
<li><a href="#">Shop</a></li>
</ul>
</div>
<div class="menu">
<h3>Follow Us</h3>
<ul>
<li><a href="#">Instagram</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Pinterest</a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Side Cart: The cart modal integrated as a sidebar. -->
<div class="cart" id="cart-side">
<span class="close">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>
</svg>
</span>
<header>
<h3>Your Cart: 2 Items</h3>
<p>Here’s what you’re purchasing today.</p>
</header>
<div class="row overview">
<div class="row product">
<div class="product-cover" style="background-image: url(https://source.unsplash.com/lEOogB2xh1M);">
</div>
<div class="meta">
<span class="label">Stack of Vinyl</span><br />
<span class="quantity">50 Count</span>
<span class="options">Blue Box</span>
</div>
<span class="price">$50.00</span>
</div>
<div class="row product">
<div class="product-cover" style="background-image: url(https://source.unsplash.com/uK9QFr3fFk0);">
</div>
<div class="meta">
<span class="label">Bugera Amp</span><br />
<span class="quantity">x1</span>
<span class="options">Red Box</span>
</div>
<span class="price">$100.00</span>
</div>
</div>
<a class="button visual green checkout" href="checkout.html">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"/>
</svg>
</div>
Continue to checkout
</a>
<a class="button visual black" href="cart.html">
<div class="icon">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"/>
</svg>
</div>
Edit your cart
</a>
</div>
<!-- Sign-in: The sign-in panel and form. -->
<div class="panel" id="sign-in">
<span class="close">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/>
</svg>
</span>
<div class="inner forms">
<header>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 12c0 1.103-.896 2-2 2-1.103 0-2-.897-2-2s.897-2 2-2c1.104 0 2 .897 2 2zm10 0c0 6.627-5.373 12-12 12s-12-5.373-12-12 5.373-12 12-12 12 5.373 12 12zm-14.795 7.507c-2.17-.813-3.893-2.54-4.699-4.714l-1.02.127c.896 2.628 2.968 4.704 5.592 5.606l.127-1.019zm.26-2.077c-1.271-.596-2.299-1.624-2.895-2.896l-1.041.13c.709 1.721 2.084 3.097 3.807 3.807l.129-1.041zm6.535-5.43c0-2.209-1.791-4-4-4s-4 1.791-4 4 1.791 4 4 4 4-1.791 4-4zm2.473-2.665c-.711-1.722-2.086-3.097-3.807-3.807l-.131 1.041c1.271.596 2.299 1.624 2.896 2.896l1.042-.13zm2.027-.253c-.902-2.61-2.969-4.672-5.582-5.568l-.129 1.019c2.162.808 3.877 2.52 4.691 4.677l1.02-.128z"/></svg>
<p>Sign in to manage your account and view your orders.</p>
</header>
<form action="" method="POST" id="login-form" novalidate="novalidate">
<div class="row">
<div class="group">
<div class="fields precedes bottom whole">
<label>Email Address *</label>
<input type="text" name="member-email" placeholder="you@youremail" required>
</div>
<div class="fields whole">
<label>Password *</label>
<input type="password" name="member-password" placeholder="••••••••••••" required>
</div>
</div>
</div>
<div class="row action">
<a class="button black submit" href="account.html">Sign in to continue ...</a>
</div>
</form>
</div>
</div>
<!-- JS: Using jQuery for a few little things. -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>