Skip to content

Commit 6119ab8

Browse files
committed
feat - adding hotel section
1 parent 9a8bb55 commit 6119ab8

11 files changed

Lines changed: 9476 additions & 9 deletions

cdc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
<li class="nav-item">
7070
<a class="nav-link link-dark fs-4" href="./#place">Local</a>
7171
</li>
72+
<li class="nav-item">
73+
<a class="nav-link link-dark fs-4" href="./#hotel">Hospedagem</a>
74+
</li>
7275
<li class="nav-item">
7376
<a class="nav-link link-dark fs-4" href="./#calendar">Agenda</a>
7477
</li>

hotel.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="Reserve sua estadia com nossa rede de hotéis parceira e aproveite 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>Reserve sua estadia | Python Nordeste 2025 | Teresina - Piauí</title>
23+
24+
<meta property="og:title" content="Reserve sua estadia | Python Nordeste 2025 | Teresina - Piauí">
25+
<meta property="og:description" content="Reserve sua estadia com nossa rede de hotéis parceira e aproveite 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/hotel">
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="Reserve sua estadia | 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="Reserve sua estadia | Python Nordeste 2025 | Teresina - Piauí">
35+
<meta name="twitter:description" content="Reserve sua estadia com nossa rede de hotéis parceira e aproveite 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/hotel">
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://api.whatsapp.com/send?phone=5586999961090&text=Ol%C3%A1,%20estarei%20em%20Teresina%20para%20a%20Python%20Nordeste%202025%20e%20gostaria%20de%20reservar%20minha%20estadia.">
43+
</head>
44+
</html>

index.html

Lines changed: 49 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
<li class="nav-item">
7070
<a class="nav-link link-dark fs-4" href="./#place">Local</a>
7171
</li>
72+
<li class="nav-item">
73+
<a class="nav-link link-dark fs-4" href="./#hotel">Hospedagem</a>
74+
</li>
7275
<li class="nav-item">
7376
<a class="nav-link link-dark fs-4" href="./#calendar">Agenda</a>
7477
</li>
@@ -109,8 +112,8 @@ <h3 id="data" class="text-brown-300 position-absolute">
109112
</a>
110113
</div>
111114
<div class="col-sm">
112-
<a href="./submission" target="_blank" class="d-block w-100 my-2">
113-
<img src="./static/img/buttons/submission-deactivated.svg" class="pyne-button" alt="Comprar ingresso">
115+
<a href="./hotel" target="_blank" class="d-block w-100 my-2">
116+
<img src="./static/img/buttons/hotel-deactivated.svg" class="pyne-button" alt="Reservar estadia">
114117
</a>
115118
</div>
116119
</div>
@@ -298,14 +301,51 @@ <h1 class="text-brown-500 mb-3 mt-5 pt-3">LOCAL</h1>
298301
</div>
299302

300303
<div class="text-center block mt-5">
304+
<a href="#hotel" class="link-dark">
305+
<i class="bi bi-arrow-down-circle-fill btn-down"></i>
306+
</a>
307+
</div>
308+
</div>
309+
</article>
310+
311+
<article id="hotel" class="d-flex flex-wrap align-content-center justify-content-center min-vh-100 p-5 bg-green-100-alpha">
312+
<div class="text-center block">
313+
<h1 class="text-brown-500 mb-3 mt-5 pt-3">HOSPEDAGEM</h1>
314+
315+
<p class="fs-3 text-brown-400 mb-1">
316+
Inscritos no evento obtém preços exclusivos nas unidades selecionadas do <span class="fw-bold text-brown-500">Grupo Arrey Hotels</span>.
317+
</p>
318+
319+
<div class="row mt-5">
320+
<div class="col-md mb-4">
321+
<img class="profile-picture" src="./static/img/hotels/formula-arrey-hotel.png">
322+
<h3 class="mt-3 mb-0">Fórmula Arrey Hotel</h3>
323+
<a class="link-dark" href="https://www.instagram.com/formulaarreyhotel/">@formulaarreyhotel</a>
324+
</div>
325+
<div class="col-md mb-4">
326+
<img class="profile-picture" src="./static/img/hotels/gran-arrey-hotel.jpg">
327+
<h3 class="mt-3 mb-0">Gran Arrey Hotel</h3>
328+
<a class="link-dark" href="https://www.instagram.com/granhotelarrey/">@granhotelarrey</a>
329+
</div>
330+
<div class="col-md mb-4">
331+
<img class="profile-picture" src="./static/img/hotels/hotel-executive-arrey.jpg">
332+
<h3 class="mt-3 mb-0">Executive Arrey Hotel</h3>
333+
<a class="link-dark" href="https://www.instagram.com/executivearreyhotel/">@executivearreyhotel</a>
334+
</div>
335+
</div>
336+
337+
<div class="text-center block mt-5">
338+
<a href="./hotel" target="_blank" class="d-block w-100 my-2 mx-auto" style="max-width: 300px;">
339+
<img src="./static/img/buttons/reservation-deactivated.svg" class="pyne-button" alt="Reservar estadia">
340+
</a>
301341
<a href="#calendar" class="link-dark">
302342
<i class="bi bi-arrow-down-circle-fill btn-down"></i>
303343
</a>
304344
</div>
305345
</div>
306346
</article>
307347

