/html/header-bar.html

https://github.com/ajanthanm/cssfilterlab · HTML · 29 lines · 22 code · 2 blank · 5 comment · 0 complexity · 7fa4864a6da647630d0d77f55fc278d1 MD5 · raw file

  1. <div id="animations-container">
  2. <ul class="nav left">
  3. <li class="preset">
  4. <a id="active-animation" class="button drop-down">
  5. Presets
  6. </a>
  7. <a href="#" id="save-animation" class="button disabled" >Save as Preset</a>
  8. </li>
  9. </ul>
  10. <div class="panel-right">
  11. <ul class="nav">
  12. <% if (project.branding) { %>
  13. <%- file(project.branding.rightPanel) %>
  14. <% } %>
  15. <!-- Disable CSS Custom Filters
  16. <li>
  17. <a href="<%= project.homepage %>" target='_blank' title="About CSS Custom Filters on html.adobe.com">What are CSS Custom Filters?</a>
  18. </li>
  19. -->
  20. <li>
  21. <a id="help-link" href="#">Help</a>
  22. </li>
  23. </ul>
  24. </div>
  25. <ul id="animations" class="menu">
  26. </ul>
  27. </div>