Users need to a guided overview of functionality that they may not be familiar with yet.
Any images placed within /app/images will be automatically copied to the build/images directory. If running gulp prod, they will also be compressed via imagemin.
Any images placed within /app/images will be automatically copied to the build/images directory. If running gulp prod, they will also be compressed via imagemin.
Signing up lets you save your searches for later. You can also opt-in for email alerts whenever your search results change.
<div class="popover left">
<div class="arrow"></div>
<h3 class="popover-title">Add note</h3>
<div class="popover-content">
<textarea placeholder="Enter note here" class="form-control" name="" id="" rows="3"></textarea>
</div>
<div class="popover-toolbar">
<button class="btn btn-hover btn-icon-only"><i class="icon icon-image"></i><span class="sr-only">Add image</span></button>
<button class="btn btn-hover btn-icon-only"><i class="icon icon-chain"></i><span class="sr-only">Add link</span></button>
<button class="btn btn-primary pull-right">Add</button>
</div>
</div>