forked from gustavoquinalha/devpr24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (101 loc) · 3.72 KB
/
index.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<meta name="description" content="DevPR Conf 2024 é a conferência anual organizada pela comunidade DevParaná, formada por pessoas desenvolvedoras que moram no estado do Paraná." />
<meta name="keywords" content="devparaná, devpr, conf, 2024, conferência, evento, comunidade, palestras, workshops, desenvolvedora, desenvolvedor" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500;600;700&display=swap" />
</noscript>
<link rel="stylesheet" href="/themes/dark.css" />
<!-- Google tag (gtag.js) -->
<!-- src/app/parts/gtm.tsx -->
<!-- End Google tag -->
<title>DevPR Conf 2024</title>
</head>
<body>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "DevPR Conf 2024",
"description": "DevPR Conf 2024 é a conferência anual organizada pela comunidade DevParaná, formada por pessoas desenvolvedoras que moram no estado do Paraná.",
"startDate": "2024-07-28T08:00:00-03:00",
"endDate": "2024-07-28T19:00:00-03:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode",
"location": {
"@type": "Place",
"name": "Teatro Calil Haddad",
"address": {
"@type": "PostalAddress",
"streetAddress": "Av. Dr. Luiz Teixeira Mendes, 2500 - Zona 04",
"addressLocality": "Maringá",
"postalCode": "87015-001",
"addressRegion": "Paraná",
"addressCountry": "Brasil"
}
},
"image": [
"https://devpr.org/assets/images/devpr-conf-2024.webp",
"https://devpr.org/assets/images/sobre-a-comunidade.webp",
"https://devpr.org/assets/images/testimonials-2024.webp",
"https://devpr.org/assets/images/calil-haddad.webp"
],
"offers": {
"@type": "Offer",
"name": "Palestras sobre tecnologia e network",
"price": "0",
"priceCurrency": "BRL",
"validFrom": "2024-07-14",
"url": "https://devpr.org",
"availability": "https://schema.org/InStock"
},
"performer": [
{
"@type": "Person",
"name": "Mano Deyvin"
},
{
"@type": "Person",
"name": "Ana Neri"
},
{
"@type": "Person",
"name": "Fernanda Kipper"
}
{
"@type": "Person",
"name": "Jônatas Davi"
},
{
"@type": "Person",
"name": "Lays Rodrigues"
},
{
"@type": "Person",
"name": "Gustavo Caetano"
},
],
"organizer": [
{
"name": "DevParaná",
"logo": "https://devpr.org/assets/devparana.svg",
"url": "https://devpr.org"
},
{
"name": "Codaqui",
"logo": "https://www.codaqui.dev/assets/logo_blk.png",
"url": "https://codaqui.dev"
}
]
}
</script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>