Day 168

Started a new project for codingphase today... NO. Joe not know about it yet.
#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="style/main.css">
  <title>CodingPhase Army</title>
</head>
<body>
  <header>
    <div class="logo">
      <a aria-current="page" class="" href="index.html">
        <img id="logo-image" src="images/codingphaseLogo.png" alt=""> CodingPhaseArmy.com</a>
    </div>
    <div class="menu">
      <a href="/courses">All Courses</a>
      <a href="/timeline">Timeline</a>
      <a href="/blog">Blog</a>
      <a href="https://discordapp.com/invite/weTKutq">Chat</a>
      <a href="https://codingphase.teachable.com/courses/enrolled">My Courses</a>
      <div id="hamburger-icon" title="Menu" class="">
        <span class="line line-1"></span>
        <span class="line line-2"></span>
        <span class="line line-3"></span>
      </div>
    </div>
  </header> 
</body>
</html>

Comments

Popular posts from this blog

Day 1

Day 365 + 1

Day 365 + 2