-
Notifications
You must be signed in to change notification settings - Fork 0
/
inscricao.html
162 lines (144 loc) · 8.9 KB
/
inscricao.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!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.0, minimum-scale=1.0">
<title>FLISoL Blumenau - Inscrição</title>
<!-- Facebook -->
<meta property="og:site_name" content="FLISoL Blumenau"/>
<meta property="og:title" content="FLISoL Blumenau - Inscrição"/>
<meta property="og:url" content="https://www.hackerspaceblumenau.org/flisol/"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="O Festival Latino-americano de Instalação de Software Livre (FLISoL) é o maior evento de divulgação de Software Livre da América Latina."/>
<meta property="og:locale" content="pt_BR"/>
<meta property="og:image" content="https://www.hackerspaceblumenau.org/flisol/static/images/flisol-logo.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="FLISoL Blumenau - Inscrição"/>
<meta name="twitter:description" content="O Festival Latino-americano de Instalação de Software Livre (FLISoL) é o maior evento de divulgação de Software Livre da América Latina."/>
<meta name="twitter:site" content="@hackerspacebnu"/>
<meta name="twitter:url" content="https://www.hackerspaceblumenau.org/flisol/"/>
<meta name="twitter:image" content="https://www.hackerspaceblumenau.org/flisol/static/images/flisol-logo.png">
<meta itemprop="name" content="FLISoL Blumenau"/>
<meta itemprop="url" content="https://www.hackerspaceblumenau.org/flisol/"/>
<meta itemprop="image" content="https://www.hackerspaceblumenau.org/flisol/static/images/flisol-logo.png"/>
<meta itemprop="description" content="O Festival Latino-americano de Instalação de Software Livre (FLISoL) é o maior evento de divulgação de Software Livre da América Latina."/>
<meta name="author" content="FLISoL Blumenau"/>
<meta name="description" content="O Festival Latino-americano de Instalação de Software Livre (FLISoL) é o maior evento de divulgação de Software Livre da América Latina."/>
<meta name="keywords" content="flisol, blumenau, open source, software livre, foss, desenvolvimento, tecnologia, evento, meetup"/>
<link href="/flisol/static/tailwind/tailwind.min.css" rel="stylesheet">
<link rel="shortcut icon" href="/flisol/static/images/icon-64.png">
<link rel="icon" href="/flisol/static/images/icon-32.png" sizes="32x32">
<link rel="icon" href="/flisol/static/images/icon-64.png" sizes="64x64">
<link rel="icon" href="/flisol/static/images/icon-144.png" sizes="144x144">
<link rel="icon" href="/flisol/static/images/icon-192.png" sizes="192x192">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-46PK6EW4BB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-46PK6EW4BB');
</script>
</head>
<body class="min-h-screen flex flex-col">
<nav class="flex-none bg-yellow-600">
<div class="mx-auto px-2 sm:px-6 lg:px-8">
<div class="relative flex items-center justify-between h-16">
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">
<button onclick="toggleMenu()"
class="inline-flex items-center justify-center p-2 rounded-md text-white hover:bg-yellow-700 focus:outline-none focus:ring-2 focus:ring-inset focus:ring-white" aria-expanded="false">
<svg class="block h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
<svg class="hidden h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
</div>
<div class="flex-1 flex items-center justify-center sm:items-stretch sm:justify-start">
<div class="flex-grow flex items-center">
<img src="/flisol/static/images/flisol-logo-white.svg" width="32" height="32" class="ml-12 md:ml-0">
<a href="/flisol/" class="pl-2 text-white text-xl font-semibold tracking-wide">FLISoL Blumenau</a>
</div>
<div class="hidden sm:block sm:ml-6">
<div class="flex space-x-4">
<a href="/flisol/atividades" class="text-white hover:bg-yellow-700 px-3 py-2 rounded-md text-sm font-medium">Atividades</a>
<a href="/flisol/installfest" class="text-white hover:bg-yellow-700 px-3 py-2 rounded-md text-sm font-medium">InstallFest</a>
<a href="/flisol/inscricao" class="text-white hover:bg-yellow-700 px-3 py-2 rounded-md text-sm font-medium">Inscrição</a>
<a href="/flisol/patrocinadores" class="text-white hover:bg-yellow-700 px-3 py-2 rounded-md text-sm font-medium">Patrocinadores</a>
</div>
</div>
</div>
</div>
</div>
<div class="hidden" id="nav-menu-mobile">
<div class="px-2 pt-2 pb-3 space-y-1 flex flex-col">
<a href="/flisol/installfest" class="text-white hover:bg-yellow-700 px-3 py-2 rounded-md text-sm font-medium">Atividades</a>
<a href="/flisol/installfest" class="text-white hover:bg-yellow-700 px-3 py-2 rounded-md text-sm font-medium">InstallFest</a>
<a href="/flisol/inscricao" class="text-white hover:bg-yellow-700 px-3 py-2 rounded-md text-sm font-medium">Inscrição</a>
<a href="/flisol/patrocinadores" class="text-white hover:bg-yellow-700 px-3 py-2 rounded-md text-sm font-medium">Patrocinadores</a>
</div>
</div>
</nav>
<div class="flex-none lg:px-12 bg-gray-50">
<div class="mx-auto max-w-6xl py-12 px-4 flex flex-col lg:px-12 lg:py-12 lg:flex-row lg:items-center lg:justify-between">
<h2 class="text-2xl lg:text-3xl font-extrabold tracking-tight text-gray-900 text-center">
<span class="block">Anote em sua agenda!</span>
<span class="block text-yellow-600">27 de abril de 2024 das 10:00 às 18:30</span>
</h2>
<div class="mt-8 mx-auto lg:mt-0 lg:mx-0">
<div class="rounded-md shadow">
<a href="https://calendar.google.com/calendar/event?action=TEMPLATE&tmeid=MTNyMGxwMWw1cThmbjg0YjdkaTJqZXEzZHUgNDZlM2UzNWJmMzcxMzg0ZmJmZjYzYjM4MjE4NTQ3YTQzMDVhNTBjNzhjYTMyOTdjYzVkMDNlZDJkNjlhZDVjY0Bn&tmsrc=46e3e35bf371384fbff63b38218547a4305a50c78ca3297cc5d03ed2d69ad5cc%40group.calendar.google.com"
class="px-8 py-4 border border-transparent text-base font-medium rounded-md text-white bg-yellow-500 hover:bg-yellow-600"
target="_blank">
Adicionar
<img class="inline w-6" src="/flisol/static/images/google-calendar.png">
</a>
</div>
</div>
</div>
</div>
<div class="flex-grow py-12 lg:px-12 bg-white max-w-7xl m-auto">
<div class="mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-3xl text-yellow-600 font-semibold tracking-wide uppercase">Inscrição</h2>
<div class="mt-8">
<p class="pb-1">Durante o dia do evento serão realizadas <strong>palestras</strong>, <strong>oficinas</strong> e o <strong>InstallFest</strong>.</p>
<p class="pb-1">O evento é <strong>gratuito</strong>, porém recomendamos que se inscreva para melhorar a organização do evento.</p>
<p class="pb-1">O evento é aberto para o público em geral e visa difundir o software livre na região.</p>
<p class="pb-1">Será emitido um <strong>certificado de participação</strong> para os atendentes do evento.</p>
<div class="p-10">
<a href="https://www.sympla.com.br/evento/flisol-blumenau-2024/2423517"
class="px-8 py-4 border border-transparent text-base font-medium rounded-md text-white bg-yellow-500 hover:bg-yellow-600">Inscrever-se</a>
</div>
<p class="pb-1"><b>Lembre-se</b> de convidar seus amigos(as) e colegas de trabalho.</p>
</div>
</div>
</div>
</div>
<footer class="flex-none border-t border-solid border-yellow-300 py-4 mx-4">
<div class="flex flex-col lg:flex-row lg:justify-center text-center text-base text-yellow-600">
<div class="my-1 lg:mx-2">
<a href="/flisol/edicoes">Edições anteriores</a>
</div>
<div class="my-1 lg:mx-2">
<a href="/flisol/galeria">Galeria de Fotos</a>
</div>
</div>
<div class="mt-4 text-center text-xs text-gray-500">
<p>© 2023 Hackerspace Blumenau</p>
</div>
</footer>
<script type="text/javascript">
function toggleMenu() {
var e = document.getElementById("nav-menu-mobile");
if (e.className === "") {
e.className = "hidden"
} else {
e.className = ""
}
}
</script>
</body>
</html>