dodex-vertx
Version:
A java asynchronous server for Dodex and Dodex-mess
98 lines (97 loc) • 1.89 kB
JavaScript
var dodexContent = {
cards: {
card1: {
tab: "A",
front: {
content: ""
},
back: {
content: ""
}
},
card2: {
tab: "B",
front: {
"content": ""
},
back: {
content: ""
}
},
card3: {
tab: "C",
front: {
"content": `<h1>Best's Contact Form</h1><a href="#contact"><i class="fa fa-fw fa-phone pr-4"></i>Contact</a>`
},
back: {
content: `<h1>Lorem Ipsum</h1><a href="https://www.yahoo.com" target="_">Yahoo</a>`
}
},
card4: {
tab: "D",
front: {
content: ""
},
back: {
content: ""
}
},
card5: {
tab: "E",
front: {
content: ""
},
back: {
content: ""
}
},
card6: {
tab: "F",
front: {
content: ""
},
back: {
content: ""
}
},
"card16": {
tab: "P",
front: {
content: "<h1>Test Pdf</h1><a href=\"#!pdf/test\"><i class=\"fa fa-fw fa-file-pdf-o pr-4\"></i>PDF View</a>"
},
back: {
content: "<h1>Lorem Ipsum</h1><a href=\"https://www.yahoo.com\" target=\"_\">Yahoo16</a>"
}
},
card20: {
tab: "T",
front: {
content: "<h1>Test Table</h1><a href=\"#!table/tools\"><i class=\"fa fa-fw fa-table pr-4\"></i>Table View</a>"
},
back: {
content: "<h1>Lorem Ipsum</h1><a href=\"https://www.yahoo.com\" target=\"_\">Yahoo20</a>"
}
},
card8: {
tab: "H",
front: {
content: "<h1>Description</h1><a href=\"#!\"><i class=\"fa fa-fw fa-home pr-4\"></i>Home</a>"
},
back: {
content: "<h1>Lorem Ipsum</h1><a href=\"https://www.yahoo.com\" target=\"_\">Yahoo8</a>"
}
},
card27: {
tab: "",
front: {
content: ""
},
back: {
content: `<h1 style="font-size: 14px;">
<svg height="18" width="17" style="font-family: 'Open Sans', sans-serif;">
<text x="3" y="18" fill="#059">O</text><text x="0" y="15" fill="#059">D</text></svg> doDex</h1>
`
}
}
}
}