<!doctype html>

<html>


<head>

  <title>Sample Website</title>


  <style>

    .sample-header {

      color: rgb(66, 66, 66);

      font-family: arial;

      font-weight: 700;

      font-size: 26px;

      position: relative;

      top: 30%;

      margin-left: 25px;

    }


    .date {

      color: rgb(0, 143, 0);

      font-family: arial;

      font-weight: 600;

      font-size: 16px;

      text-align: right;

      margin-right: 25px;

    }


    .update {

      color: rgb(170, 216, 4);

      font-family: arial;

      font-size: 18px;

      font-weight: 700;

      margin-left: 25px;

      margin-bottom: 0;

    }


    .tune-in {

      color: rgb(0, 143, 0);

      font-family: arial;

      font-size: 30px;

      font-weight: 700;

      width: 450px;

      margin-left: 25px;

      margin-top: 0;

    }


    .title-goes-here {

      margin-top: 5px;

      color: rgb(109, 109, 109);

      font-family: arial;

      font-size: 15px;

      font-weight: 700;

    }


    .calendar-icon {

      width: 25px;

      border-radius: 15px;

    }


    .calendar {

      margin-top: -7px;

      display: grid;

      grid-template-columns: 25px 1fr;

      align-items: center;

      column-gap: 5px;

      font-family: arial;

      font-size: 12px;

    }


    .lorem-ipsum {

      font-family: Arial;

      font-size: 13px;

      padding-left: 5px;

      padding-right: 15px;

      line-height: 18px;

    }


    .register-button {

      background-color: rgb(0, 143, 0);

      color: white;

      width: 318px;

      height: 30px;

      border: none;

      border-radius: 20px;

      margin-left: 3px;

      margin-top: 3px;

    }


    .register-button:hover {

      opacity: 50%;

      color: white;

      text-decoration: none;

      cursor: pointer;

    }


    .register-button:active {

      color: white;

      text-decoration: none;

    }


    .premium-content {

      font-family: arial;

      font-size: 21px;

      font-weight: 600;

      margin-top: 10px;

      color: rgb(0, 143, 0);

    }


    .free-course {

      font-family: arial;

      font-size: 14px;

      line-height: 20px;


    }


    .contact {

      font-family: arial;

      font-size: 14px;

      line-height: 20px;

    }


    .upcoming-course {

      font-family: arial;

      font-size: 20px;

      font-weight: 700;

      margin-left: 25px;

      margin-top: 40px;

      color: rgb(0, 143, 0);

    }


    .some-other-webcast {

      font-family: arial;

      font-size: 12px;

      font-weight: 700;

      margin-top: 10px;

      margin-left: 10px;

      margin-bottom: -10px;

    }


    .and-another-one {

      font-family: arial;

      font-size: 12px;

      font-weight: 700;

      margin-top: 10px;

      margin-left: 10px;

      margin-bottom: -10px;

    }


    .calendar-icon-2 {

      width: 20px;

      border-radius: 10px;

      margin-left: 10px;

    }


    .calendar-date {

      font-family: arial;

      font-size: 12px;

      display: grid;

      grid-template-columns: 25px 1fr;

      align-items: center;

      column-gap: 10px;

    }


    .learn-more {

      font-family: arial;

      font-size: 10px;

      font-weight: 800;

      color: rgb(0, 143, 0);

      margin-left: 10px;

      position: relative;

      top: -10px;

      text-decoration: none;

    }


    .whats-new {

      font-family: arial;

      color: rgb(0, 143, 0);

      font-size: 21px;

      font-weight: 600;

      margin-left: 15px;

      margin-bottom: -5px;

    }


    .phone {

      width: 350px;

      clip-path: inset(27px 60px 230px 60px round 26px 26px 0px 0px);

    }


    .preview-text-position {

      position: relative;

    }


    .preview-text {

      position: absolute;

      left: 50%;

      top: 30%;

      transform: translate(-43%, -50%);

      font-family: arial;

      font-size: 14px;

    }


    .share-print-buttons {

      background-color: #aad804;

      border: none;

      border-radius: 20px;

      overflow: hidden;

      align-items: center;

      padding-top: 4px;

      padding-bottom: 4px;

      margin: 30 auto;

      display: block;

    }


    .button-text {

      color: white;

      font-size: 12px;

    }


    .button-icon {

      color: white;

    }


    .share-print-buttons:hover {

      opacity: 50%;

      cursor: pointer;

    }


    .share-print-buttons:active {

      opacity: 100%;

    }


    .next-steps {

      margin-top: 60px;

      margin-left: 20px;

      font-family: arial;

      font-size: 22px;

      color: rgb(0, 143, 0);

      font-weight: 500;

    }


    .register-info {

      margin-left: 20px;

      margin-right: 20px;

      margin-top: -10px;

      font-family: arial;

      font-size: 13px;

      line-height: 20px;

    }


    .register-button-2 {

      background-color: rgb(0, 143, 0);

      color: white;

      text-decoration: none;

      font-family: arial;

      font-size: 12px;

      margin-left: 20px;

      padding: 7px 35px;

      border-radius: 20px;

    }


    .register-button-2:hover {

      opacity: 50%;

      cursor: pointer;

    }


    .register-button-2:active {

      opacity: 100%;

    }


    .box-around-news {

      background-color: white;

      border: solid;

      border-color: rgb(0, 143, 0);

      border-width: 2px;

      margin-left: 20px;

      margin-right: 20px;

      margin-top: 20px;

      padding-left: 10px;

      padding-right: 10px;

      border-radius: 5px;

    }


    .news-paragraph {

      font-family: arial;

      font-size: 12px;

      line-height: 20px;

    }

  </style>

