The Advocate

Resources for your local association

Interested in presenting at the 2026 NJEA Convention?

Presenting at convention

The Professional Development and Instructional Issues Division (PDII) of NJEA is accepting presenter proposals for the 2026 NJEA Convention to be held Nov. 5-6, 2026. All proposals to present at the NJEA Convention must be submitted electronically. The deadline for submission is April 25.

Here are a few things to keep in mind:

  • Each room is equipped with standard equipment, which includes two handheld microphones, a projector and a screen. Presenters are responsible for providing their own laptop or other presentation device. NJEA does not provide computers.
  • NJEA does not reproduce any program materials and will not reimburse you for reproductions costs.
  • If you are a member, please have your PIN and password ready.

Submit your proposal

NJEA has implemented a new proposal submission system. Information about the system, including deadlines, how to access the new system and submission instructions, is available at njea.org/conventionproposal. For questions or additional information, email convention@njea.org.

/* -- The root styles must go in the element of the structure with the name "Post content". --*/ 

.single-post-2__content{
  /* -- Heading styles -- */
  h2, h3, h4, h5, h6{
    font-weight: 700;
    color: var(--neutral);
    margin-bottom: var(--space-s);
  }

  h2{
    font-size: var(--text-xl);
  }

  h3{
    font-size: var(--text-l);
  }

  h4, h5, h6{
    font-size: var(--text-m);
  }

  /* -- Content paragraphs styles -- */
  p {

    /* - Bold text styles - */
    strong{
      color: var(--neutral);
    }

    /* - Anchor text styles - */
    a{
      color: var(--neutral);
      text-decoration: underline;
      font-weight: 500;
      transition: color .2s ease;

      &:hover, &:focus{
        color: var(--primary);
      }
    }

  }

  /* -- List styles -- */
  ul, ol{
    margin:var(--space-m) 0;

    li:not(:last-child){
      margin-bottom: 8px;
    }
  }

  /* -- Image styles -- */
  figure{
    margin-bottom: var(--space-l);


    &:has(figcaption) {


      figcaption{
        margin-top: var(--space-xs);
        color: var(--neutral);
      }
    }
  }

  /* -- Blockquote styles -- */
  blockquote.wp-block-quote{
    font-family:inherit;
    text-align:center;
    font-weight: 600;
    color: var(--white);
    border:none;
    background-color:var(--neutral);
    padding:var(--section-space-m) var(--space-xxl);
    margin-bottom: var(--space-l);

    @media (max-width: 767px) {
      padding: var(--section-space-m) var(--space-l);
    }

    cite{
      margin:0;
      font-size: var(--text-l);
      color: var(--neutral);
      opacity: 1;
      text-align:center;
      text-transform: inherit;
    }
  }
}