-
Notifications
You must be signed in to change notification settings - Fork 0
/
sobre.html
100 lines (98 loc) · 4.6 KB
/
sobre.html
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
<!DOCTYPE html>
<html>
<head>
<title>Sobre o Em Busca Do Código</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/roca.css">
<link rel="stylesheet" href="css/padrao.css">
<link rel="stylesheet" href="css/erro.css">
<link rel="stylesheet" href="css/codigos.css">
<link rel="stylesheet" href="css/fonte.css">
<link rel="icon" href="embuscadocodigo.ico">
<meta property="og:site_name" content="embuscadocodigo.com">
<meta property="og:type" content="article">
<meta property="article:author" content='https://www.facebook.com/embuscadocodigo' />
<meta property="og:locale" content="pt_BR">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="800">
<meta property="og:image:height" content="600">
<meta property="fb:app_id" content="966242223397117">
<meta property="og:description" content="Se estiver em busca de algum código, não pesquise, busque..."/>
<meta property="og:url" content="http://embuscadocodigo.com/sobre.html" />
<meta property="og:image" content="http://embuscadocodigo.com/imgbasesobre.png" />
<!--analytics-->
<!--Google-->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-86654507-1"></script>
<script src="http://embuscadocodigo.com/gtag.js"></script>
<!--Mixpanel-->
<script type="text/javascript" src="http://embuscadocodigo.com/js/mxp.js"></script>
<script type="text/javascript" src="http://embuscadocodigo.com/js/mixpanel-dominio.js"></script>
</head>
<body>
<header>
<nav class="cabecalho">
<ul>
<li><a href="index.html">home</a></li>
<li>|</li>
<li><a href="ajuda.html">ajuda</a></li>
<li>|</li>
<li><a href="sobre.html">Sobre</a></li>
<li>|</li>
<li><a href="codigos.html">Códigos</a></li>
</ul>
<form>
<script>
(function() {
var cx = '003467032773945451414:czc04qxogy0';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
</form>
</nav>
</header>
<section class="codigos codigo">
<p>Se estiver em busca de algum código, não pesquise, busque. Alam Maia - 21/11/2015.</p></br>
<section class="paragrafoscodigos">
<p>
O Em Busca do Código é uma sociedade não personificada. "Divulgado" oficialmente dia 01/03/2015 com o nome de Maktub TI que, dia 02/07/2015 mudou de nome para Em Busca do Código.</br></br>
Mais uma fonte de conhecimento sobre a area da Técnologia da Informação, cujo sua maior peculiaridade é ter nascido dentro do YouTube.</br></br>
Se está se perguntando o que esperar do Em Busca do Código dou uma de burro e respondo com uma pergunta, encontrou o que precisava?</br></br>
Meu nome é Alam Maia, atualmente trabalho fora da TI, estudei por alguns semestres Tecnologia em Banco de Dados na FATEC de Bauru, atualmente estudo Gestão Pública na Anhanguera.</br></br>
Bem vindo ao meu mundo, bem vindo ao Em Busca do Código.</br>
</p>
<p align="right"></br>
Alam Maia - 19/04/2016
</p>
</section>
</section>
<section class="propagando">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- em busca do codigo 01 -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-5020252132627432"
data-ad-slot="7324870979"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</section>
<footer id="rodape">
<img src="css/img/001.png">
Desde 2015 © Em Busca do Código
<ul class="redes">
<li><a href="https://www.facebook.com/embuscadocodigo"><img src="css/img/007.png"></a></li>
<li><a href="https://plus.google.com/115289918651298518386"><img src="css/img/008.png"></a></li>
<li><a href="https://www.youtube.com/channel/UC6EgJeCFC-P96Y0Gvla0Z3w"><img src="css/img/009.png"></a></li>
</ul>
</footer>
<script src="script/exemplo.js"></script>
</body>
</html>