-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.js
More file actions
56 lines (55 loc) · 2.63 KB
/
script.js
File metadata and controls
56 lines (55 loc) · 2.63 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
const context = {
title: "Welcome to Musicon",
body: "Musicon is a budding musical storefront with a mission to share the joy of music. These magnificent auditory tools are designed with musical creators, like you, in mind. Hobbyists, beginners, and experts alike can appreciate the resplendent sounds supplied by each and every instrument we carry. Join us in delivering the euphoric vibrations of melodia to the citizens of the world!",
instruments: [
{
image:
"https://content.codecademy.com/courses/learn-handlebars/musicon/electronic-keyboard.png",
name: "Electronic Keyboard",
description:
"A piano welcomed to the 21th century. Pianists celebrate the compact form factor and the diversity of synthesized rhythms all in one masterful musical machine.",
price: "$1,999.00",
sale: "$1,699.89",
},
{
image:
"https://content.codecademy.com/courses/learn-handlebars/musicon/electric-guitar.png",
name: "Electric Guitar",
description:
"Join the legends of the '50s and '60s when the marriage of guitar and electricity created the most influential instrument of a generation. Note: picks sold separately.",
price: "$599.99",
},
{
image:
"https://content.codecademy.com/courses/learn-handlebars/musicon/bass-guitar.png",
name: "Bass Guitar",
description:
"Experience the embodiment of funkadelic frequencies that is the bass guitar. Let the deep low notes of the bass guitar resonate with heartbeats everywhere.",
price: "$624.99",
},
{
image:
"https://content.codecademy.com/courses/learn-handlebars/musicon/drum-kit.png",
name: "Drum Kit",
description:
'Ever thought, "one instrument isn\'t enough?" Find an answer in the drum kit. Coordinate a collections of drums and cymbals to dictate the rhythm of musical masterpiece.',
price: "$649.00",
sale: "$349.00",
},
],
};
// Select templates
// const indexTemplate = document.getElementById("index-template");
// const storeTemplate = document.getElementById("store-template");
// // For index.html
// if (indexTemplate) {
// const template = Handlebars.compile(indexTemplate.innerHTML);
// const filled = template(context);
// document.getElementById("introduction").innerHTML = filled;
// }
// // For store.html
// if (storeTemplate) {
// const template = Handlebars.compile(storeTemplate.innerHTML);
// const filled = template(context);
// document.getElementById("showcase").innerHTML = filled;
// }}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}