Day 174
Slow day today. I mostly worked on content. I am not posting the content portions.
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.css">
<link rel="stylesheet" href="style/main.css">
<title>Codingphase ARMY</title>
</head>
<body class="container">
<header>
<!-- <img id="cpa-logo-small" src="images/codingphasearmy-logo_white-on-black_small.jpg" alt="Codingphase ARMY logo"> -->
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="#">
<img id="cpa-logo-small" src="images/codingphasearmy-logo_white-on-black_small.jpg">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
</nav>
</header>
<main>
<div></div>
</main>
</body>
</html>
#CodingPhase #TheCodingWay #365CodingPhaseChallenge
**********
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.css">
<link rel="stylesheet" href="style/main.css">
<title>Codingphase ARMY</title>
</head>
<body class="container">
<header>
<!-- <img id="cpa-logo-small" src="images/codingphasearmy-logo_white-on-black_small.jpg" alt="Codingphase ARMY logo"> -->
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="#">
<img id="cpa-logo-small" src="images/codingphasearmy-logo_white-on-black_small.jpg">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
</nav>
</header>
<main>
<div></div>
</main>
</body>
</html>
Comments
Post a Comment