-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheadermobile.php
More file actions
17 lines (14 loc) · 946 Bytes
/
headermobile.php
File metadata and controls
17 lines (14 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="pr__mobile__nav" id="navbar-mobile" data-uk-offcanvas="overlay: true; flip: true; mode: none">
<div class="uk-offcanvas-bar">
<button class="uk-offcanvas-close" type="button" data-uk-close="ratio: 2;"></button>
<nav class="menu" data-uk-scrollspy-nav="offset: 0; closest: li; scroll: true">
<ul data-uk-scrollspy="target: > li; cls:uk-animation-slide-right; delay: 100; repeat: true;">
<li><a href="#pr__hero">Home</a></li>
<li><a href="#pr__services">Courses</a></li>
<li><a href="#pr__works">Works</a></li>
<li><a href="#pr__about">About</a></li>
<li> <a href="registration.php" >Register</a></li>
</ul>
</nav>
</div><!-- Off Canvas Bar End -->
</div><!-- Mobile Nav End -->