</head>


<body style="

    background-color: rgb(248, 248, 248);

  ">


  <div style="

      display: flex;

      flex-direction: column;

      align-items: center;

    ">

    <div style="

        background-color: white;

        margin-top: 20px;

        height: 70px;

        border: none;

        border-radius: 5px;

        display: block;

        width: 1010px;

        box-shadow: 1px 1px 8px 4px rgb(0,0,0,0.09);

        ">

      <div class="sample-header">

        Sample news article

      </div>

      <div class="date">

        Sep 06, 2024

      </div>

    </div>


    <div style="

        display: grid;

        grid-template-columns: 650px 350px;

        grid-template-rows: 1000px 1fr;

        margin-top: 18px;

        column-gap: 10px;

       

    ">


      <div style="

        background-color: white;

        border: none;

        border-radius: 5px;

        box-shadow: 1px 1px 8px 4px rgb(0,0,0,0.09);

        margin-right: 3px;

        ">

        <div>

          <p class="update">

            Important update

          </p>

          <p class="tune-in">

            Tune in to our next webcast: (title goes here)

          </p>

        </div>


        <div style="

          background-color: rgb(236, 236, 236);

          width: 350px;

          height: 320px;

          border: none;

          border-radius: 10px;

          margin-left: 25px;

          margin-top: -8px;

          display: inline-block;

        ">


          <div style="

          padding-top: 3px;

          padding-left: 12px;

        ">


            <div style="

            background-color: rgb(122, 31, 165);

            width: 85px;

            height: 18px;

            border-radius: 4px;

          ">

              <p style="

              color: white;

              font-family: arial;

              font-size: 10px;

              text-align: center;

              padding-top: 3px;

            ">LIVE WEBCAST</p>

            </div>


            <p class="title-goes-here">

              Title goes here

            </p>

            <p class="calendar">

              <img class="calendar-icon" src="pricketts-img/calendar-icon.jpg">

              September 12, 2024 9:00am CT

            </p>


            <p class="lorem-ipsum">

              Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et

              dolore magna

              aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo

              consequat. Duis

              aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

              Excepteur sint

              occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

            </p>


            <a href="https://www.imajy.com/" target="_blank">

              <button class="register-button" <text> Register </text>

              </button>

            </a>



          </div>


        </div>


        <div style="

         display: inline-block;

         position: absolute;

         margin-left: 27px;

         width: 220px;


        ">

          <p class="premium-content">

            Learn more about this premium content

          </p>


          <p class="free-course">

            Not a premium content memeber yet?

            We have a packed course schedule of topics requested

            by customers like you!

            Try a <span style="

              color: rgb(0, 143, 0);

              font-weight: 600;

            ">free course</span> today to see how the program

            can help you.

          </p>


          <p class="contact">

            Contact <span style="

              color: rgb(0, 143, 0);

              font-weight: 600;

              ">someone@example.com</span> with questions.

          </p>

        </div>


        <p class="upcoming-course">

          Next upcoming courses

        </p>


        <div style="

          display: grid;

          grid-template-columns: 290px 290px;

          grid-template-rows: 75px 80px;

          column-gap: 15px;

          margin-left: 25px;

          margin-top: -5px;

        ">

          <div style="

            background-color: rgb(236, 236, 236);

            border-radius: 10px;

          ">

            <p class="some-other-webcast">

              Some other webcast


            <p class="calendar-date">

              <img class="calendar-icon-2" src="pricketts-img/calendar-icon.jpg">

              September 27, 2024 9:00am CT

            </p>


            <a class="learn-more" href="https://www.imajy.com/" target="_blank">

              LEARN MORE

            </a>


            </p>

          </div>


          <div style="

            background-color: rgb(236, 236, 236);

            border-radius: 10px;

          ">

            <p class="and-another-one">

              And another one!


            <p class="calendar-date">

              <img class="calendar-icon-2" src="pricketts-img/calendar-icon.jpg">

              October 15, 2024 1:00pm CT

            </p>


            <a class="learn-more" href="https://www.imajy.com/" target="_blank">

              LEARN MORE

            </a>


            </p>

          </div>


          <div style="

            background-color: white;

            border-width: 3px;

            border-style: solid;

            border-radius: 10px;

            border-color:rgb(0, 143, 0);

            width: 590px;

            height: 300px;

            margin-top: 30px;

          ">


            <div style="

              display: grid;

              grid-template-columns: 300px 300px;

            ">

              <p class="whats-new">

                What's new to the program?

              </p>


              <p>

              <ul style="

                  line-height: 19px;

                  font-family: arial;

                  font-size: 12px;

                  ">

                <li style="

                  margin-bottom: 6px;

                 ">

                  Lorem ipsum dolor sit amet, consectetur adipiscing elit.

                </li>

                <li style="

                  margin-bottom: 6px;

                 ">

                  Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

                </li>

                <li style="

                  margin-bottom: 6px;

                 ">

                  Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi.

                </li>

                <li style="

                  margin-bottom: 6px;

                 ">

                  Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore.

                </li>

                <li style="

                  margin-bottom: 6px;

                 ">

                  Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.

                </li>

              </ul>


              <div class="preview-text-position" style="

                  margin-left: -30px;

                  margin-top: -35px;

                ">

                <img class="phone" src="pricketts-img/phone.jpg">


                <p class="preview-text">

                  Content preview on device

                </p>

              </div>

              </p>


            </div>

          </div>

        </div>

      </div>




      <div style="

        background-color: white;

        height: 540px;

        border: none;

        border-radius: 5px;

        box-shadow: 1px 1px 8px 4px rgb(0,0,0,0.09);

        ">


        <img class="relax" src="https://static1.squarespace.com/static/668ad83f9b03733ac554d8ac/t/67084da1d9e9117763121c21/1728597411683/Relaxing+for+dummies.png" style="

          width: 310px;

          position: relative;

          left: 20px;

          top: 28px;

         

        ">


        <div style="

            display: grid;

            grid-template-columns: 1fr 1fr;

            position: relative;

            top: 45px;

            column-gap: 10px;

          ">


          <a href="https://static1.squarespace.com/static/668ad83f9b03733ac554d8ac/t/67084da1d9e9117763121c21/1728597411683/Relaxing+for+dummies.png" target="_blank" class="share-print-buttons" style="

                margin-left: 20px;

                font-family: arial;

                padding-left: 48px;

               

                text-decoration: none;

              ">

            <span class="button-icon">

              <ion-icon name="chatbubbles"></ion-icon>

            </span>

            <span class="button-text">Share</span>

          </a>


          <a href="https://static1.squarespace.com/static/668ad83f9b03733ac554d8ac/t/67084da1d9e9117763121c21/1728597411683/Relaxing+for+dummies.png" target="_blank" class="share-print-buttons" style="

                margin-right: 20px;

                font-family: arial;

                padding-left: 48px;

               

                text-decoration: none;

              ">

            <span class="button-icon">

              <ion-icon name="print"></ion-icon>

            </span>

            <span class="button-text">Print</span>

          </a>

        </div>

        <p class="next-steps">

          Next Steps

        </p>

        <p class="register-info">

          Register for the upcoming premium course <span style="

            color: rgb(0, 143, 0);

            ">(title goes here)</span> on September 12 at 9:00am CT.

        </p>

        <a href="https://www.imajy.com/" target="_blank" class="register-button-2">

          Register

        </a>


        <div class="box-around-news">

          <p class="news-paragraph">

            Need to catch up on recent updates? <a href="https://www.imajy.com/" target="_blank" style="

              color:rgb(0, 143, 0);

              text-decoration: none;

              ">

              Click here</a> to see our most recent news.

          </p>

        </div>


        <div style="

            color: rgb(0, 143, 0);

            background-color: white;

            display: flex;

            flex-direction: column;

            margin-top: -78px;

            margin-left: 28px;

            width: 40px;

            height: 20px;

            text-align: center;

            line-height: 0;

          ">

          <p style="

            font-family: arial;

            font-weight: 600;

            font-size: 13px;

            ">

            News

          </p>

        </div>


      </div>


    </div>

  </div>




  <script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>


</body>


</html>