{"id":1722,"date":"2025-10-20T22:12:16","date_gmt":"2025-10-20T20:12:16","guid":{"rendered":"https:\/\/e-d-n.eu\/?page_id=1722"},"modified":"2025-10-24T19:47:05","modified_gmt":"2025-10-24T17:47:05","slug":"the-edn-team-2025","status":"publish","type":"page","link":"https:\/\/e-d-n.eu\/index.php\/the-edn-team-2025\/","title":{"rendered":""},"content":{"rendered":"\n<!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\" \/>\n    <title>Our Team &#8211; European Defence Network<\/title>\n    <style>\n      * {\n          margin: 0;\n          padding: 0;\n          box-sizing: border-box;\n      }\n\n      body {\n          font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n          line-height: 1.6;\n          color: #020139;\n          background-color: #ffffff;\n      }\n\n      .container {\n          max-width: 1400px;\n          margin: 0 auto !important;\n          padding: 0 0.5rem !important;\n          width: 100%;\n          box-sizing: border-box;\n      }\n\n      \/* Hero Section *\/\n      .hero-section {\n          padding: 4rem 0 3rem;\n          text-align: center;\n      }\n\n      .badge {\n          display: inline-block;\n          padding: 0.5rem 1rem;\n          background: linear-gradient(135deg, hsl(225, 73%, 57%), hsl(240, 69%, 15%));\n          color: white;\n          border-radius: 9999px;\n          font-size: 1.5rem;\n          font-weight: 600;\n          margin-bottom: 1rem;\n      }\n\n      .hero-title {\n          font-size: 3rem;\n          font-weight: 700;\n          margin-bottom: 1.5rem;\n          color: #020139;\n      }\n\n      .hero-description {\n          font-size: 2.0rem !important;\n          line-height: 3.1rem !important;\n          color: #64748b !important;\n          max-width: 48rem !important;\n          margin: 0 auto !important;\n          text-align: center !important;\n          display: block !important;\n      }\n\n      \/* Team Grid *\/\n      .team-section {\n          padding: 0 0 4rem;\n      }\n\n      .team-grid {\n          display: grid;\n          grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n          gap: 8rem;\n      }\n\n      .team-card {\n          background: white;\n          border-radius: 0.75rem;\n          overflow: hidden;\n          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);\n          transition: all 0.5s ease;\n      }\n\n      .team-card:hover {\n          box-shadow: 0 0 40px hsla(225, 73%, 57%, 0.4);\n          transform: translateY(-4px);\n      }\n\n      .team-card-image-wrapper {\n          position: relative;\n          overflow: hidden;\n      }\n\n      .team-card-image {\n          width: 100%;\n          aspect-ratio: 1\/1;\n          object-fit: contain;\n          background: #f8f9fa;\n          transition: transform 0.5s ease;\n      }\n\n      .team-card:hover .team-card-image {\n          transform: scale(1.1);\n      }\n\n      .team-card-overlay {\n          position: absolute;\n          inset: 0;\n          background: #0C0C41;\n          opacity: 0;\n          transition: opacity 0.5s ease;\n          display: flex;\n          align-items: center;\n          justify-content: center;\n          gap: 1rem;\n      }\n\n      .team-card:hover .team-card-overlay {\n          opacity: 0.8;\n      }\n\n      .social-link {\n          width: 3rem;\n          height: 3rem;\n          background: white;\n          border-radius: 50%;\n          display: flex;\n          align-items: center;\n          justify-content: center;\n          transition: all 0.3s ease;\n          text-decoration: none;\n          transform: translateY(1rem);\n      }\n\n      .team-card:hover .social-link {\n          transform: translateY(0);\n      }\n\n      .social-link:hover {\n          transform: scale(1.1);\n      }\n\n      .social-icon {\n          width: 1.25rem;\n          height: 1.25rem;\n          color: hsl(225, 73%, 57%);\n      }\n\n      .team-card-content {\n          padding: 1.5rem;\n          position: relative;\n      }\n\n      .member-name-wrapper {\n          display: flex;\n          justify-content: space-between;\n          align-items: center;\n          margin-bottom: 0.25rem;\n      }\n\n      .member-name {\n          font-size: 2rem !important;\n          font-weight: 700 !important;\n          margin-bottom: 0.25rem !important;\n          color: #020139 !important;\n          line-height: 1.75rem !important;\n      }\n\n\n\n      .country-flag {\n          font-size: 2rem !important;\n          line-height: 1 !important;\n      }\n\n      .member-role {\n          color: \thsl(240, 69%, 15%) !important;\n          font-weight: 500 !important;\n          margin-bottom: 0.5rem !important;\n          font-size: 1.5rem !important;\n          line-height: 2rem !important;\n      }\n\n      .country-badge {\n          display: none !important;\n      }\n\n      .member-bio {\n          font-size: 1.5rem !important;\n          color: #64748b !important;\n          line-height: 1.5rem !important;\n      }\n\n      \/* CTA Section *\/\n      .cta-section {\n          padding: 0 0 4rem;\n      }\n\n      .cta-card {\n          background: #0C0C41;\n          border-radius: 0.75rem;\n          padding: 3rem;\n          text-align: center;\n      }\n\n      .cta-title {\n          font-size: 1.875rem;\n          font-weight: 700;\n          color: white;\n          margin-bottom: 1rem;\n      }\n\n      .cta-description {\n      }\n\n      .cta-button {\n          display: inline-flex;\n          align-items: center;\n          gap: 0.5rem;\n          padding: 0.75rem 1.5rem;\n          background: white;\n          color: hsl(225, 73%, 57%);\n          border-radius: 0.5rem;\n          font-weight: 600;\n          text-decoration: none;\n          transition: transform 0.3s ease;\n      }\n\n      .cta-button:hover {\n          transform: scale(1.05);\n      }\n\n      @media (max-width: 768px) {\n          .hero-title {\n              font-size: 2rem;\n          }\n\n          .team-grid {\n              grid-template-columns: 1fr;\n          }\n\n          .cta-card {\n              padding: 2rem 1.5rem;\n          }\n      }\n    <\/style>\n  <\/head>\n  <body>\n    <div class=\"hero-section\">\n      <div class=\"container\">\n        <span class=\"badge\">Our Team<\/span>\n        <h1 class=\"hero-title\">Meet the People Behind EDN<\/h1>\n        <p class=\"hero-description\">\n          A diverse group of young Europeans passionate about shaping the future of European defense and security\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"team-section\">\n      <div class=\"container\">\n        <div class=\"team-grid\">\n          <!-- Team Member 1 -->\n          <div class=\"team-card\">\n            <div class=\"team-card-image-wrapper\">\n              <img decoding=\"async\"\n                src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2023\/04\/HD-0512-edited-2048x2046.jpg?w=400&#038;h=400&#038;fit=crop\"\n                alt=\"Brice\"\n                class=\"team-card-image\"\n              \/>\n              <div class=\"team-card-overlay\">\n                <a href=\"https:\/\/fr.linkedin.com\/in\/brice-lefebvre-590829a6\" class=\"social-link\">\n                  <svg class=\"social-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                      d=\"M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z\"\n                    ><\/path>\n                    <circle\n                      cx=\"4\"\n                      cy=\"4\"\n                      r=\"2\"\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                    ><\/circle>\n                  <\/svg>\n                <\/a>\n              <\/div>\n            <\/div>\n            <div class=\"team-card-content\">\n              <div class=\"member-name-wrapper\">\n                <h3 class=\"member-name\">Brice<\/h3>\n                <span class=\"country-flag\">\ud83c\uddeb\ud83c\uddf7<\/span>\n              <\/div>\n              <p class=\"member-role\">President<\/p>\n              <span class=\"country-badge\">France<\/span>\n              <p class=\"member-bio\">Aerospace engineer, consultant<\/p>\n            <\/div>\n          <\/div>\n\n          <!-- Team Member 2 -->\n          <div class=\"team-card\">\n            <div class=\"team-card-image-wrapper\">\n              <img decoding=\"async\"\n                src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2025\/09\/Tom-resized-edited.jpeg?w=400&#038;h=400&#038;fit=crop\"\n                alt=\"Tom\"\n                class=\"team-card-image\"\n              \/>\n              <div class=\"team-card-overlay\">\n                <a href=\"https:\/\/www.linkedin.com\/in\/tomkoerner\/\" class=\"social-link\">\n                  <svg class=\"social-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                      d=\"M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z\"\n                    ><\/path>\n                    <circle\n                      cx=\"4\"\n                      cy=\"4\"\n                      r=\"2\"\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                    ><\/circle>\n                  <\/svg>\n                <\/a>\n              <\/div>\n            <\/div>\n            <div class=\"team-card-content\">\n              <div class=\"member-name-wrapper\">\n                <h3 class=\"member-name\">Tom<\/h3>\n                <span class=\"country-flag\">\ud83c\udde9\ud83c\uddea<\/span>\n              <\/div>\n              <p class=\"member-role\">Vice President, Head of Partnerships<\/p>\n              <span class=\"country-badge\">Germany<\/span>\n              <p class=\"member-bio\">Public Affairs, Industry<\/p>\n            <\/div>\n          <\/div>\n\n          <!-- Team Member 3 -->\n          <div class=\"team-card\">\n            <div class=\"team-card-image-wrapper\">\n              <img decoding=\"async\"\n                src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2025\/09\/Keso-edited.jpeg?w=400&#038;h=400&#038;fit=crop\"\n                alt=\"Keso\"\n                class=\"team-card-image\"\n              \/>\n              <div class=\"team-card-overlay\">\n                <a href=\"https:\/\/www.linkedin.com\/in\/keso-gigitashvili-b38363231\/\" class=\"social-link\">\n                  <svg class=\"social-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                      d=\"M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z\"\n                    ><\/path>\n                    <circle\n                      cx=\"4\"\n                      cy=\"4\"\n                      r=\"2\"\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                    ><\/circle>\n                  <\/svg>\n                <\/a>\n              <\/div>\n            <\/div>\n            <div class=\"team-card-content\">\n              <div class=\"member-name-wrapper\">\n                <h3 class=\"member-name\">Keso<\/h3>\n                <span class=\"country-flag\">\ud83c\uddec\ud83c\uddea<\/span>\n              <\/div>\n              <p class=\"member-role\">General Secretary, Head of Internal Affairs<\/p>\n              <span class=\"country-badge\">Georgia<\/span>\n              <p class=\"member-bio\">Student at the College of Europe<\/p>\n            <\/div>\n          <\/div>\n\n          <!-- Team Member 4 -->\n          <div class=\"team-card\">\n            <div class=\"team-card-image-wrapper\">\n              <img decoding=\"async\"\n                src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2024\/07\/Capture-decran-2024-07-04-155440.png?w=400&#038;h=400&#038;fit=crop\"\n                alt=\"Joana\"\n                class=\"team-card-image\"\n              \/>\n              <div class=\"team-card-overlay\">\n                <a href=\"https:\/\/www.linkedin.com\/in\/joana-g-413829b3\/\" class=\"social-link\">\n                  <svg class=\"social-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                      d=\"M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z\"\n                    ><\/path>\n                    <circle\n                      cx=\"4\"\n                      cy=\"4\"\n                      r=\"2\"\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                    ><\/circle>\n                  <\/svg>\n                <\/a>\n              <\/div>\n            <\/div>\n            <div class=\"team-card-content\">\n              <div class=\"member-name-wrapper\">\n                <h3 class=\"member-name\">Joana<\/h3>\n                <span class=\"country-flag\">\ud83c\uddf5\ud83c\uddf9<\/span>\n              <\/div>\n              <p class=\"member-role\">Treasurer<\/p>\n              <span class=\"country-badge\">Poland<\/span>\n              <p class=\"member-bio\">Political Officer<\/p>\n            <\/div>\n          <\/div>\n\n          <!-- Team Member 5 -->\n          <div class=\"team-card\">\n            <div class=\"team-card-image-wrapper\">\n              <img decoding=\"async\"\n                src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2024\/09\/Elena-resized.png?w=400&#038;h=400&#038;fit=crop\"\n                alt=\"Elena\"\n                class=\"team-card-image\"\n              \/>\n              <div class=\"team-card-overlay\">\n                <a href=\"https:\/\/www.linkedin.com\/in\/elenacorpasgarcia\/\" class=\"social-link\">\n                  <svg class=\"social-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                      d=\"M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z\"\n                    ><\/path>\n                    <circle\n                      cx=\"4\"\n                      cy=\"4\"\n                      r=\"2\"\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                    ><\/circle>\n                  <\/svg>\n                <\/a>\n              <\/div>\n            <\/div>\n            <div class=\"team-card-content\">\n              <div class=\"member-name-wrapper\">\n                <h3 class=\"member-name\">Elena<\/h3>\n                <span class=\"country-flag\">\ud83c\uddea\ud83c\uddf8<\/span>\n              <\/div>\n              <p class=\"member-role\">Head of Events<\/p>\n              <span class=\"country-badge\">Spain<\/span>\n              <p class=\"member-bio\">Business development<\/p>\n            <\/div>\n          <\/div>\n\n          <!-- Team Member 6 -->\n          <div class=\"team-card\">\n            <div class=\"team-card-image-wrapper\">\n              <img decoding=\"async\"\n                src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2024\/09\/Sofia-resized.jpeg?w=400&#038;h=400&#038;fit=crop\"\n                alt=\"Sofia\"\n                class=\"team-card-image\"\n              \/>\n              <div class=\"team-card-overlay\">\n                <a href=\"https:\/\/www.linkedin.com\/in\/sofiavpeleteiro\/\" class=\"social-link\">\n                  <svg class=\"social-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                      d=\"M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z\"\n                    ><\/path>\n                    <circle\n                      cx=\"4\"\n                      cy=\"4\"\n                      r=\"2\"\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                    ><\/circle>\n                  <\/svg>\n                <\/a>\n              <\/div>\n            <\/div>\n            <div class=\"team-card-content\">\n              <div class=\"member-name-wrapper\">\n                <h3 class=\"member-name\">Sofia<\/h3>\n                <span class=\"country-flag\">\ud83c\uddea\ud83c\uddf8<\/span>\n              <\/div>\n              <p class=\"member-role\">Head of Communication<\/p>\n              <span class=\"country-badge\">Spain<\/span>\n              <p class=\"member-bio\">Project Manager for the defence industry<\/p>\n            <\/div>\n          <\/div>\n\n          <!-- Team Member 7 -->\n          <div class=\"team-card\">\n            <div class=\"team-card-image-wrapper\">\n              <img decoding=\"async\"\n                src=\"https:\/\/e-d-n.eu\/wp-content\/uploads\/2025\/09\/Agamemnon-1-scaled.jpeg?w=400&#038;h=400&#038;fit=crop\"\n                alt=\"Agamemnon\"\n                class=\"team-card-image\"\n              \/>\n              <div class=\"team-card-overlay\">\n                <a href=\"https:\/\/www.linkedin.com\/in\/agamemnon-sotirios-logothetis-9b3919100\/\" class=\"social-link\">\n                  <svg class=\"social-icon\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\n                    <path\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                      d=\"M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z\"\n                    ><\/path>\n                    <circle\n                      cx=\"4\"\n                      cy=\"4\"\n                      r=\"2\"\n                      stroke-linecap=\"round\"\n                      stroke-linejoin=\"round\"\n                      stroke-width=\"2\"\n                    ><\/circle>\n                  <\/svg>\n                <\/a>\n              <\/div>\n            <\/div>\n            <div class=\"team-card-content\">\n              <div class=\"member-name-wrapper\">\n                <h3 class=\"member-name\">Agamemnon<\/h3>\n                <span class=\"country-flag\">\ud83c\uddec\ud83c\uddf7<\/span>\n              <\/div>\n              <p class=\"member-role\">Head of Publications<\/p>\n              <span class=\"country-badge\">Greece<\/span>\n              <p class=\"member-bio\">Strategy and Business Development Consultant<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"cta-section\">\n      <div class=\"container\">\n        <div class=\"cta-card\">\n          <h2 class=\"cta-title\">Want to Join Our Team?<\/h2>\n          <p\n            style=\"text-align: center; margin: 0 auto; max-width: 42rem; font-size: 2rem; color: rgba(255, 255, 255, 0.9); font-weight: 300; margin-bottom: 1.5rem;\"\n          >\n            We&#8217;re always looking for passionate young Europeans to contribute to our mission\n          <\/p>\n          <a href=\"https:\/\/e-d-n.eu\/index.php\/contact-or-join-us\/\" class=\"cta-button\"> Get in Touch <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Our Team &#8211; European Defence Network Our Team Meet the People Behind EDN A diverse group of young Europeans passionate about shaping the future of European defense and security Brice \ud83c\uddeb\ud83c\uddf7 President France Aerospace engineer, consultant Tom \ud83c\udde9\ud83c\uddea Vice President, Head of Partnerships Germany Public Affairs, Industry Keso \ud83c\uddec\ud83c\uddea General<a class=\"moretag\" href=\"https:\/\/e-d-n.eu\/index.php\/the-edn-team-2025\/\"> Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/pages\/1722"}],"collection":[{"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/comments?post=1722"}],"version-history":[{"count":58,"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/pages\/1722\/revisions"}],"predecessor-version":[{"id":1821,"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/pages\/1722\/revisions\/1821"}],"wp:attachment":[{"href":"https:\/\/e-d-n.eu\/index.php\/wp-json\/wp\/v2\/media?parent=1722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}