Skip to content

jrichardsz-software-architect-tools/admin-html-mockup-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

admin-html-mockup-starter

Simple mockup starter for developers which feel more comfortable with html instead: balsamiq, Sketch, InVision, Moqups, Proto.io, etc

op1

Requirements

  • Some basic text ide like: vim, nano, notepad, atom, sublime, etc

Steps

  • Add new menu like : "Search Form"
<ul class="menu">
  <li><a href="#">Home</a></li>
  <li><a href="#">Simple Form</a></li>
  <li><a href="#">Services</a></li>
  <li><a href="#">Portfolio</a></li>
  <li><a href="#">Contact</a></li>
  <li><a href="#">Search Form</a></li>
</ul>
  • Create an html with name: search-form.html inside pages folder
  • That's all. You new menu will be visible and when some click on it, your search_form.html will be renderized

Coming soon

About

leftside floating menu html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.6%
  • CSS 7.4%