Day 269

More project...
#CodingPhase #TheCodingWay #365CodingPhaseChallenge

**********

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
    <link href="https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="css/main.css">
    <link rel="stylesheet" href="css/mission.css">
    <title>New Journey Church - Sapulpa</title>
  </head>
  <body>
    <header>
      <div class="logo">
        <div class="logo-image">
          <a href="index.html">
            <img src="img/three-crosses.jpg" alt="Three crosses logo image.">
          </a>
        </div> <!-- Close - logo-image -->
        <h4 class="header-rejoice">Rejoice in the Lord always</h4>
        <h5 class="header-love">Loving God, Loving People</h5>
      </div> <!-- Close - logo -->
      <nav class="navigation">
        <ul class="menu">
          <li id="one">
            <a href="message.html">His Message</a>
          </li>
          <li id="two">
            <a href="kids.html">Kids Corner</a>
          </li>
          <li id="three">
            <a href="about.html">About Us <i class="fas fa-angle-double-down"></i></a>
            <ul class="sub-menu">
              <li id="threeone">
                <a href="beleive.html">What We Beleive</a>
              </li>
              <li id="threetwo">
                <a href="mission.html">Our Mission</a>
              </li>
              <li id="threethree">
                <a href="pastor.html">Pastoral Team</a>
              </li>
            </ul> <!-- Close - sub-menu -->
          </li>
          <li id="four">
            <a href="events.html">Upcoming Events</a>
          </li>
          <li id="five">
            <a href="contact.html">Contact</a>
          </li>
        </ul> <!-- Close - menu -->
      </nav> <!-- Close - navigation -->
    </header>

    <main>
      <section class="jumbo">
        <div class="page">
          <h1>Our Mission</h1>
          <!-- <img src="img/mission.jpg" alt=""> -->
          <p>The Building and perfecting of the Body of Christ
            <span>(Eph. 4:11-16)</span>
          </p>
          <br>
          <p>The Worship of God
            <span>(John 4:23-24)</span>
          </p>
          <br>
          <p>The Evangelization of the World
            <span>(Mark 16:15-20)</span>
          </p>
        </div> <!-- Close - page -->
        <footer class="foot">
          <p class="shedule first">Service Times: 10:30 am Sunday &</p>
          <p class="shedule second">6:30 Wednesday - Adult Bible Study, Youth Service 6th-12th grade</p>
          <p class="shedule third">Nursery 0-2, Pre-K, & Childrens Church available</p>
        </footer>
      </section> <!-- Close - jumbo -->
    </main>
  </body>
</html>


<span></span>


<!-- https://www.facebook.com/New-Journey-Church-1416501041951385 -->

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2