-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader_nav.php
More file actions
22 lines (22 loc) · 1.7 KB
/
header_nav.php
File metadata and controls
22 lines (22 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="container-fluid color_nav">
<div class="row">
<div class="col-xs-0 col-sm-1 col-md-1 col-lg-1 clearfix visible-sm clearfix visible-md clearfix visible-lg color_nav " style="height:30px;"></div>
<div class="col-xs-0 col-sm-10 col-md-10 col-lg-10 clearfix visible-sm clearfix visible-md clearfix visible-lg color_nav" style="height:20px;">
<div class="row">
<div class="col-sm-1 col-md-2 col-lg-2 color_nav" style="height:20px;float:left;">
<!--<button type="button" id="buttons" class="btn btn-default btn-sm "><a href="index.php" style="color:white;">Home</a></button>-->
<a role="button" id="buttons" class="btn btn-default btn-sm" href="index.php" style="color:white;">Home</a>
</div>
<div class="col-sm-1 col-md-1 col-lg-2 color_nav" style="height:20px;float:left;"></div>
<div class="col-sm-10 col-md-9 col-lg-8 color_nav" style="height:20px;float:right;">
<a role="button" id="buttons" class="btn btn-default btn-sm but-float" href="login.php" style="color:white;">Log in</a>
<a role="button" id="buttons" class="btn btn-default btn-sm but-float" href="signup.php" style="color:white;">Sign up</a>
<!-- <a role="button" id="buttons" class="btn btn-default btn-sm but-float" href="#" style="color:white;">Most viewed tutors</a> -->
<!-- <a role="button" id="buttons" class="btn btn-default btn-sm but-float" href="#" style="color:white;">Best rated tutors</a> -->
<!--<a role="button" id="buttons" class="btn btn-default btn-sm but-float" href="#" style="color:white;">Find tutors</a> -->
</div>
</div>
</div>
<div class="col-xs-0 col-sm-1 col-md-1 col-lg-1 clearfix visible-sm clearfix visible-md clearfix visible-lg color_nav " style="height:30px;"></div>
</div>
</div>