|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en-US" class="no-js"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>Accordion</title> |
| 6 | + <link rel="stylesheet" href="css/component.css" /> |
| 7 | +</head> |
| 8 | +<body> |
| 9 | + |
| 10 | + <div class="SiteContainer"> |
| 11 | + |
| 12 | + <!-- |
| 13 | + We keep our mobile menu as the top most element |
| 14 | + to make it easier to keep off canvas |
| 15 | + --> |
| 16 | + <nav class="Nav Nav--mobile" aria-hidden="true"> |
| 17 | + |
| 18 | + <ul id="menu-main-menu" class="menu"> |
| 19 | + <li id="menu-item-22" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22"> |
| 20 | + <a href="https://objectiv.co/work/" itemprop="url">Work</a> |
| 21 | + </li> |
| 22 | + <li id="menu-item-21" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-21"> |
| 23 | + <a href="https://objectiv.co/services/" itemprop="url">Services</a> |
| 24 | + </li> |
| 25 | + <li id="menu-item-23" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-23"> |
| 26 | + <a href="https://objectiv.co/our-story/" itemprop="url">Our Story</a> |
| 27 | + </li> |
| 28 | + <li id="menu-item-3617" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3617"> |
| 29 | + <a href="https://store.objectiv.co" itemprop="url">Plugins</a> |
| 30 | + </li> |
| 31 | + <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"> |
| 32 | + <a href="https://objectiv.co/blog/" itemprop="url">Blog</a> |
| 33 | + </li> |
| 34 | + <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"> |
| 35 | + <a href="https://objectiv.co/contact/" itemprop="url">Contact</a> |
| 36 | + </li> |
| 37 | + </ul> |
| 38 | + |
| 39 | + </nav> |
| 40 | + |
| 41 | + <div class="SiteHeader" role="banner" itemscope itemtype="http://schema.org/WPHeader"> |
| 42 | + |
| 43 | + <h1 class="SiteTitle" itemscope itemtype="http://schema.org/Organization"> |
| 44 | + <a itemprop="url" href="#" rel="home"> |
| 45 | + <img itemprop="logo" class="Logo" src="https://placehold.it/140x40?text=LOGO" height="42" width="140" alt=""> |
| 46 | + <!-- |
| 47 | + Visually hide this text. |
| 48 | + WCAG 2.0: “image alt text cannot be the primary text of a link" |
| 49 | + --> |
| 50 | + <span class="screen-reader-text">Objectiv</span> |
| 51 | + </a> |
| 52 | + </h1> |
| 53 | + |
| 54 | + <button class="NavToggle" aria-expanded="false"> |
| 55 | + <div class="NavToggle-icon"> |
| 56 | + <span></span> |
| 57 | + <span></span> |
| 58 | + <span></span> |
| 59 | + <span></span> |
| 60 | + </div> |
| 61 | + <span class="screen-reader-text">Primary Menu</span> |
| 62 | + </button> |
| 63 | + |
| 64 | + </div> |
| 65 | + |
| 66 | + </div> |
| 67 | + |
| 68 | + <script src="js/component.js"></script> |
| 69 | + <script src="js/component-usage.js"></script> |
| 70 | +</body> |
| 71 | +</html> |
0 commit comments