Skip to content

Instantly share code, notes, and snippets.

@lafikl
Created January 27, 2013 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lafikl/4648374 to your computer and use it in GitHub Desktop.
Save lafikl/4648374 to your computer and use it in GitHub Desktop.
<div class="top-bar">
<div class="container">
<div class="row">
<div class="col-three-mobile col-two logo">
<a href="#" class="brand">اسم الموقع</a>
</div>
<div class="navigation-toggle hide-on-desktop col-one-mobile collapse" data-collapse=".navigation">
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
</div>
<div class="col-four-mobile col-ten navigation is-collapsed">
<ul class="inline ">
<li><a href="#" class="active">رابط</a></li>
<li><a href="#">اتصل بنا</a></li>
<!-- فاصل بين الروابط -->
<li class="divider"></li>
<li><a href="#">تسجيل خروج</a></li>
</ul>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment