-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (114 loc) · 6.8 KB
/
index.html
File metadata and controls
130 lines (114 loc) · 6.8 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>SIPE 네 번째 사담콘 - 우리들의 인사이프</title>
<meta name="title" content="SIPE 네 번째 사담콘 - 우리들의 인사이프" />
<meta name="description" content="SIPE에서 주최하는 네 번째 사담콘에 참여하세요. 개발자들의 지식 공유와 네트워킹의 장, 최신 기술 트렌드와 실무 경험을 나누는 컨퍼런스입니다." />
<meta name="keywords" content="SIPE, 사담콘, 개발자, 컨퍼런스, 프로그래밍, 기술, 네트워킹, 세미나, IT, 개발" />
<meta name="author" content="SIPE" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://4th-sadamcon.sipe.team" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://4th-sadamcon.sipe.team" />
<meta property="og:title" content="SIPE 네 번째 사담콘 - 우리들의 인사이프" />
<meta property="og:description" content="SIPE에서 주최하는 네 번째 사담콘에 참여하세요. 개발자들의 지식 공유와 네트워킹의 장, 최신 기술 트렌드와 실무 경험을 나누는 컨퍼런스입니다." />
<meta property="og:image" content="https://4th-sadamcon.sipe.team/og-image.png" />
<meta property="og:site_name" content="SIPE 사담콘" />
<meta property="og:locale" content="ko_KR" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://4th-sadamcon.sipe.team" />
<meta property="twitter:title" content="SIPE 네 번째 사담콘 - 우리들의 인사이프" />
<meta property="twitter:description" content="SIPE에서 주최하는 네 번째 사담콘에 참여하세요. 개발자들의 지식 공유와 네트워킹의 장, 최신 기술 트렌드와 실무 경험을 나누는 컨퍼런스입니다." />
<meta property="twitter:image" content="https://4th-sadamcon.sipe.team/og-image.png" />
<!-- Additional SEO -->
<meta name="format-detection" content="telephone=no" />
<meta name="theme-color" content="#2563eb" />
<!-- Android Chrome font rendering optimization -->
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Font display optimization -->
<style>
/* Critical font loading for Android Chrome */
@supports (font-variation-settings: normal) {
body { font-family: 'Pretendard Variable', 'Pretendard', 'Inter', system-ui, sans-serif; }
}
@supports not (font-variation-settings: normal) {
body { font-family: 'Pretendard', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans KR', system-ui, sans-serif; }
}
/* Force font weights on Android */
.android-chrome-font-fix {
font-synthesis: weight style;
font-variant-numeric: normal;
font-feature-settings: normal;
}
</style>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "SIPE 네 번째 사담콘",
"description": "SIPE에서 주최하는 네 번째 사담콘. 개발자들의 지식 공유와 네트워킹의 장",
"organizer": {
"@type": "Organization",
"name": "SIPE",
"url": "https://sipe.team"
},
"location": {
"@type": "Place",
"name": "온라인/오프라인",
"address": "대한민국"
},
"url": "https://4th-sadamcon.sipe.team",
"image": "https://4th-sadamcon.sipe.team/og-image.png",
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/MixedEventAttendanceMode",
"offers": {
"@type": "Offer",
"url": "https://event-us.kr/sipe/event/104609",
"price": "15000",
"priceCurrency": "KRW",
"availability": "https://schema.org/InStock"
}
}
</script>
<!-- Google Tag Manager (Replace GTM-XXXXXXX with your actual GTM ID) -->
<!-- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-XXXXXXX');</script> -->
<!-- Google Search Console Verification (Replace content with your verification code) -->
<!-- <meta name="google-site-verification" content="your-verification-code-here" /> -->
<!-- Favicon Links -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.ico" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/favicon.ico" />
<!-- Font Preconnect for better performance -->
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Pretendard Font - Static weights for better Android support -->
<link rel="preload" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css"></noscript>
<!-- Inter Font for English text fallback -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap"></noscript>
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-XXXXXXX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> -->
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>