Between Dealman Advertising LLC
And [customer name]
[ | |
{ | |
"InvitationGuid": "6cc75184-57cb-4aea-bbca-14822befb5a8", | |
"BackgroundOrderGuid": "c660325e-ae7d-4eea-b9ac-7aa1372ab29c", | |
"ExpectedPackageGuid": "07f3900e-be2a-430c-9b15-b18028fa69b6", | |
"InvitationDate": "2024-08-20T10:05:45.557" | |
}, | |
{ | |
"InvitationGuid": "e85e2250-c57f-4b4e-9735-053d6a05f940", | |
"BackgroundOrderGuid": "29c1eb17-159a-4705-8683-e58e3fa0fd28", |
{ | |
"data": [ | |
"10454", | |
"3982", | |
"10370", | |
"10338", | |
"1787", | |
"3983", | |
"243", | |
"4052", |
const wheelEvt = document.createEvent('MouseEvents'); | |
wheelEvt.initEvent('wheel', true, true); | |
// Set deltaY depending on wheel up or wheel down | |
wheelEvt.deltaY = +120; | |
// wheelEvt.deltaY = -120; | |
// Pass event to element | |
element.dispatchEvent(wheelEvt); |
root = true | |
[*] | |
indent_style = spaces | |
indent_size = 2 | |
end_of_line = lf | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true |
// npm install --save-dev eslint eslint-config-airbnb eslint-config-prettier eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react | |
{ | |
"root": true, | |
"extends": ["airbnb", "plugin:prettier/recommended"], | |
"settings": { | |
"import/core-modules": ["gatsby"] | |
}, | |
"globals": { | |
"graphql": true |
A user editable resume template built with React. Just fork the Pen and make your changes, then send out the link to employers and get paid.
A Pen by Christopher Beard on CodePen.