-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (73 loc) · 2.93 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
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Game Developer Carousel</title>
<meta name="description" content="Carousel rides for everyone at the LeRoy King Carousel. No cost. No catch. Everyone can ride! Courtesy of John 'Seg' Seggerson." />
<meta property="og:url" content="https://gdcarousel.com/" />
<meta property="og:title" content="Game Developer Carousel" />
<meta property="og:site_name" content="Game Developer Carousel" />
<meta property="og:description" content="Carousel rides for everyone at the LeRoy King Carousel. No cost. No catch. Everyone can ride! Courtesy of John 'Seg' Seggerson." />
<meta property="og:image" content="https://gdcarousel.com/og/social-media-preview.png" />
<meta property="og:image:width" content="1800" />
<meta property="og:image:height" content="945" />
<meta property="og:image:alt" content="The emoji symbols for a game controller, non-gender specific developer, and a carousel horse." />
<meta property="og:type" content="website" />
<link rel="alternate" type="application/rss+xml" title="Game Developer Carousel: RSS Feed" href="https://buttondown.email/GDCarousel/rss" />
<link rel="icon" href="favicon-32.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "Game Developer Carousel",
"startDate": "2025-03-20T10:00-07:00",
"endDate": "2025-03-20T18:00-07:00",
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
"eventStatus": "https://schema.org/EventScheduled",
"location": {
"@type": "Place",
"name": "Leroy King Carousel",
"address": {
"@type": "PostalAddress",
"streetAddress": "221 4th Street",
"addressLocality": "San Francisco",
"postalCode": "94103",
"addressRegion": "CA",
"addressCountry": "US"
}
},
"image": ["https://gdcarousel.com/og/social-media-preview.png"],
"description": "Carousel rides for everyone at the LeRoy King Carousel on March 20th, 2025. No cost. No catch. Everyone can ride. Courtesy of John 'Seg' Seggerson.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"validFrom": "2025-01-01T00:00"
},
"organizer": {
"@type": "Organization",
"name": "Space Between Studios",
"url": "https://spacebetweenstudios.com"
}
}
</script>
</head>
<body>
<div id="app" class="h-100"></div>
<script type="module" src="/src/main.ts"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=%VITE_GAV4%"></script>
<script>
var gav4 = '%VITE_GAV4%'
if (gav4) {
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', gav4)
}
</script>
</body>
</html>