-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathheader.php
More file actions
53 lines (53 loc) · 3.02 KB
/
Copy pathheader.php
File metadata and controls
53 lines (53 loc) · 3.02 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="p:domain_verify" content="50d49119d52a9dd6ba8adc5ab9833adc"/>
<title><?php wp_title(); ?></title>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<header id="sticker" class="menuSocials">
<div class="container-fluid">
<div class="row">
<div class="logo col-xs-6 col-sm-5 col-md-7 col-lg-3 text-right"><a href="<?php echo home_url(); ?>"><img src="<?php echo get_template_directory_uri() ?>/img/logo.jpg">TROLLING <span class="black">ART</span></a></div>
<div class="menuGen col-xs-6 col-sm-7 col-md-5 col-lg-1">
<div class="btn-group">
<button type="button" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-menu-hamburger"></span></button>
<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu" role="menu">
<!--<li><a href="#">Perú</a></li>
<li><a href="#">Colombia</a></li>
<li><a href="#">Chile</a></li>-->
<!--<li class="divider"></li>
<li><a href="#">Separated link</a></li>-->
</ul>
</div>
</div>
<div class="tagsMenu col-md-3 col-lg-3 visible-lg">
<h4>#HashTags · Articles · ArtLife</h4>
</div>
<div class="socialLink col-md-6 col-lg-5 containerSocial visible-lg">
<div class="social">
<span class="twitter">
<a class="twitter-follow-button" href="https://twitter.com/trolling_art" data-show-count="true" data-lang="en">Follow @trolling_art</a>
<script>window.twttr=(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],t=window.twttr||{};if(d.getElementById(id))return;js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);t._e=[];t.ready=function(f){t._e.push(f);};return t;}(document,"script","twitter-wjs"));
</script>
</span>
<span class="google">
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<g:plusone size="medium" href="http://trollingart.com"></g:plusone>
</span>
<span class="Facebook">
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FTrolling-Art%2F906966812686934&width&layout=button_count&action=like&show_faces=false&share=false&height=21&appId=236972426392468" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px; width: 150px" allowTransparency="true"></iframe>
</span>
</div>
</div>
</div>
</div>
</header>