Day 268

Back to a project.  Done with HTML emails for a few days.
#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/about.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>About Us</h1>
          <p>We are a spirit-filled Bible believing church for all ages! Formerly known as June Rose Assembly of God, we are taking the next steps in creating a God-centered atmosphere where people come to worship and praise the Lord. We have an exciting vision that includes you and your family! We firmly believe in the next generation and that is why we place strong emphasis on "training up a child in the way he should go".
            <span>(Proverbs 22:6)</span>
          </p>
          <br>
          <p>Come be a part of this next great chapter as we preach & teach the Word of the Cross!
            <span>(1 Cor. 1:18)</span>
          </p>
          <br>
          <p>"And I, If I be lifted up from the earth I will draw all men unto me."
            <span>( John 12:32)</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>





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

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2