{"id":5910,"date":"2026-06-04T12:00:49","date_gmt":"2026-06-04T11:00:49","guid":{"rendered":"https:\/\/87.weblv.xyz\/?page_id=5910"},"modified":"2026-06-04T12:05:45","modified_gmt":"2026-06-04T11:05:45","slug":"contributors","status":"publish","type":"page","link":"https:\/\/87.weblv.xyz\/index.php\/contributors\/","title":{"rendered":"Contributors"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5910\" class=\"elementor elementor-5910\">\n\t\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-f6ab55f elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"f6ab55f\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-no \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-246b17e\" data-id=\"246b17e\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-7c84bab elementor-widget elementor-widget-html\" data-id=\"7c84bab\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<section class=\"contributor-form-section\">\r\n    <div class=\"container\">\r\n\r\n        <div class=\"form-wrapper\">\r\n\r\n            <div class=\"form-content\">\r\n\r\n                <span class=\"section-tag\">\r\n                    Join Our Global Network\r\n                <\/span>\r\n\r\n                <h2>\r\n                    Contribute to Europedia Journeys\r\n                <\/h2>\r\n\r\n                <p>\r\n                    We collaborate with writers, photographers, and travelers\r\n                    worldwide. Share your expertise through hotel reviews,\r\n                    destination features, experience critiques, and editorial essays.\r\n                <\/p>\r\n\r\n                <div class=\"opportunities\">\r\n\r\n                    <div>Hotel Reviews<\/div>\r\n                    <div>Destination Features<\/div>\r\n                    <div>Experience Critiques<\/div>\r\n                    <div>Editorial Essays<\/div>\r\n\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n            <div class=\"form-box\">\r\n\r\n                <form action=\"mailto:contributors@europedia.gr\" method=\"post\" enctype=\"text\/plain\">\r\n\r\n                    <div class=\"form-group\">\r\n                        <input type=\"text\" name=\"name\" placeholder=\"Full Name\" required>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group\">\r\n                        <input type=\"email\" name=\"email\" placeholder=\"Email Address\" required>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group\">\r\n                        <input type=\"text\" name=\"country\" placeholder=\"Country\">\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group\">\r\n                        <select name=\"contribution-type\">\r\n                            <option>Select Contribution Type<\/option>\r\n                            <option>Hotel Review<\/option>\r\n                            <option>Destination Feature<\/option>\r\n                            <option>Experience Critique<\/option>\r\n                            <option>Editorial Essay<\/option>\r\n                        <\/select>\r\n                    <\/div>\r\n\r\n                    <div class=\"form-group\">\r\n                        <textarea name=\"message\" rows=\"5\" placeholder=\"Tell us about your travel writing experience...\"><\/textarea>\r\n                    <\/div>\r\n\r\n                    <button type=\"submit\">\r\n                        Apply as Contributor\r\n                    <\/button>\r\n\r\n                <\/form>\r\n\r\n            <\/div>\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/section>\r\n\r\n<style>\r\n\r\n.contributor-form-section{\r\n    padding:90px 0;\r\n    background:#fafafa;\r\n}\r\n\r\n.contributor-form-section .container{\r\n    max-width:1400px;\r\n    margin:auto;\r\n    padding:0 40px;\r\n}\r\n\r\n.form-wrapper{\r\n    display:grid;\r\n    grid-template-columns:1fr 550px;\r\n    gap:60px;\r\n    align-items:center;\r\n}\r\n\r\n.section-tag{\r\n    color:#d4a143;\r\n    text-transform:uppercase;\r\n    letter-spacing:4px;\r\n    font-size:12px;\r\n    font-weight:600;\r\n}\r\n\r\n.form-content h2{\r\n    font-size:60px;\r\n    line-height:1.1;\r\n    color:#1f4166;\r\n    margin:20px 0;\r\n}\r\n\r\n.form-content p{\r\n    color:#6b7280;\r\n    line-height:1.9;\r\n    margin-bottom:35px;\r\n}\r\n\r\n.opportunities{\r\n    display:grid;\r\n    grid-template-columns:repeat(2,1fr);\r\n    gap:15px;\r\n}\r\n\r\n.opportunities div{\r\n    background:#fff;\r\n    padding:18px 20px;\r\n    border-radius:16px;\r\n    color:#1f4166;\r\n    font-weight:600;\r\n    box-shadow:0 10px 25px rgba(0,0,0,.05);\r\n}\r\n\r\n\/* Form *\/\r\n\r\n.form-box{\r\n    background:#fff;\r\n    padding:40px;\r\n    border-radius:30px;\r\n    box-shadow:0 20px 50px rgba(0,0,0,.06);\r\n}\r\n\r\n.form-group{\r\n    margin-bottom:18px;\r\n}\r\n\r\n.form-box input,\r\n.form-box select,\r\n.form-box textarea{\r\n    width:100%;\r\n    padding:16px 20px;\r\n    border:1px solid #e5e7eb;\r\n    border-radius:14px;\r\n    font-size:15px;\r\n    outline:none;\r\n}\r\n\r\n.form-box input:focus,\r\n.form-box select:focus,\r\n.form-box textarea:focus{\r\n    border-color:#d4a143;\r\n}\r\n\r\n.form-box button{\r\n    width:100%;\r\n    border:none;\r\n    background:#1f4166;\r\n    color:#fff;\r\n    padding:18px;\r\n    border-radius:50px;\r\n    font-size:16px;\r\n    font-weight:600;\r\n    cursor:pointer;\r\n    transition:.3s;\r\n}\r\n\r\n.form-box button:hover{\r\n    background:#d4a143;\r\n}\r\n\r\n@media(max-width:991px){\r\n\r\n.form-wrapper{\r\n    grid-template-columns:1fr;\r\n}\r\n\r\n.form-content h2{\r\n    font-size:40px;\r\n}\r\n\r\n.opportunities{\r\n    grid-template-columns:1fr;\r\n}\r\n\r\n}\r\n\r\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Join Our Global Network Contribute to Europedia Journeys We collaborate with writers, photographers, and travelers worldwide. Share your expertise through hotel reviews, destination features, experience critiques, and editorial essays. Hotel Reviews Destination Features Experience Critiques Editorial Essays Select Contribution TypeHotel ReviewDestination FeatureExperience CritiqueEditorial Essay Apply as Contributor<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5910","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/87.weblv.xyz\/index.php\/wp-json\/wp\/v2\/pages\/5910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/87.weblv.xyz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/87.weblv.xyz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/87.weblv.xyz\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/87.weblv.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=5910"}],"version-history":[{"count":10,"href":"https:\/\/87.weblv.xyz\/index.php\/wp-json\/wp\/v2\/pages\/5910\/revisions"}],"predecessor-version":[{"id":5920,"href":"https:\/\/87.weblv.xyz\/index.php\/wp-json\/wp\/v2\/pages\/5910\/revisions\/5920"}],"wp:attachment":[{"href":"https:\/\/87.weblv.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=5910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}