{"id":1467,"date":"2023-11-10T08:17:17","date_gmt":"2023-11-10T08:17:17","guid":{"rendered":"https:\/\/pixelpiernyc.vamtam.com\/?page_id=1467"},"modified":"2026-06-02T08:56:48","modified_gmt":"2026-06-02T07:56:48","slug":"a-propos-de","status":"publish","type":"page","link":"https:\/\/mayanksneh.com\/fr\/a-propos-de\/","title":{"rendered":"A propos de"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1467\" class=\"elementor elementor-1467\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-2305303 e-flex e-con-boxed e-con e-parent\" data-id=\"2305303\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ed2e5d elementor-widget elementor-widget-html\" data-id=\"2ed2e5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\">\n  <title>About Mayank Sneh | Product Marketing Manager<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n  <style>\n    :root {\n      --bg: #E9E9E7;\n      --glass: rgba(255,255,255,.58);\n      --glass-strong: rgba(255,255,255,.76);\n      --border: rgba(255,255,255,.55);\n      --text: #111111;\n      --muted: #676767;\n      --accent: #0A66C2;\n      --shadow: 0 10px 24px rgba(0,0,0,.06);\n      --radius: 28px;\n      --container: 1180px;\n    }\n\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n    \n    html { scroll-behavior: smooth; font-size: 16px; }\n\n    body {\n      font-family: 'Plus Jakarta Sans', sans-serif;\n      background: var(--bg);\n      color: var(--text);\n      overflow-x: hidden;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    img { max-width: 100%; display: block; }\n    a { text-decoration: none; color: inherit; }\n\n    .pm-page {\n      background: var(--bg);\n      padding: 32px 18px 80px;\n      min-height: 100vh;\n      overflow: hidden;\n    }\n\n    .pm-container {\n      max-width: var(--container);\n      margin: auto;\n      width: 100%;\n    }\n\n    .glass {\n      background: var(--glass);\n      backdrop-filter: blur(18px);\n      -webkit-backdrop-filter: blur(18px);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow);\n      overflow: hidden;\n    }\n\n    .section-title {\n      font-size: clamp(1.8rem, 4vw, 2.2rem);\n      font-weight: 800;\n      margin: 80px 0 24px;\n      letter-spacing: -1px;\n      text-align: center;\n    }\n\n    \/* Buttons *\/\n    .btn-primary {\n      display: inline-flex; align-items: center; justify-content: center; gap: 8px;\n      background-color: var(--accent) !important; color: #ffffff !important;\n      font-weight: 600; padding: 14px 32px; border-radius: 999px;\n      transition: all 0.2s ease; border: 1px solid transparent; text-decoration: none !important;\n    }\n    .btn-primary:visited, .btn-primary:active { color: #ffffff !important; }\n    .btn-primary:hover { \n      transform: translateY(-2px); box-shadow: 0 8px 20px rgba(10,102,194,0.25); color: #ffffff !important; \n    }\n\n    \/* Hero *\/\n    .about-hero {\n      display: grid; grid-template-columns: 2fr 1fr; gap: 22px; margin-bottom: 42px; align-items: center;\n    }\n    .hero-text-block { padding: 48px; }\n    .hero-text-block h1 {\n      font-size: clamp(2.5rem, 5.5vw, 3.6rem); font-weight: 700; line-height: 1.15;\n      letter-spacing: -1.5px; margin-bottom: 10px;\n    }\n    .hero-subhead { font-size: 1.2rem; font-weight: 700; color: var(--accent); margin-bottom: 18px; }\n    .hero-intro { font-size: 1.05rem; line-height: 1.75; color: var(--muted); max-width: 650px; }\n    \n    .hero-image { padding: 24px; display: flex; align-items: center; justify-content: center; height: 100%; }\n    .hero-image img {\n      width: 100%; max-width: 280px; border-radius: 50%; object-fit: cover; aspect-ratio: 1\/1;\n      border: 4px solid rgba(255,255,255,0.7); box-shadow: 0 12px 28px rgba(0,0,0,0.08);\n    }\n\n    \/* Narrative Card (Why Product Marketing) *\/\n    .narrative-card {\n      padding: 48px; margin-bottom: 42px; line-height: 1.8; font-size: 1.05rem; color: var(--muted); text-align: center;\n    }\n    .narrative-card p { max-width: 860px; margin: 0 auto; }\n\n    \/* Beliefs Grid *\/\n    .beliefs-grid {\n      display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 48px;\n    }\n    .belief-capsule {\n      padding: 34px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; transition: 0.3s ease;\n    }\n    .belief-capsule:hover { transform: translateY(-4px); border-color: #ffffff; box-shadow: 0 16px 32px rgba(0,0,0,0.08); }\n    .belief-emoji { font-size: 2.2rem; }\n    .belief-title { font-size: 1.15rem; font-weight: 700; color: var(--text); }\n    .belief-desc { font-size: 0.95rem; color: var(--muted); line-height: 1.6; }\n\n    \/* Background Shapes Work Grid *\/\n    .highlight-grid {\n      display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 48px;\n    }\n    .highlight-card {\n      padding: 42px 34px; background: rgba(255,255,255,0.65); backdrop-filter: blur(18px);\n      -webkit-backdrop-filter: blur(18px); border: 1px solid var(--border);\n      border-radius: var(--radius); box-shadow: var(--shadow); transition: 0.3s ease;\n    }\n    .highlight-card:hover { transform: translateY(-4px); border-color: #ffffff; }\n    .highlight-card h3 { font-size: 1.35rem; font-weight: 700; margin-bottom: 16px; color: var(--accent); }\n    .highlight-card p { font-size: 0.95rem; line-height: 1.75; color: var(--muted); margin-bottom: 0; }\n\n    \/* Aviation Spotlight *\/\n    .outside-highlight {\n      margin-bottom: 48px; padding: 42px 34px; background: rgba(255,255,255,0.65);\n      backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);\n      border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow);\n      display: flex; gap: 24px; align-items: flex-start;\n    }\n    .outside-badge {\n      font-size: 2.5rem; background: rgba(10,102,194,0.08); width: 64px; height: 64px;\n      border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n    }\n    .outside-content { flex: 1; }\n    .outside-highlight h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 12px; }\n    .outside-highlight p { font-size: 1rem; line-height: 1.7; color: var(--muted); }\n\n    \/* Interests *\/\n    .interests-section { margin-bottom: 48px; display: flex; justify-content: center; }\n    .interests-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 14px; padding: 12px 0 0; max-width: 900px; }\n    .interest-pill {\n      background: rgba(255,255,255,0.45); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);\n      border: 1px solid rgba(255,255,255,0.55); color: var(--text); font-size: 0.95rem; font-weight: 600;\n      padding: 12px 24px; border-radius: 999px; display: flex; align-items: center; gap: 8px;\n      box-shadow: 0 3px 8px rgba(0,0,0,0.03); transition: 0.2s; white-space: nowrap;\n    }\n    .interest-pill:hover {\n      background: rgba(255,255,255,0.85); border-color: var(--accent); color: var(--accent);\n      transform: translateY(-2px); box-shadow: 0 6px 14px rgba(0,0,0,0.06);\n    }\n\n    \/* Footer *\/\n    .footer {\n      padding: 64px 48px; margin-top: 60px; text-align: center; background: var(--glass-strong);\n    }\n    .footer h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); max-width: 700px; margin: auto; line-height: 1.35; letter-spacing: -1px; }\n    .footer p { margin-top: 16px; color: var(--muted); font-size: 1.1rem; }\n\n    \/* Responsive *\/\n    @media(max-width:1024px) {\n      .about-hero { grid-template-columns: 1fr; }\n      .hero-image { order: -1; padding: 16px; }\n      .hero-image img { max-width: 200px; }\n      .beliefs-grid { grid-template-columns: repeat(2, 1fr); }\n      .highlight-grid { grid-template-columns: 1fr; }\n    }\n    @media(max-width:768px) {\n      .hero-text-block { padding: 32px; }\n      .narrative-card { padding: 32px 24px; }\n      .beliefs-grid { grid-template-columns: 1fr; }\n      .outside-highlight { flex-direction: column; align-items: flex-start; padding: 32px 24px; }\n      .outside-badge { margin-bottom: 8px; }\n    }\n    @media(max-width: 768px) {\n  \/* ... your other mobile CSS ... *\/\n\n  .footer .btn-primary {\n    width: auto; \/* Reverts it to a normal button width *\/\n    white-space: nowrap; \/* Forces the text to stay on a single line *\/\n    padding: 12px 24px; \/* Tighter padding for mobile screens *\/\n    font-size: 0.9rem; \/* Slightly smaller text to prevent overflow *\/\n  }\n}\n  <\/style>\n<\/head>\n<body>\n\n<div class=\"pm-page\">\n  <div class=\"pm-container\">\n\n    <!-- 1. My Story (Hero) -->\n    <section class=\"about-hero\">\n      <div class=\"glass hero-text-block\">\n        <h1>My Story<\/h1>\n        <div class=\"hero-subhead\">From Engineering to Global Product Marketing<\/div>\n        <p class=\"hero-intro\">\n          My foundation is in Mechanical Engineering. While I was fascinated by how products and systems are built, my focus naturally shifted. I became just as interested in how those systems are positioned, communicated, and brought to market.\n        <\/p>\n        <p class=\"hero-intro\" style=\"margin-top:16px;\">\n          Over the last five years, I have worked across B2B SaaS, industrial software, e-commerce, and international markets, helping organizations bring complex products to market. I have worked in India, France, and across Nordic markets, learning how to bridge the gap between technical complexity and commercial value.\n        <\/p>\n      <\/div>\n      <div class=\"glass hero-image\">\n        <img decoding=\"async\" src=\"https:\/\/mayanksneh.com\/wp-content\/uploads\/2025\/01\/hero-trial-2.png\" alt=\"Mayank Sneh\">\n      <\/div>\n    <\/section>\n\n    <!-- 2. Why Product Marketing? -->\n    <h2 class=\"section-title\" style=\"margin-top: 24px;\">Why Product Marketing?<\/h2>\n    <div class=\"glass narrative-card\">\n      <p>Product Marketing sits at the intersection of product, customer, market, and commercial strategy. It combines the analytical mindset I developed through engineering with the communication and go-to-market skills I built throughout my marketing career. That is what makes it the most natural fit for how I like to work.<\/p>\n    <\/div>\n\n    <!-- 3. My Beliefs -->\n    <h2 class=\"section-title\">My Beliefs<\/h2>\n    <div class=\"beliefs-grid\">\n      <div class=\"glass belief-capsule\">\n        <div class=\"belief-emoji\">\ud83d\udd0d<\/div>\n        <div class=\"belief-title\">Clarity &amp; Curiosity<\/div>\n        <div class=\"belief-desc\">Strong work starts with understanding the customer and asking the right questions before defining the solution.<\/div>\n      <\/div>\n      <div class=\"glass belief-capsule\">\n        <div class=\"belief-emoji\">\ud83c\udf10<\/div>\n        <div class=\"belief-title\">Cultural Intelligence<\/div>\n        <div class=\"belief-desc\">International experience taught me how to navigate nuance, adapt communication styles, and collaborate effectively across borders.<\/div>\n      <\/div>\n      <div class=\"glass belief-capsule\">\n        <div class=\"belief-emoji\">\ud83d\udd01<\/div>\n        <div class=\"belief-title\">Adaptability<\/div>\n        <div class=\"belief-desc\">Markets shift and products evolve. The ability to adjust direction without losing focus is essential.<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- 4. How My Background Shapes My Work -->\n    <h2 class=\"section-title\">How My Background Shapes My Work<\/h2>\n    <div class=\"highlight-grid\">\n      <div class=\"highlight-card\">\n        <h3>Engineering<\/h3>\n        <p>This is my base. It helps me understand the architecture of the tools we build. I do not just market a product; I deconstruct how it works so I can translate that technical capability into clear customer value.<\/p>\n      <\/div>\n      <div class=\"highlight-card\">\n        <h3>International Experience<\/h3>\n        <p>Working across Europe, India, and global teams taught me that customer expectations, buying behavior, and communication styles vary significantly across markets. Successful positioning requires both global consistency and local relevance.<\/p>\n      <\/div>\n      <div class=\"highlight-card\">\n        <h3>Aviation<\/h3>\n        <p>This is a sector I have followed closely for years. It helps me grasp highly technical ecosystems and commercial realities, allowing me to connect software capabilities to real-world business outcomes.<\/p>\n      <\/div>\n      <div class=\"highlight-card\">\n        <h3>The AI Advantage<\/h3>\n        <p>I use AI to streamline research, organize information, and accelerate repetitive marketing tasks, allowing more time for strategic thinking and deep customer understanding.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 5. Aviation Spotlight -->\n    <h2 class=\"section-title\">Aviation Spotlight<\/h2>\n    <div class=\"glass outside-highlight\">\n      <div class=\"outside-badge\">\u2708\ufe0f<\/div>\n      <div class=\"outside-content\">\n        <h3>Industry Immersion<\/h3>\n        <p>Since 2018, I have covered the commercial aviation sector as an independent journalist. I have reported from the Paris Air Show and followed airline fleet strategies, operational performance, and broader industry developments. Through this work, I have developed a deep familiarity with the challenges airlines face around operational efficiency, fleet utilization, and reliability. This context allows me to connect technical capabilities with the specific business outcomes that matter most to complex industries.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 6. Beyond Work -->\n    <h2 class=\"section-title\">Beyond Work<\/h2>\n    <div class=\"interests-section\">\n      <div class=\"interests-pills\">\n        <span class=\"interest-pill\">\u2708\ufe0f Aviation<\/span>\n        <span class=\"interest-pill\">\ud83c\udf0d Travelling<\/span>\n     \n        <span class=\"interest-pill\">\ud83c\udf73 Cooking<\/span>\n        <span class=\"interest-pill\">\ud83c\udfac Movies<\/span>\n        <span class=\"interest-pill\">\ud83d\udde3\ufe0f Foreign Languages<\/span>\n        <span class=\"interest-pill\">\ud83d\udcbb Vibe Coding<\/span>\n        <span class=\"interest-pill\">\ud83d\ude80 Entrepreneurship<\/span>\n      <\/div>\n    <\/div>\n\n    <!-- 7. Let's Connect (Footer) -->\n    <div class=\"glass footer\">\n      <h2>Let's build positioning that makes sense.<\/h2>\n      <p>Open to Product Marketing opportunities across Europe and International teams.<\/p>\n      <div style=\"margin-top: 32px; display: flex; justify-content: center;\">\n        <a href=\"https:\/\/linkedin.com\/in\/mayanksneh\" target=\"_blank\" class=\"btn-primary\" rel=\"noopener\">Let's Connect on LinkedIn<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Telling your brand story through design <\/p>","protected":false},"author":1,"featured_media":16612,"parent":0,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"googlesitekit_rrm_CAowm7m1DA:productID":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_wp_convertkit_post_meta":{"form":"-1","landing_page":"0","tag":"0","restrict_content":"0"},"footnotes":""},"class_list":["post-1467","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/mayanksneh.com\/fr\/wp-json\/wp\/v2\/pages\/1467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mayanksneh.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mayanksneh.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mayanksneh.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mayanksneh.com\/fr\/wp-json\/wp\/v2\/comments?post=1467"}],"version-history":[{"count":262,"href":"https:\/\/mayanksneh.com\/fr\/wp-json\/wp\/v2\/pages\/1467\/revisions"}],"predecessor-version":[{"id":989936,"href":"https:\/\/mayanksneh.com\/fr\/wp-json\/wp\/v2\/pages\/1467\/revisions\/989936"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mayanksneh.com\/fr\/wp-json\/wp\/v2\/media\/16612"}],"wp:attachment":[{"href":"https:\/\/mayanksneh.com\/fr\/wp-json\/wp\/v2\/media?parent=1467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}