This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathheader.php
47 lines (39 loc) · 2.06 KB
/
header.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Brazilian OpenBSD Users Group">
<meta name="copyright" content="https://opensource.org/licenses/BSD-2-Clause">
<link rel="shortcut icon" href="img/favicon.ico" TYPE="image/x-icon">
<link rel="canonical" href="http://www.openbsd-br.org">
<title>OpenBSD-BR.org (Grupo Brasileiro dos Usuários de OpenBSD)</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<link href="css/openbsd-br.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/openbsd-br.js"></script>
</head>
<body>
<?php include('google_analytics.php'); ?>
<header>
<a href="https://github.com/openbsd-br/openbsd-br.org">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
</a>
<div class="container-fluid" id="top-black">
<div class="twitter-div-top-left">
<a href="https://twitter.com/openbsd_br" class="twitter-follow-button" data-show-count="true" data-size="large" data-dnt="true">
Seguir @openbsd_br
</a>
</div>
<?php include('social-icons.php'); ?>
</div>
<div class="brazil-line"></div>
</header>