-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinc_head.php
More file actions
executable file
·102 lines (91 loc) · 3.47 KB
/
Copy pathinc_head.php
File metadata and controls
executable file
·102 lines (91 loc) · 3.47 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
<!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="Cache-control" content="public">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Felipe Augusto Lima Reis</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Engenheiro de Computação. Mestre em Informática. Especialista em Engenharia de Produção. Desenvolvedor full stack desde 2006." />
<meta name="keywords" content="falreis, felipe reis, desenvolvedor, software developer, IT, TI" />
<meta name="author" content="falreis" />
<meta name="google-site-verification" content="e1FWSh-fqRDN1GJ6WP8ivkJ1hIAeT9m9-ZC_igzV2S8" />
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="falreis"/>
<meta property="og:image" content=""/>
<meta property="og:url" content="falreis.eng"/>
<meta property="og:site_name" content="falreis"/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="falreis" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="falreis" />
<meta name="twitter:card" content="falreis" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.png">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css" media="none" onload="if(media!='all')media='all'">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css" media="none" onload="if(media!='all')media='all'">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css" media="none" onload="if(media!='all')media='all'">
<!-- Cards -->
<link rel="stylesheet" href="css/cards.css" media="none" onload="if(media!='all')media='all'">
<style type="text/css">
.icon, .svg-icon{
fill: green;
width: 20%%;
height: 50px;
}
.about-content{
text-align: left;
margin-top: 5px;
margin-bottom: 15px;
}
.icon-social, .icon-social a, a.icon-social{
color: #FFF;
font-size: 30px;
padding-top: 5px;
text-align: left;
}
#lang-pt, #lang-en{
margin: 0px;
cursor: pointer;
}
.foto{
height:250px;
width:250px;
max-height: 250px;
max-width: 250px;
border-radius: 50%;
}
</style>
<!-- <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-18950633-4', 'auto');
ga('send', 'pageview');
</script> -->
<?php
function isLocalhost(){
$whitelist = array('127.0.0.1','::1');
return in_array($_SERVER['REMOTE_ADDR'], $whitelist);
}
if(!isLocalhost()){ ?>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-18950633-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-18950633-4');
</script>
<?php } else{ ?>
<span style="color:#FFF;">Desenvolvimento - localhost!!</span>
<?php } ?>
</head>