-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheading-fixed.php
33 lines (33 loc) · 1.56 KB
/
heading-fixed.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<div class="header affix">
<div class="container-strech">
<hr style="margin-bottom: 6px;">
<div class="row">
<div class="col-md-9">
<div class="row">
<div class="pull-left col-md-6 col-md-6 col-12">
<?php get_search_form(); ?>
</div>
<?php /*
<div id="layout-toggle" class="pull-right hidden-xs hidden-sm ">
<a class="grid-view on" href="javascript:void(0);" title="Grid View" data-layout="grid"> <i class="fa fa-th-large"></i> </a> <a class="feed-view" href="javascript:void(0);" title="Feed View" data-layout="feed"> <i class="fa fa-list"></i> </a>
</div>
*/ ?>
</div>
</div>
<div class="col-md-3 social-links">
<div class="float-right">
<a href="https://twitter.com/p2pu" target="_blank">
<i class="fab fa-twitter" style="color: #55ACEE;"></i>
</a>
<a href="https://www.facebook.com/P2PUniversity?fref=ts" target="_blank">
<i class="fab fa-facebook" style="color: #45619D;"></i>
</a>
<a href="<?php bloginfo('rss2_url'); ?>">
<i class="fas fa-rss" style="color: #FF6600;"></i>
</a>
</div>
</div>
</div>
<hr style="margin: 6px 0 0 0;">
</div>
</div>