Skip to content

Commit 04bad9a

Browse files
committed
feat: new social tickets url
1 parent 238dae6 commit 04bad9a

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

social-tickets.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!DOCTYPE html>
2+
<html lang="pt-br">
3+
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SGSGKLV1HC"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
gtag('config', 'G-SGSGKLV1HC');
11+
</script>
12+
<!-- Google tag (gtag.js) -->
13+
14+
<meta charset="UTF-8">
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
16+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
17+
<meta name="description" content="Adquira seu ingresso social para a Python Nordeste 2025, que acontecerá em Teresina, Piauí.">
18+
<meta name="keywords" content="python, nordeste, programacao, pyladies, teresina, parnaiba, piaui, 2025, evento, tecnologia, inclusao, codigo de conduta, cdc">
19+
<meta name="robots" content="index, follow">
20+
<meta name="author" content="Comunidade Python Nordeste">
21+
22+
<title>Ingressos sociais | Python Nordeste 2025 | Teresina - Piauí</title>
23+
24+
<meta property="og:title" content="Ingressos sociais | Python Nordeste 2025 | Teresina - Piauí">
25+
<meta property="og:description" content="Adquira seu ingresso social para a Python Nordeste 2025, que acontecerá em Teresina, Piauí.">
26+
<meta property="og:type" content="website">
27+
<meta property="og:url" content="https://2025.pythonnordeste.org/social-tickets">
28+
<meta property="og:image" content="https://2025.pythonnordeste.org/static/img/banners/pyne2025.jpg">
29+
<meta property="og:image:alt" content="Logo oficial da Python Nordeste 2025">
30+
<meta property="og:site_name" content="Ingressos sociais | Python Nordeste 2025 | Teresina - Piauí">
31+
<meta property="og:locale" content="pt_BR">
32+
33+
<meta name="twitter:card" content="summary_large_image">
34+
<meta name="twitter:title" content="Ingressos sociais | Python Nordeste 2025 | Teresina - Piauí">
35+
<meta name="twitter:description" content="Adquira seu ingresso social para a Python Nordeste 2025, que acontecerá em Teresina, Piauí.">
36+
<meta name="twitter:image" content="https://2025.pythonnordeste.org/static/img/banners/pyne2025.jpg">
37+
<meta name="twitter:image:alt" content="Logo oficial da Python Nordeste 2025">
38+
39+
<link rel="canonical" href="https://2025.pythonnordeste.org/social-tickets">
40+
<link rel="icon" href="https://2025.pythonnordeste.org/static/img/icons/sun.svg" type="image/svg+xml">
41+
42+
<meta http-equiv="refresh" content="0; url=https://docs.google.com/forms/d/e/1FAIpQLSf_VMw4V-urAoKlWqxZqOZqK9Js5yStJ9ji0KpivwraB14oKA/viewform">
43+
</head>
44+
</html>

0 commit comments

Comments
 (0)