-
Notifications
You must be signed in to change notification settings - Fork 1
/
_head.php
49 lines (40 loc) · 2.54 KB
/
_head.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
<? header('Content-Type: text/html; charset=utf-8'); ?>
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <!-- site com responsivo -->
<!-- Core Meta Data -->
<meta name="author" content="Alfama Web">
<meta name="description" content="Um evento repleto de código e rock n’ roll dia 05 de Setembro. Front-end + rock = Combinação Explosiva!">
<meta name="keywords" content="parallax,responsive,jquery,ux,frontend,backend,startups,tecnologia,mobile,empreendedorismo,design">
<!-- Facebook Tags -->
<meta property="og:description" content="Um evento repleto de código e rock n’ roll dia 05 de Setembro. Front-end + rock = Combinação Explosiva!">
<meta property="og:image" content="http://www.frontinaracaju.com.br/assets/images/thumbnail.png">
<meta property="og:site_name" content="Front in Aracaju">
<meta property="og:title" content="Rock and Code Arena - Front in Aracaju">
<meta property="og:type" content="website">
<meta property="og:url" content="<?= 'http://'. $_SERVER["SERVER_NAME"] ?>">
<!-- Twitter tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="http://www.frontinaracaju.com.br">
<meta name="twitter:creator" content="@frontinaracaju">
<meta name="twitter:title" content="Rock and Code Arena - Front in Aracaju">
<meta name="twitter:description" content="Um evento repleto de código e rock n’ roll dia 05 de Setembro. Front-end + rock = Combinação Explosiva!">
<meta name="twitter:image" content="http://www.frontinaracaju.com.br/assets/images/thumbnail.png">
<!-- Humans -->
<link rel="author" href="humans.txt" />
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.png" type="image/png">
<link rel="shortcut icon" href="<?= 'http://'. $_SERVER["SERVER_NAME"] ?>/favicon.png" type="image/png"> <!-- link absoluto do favicon -->
<!-- CSS compilado e minificado -->
<link rel="stylesheet" href="assets/css/build/style.min.css">
<meta charset="UTF-8">
<title>Rock and Code Arena - Front in Aracaju 2015</title>
</head>