Day 225

Starting a new project for a local church.
#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="css/main.css">
    <title>New Journey Chuch - 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">His Message</li>
          <li id="two">About Us
            <!-- <ul class="sub-menu"> -->
              <!-- <li id="twoone">About Us</li> -->
              <!-- <li id="twotwo">Our Mission</li> -->
              <!-- <li id="twothree">Senior Pastor</li> -->
            <!-- </ul> --> <!-- Close - sub-menu -->
          <!-- </li> -->
          <li id="three">What We Beleive</li>
          <li id="four">Kids Corner</li>
          <li id="five">Upcoming Events</li>
          <li id="six">Contact</li>
        </ul> <!-- Close - menu -->
      </nav> <!-- Close - navigation -->
    </header>

    <main>
      <section class="jumbo">
        <div class="page">
          <!-- <h1>New Journey Church</h1> -->
          <!-- <h2>Loving God & Growing Together</h2> -->
          <!-- <p class="quote">"I am the way, the Truth, and the Life. No one comes to the</p> -->
          <!-- <p class="quote">Father except through me." John 14:6</p> -->
          <div class="times">
            <!-- <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> -->
          </div> <!-- Close - times -->
        </div> <!-- Close - page -->
      </section> <!-- Close - jumbo -->
    </main>
  </body>
</html>

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2