308-
<article id="calendar" class="d-flex flex-wrap align-content-center justify-content-center min-vh-100 p-5 bg-green-100-alpha">
348+
<article id="calendar" class="d-flex flex-wrap align-content-center justify-content-center min-vh-100 p-5 bg-brown-100-alpha">
309349
<div class="text-center block">
310350
<h1 class="text-brown-500 mb-5">AGENDA</h1>
311351
<p class="fs-3 text-brown-400 mb-0">
@@ -333,7 +373,7 @@ <h1 class="text-brown-500 mb-5">AGENDA</h1>
333373
</div>
334374
</article>
335375

336-
<article id="volunteers" class="d-flex flex-wrap align-content-center justify-content-center min-vh-100 p-5 bg-brown-100-alpha">
376+
<article id="volunteers" class="d-flex flex-wrap align-content-center justify-content-center min-vh-100 p-5 bg-green-100-alpha">
337377
<div class="text-center block">
338378
<h1 class="text-brown-500 mb-3">COMUNIDADES</h1>
339379
<p class="fs-3 text-brown-400 mb-0">
@@ -345,22 +385,22 @@ <h1 class="text-brown-500 mb-3">COMUNIDADES</h1>
345385
<div class="row mt-5">
346386
<div class="col-md mb-4">
347387
<img class="profile-picture" src="./static/img/communities/pug-pi.png">
348-
<h3 class="mt-2 mb-0">PUG-PI</h3>
388+
<h3 class="mt-3 mb-0">PUG-PI</h3>
349389
<a class="link-dark" href="https://www.instagram.com/pugpi_/">@pugpi_</a>
350390
</div>
351391
<div class="col-md mb-4">
352392
<img class="profile-picture" src="./static/img/communities/pyladies-teresina.png">
353-
<h3 class="mt-2 mb-0">PyLadies Teresina</h3>
393+
<h3 class="mt-3 mb-0">PyLadies Teresina</h3>
354394
<a class="link-dark" href="https://www.instagram.com/pyladiesthe/">@pyladiesthe</a>
355395
</div>
356396
<div class="col-md mb-4">
357397
<img class="profile-picture" src="./static/img/communities/pyladies-parnaiba.png">
358-
<h3 class="mt-2 mb-0">PyLadies Parnaíba</h3>
398+
<h3 class="mt-3 mb-0">PyLadies Parnaíba</h3>
359399
<a class="link-dark" href="https://www.instagram.com/pyladiesparnaiba/">@pyladiesparnaiba</a>
360400
</div>
361401
<div class="col-md mb-4">
362402
<img class="profile-picture" src="./static/img/communities/dorothy.png">
363-
<h3 class="mt-2 mb-0">Dorothy Piauí</h3>
403+
<h3 class="mt-3 mb-0">Dorothy Piauí</h3>
364404
<a class="link-dark" href="https://www.instagram.com/dorothypiaui/">@dorothypiaui</a>
365405
</div>
366406
</div>
@@ -373,7 +413,7 @@ <h3 class="mt-2 mb-0">Dorothy Piauí</h3>
373413
</div>
374414
</article>
375415

376-
<article id="sponsors" class="d-flex flex-wrap align-content-center justify-content-center min-vh-100 p-5 bg-green-100-alpha">
416+
<article id="sponsors" class="d-flex flex-wrap align-content-center justify-content-center min-vh-100 p-5 bg-brown-100-alpha">
377417
<div class="text-center block">
378418
<h1 class="text-brown-500 mb-4 mt-5 pt-5">PATROCINADORAS</h1>
379419
<p class="fs-3 text-brown-400 mb-5">

0 commit comments

Comments
 (0)