dodex-vertx
Version:
A java asynchronous server for Dodex and Dodex-mess
111 lines • 2.36 kB
JavaScript
() => {
return {
cards: {
card1: {
tab: "A",
front: {
content: "<h3>Hi There</h3>"
},
back: {
content: "Whats up? "
}
},
card2: {
tab: "B",
front: {
"content": ""
},
back: {
content: ""
}
},
card3: {
tab: "C",
back: {
"content": "<h1>Best's Contact Form</h1><a href=\"#/contact\"><i class=\"fa fa-fw fa-phone pr-4\"></i>Contact</a>"
},
front: {
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: "<p>Some Stuff</p>"
},
back: {
content: ""
}
},
card6: {
tab: "F",
front: {
content: ""
},
back: {
content: ""
}
},
"card16": {
tab: "P",
front: {
content: "<h1>Test Pdf</h1><a href=\"#!pdf/test\"><i class=\"far fa-fw fa-file-pdf pr-4\"></i>PDF View</a>"
},
back: {
content: "<h1>Lorem Ipsum</h1><a href=\"https://www.yahoo.com\" target=\"_\">Yahoo16</a>"
}
},
card20: {
tab: "T",
back: {
content: "<h1>Test Table</h1><a href=\"#!table/tools\"><i class=\"fa fa-fw fa-table pr-4\"></i>Table View</a>"
},
front: {
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>"
}
},
card31: {
tab: "N01",
front: {
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>
`
},
back: {
content: ""
}
},
card32: {
tab: "N02",
back: {
content: ""
},
front: {
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>
`
}
}
}
};
};