-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (140 loc) · 5.21 KB
/
index.html
File metadata and controls
152 lines (140 loc) · 5.21 KB
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
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8"/>
<link href="/favicon.svg" rel="icon" type="image/svg+xml"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- SEO Meta Tags -->
<title>meet.js Summit 2026 - 15th Anniversary AI_devs Edition</title>
<meta
content="Join us for meet.js Summit 2026, celebrating our 15th anniversary with the AI_devs Edition. A full day of learning, networking, and inspiration at the Warsaw School of Economics."
name="description"
/>
<meta content="meet.js, JavaScript, AI, conference, Warsaw, tech event, AI_devs, programming" name="keywords"/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://summit.meetjs.pl/2026/"/>
<meta property="og:title" content="meet.js Summit 2026 - 15th Anniversary"/>
<meta
content="Join us for meet.js Summit 2026, celebrating our 15th anniversary with the AI_devs Edition."
property="og:description"
/>
<meta content="https://summit.meetjs.pl/2026/og-image.png" property="og:image"/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:url" content="https://summit.meetjs.pl/2026/"/>
<meta name="twitter:title" content="meet.js Summit 2026 - 15th Anniversary"/>
<meta
name="twitter:description"
content="Join us for meet.js Summit 2026, celebrating our 15th anniversary with the AI_devs Edition."
/>
<meta name="twitter:image" content="https://summit.meetjs.pl/2026/og-image.png"/>
<meta name="twitter:image:alt" content="meet.js Summit 2026 - 15th Anniversary AI_devs Edition"/>
<!-- Additional OG image dimensions for better compatibility -->
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<meta property="og:image:type" content="image/png"/>
<!-- Theme Color -->
<meta name="theme-color" content="#2B1932"/>
<!-- Fonts Google -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "meet.js Summit 2026",
"description": "Join us for meet.js Summit 2026, celebrating our 15th anniversary with the AI_Devs Edition. Afull day of learning, networking, and inspiration at the Warsaw School of Economics.",
"startDate": "2026-03-04T09:00:00+02:00",
"endDate": "2026-03-04T18:00:00+02:00",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"location": {
"@type": "Place",
"name": "SGH Warsaw School of Economics",
"url": "https://www.sgh.waw.pl/",
"address": {
"@type": "PostalAddress",
"streetAddress": "al. Niepodległości 162",
"addressLocality": "Warszawa",
"postalCode": "02-554",
"addressRegion": "Mazowieckie",
"addressCountry": "PL"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 52.2089,
"longitude": 21.0087
}
},
"offers": [
{
"@type": "Offer",
"url": "https://example.com/bilety",
"name": "Regular",
"price": "256",
"priceCurrency": "PLN",
"availability": "https://schema.org/InStock"
},
{
"@type": "Offer",
"url": "https://example.com/bilety",
"name": "VIP",
"price": "512",
"priceCurrency": "PLN",
"availability": "https://schema.org/InStock"
}
]
}
</script>
<!-- Meta Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '173894732081995');
fbq('track', 'PageView');
</script>
<!-- End Meta Pixel Code -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QLKEEWW472"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-QLKEEWW472');
</script>
<!-- End Google tag (gtag.js) -->
</head>
<body>
<!-- Meta Pixel Code (noscript fallback) -->
<noscript><img
height="1" src="https://www.facebook.com/tr?id=173894732081995&ev=PageView&noscript=1" style="display:none"
width="1"
/></noscript>
<!-- End Meta Pixel Code (noscript fallback) -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>