{"id":111,"date":"2026-05-13T19:19:33","date_gmt":"2026-05-13T19:19:33","guid":{"rendered":"https:\/\/newleadersuccess.com\/?page_id=111"},"modified":"2026-05-13T19:24:06","modified_gmt":"2026-05-13T19:24:06","slug":"home-page","status":"publish","type":"page","link":"https:\/\/newleadersuccess.com\/","title":{"rendered":"Home Page"},"content":{"rendered":"\n\n<!-- ========================================================= -->\n<!-- NEW LEADER SUCCESS - HOME PAGE -->\n<!-- ========================================================= -->\n\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&#038;family=Source+Serif+4:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n<script>\ntailwind.config = {\n  theme: {\n    extend: {\n      fontFamily: {\n        sans: ['Inter', 'sans-serif'],\n        serif: ['Source Serif 4', 'serif']\n      },\n      colors: {\n        navy: {\n          900:'#0f1d36',\n          800:'#162e52',\n          700:'#1e3f6d',\n          600:'#2d5485'\n        },\n        warm: {\n          500:'#e8921a',\n          400:'#f5a83a'\n        }\n      }\n    }\n  }\n}\n<\/script>\n\n<style>\n\nhtml {\n  scroll-behavior: smooth;\n}\n\nbody {\n  font-family: Inter, sans-serif;\n  background: #f8fafc;\n  color: #1e293b;\n}\n\n\/* ========================================================= *\/\n\/* NAVIGATION *\/\n\/* ========================================================= *\/\n\n.home-nav {\n  position: sticky;\n  top: 0;\n  z-index: 1000;\n  background: rgba(15,29,54,.96);\n  backdrop-filter: blur(12px);\n  border-bottom: 1px solid rgba(255,255,255,.08);\n}\n\n.home-nav-link {\n  color: rgba(255,255,255,.75);\n  transition: .2s ease;\n}\n\n.home-nav-link:hover {\n  color: #f5a83a;\n}\n\n\/* ========================================================= *\/\n\/* HERO *\/\n\/* ========================================================= *\/\n\n.hero-bg {\n  background:\n  radial-gradient(circle at top right, rgba(232,146,26,.12), transparent 30%),\n  radial-gradient(circle at bottom left, rgba(45,84,133,.12), transparent 35%),\n  #f8fafc;\n}\n\n\/* ========================================================= *\/\n\/* CARDS *\/\n\/* ========================================================= *\/\n\n.home-card {\n  background: white;\n  border: 1px solid #e2e8f0;\n  border-radius: 22px;\n  overflow: hidden;\n  transition: .25s ease;\n}\n\n.home-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 24px 48px rgba(15,23,42,.08);\n}\n\n.module-card {\n  position: relative;\n  overflow: hidden;\n}\n\n.module-card::before {\n  content:'';\n  position:absolute;\n  inset:0;\n  background:linear-gradient(135deg,rgba(45,84,133,.06),rgba(232,146,26,.06));\n  opacity:0;\n  transition:.3s ease;\n}\n\n.module-card:hover::before {\n  opacity:1;\n}\n\n\/* ========================================================= *\/\n\/* VIDEO *\/\n\/* ========================================================= *\/\n\n.video-container {\n  position: relative;\n  padding-bottom: 56.25%;\n  height: 0;\n  overflow: hidden;\n  border-radius: 20px;\n}\n\n.video-container iframe,\n.video-container video {\n  position: absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ========================================================= *\/\n\/* BUTTONS *\/\n\/* ========================================================= *\/\n\n.primary-btn {\n  display:inline-flex;\n  align-items:center;\n  gap:.5rem;\n\n  background:#e8921a;\n  color:white;\n\n  padding:1rem 2rem;\n  border-radius:14px;\n\n  font-weight:700;\n\n  transition:.2s ease;\n}\n\n.primary-btn:hover {\n  background:#f5a83a;\n  transform:translateY(-2px);\n}\n\n.secondary-btn {\n  display:inline-flex;\n  align-items:center;\n  gap:.5rem;\n\n  border:2px solid #dbe3ef;\n\n  padding:1rem 2rem;\n  border-radius:14px;\n\n  font-weight:700;\n\n  transition:.2s ease;\n}\n\n.secondary-btn:hover {\n  border-color:#2d5485;\n  background:#f8fafc;\n}\n\n\/* ========================================================= *\/\n\/* SECTIONS *\/\n\/* ========================================================= *\/\n\n.home-section {\n  scroll-margin-top:90px;\n}\n\n<\/style>\n\n<div class=\"bg-slate-50 text-slate-800\">\n\n<!-- ========================================================= -->\n<!-- NAVIGATION -->\n<!-- ========================================================= -->\n\n<nav class=\"home-nav\">\n\n<div class=\"max-w-7xl mx-auto px-6\">\n\n<div class=\"flex items-center justify-between h-16\">\n\n<a href=\"#hero\" class=\"text-white font-semibold tracking-wide\">\nNew Leader Success\n<\/a>\n\n<div class=\"hidden md:flex items-center gap-6 text-xs uppercase tracking-wider font-semibold\">\n\n<a href=\"#hero\" class=\"home-nav-link\">Home<\/a>\n<a href=\"#purpose\" class=\"home-nav-link\">Purpose<\/a>\n<a href=\"#modules\" class=\"home-nav-link\">Modules<\/a>\n<a href=\"#video\" class=\"home-nav-link\">Presentation<\/a>\n<a href=\"#outcomes\" class=\"home-nav-link\">Outcomes<\/a>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/nav>\n\n<!-- ========================================================= -->\n<!-- HERO -->\n<!-- ========================================================= -->\n\n<section id=\"hero\" class=\"home-section hero-bg py-28 overflow-hidden\">\n\n<div class=\"max-w-7xl mx-auto px-6\">\n\n<div class=\"grid lg:grid-cols-2 gap-16 items-center\">\n\n<div>\n\n<div class=\"inline-flex items-center rounded-full bg-orange-100 border border-orange-200 px-4 py-2 mb-8\">\n\n<span class=\"text-orange-700 font-semibold text-sm\">\nLeadership Development Platform\n<\/span>\n\n<\/div>\n\n<h1 class=\"font-serif text-5xl lg:text-7xl font-bold leading-none text-navy-900 mb-8\">\n\nDeveloping <br>\nAdaptive <span class=\"text-warm-500\">Leaders<\/span>\n\n<\/h1>\n\n<p class=\"text-xl text-slate-600 leading-relaxed mb-10 max-w-2xl\">\n\nNew Leader Success is an interactive leadership development platform designed to help leaders understand communication, coaching, leadership styles, DISC personality theory, and adaptive leadership strategies.\n\n<\/p>\n\n<div class=\"flex flex-wrap gap-4\">\n\n<a href=\"#modules\" class=\"primary-btn\">\nExplore Modules \u2192\n<\/a>\n\n<a href=\"#video\" class=\"secondary-btn\">\nWatch Presentation\n<\/a>\n\n<\/div>\n\n<\/div>\n\n<div class=\"home-card p-10 bg-white\">\n\n<div class=\"grid grid-cols-2 gap-6\">\n\n<div>\n<h3 class=\"text-5xl font-bold text-navy-900 mb-2\">\n4\n<\/h3>\n\n<p class=\"text-slate-600\">\nInteractive Learning Modules\n<\/p>\n<\/div>\n\n<div>\n<h3 class=\"text-5xl font-bold text-warm-500 mb-2\">\n20+\n<\/h3>\n\n<p class=\"text-slate-600\">\nInteractive Activities\n<\/p>\n<\/div>\n\n<div>\n<h3 class=\"text-5xl font-bold text-navy-700 mb-2\">\nDISC\n<\/h3>\n\n<p class=\"text-slate-600\">\nIntegrated Personality Framework\n<\/p>\n<\/div>\n\n<div>\n<h3 class=\"text-5xl font-bold text-warm-500 mb-2\">\n100%\n<\/h3>\n\n<p class=\"text-slate-600\">\nApplied Leadership Focus\n<\/p>\n<\/div>\n\n<\/div>\n\n<hr class=\"my-10 border-slate-200\">\n\n<p class=\"text-slate-600 leading-relaxed\">\n\nThis platform focuses on practical leadership application rather than abstract theory alone. Users learn through reflection, quizzes, flash cards, coaching simulations, matching activities, and leadership scenario analysis.\n\n<\/p>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/section>\n\n<!-- ========================================================= -->\n<!-- PURPOSE -->\n<!-- ========================================================= -->\n\n<section id=\"purpose\" class=\"home-section py-24 bg-white\">\n\n<div class=\"max-w-5xl mx-auto px-6 text-center\">\n\n<h2 class=\"font-serif text-5xl font-bold text-navy-900 mb-10\">\nPurpose Statement\n<\/h2>\n\n<p class=\"text-2xl text-slate-600 leading-relaxed mb-10\">\n\nThe purpose of this project is to create an engaging and practical leadership development platform that helps new and developing leaders understand how leadership effectiveness changes based on communication style, employee needs, personality differences, and organizational context.\n\n<\/p>\n\n<p class=\"text-lg text-slate-500 leading-relaxed\">\n\nRather than teaching leadership as a one-size-fits-all concept, this platform emphasizes adaptive leadership, coaching flexibility, DISC awareness, and practical workplace application.\n\n<\/p>\n\n<\/div>\n\n<\/section>\n\n<!-- ========================================================= -->\n<!-- MODULES -->\n<!-- ========================================================= -->\n\n<section id=\"modules\" class=\"home-section py-24\">\n\n<div class=\"max-w-7xl mx-auto px-6\">\n\n<div class=\"text-center mb-16\">\n\n<h2 class=\"font-serif text-5xl font-bold text-navy-900 mb-6\">\nLearning Modules\n<\/h2>\n\n<p class=\"text-xl text-slate-600 max-w-3xl mx-auto\">\nEach module combines leadership theory with interactive learning activities designed to reinforce practical workplace application.\n<\/p>\n\n<\/div>\n\n<div class=\"grid lg:grid-cols-2 gap-8\">\n\n<!-- MODULE 1 -->\n\n<div class=\"home-card module-card p-10\">\n\n<div class=\"inline-flex rounded-full bg-blue-100 text-blue-700 px-4 py-2 text-sm font-semibold mb-6\">\nModule 1\n<\/div>\n\n<h3 class=\"font-serif text-4xl font-bold text-navy-900 mb-4\">\nIC \u2192 Leader\n<\/h3>\n\n<p class=\"text-slate-600 leading-relaxed mb-8\">\n\nExplores the transition from individual contributor to leader, including mindset shifts, responsibility changes, communication challenges, and leadership expectations.\n\n<\/p>\n\n<ul class=\"space-y-3 text-slate-600\">\n\n<li>\u2022 Leadership mindset development<\/li>\n<li>\u2022 New leader challenges<\/li>\n<li>\u2022 Interactive reflection exercises<\/li>\n<li>\u2022 Knowledge checks and flash cards<\/li>\n\n<\/ul>\n\n<\/div>\n\n<!-- MODULE 2 -->\n\n<div class=\"home-card module-card p-10\">\n\n<div class=\"inline-flex rounded-full bg-orange-100 text-orange-700 px-4 py-2 text-sm font-semibold mb-6\">\nModule 2\n<\/div>\n\n<h3 class=\"font-serif text-4xl font-bold text-navy-900 mb-4\">\nDISC Personality Styles\n<\/h3>\n\n<p class=\"text-slate-600 leading-relaxed mb-8\">\n\nIntroduces DISC personality theory and explores how communication, motivation, and workplace behavior vary across personality styles.\n\n<\/p>\n\n<ul class=\"space-y-3 text-slate-600\">\n\n<li>\u2022 High D, I, S, and C profiles<\/li>\n<li>\u2022 Communication preferences<\/li>\n<li>\u2022 Strengths and blind spots<\/li>\n<li>\u2022 Interactive learning activities<\/li>\n\n<\/ul>\n\n<\/div>\n\n<!-- MODULE 3 -->\n\n<div class=\"home-card module-card p-10\">\n\n<div class=\"inline-flex rounded-full bg-purple-100 text-purple-700 px-4 py-2 text-sm font-semibold mb-6\">\nModule 3\n<\/div>\n\n<h3 class=\"font-serif text-4xl font-bold text-navy-900 mb-4\">\nLeadership Styles\n<\/h3>\n\n<p class=\"text-slate-600 leading-relaxed mb-8\">\n\nExamines classic leadership styles including transformational, transactional, servant, democratic, laissez-faire, and autocratic leadership.\n\n<\/p>\n\n<ul class=\"space-y-3 text-slate-600\">\n\n<li>\u2022 Leadership style comparison<\/li>\n<li>\u2022 Situational leadership concepts<\/li>\n<li>\u2022 DISC integration<\/li>\n<li>\u2022 Scenario-based learning<\/li>\n\n<\/ul>\n\n<\/div>\n\n<!-- MODULE 4 -->\n\n<div class=\"home-card module-card p-10\">\n\n<div class=\"inline-flex rounded-full bg-green-100 text-green-700 px-4 py-2 text-sm font-semibold mb-6\">\nModule 4\n<\/div>\n\n<h3 class=\"font-serif text-4xl font-bold text-navy-900 mb-4\">\nCoaching &#038; Feedback\n<\/h3>\n\n<p class=\"text-slate-600 leading-relaxed mb-8\">\n\nFocuses on adaptive coaching strategies, feedback delivery, accountability conversations, and leadership communication.\n\n<\/p>\n\n<ul class=\"space-y-3 text-slate-600\">\n\n<li>\u2022 DISC-based coaching<\/li>\n<li>\u2022 Leadership feedback approaches<\/li>\n<li>\u2022 Matching activities and quizzes<\/li>\n<li>\u2022 Flash cards and reflection exercises<\/li>\n\n<\/ul>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/section>\n\n<!-- ========================================================= -->\n<!-- VIDEO -->\n<!-- ========================================================= -->\n\n<section id=\"video\" class=\"home-section py-24 bg-white\">\n\n<div class=\"max-w-5xl mx-auto px-6\">\n\n<div class=\"text-center mb-16\">\n\n<h2 class=\"font-serif text-5xl font-bold text-navy-900 mb-6\">\nProject Presentation\n<\/h2>\n\n<p class=\"text-xl text-slate-600\">\nEmbed your capstone presentation or walkthrough video below.\n<\/p>\n\n<\/div>\n\n<div class=\"home-card p-6\">\n\n<div class=\"video-container\">\n\n<!-- ===================================================== -->\n<!-- OPTION 1: YOUTUBE EMBED -->\n<!-- Replace VIDEO_ID with your actual YouTube ID -->\n<!-- ===================================================== -->\n\n<iframe\nsrc=\"https:\/\/www.youtube.com\/embed\/VIDEO_ID\"\ntitle=\"Project Presentation\"\nallowfullscreen>\n<\/iframe>\n\n<!-- ===================================================== -->\n<!-- OPTION 2: LOCAL VIDEO -->\n<!-- Uncomment below instead if hosting locally -->\n<!-- ===================================================== -->\n\n<!--\n<video controls>\n<source src=\"your-video-file.mp4\" type=\"video\/mp4\">\n<\/video>\n-->\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/section>\n\n<!-- ========================================================= -->\n<!-- OUTCOMES -->\n<!-- ========================================================= -->\n\n<section id=\"outcomes\" class=\"home-section py-24\">\n\n<div class=\"max-w-6xl mx-auto px-6\">\n\n<div class=\"text-center mb-16\">\n\n<h2 class=\"font-serif text-5xl font-bold text-navy-900 mb-6\">\nLearning Outcomes\n<\/h2>\n\n<\/div>\n\n<div class=\"grid lg:grid-cols-2 gap-8\">\n\n<div class=\"home-card p-8\">\n\n<h3 class=\"font-serif text-3xl font-bold text-navy-900 mb-4\">\nLeadership Awareness\n<\/h3>\n\n<p class=\"text-slate-600 leading-relaxed\">\nLearners develop awareness of how leadership effectiveness changes based on personality, communication style, employee needs, and organizational context.\n<\/p>\n\n<\/div>\n\n<div class=\"home-card p-8\">\n\n<h3 class=\"font-serif text-3xl font-bold text-navy-900 mb-4\">\nAdaptive Communication\n<\/h3>\n\n<p class=\"text-slate-600 leading-relaxed\">\nUsers learn how communication and coaching strategies should change depending on DISC personality differences and leadership objectives.\n<\/p>\n\n<\/div>\n\n<div class=\"home-card p-8\">\n\n<h3 class=\"font-serif text-3xl font-bold text-navy-900 mb-4\">\nApplied Leadership Skills\n<\/h3>\n\n<p class=\"text-slate-600 leading-relaxed\">\nThe platform focuses on practical workplace application through quizzes, reflection exercises, scenarios, flash cards, and interactive activities.\n<\/p>\n\n<\/div>\n\n<div class=\"home-card p-8\">\n\n<h3 class=\"font-serif text-3xl font-bold text-navy-900 mb-4\">\nLeadership Flexibility\n<\/h3>\n\n<p class=\"text-slate-600 leading-relaxed\">\nLearners understand that strong leadership requires flexibility rather than relying on a single leadership style or communication method.\n<\/p>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/section>\n\n<!-- ========================================================= -->\n<!-- FOOTER -->\n<!-- ========================================================= -->\n\n<footer class=\"bg-navy-900 py-16\">\n\n<div class=\"max-w-7xl mx-auto px-6 text-center\">\n\n<h3 class=\"font-serif text-4xl font-bold text-white mb-4\">\nNew Leader Success\n<\/h3>\n\n<p class=\"text-white max-w-2xl mx-auto leading-relaxed\">\nAn interactive leadership development platform focused on adaptive leadership, DISC personality awareness, communication, coaching, and leadership growth.\n<\/p>\n\n<p class=\"text-white text-sm mt-10\">\nLeadership Capstone Project\n<\/p>\n\n<\/div>\n\n<\/footer>\n\n<\/div>\n&#8220;`\n\n","protected":false},"excerpt":{"rendered":"<p>New Leader Success Home Purpose Modules Presentation Outcomes Leadership Development Platform Developing Adaptive Leaders New Leader Success is an interactive leadership development platform designed to help leaders understand communication, coaching, leadership styles, DISC personality theory, and adaptive leadership strategies. Explore Modules \u2192 Watch Presentation 4 Interactive Learning Modules 20+ Interactive Activities DISC Integrated Personality Framework&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"normal","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"hide","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-111","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages\/111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=111"}],"version-history":[{"count":5,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages\/111\/revisions"}],"predecessor-version":[{"id":118,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages\/111\/revisions\/118"}],"wp:attachment":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}