-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-novosprojetos.php
32 lines (29 loc) · 1.43 KB
/
header-novosprojetos.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
<?php
/**
* The Header for our theme.
* Displays all of the <head> section and everything up till <div id="main">
* @package artunlimited
*/
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?>><head><meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Gentium+Book+Basic' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="page" class="hfeed site">
<div class="barra">
<a class="barra" href="<?php echo home_url(); ?>">
<div class="top-barra"></div>
</a>
<a class="a-etiqueta" href="<?php echo home_url(); ?>/projetos/">
<div style="<?php echo _e("[:en]background: url('".get_stylesheet_directory_uri()."/images/escrita-novos-projetos-en.png') no-repeat scroll 0 -20px #4D449B;[:pb]background: url('".get_stylesheet_directory_uri()."/images/escrita-novos-projetos.png') no-repeat scroll 0 -20px #4D449B;[:]" ); ?>"class="etiqueta-barra-novosprojetos-archive"></div>
</a>
</div><!-- .barra -->
<?php do_action( 'before' ); ?>
<div id="main" class="site-main">