A Pen by davidhodge152-commits on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Procurement Solutioning Wizard v3.2</title> | |
<link rel="stylesheet" href="styles.css" /> | |
</head> | |
<body> | |
<header> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- POBA v6 – Procurement Opportunity & Benchmark Assessor --> | |
<header class="topbar"> | |
<div class="brand"> | |
<div class="logo">▣</div> | |
<div> | |
<div class="app">POBA v6</div> | |
<div class="tagline">Procurement Opportunity & Benchmark Assessor</div> | |
</div> | |
</div> | |
<div class="header-actions"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Procurement Opportunity & Benchmark Assessor (v1)</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<link rel="stylesheet" href="styles.css" /> | |
</head> | |
<body> | |
<header class="app-header"> |
A Pen by davidhodge152-commits on CodePen.