{"id":1789,"date":"2025-02-22T00:30:46","date_gmt":"2025-02-22T00:30:46","guid":{"rendered":"https:\/\/themanwithcamera.com\/?p=1789"},"modified":"2025-02-24T22:28:39","modified_gmt":"2025-02-24T22:28:39","slug":"support-my-work","status":"publish","type":"page","link":"https:\/\/themanwithcamera.com\/index.php\/support-my-work\/","title":{"rendered":"Support My Work"},"content":{"rendered":"\n<div class=\"donate-container\">\n    <div class=\"paypal-widget\">\n        <svg class=\"paypal-logo\" viewBox=\"0 0 24 24\" width=\"48\" height=\"48\">\n            <path fill=\"#003087\" d=\"M7.984 17.61c.748.95 1.69 1.4 3.05 1.4 2.89 0 4.04-1.5 4.04-3.7 0-2.1-1.5-3.5-3.6-3.5h-1.3v1.2h1.3c1.4 0 2.3.8 2.3 2.3 0 1.5-1 2.3-2.4 2.3-1.1 0-1.8-.4-2.2-1l-.7.4z\"\/>\n            <path fill=\"#009cde\" d=\"M12.756 7.5h-3.07c-.4 0-.7.3-.8.7l-2.4 14.3h3.3l.4-2.4c.1-.4.4-.7.8-.7h2.3c3.2 0 5.7-1.3 6.4-5.2.3-1.7 0-3.1-.8-4-.9-1-2.3-1.6-4.2-1.6zm1.7 6.3c.3 1.7-.6 2.6-2.4 2.6h-1.7l.5-3.1h1.7c1.3 0 2.1.5 2.2 1.5z\"\/>\n        <\/svg>\n        \n        <a href=\"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_xclick&#038;business=andjelic.zarko%40gmail.com&#038;item_name=Money+Transfer&#038;currency_code=USD\" \n           class=\"paypal-button\" \n           target=\"_blank\">\n            <span>P<\/span><span>a<\/span><span>y<\/span><span>P<\/span><span>a<\/span><span>l<\/span>\n            <span>&nbsp;<\/span>\n            <span>D<\/span><span>o<\/span><span>n<\/span><span>a<\/span><span>t<\/span><span>i<\/span><span>o<\/span><span>n<\/span>\n        <\/a>\n    <\/div>\n<\/div>\n\n<style>\n.donate-container {\n    display: flex;\n    justify-content: center;\n    padding: 30px;\n    margin: 20px 0;\n}\n\n.paypal-widget {\n    display: flex;\n    align-items: center;\n    gap: 25px;\n    padding: 20px 40px;\n    background: white;\n    border-radius: 12px;\n    box-shadow: 0 8px 30px rgba(0,48,135,0.1);\n    transition: transform 0.3s;\n}\n\n.paypal-button {\n    display: inline-flex;\n    font-size: 28px;\n    font-weight: 600;\n    color: #003087;\n    text-decoration: none;\n    padding: 15px 30px;\n    border-radius: 8px;\n    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n    border: 2px solid #003087;\n    cursor: pointer;\n    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);\n}\n\n.paypal-button span {\n    opacity: 0;\n    transform: translateY(15px);\n    animation: letterReveal 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;\n    animation-delay: calc(var(--i) * 0.1s);\n    display: inline-block;\n    transition: opacity 0.8s ease;\n}\n\n@keyframes letterReveal {\n    0% { \n        opacity: 0; \n        transform: translateY(15px) rotate(-5deg); \n    }\n    100% { \n        opacity: 1; \n        transform: translateY(0) rotate(0); \n    }\n}\n\n\/* \u041d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0437\u0430\u0434\u0435\u0440\u0436\u0435\u043a \u0434\u043b\u044f \u0432\u0441\u0435\u0445 15 \u0431\u0443\u043a\u0432 *\/\n.paypal-button span:nth-child(1) { --i: 1; }\n.paypal-button span:nth-child(2) { --i: 2; }\n.paypal-button span:nth-child(3) { --i: 3; }\n.paypal-button span:nth-child(4) { --i: 4; }\n.paypal-button span:nth-child(5) { --i: 5; }\n.paypal-button span:nth-child(6) { --i: 6; }\n.paypal-button span:nth-child(7) { --i: 7; }\n.paypal-button span:nth-child(8) { --i: 8; }\n.paypal-button span:nth-child(9) { --i: 9; }\n.paypal-button span:nth-child(10) { --i: 10; }\n.paypal-button span:nth-child(11) { --i: 11; }\n.paypal-button span:nth-child(12) { --i: 12; }\n.paypal-button span:nth-child(13) { --i: 13; }\n.paypal-button span:nth-child(14) { --i: 14; }\n.paypal-button span:nth-child(15) { --i: 15; }\n\n.paypal-button:hover span {\n    opacity: 0.2;\n    transition-delay: 0s;\n}\n\n.paypal-button:hover span:nth-child(1) { transition-delay: 0.1s; }\n.paypal-button:hover span:nth-child(2) { transition-delay: 0.2s; }\n.paypal-button:hover span:nth-child(3) { transition-delay: 0.3s; }\n\/* ... \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0430\u0435\u043c \u0434\u043b\u044f \u0432\u0441\u0435\u0445 15 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u043e\u0432 ... *\/\n.paypal-button:hover span:nth-child(15) { transition-delay: 1.5s; }\n\n@media (max-width: 768px) {\n    .paypal-widget {\n        flex-direction: column;\n        padding: 20px;\n    }\n    .paypal-button {\n        font-size: 22px;\n        padding: 12px 24px;\n    }\n    .paypal-logo {\n        width: 36px;\n        height: 36px;\n    }\n}\n<\/style>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>PayPal &nbsp; Donation<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":7,"comment_status":"closed","ping_status":"open","template":"","meta":{"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-1789","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/themanwithcamera.com\/index.php\/wp-json\/wp\/v2\/pages\/1789","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/themanwithcamera.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/themanwithcamera.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/themanwithcamera.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/themanwithcamera.com\/index.php\/wp-json\/wp\/v2\/comments?post=1789"}],"version-history":[{"count":9,"href":"https:\/\/themanwithcamera.com\/index.php\/wp-json\/wp\/v2\/pages\/1789\/revisions"}],"predecessor-version":[{"id":1850,"href":"https:\/\/themanwithcamera.com\/index.php\/wp-json\/wp\/v2\/pages\/1789\/revisions\/1850"}],"wp:attachment":[{"href":"https:\/\/themanwithcamera.com\/index.php\/wp-json\/wp\/v2\/media?parent=1789"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}