This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const skills = [ | |
| 'Algorithms', | |
| 'Analytical Skills', | |
| 'Big Data', | |
| 'Calculating', | |
| 'Compiling Statistics', | |
| 'Data Analytics', | |
| 'Data Mining', | |
| 'Database Design', | |
| 'Database Management', |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const flatColours = [ | |
| { label: 'Turquoise', hex: "#1abc9c" }, | |
| { label: 'Emerald', hex: "#2ecc71" }, | |
| { label: 'Peter River', hex: "#3498db" }, | |
| { label: 'Amethyst', hex: "#9b59b6" }, | |
| { label: 'Wet Asphalt', hex: "#34495e" }, | |
| { label: 'Green Sea', hex: "#16a085" }, | |
| { label: 'Nephritis', hex: "#27ae60" }, | |
| { label: 'Belize Hole', hex: "#2980b9" }, | |
| { label: 'Wisteria', hex: "#8e44ad" }, |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import $ from 'jquery' | |
| const initEventbrite = () => new Promise((resolve) => { | |
| const ready = () => { | |
| resolve(window.EBWidgets) | |
| } | |
| let first = true | |
| const init = () => { | |
| if (window.EBWidgets && window.EBWidgets.createWidget) { | |
| ready() |
OlderNewer