-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-sem-aba.php
89 lines (72 loc) · 4.39 KB
/
header-sem-aba.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package artunlimited
*/
?>
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="ie ie6 lte-ie6"> <![endif]-->
<!--[if IE 7 ]> <html class="ie ie7 lte-ie7"> <![endif]-->
<!--[if IE 8 ]> <html class="ie ie8 lte-ie8"> <![endif]-->
<!--[if IE 9 ]> <html class="ie ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html <?php language_attributes(); ?> class="js no-flexbox flexbox-legacy canvas canvastext webgl no-touch geolocation postmessage no-websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients no-cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths pointerevents"><!--<![endif]-->
<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,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'>
<!--[if lt IE 9 ]><script src="/lib/respond.min.js"></script><![endif]-->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div class="overlay"></div>
<div id="page" class="hfeed site site-home">
<header id="masthead" class="site-header" role="banner">
<div id="logo">
<a class="a-logo" href="javascript:scroll_to('#page');"></a>
</div><!-- #logo -->
<div class="area-4-header">
<div id="link-login">
<a href="<?php bloginfo( 'home' ); ?>/wp-admin/">
<div id="cadeado">
</div><!-- #cadeado -->
<spam class="link-tgl">
<?php echo __('[:en]Login Area[:pb]Acesso Restrito[:]');?>
</span>
</a>
</div><!-- #link-login -->
</div><!-- .area-4-header -->
<div class="area-3-header">
<div id="linguas">
<?php
if (function_exists('dynamic_sidebar')) {
dynamic_sidebar('Widget no menu');
}
?>
</div><!-- #linguas -->
</div><!-- .area-3-header -->
<nav id="site-navigation" class="navigation-main" role="navigation">
<?php // wp_nav_menu( array( 'theme_location' => 'primary', 'items_wrap' => '<ul class="menu"><li class="first-menu-item"></li>%3$s</ul>' ) ); ?>
<ul class="menu">
<li class="first-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-336" id="menu-item-336"><a href="javascript:scroll_to('#nav-quem-somos');"><?php echo __('[:en]About us[:pb]Quem somos[:]') ?></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30" id="menu-item-1327"><a href="<?php echo get_home_url('/portfolio'); ?>"><?php echo __('[:en]Portfolio[:pb]Portfólio[:]'); ?></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-30" id="menu-item-30"><a href="javascript:scroll_to('#nav-premios');"><?php echo __('[:en]Awards[:pb]Prêmios[:]'); ?></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-28" id="menu-item-28"><a href="javascript:scroll_to('#nav-clientes-parceiros');"><?php echo __('[:en]Clients and partners[:pb]Clientes e Parceiros[:]'); ?></a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-288" id="menu-item-288"><a href="javascript:scroll_to('#nav-noticias');"><?php echo __('[:en]News[:pb]Notícias[:]'); ?></a></li>
<li class="last-menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-29" id="menu-item-29"><a href="javascript:scroll_to('#nav-contatos');"><?php echo __('[:en]Contact[:pb]Contatos[:]'); ?></a></li>
</ul>
</nav><!-- #site-navigation -->
<div class="botao-portfolio-menu">
<a class="etiqueta-barra-botao-portfolio-menu" href="<?php echo get_home_url('/portfolio'); ?>">
</a>
</div>
</header><!-- #masthead -->
<?php do_action( 'before' ); ?>
<div id="main">