{"id":2,"date":"2025-07-18T23:00:20","date_gmt":"2025-07-18T23:00:20","guid":{"rendered":"https:\/\/definitelyallen.com\/?page_id=2"},"modified":"2025-07-22T20:37:47","modified_gmt":"2025-07-22T20:37:47","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/definitelyallen.com\/","title":{"rendered":"HERE&#8217;S EVERYTHING ABOUT WHO I AM"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Allen Victor | Content Maestro<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script><\/p>\n<style>\n        \/* Custom styles for the dark, glowing theme *\/\n        body {\n            font-family: 'Inter', sans-serif;\n            background-color: #000; \/* Black background *\/\n            color: #0F0; \/* Green text *\/\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            margin: 0;\n            padding: 20px; \/* Default padding for larger screens *\/\n            box-sizing: border-box;\n            width: 100vw; \/* Ensure body takes full viewport width *\/\n            overflow-x: hidden; \/* Crucial: Prevent horizontal scrolling *\/\n        }\n        .container {\n            max-width: 900px;\n            width: 100%;\n            padding: 40px; \/* Default padding for larger screens *\/\n            border: 2px solid #0F0; \/* Green border *\/\n            border-radius: 15px;\n            box-shadow: 0 0 20px rgba(0, 255, 0, 0.5); \/* Green glow *\/\n            background-color: rgba(0, 0, 0, 0.8); \/* Slightly transparent black *\/\n            box-sizing: border-box; \/* Ensure padding\/border are included in width *\/\n        }\n        h1 {\n            font-size: 2.8rem; \/* Default font size *\/\n            font-weight: 700;\n            margin-bottom: 10px;\n            text-shadow: 0 0 8px rgba(0, 255, 0, 0.7);\n            word-break: break-word; \/* Allow long words to break *\/\n        }\n        h2 {\n            font-size: 1.8rem; \/* Default font size *\/\n            font-weight: 600;\n            margin-bottom: 20px;\n            color: #0F0;\n            word-break: break-word;\n        }\n        p {\n            font-size: 1.1rem; \/* Default font size *\/\n            line-height: 1.6;\n            margin-bottom: 15px;\n            word-break: break-word;\n        }\n        .section-title {\n            font-size: 1.4rem; \/* Default font size *\/\n            font-weight: 600;\n            margin-top: 30px;\n            margin-bottom: 15px;\n            color: #0F0;\n            border-bottom: 1px dashed #0F0;\n            padding-bottom: 5px;\n            word-break: break-word;\n            box-sizing: border-box; \/* Ensure padding\/border are included in width *\/\n        }\n        .skill-tag {\n            display: inline-block;\n            background-color: #050; \/* Darker green for tags *\/\n            color: #0F0;\n            padding: 6px 12px;\n            border-radius: 8px;\n            margin-right: 8px;\n            margin-bottom: 8px;\n            font-size: 0.9rem;\n            border: 1px solid #0F0;\n            box-sizing: border-box; \/* Ensure padding\/border are included in width *\/\n            white-space: nowrap; \/* Prevent tags from breaking in the middle *\/\n        }\n        .experience-item {\n            margin-bottom: 25px;\n            padding-left: 15px;\n            border-left: 2px solid #0F0;\n            box-sizing: border-box; \/* Ensure padding\/border are included in width *\/\n        }\n        .experience-title {\n            font-weight: 600;\n            font-size: 1.2rem;\n            color: #0F0;\n            margin-bottom: 5px;\n            word-break: break-word;\n        }\n        .experience-details {\n            font-size: 1rem;\n            color: #0A0; \/* Slightly lighter green for details *\/\n            margin-bottom: 8px;\n            word-break: break-word;\n        }\n        .author-link {\n            display: inline-block;\n            background-color: #0F0;\n            color: #000;\n            padding: 12px 25px;\n            border-radius: 10px;\n            text-decoration: none;\n            font-weight: 700;\n            margin: 10px; \/* Default margin for larger screens *\/\n            transition: all 0.3s ease;\n            box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);\n            border: 1px solid #0F0;\n            box-sizing: border-box; \/* Ensure padding\/border are included in width *\/\n            white-space: nowrap; \/* Prevent button text from breaking *\/\n        }\n        .author-link:hover {\n            background-color: #0A0;\n            color: #FFF;\n            box-shadow: 0 0 20px rgba(0, 255, 0, 0.8);\n            transform: translateY(-3px);\n        }\n        .contact-info {\n            font-size: 1rem;\n            margin-top: 20px;\n            text-align: center;\n            color: #0A0;\n            word-break: break-word;\n        }\n        .contact-info a {\n            color: #0F0;\n            text-decoration: none;\n            border-bottom: 1px dashed #0F0;\n        }\n        .contact-info a:hover {\n            color: #0A0;\n        }\n        .status-dot {\n            display: inline-block;\n            width: 10px;\n            height: 10px;\n            background-color: #FFD700; \/* Gold color for dot *\/\n            border-radius: 50%;\n            margin-left: 5px;\n            animation: pulse 1.5s infinite alternate;\n        }<\/p>\n<p>        @keyframes pulse {\n            0% { transform: scale(1); opacity: 0.7; }\n            100% { transform: scale(1.2); opacity: 1; }\n        }<\/p>\n<p>        \/* --- Responsive Adjustments using Media Queries --- *\/<\/p>\n<p>        \/* For screens smaller than 768px (e.g., tablets in portrait) *\/\n        @media (max-width: 768px) {\n            body {\n                padding: 15px; \/* Reduce overall padding *\/\n            }\n            .container {\n                padding: 30px; \/* Adjust container padding *\/\n            }\n            h1 {\n                font-size: 2.2rem; \/* Smaller font for main title *\/\n            }\n            h2 {\n                font-size: 1.6rem; \/* Smaller font for subtitle *\/\n            }\n            p {\n                font-size: 1rem; \/* Slightly smaller paragraph text *\/\n            }\n            .section-title {\n                font-size: 1.3rem; \/* Smaller section titles *\/\n            }\n            .experience-title {\n                font-size: 1.1rem;\n            }\n            .experience-details, .contact-info {\n                font-size: 0.95rem;\n            }\n            .author-link {\n                padding: 10px 20px;\n                margin: 8px; \/* Reduce margin around buttons *\/\n            }\n        }<\/p>\n<p>        \/* For screens smaller than 480px (e.g., mobile phones) *\/\n        @media (max-width: 480px) {\n            body {\n                padding: 10px; \/* Further reduce overall padding *\/\n            }\n            .container {\n                padding: 20px; \/* Further adjust container padding *\/\n            }\n            h1 {\n                font-size: 1.8rem; \/* Even smaller font for main title *\/\n                text-align: center; \/* Center align title on mobile *\/\n            }\n            h2 {\n                font-size: 1.3rem; \/* Even smaller font for subtitle *\/\n                text-align: center; \/* Center align subtitle on mobile *\/\n            }\n            p {\n                font-size: 0.9rem; \/* Smallest paragraph text *\/\n            }\n            .section-title {\n                font-size: 1.1rem; \/* Smallest section titles *\/\n                text-align: center; \/* Center align section titles *\/\n                border-bottom: none; \/* Remove border for cleaner look on small screens *\/\n                padding-bottom: 0;\n                margin-bottom: 10px;\n            }\n            .skill-tag {\n                font-size: 0.8rem; \/* Smaller skill tags *\/\n                padding: 5px 10px;\n            }\n            .experience-item {\n                padding-left: 0; \/* Remove left padding *\/\n                border-left: none; \/* Remove left border *\/\n                margin-bottom: 20px;\n            }\n            .experience-title {\n                font-size: 1rem;\n                text-align: center;\n            }\n            .experience-details {\n                font-size: 0.9rem;\n                text-align: center;\n            }\n            .author-link {\n                display: block; \/* Stack buttons vertically *\/\n                width: calc(100% - 20px); \/* Full width minus padding *\/\n                margin: 10px auto; \/* Center buttons *\/\n                text-align: center;\n                font-size: 0.95rem;\n            }\n            .flex-wrap {\n                justify-content: center; \/* Center skill tags and buttons *\/\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<div class=\"container\">\n<h3 style=\"font-weight: bold;\">A COMMUNICATIONS MAESTRO<span class=\"status-dot\"><\/span><\/h3>\n<p class=\"text-lg mb-6\">\n            Welcome, intrepid recruiter! You&#8217;ve stumbled upon the digital lair of Allen Victor, a wordsmith who crafts content that doesn&#8217;t just inform, it *convinces*. With a knack for turning complex ideas into engaging narratives, I&#8217;m here to make your brand sing (and rank high on Google, of course!).\n        <\/p>\n<div class=\"section-title\">IN A NUTSHELL<\/div>\n<p>\n            A clear, persuasive communicator with a background in crafting user-focused, SEO-driven content across blogs, websites, emails, social ads, and corporate messaging. Experienced in tools like WordPress, HubSpot, and GA4. Known for strong skills of conviction, message clarity, and adapting tone across channels. No requirement of visa sponsorship, given that I am a LA-based lawful permanent resident.\n        <\/p>\n<div class=\"section-title\">TECHNICAL SKILLS<\/div>\n<div class=\"flex flex-wrap justify-center gap-2 mb-6\">\n            <span class=\"skill-tag\">HubSpot<\/span><br \/>\n            <span class=\"skill-tag\">WordPress<\/span><br \/>\n            <span class=\"skill-tag\">Google Analytics<\/span><br \/>\n            <span class=\"skill-tag\">Google Search Console<\/span><br \/>\n            <span class=\"skill-tag\">Google Ads<\/span><br \/>\n            <span class=\"skill-tag\">Java<\/span><br \/>\n            <span class=\"skill-tag\">Google Suite<\/span><br \/>\n            <span class=\"skill-tag\">Semrush<\/span><br \/>\n            <span class=\"skill-tag\">Mailchimp<\/span><br \/>\n            <span class=\"skill-tag\">HTML<\/span><br \/>\n            <span class=\"skill-tag\">CSS<\/span><br \/>\n            <span class=\"skill-tag\">JIRA<\/span><br \/>\n            <span class=\"skill-tag\">Camtasia<\/span><br \/>\n            <span class=\"skill-tag\">Figma<\/span><br \/>\n            <span class=\"skill-tag\">Power BI<\/span><br \/>\n            <span class=\"skill-tag\">Tableau<\/span><br \/>\n            <span class=\"skill-tag\">Microsoft Office<\/span><br \/>\n            <span class=\"skill-tag\">Canva<\/span><br \/>\n            <span class=\"skill-tag\">SQL<\/span><br \/>\n            <span class=\"skill-tag\">SimilarWeb<\/span><br \/>\n            <span class=\"skill-tag\">InspectLet<\/span><br \/>\n            <span class=\"skill-tag\">SOAP UI<\/span><br \/>\n            <span class=\"skill-tag\">Postman<\/span><br \/>\n            <span class=\"skill-tag\">Webex<\/span><br \/>\n            <span class=\"skill-tag\">SAP QM<\/span>\n        <\/div>\n<div class=\"section-title\">CORE COMPETENCIES<\/div>\n<div class=\"flex flex-wrap justify-center gap-2 mb-6\">\n            <span class=\"skill-tag\">Content Strategy<\/span><br \/>\n            <span class=\"skill-tag\">SEO Optimization<\/span><br \/>\n            <span class=\"skill-tag\">Cross-Functional Collaboration<\/span><br \/>\n            <span class=\"skill-tag\">Campaign Management<\/span><br \/>\n            <span class=\"skill-tag\">Performance Reporting<\/span><br \/>\n            <span class=\"skill-tag\">Written Communication<\/span><br \/>\n            <span class=\"skill-tag\">Time Management<\/span><br \/>\n            <span class=\"skill-tag\">Market Research<\/span><br \/>\n            <span class=\"skill-tag\">Project Coordination<\/span><br \/>\n            <span class=\"skill-tag\">Stakeholder\/SME Interviewing<\/span><br \/>\n            <span class=\"skill-tag\">Lead Generation<\/span><br \/>\n            <span class=\"skill-tag\">Brand Messaging<\/span><br \/>\n            <span class=\"skill-tag\">Editorial Planning<\/span><br \/>\n            <span class=\"skill-tag\">Technical Documentation<\/span><br \/>\n            <span class=\"skill-tag\">CRM Familiarity<\/span>\n        <\/div>\n<div class=\"section-title\">PROFESSIONAL EXPERIENCE<\/div>\n<div class=\"experience-item\">\n<div class=\"experience-title\">Marketing Copywriter | Auction.com \u2013 Irvine, CA, United States<\/div>\n<div class=\"experience-details\">May 2024 \u2013 Jan 2025<\/div>\n<p>Oversaw content operations and reporting for a leading real estate platform. Improved blog impressions by 38% through effective content management, internal coordination, and SEO enhancements. Supported Google Analytics 4 (GA4) reporting and collaborated with QA and design teams for A\/B website testing\u2014gaining exposure to cross-functional communication and campaign calendar management.<\/p>\n<\/p><\/div>\n<div class=\"experience-item\">\n<div class=\"experience-title\">Senior Copywriter | SunTec Web Services \u2013 New Delhi, India<\/div>\n<div class=\"experience-details\">Jul 2023 \u2013 Jan 2024<\/div>\n<p>Managed large-scale content projects involving landing pages and eCommerce product listings. Maintained organized documentation for each project cycle, while coordinating between marketing, product, and design teams. Used tools like Google Analytics, HubSpot, and Screaming Frog to track project impact.<\/p>\n<\/p><\/div>\n<div class=\"experience-item\">\n<div class=\"experience-title\">Senior Marketing Associate | Unthinkable Solutions \u2013 Gurgaon, India<\/div>\n<div class=\"experience-details\">Jun 2021 \u2013 Jun 2023<\/div>\n<p>Balanced multiple deadlines for blogs, social media posts, Google Ads, and newsletters. Regularly generated and maintained performance reports and dashboards. Coordinated with public relations firms and internal stakeholders to organize deliverables and finalize messaging.<\/p>\n<\/p><\/div>\n<div class=\"experience-item\">\n<div class=\"experience-title\">Senior Content Executive | 99acres.com \u2013 Noida, India<\/div>\n<div class=\"experience-details\">Mar 2019 \u2013 Jun 2021<\/div>\n<p>Handled high-volume editorial assignments requiring research, formatting, and approval cycles. Maintained a schedule of stakeholder interviews and sourced quotes from external PR contacts. Worked closely with HR and internal teams on company communications and knowledge-sharing resources.<\/p>\n<\/p><\/div>\n<div class=\"experience-item\">\n<div class=\"experience-title\">Technical Recruiter | Artech LLC \u2013 Noida, India<\/div>\n<div class=\"experience-details\">May 2018 \u2013 Aug 2018<\/div>\n<p>Scheduled interviews, screened candidates, and tracked applicant progress using internal systems. Developed strong documentation and communication skills.<\/p>\n<\/p><\/div>\n<div class=\"experience-item\">\n<div class=\"experience-title\">Senior System Engineer | Infosys \u2013 Mysore, India<\/div>\n<div class=\"experience-details\">Jul 2015 \u2013 Apr 2018<\/div>\n<p>Developed enterprise applications with Java, Spring, JDBC, and SQL. Created internal guides, video tutorials, and training documents. Supported knowledge management and internal learning portals across departments.<\/p>\n<\/p><\/div>\n<div class=\"section-title\">EDUCATION<\/div>\n<div class=\"experience-item\">\n<div class=\"experience-title\">MBA, Marketing | Institute of Management Technology | Ghaziabad, India<\/div>\n<div class=\"experience-details\">2019-2021<\/div>\n<\/p><\/div>\n<div class=\"experience-item\">\n<div class=\"experience-title\">Bachelor of Technology (B.Tech.), Computer Science and Engineering | Chennai, India<\/div>\n<div class=\"experience-details\">2011-2015<\/div>\n<\/p><\/div>\n<div class=\"section-title\">PROFESSIONAL ACCOMPLISHMENTS<\/div>\n<ul class=\"list-disc list-inside ml-4 mb-6 text-sm sm:text-base\">\n<li>Created the Buyer Guide on the 99acres.com website<\/li>\n<li>Produced Spring and Java Hibernate-based video content and got it published on the Infosys Internal Learning Platform.<\/li>\n<li>Participated in ADCOM conferences and seminars.<\/li>\n<li>Was part of the organizing committee for Channel [V] events in college in 2014.<\/li>\n<\/ul>\n<div class=\"section-title\">MY AUTHOR PORTFOLIO<\/div>\n<div class=\"flex flex-wrap justify-center mt-6\">\n            <a href=\"https:\/\/insights.daffodilsw.com\/blog\/author\/allen-victor\" target=\"_blank\" class=\"author-link\">Daffodilsw Insights<\/a><br \/>\n            <a href=\"https:\/\/www.99acres.com\/articles\/author\/allenvictor\" target=\"_blank\" class=\"author-link\">99acres.com Articles<\/a><br \/>\n            <a href=\"https:\/\/devops.com\/author\/allen-victor\/\" target=\"_blank\" class=\"author-link\">DevOps.com<\/a>\n        <\/div>\n<div class=\"contact-info\">\n            West Hills, Los Angeles, CA-91307 | <a href=\"mailto:allenvictor261992@gmail.com\">allenvictor261992@gmail.com<\/a> | 747-366-1173\n        <\/div>\n<\/p><\/div>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Allen Victor | Content Maestro A COMMUNICATIONS MAESTRO Welcome, intrepid recruiter! You&#8217;ve stumbled upon the digital lair of Allen Victor, a wordsmith who crafts content that doesn&#8217;t just inform, it *convinces*. With a knack for turning complex ideas into engaging narratives, I&#8217;m here to make your brand sing (and rank high on Google, of course!). [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/definitelyallen.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/definitelyallen.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/definitelyallen.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/definitelyallen.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/definitelyallen.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":4,"href":"https:\/\/definitelyallen.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":13,"href":"https:\/\/definitelyallen.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/13"}],"wp:attachment":[{"href":"https:\/\/definitelyallen.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}