Skip to content

Commit 6c0fe1e

Browse files
committed
upload
1 parent 097492f commit 6c0fe1e

File tree

8 files changed

+337
-8
lines changed

8 files changed

+337
-8
lines changed

web/about/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<title>파이썬 한국 사용자 모임</title>
1313

1414

15-
<link rel="stylesheet" href="/static/css/dist/styles.css?v=1749946906">
15+
<link rel="stylesheet" href="/static/css/dist/styles.css?v=1761812387">
1616

1717

1818

@@ -41,6 +41,8 @@ <h1 class="text-xl font-bold text-gray-800 mt-2 md:mt-0 text-center md:text-left
4141

4242
<a class="text-gray-600 hover:text-gray-800" href="/support/">Support</a>
4343

44+
<a class="text-gray-600 hover:text-gray-800" href="/events/">Events</a>
45+
4446
</div>
4547
<!-- 모바일 메뉴 버튼 -->
4648
<div class="md:hidden">
@@ -62,13 +64,15 @@ <h1 class="text-xl font-bold text-gray-800 mt-2 md:mt-0 text-center md:text-left
6264

6365
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/support/">Support</a>
6466

67+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/events/">Events</a>
68+
6569
</div>
6670
</nav>
6771

6872
<!-- 메인 -->
6973
<main class="flex-grow container mx-auto px-4 py-8">
7074
<div class="prose">
71-
<p data-block-key="eji5d">파이썬 한국 사용자모임은 한국에서 파이썬을 사용하는 국내 커뮤니티에 도움을 주고 학습을 촉진하며 세계 각지의 파이썬 재단 및 커뮤니티와 협력하여 홍보, 보호 및 발전을 목표로 합니다.</p><h3 data-block-key="ce56e"><b>목적사업</b></h3><ol><li data-block-key="d504q">국내에서 열리는 파이썬 사용자들을 위한 파이콘 컨퍼런스 주관 및 운영</li><li data-block-key="49fri">개인, 단체 혹은 기업의 파이썬 관련행사, 홍보, 교육과정 및 컨퍼런스 주관 및 대행</li><li data-block-key="6i9on">파이썬 사용을 장려하기 위한 매체 홍보 및 사용 예를 홍보하는 사업</li><li data-block-key="80pbb">국내 파이썬 사용자들의 모임을 장려하기 위한 파이썬 개발자 모임을 지원하는 활동</li><li data-block-key="bem80">파이썬 자체의 개발을 위한 모임인 파이썬 스프린트를 수행하여 파이썬 개발 및 운영환경을 개선하기 위한 활동</li><li data-block-key="bc8el">세계 각지의 파이썬 재단 및 커뮤니티와 합력하기 위해 방문, 교류와 협력을 하기 위한 활동</li></ol><h3 data-block-key="do9o9"><b>이메일</b></h3><ul><li data-block-key="4iisi">후원 | <a href="mailto:sponsor@pycon.kr">sponsor@pycon.kr</a></li><li data-block-key="b2ssi">언론보도 및 취재문의 | <a href="mailto:press@pycon.kr">press@pycon.kr</a></li><li data-block-key="7ca7p">기타 문의 | <a href="mailto:office@pycon.kr">office@pycon.kr</a></li></ul>
75+
<p data-block-key="eji5d">파이썬 한국 사용자모임은 한국에서 파이썬을 사용하는 국내 커뮤니티에 도움을 주고 학습을 촉진하며 세계 각지의 파이썬 재단 및 커뮤니티와 협력하여 홍보, 보호 및 발전을 목표로 합니다.</p><h3 data-block-key="8i1rs"><b>목적사업</b></h3><ol><li data-block-key="aif3p">국내에서 열리는 파이썬 사용자들을 위한 파이콘 컨퍼런스 주관 및 운영</li><li data-block-key="3skkk">개인, 단체 혹은 기업의 파이썬 관련행사, 홍보, 교육과정 및 컨퍼런스 주관 및 대행</li><li data-block-key="1tnd7">파이썬 사용을 장려하기 위한 매체 홍보 및 사용 예를 홍보하는 사업</li><li data-block-key="6l60c">국내 파이썬 사용자들의 모임을 장려하기 위한 파이썬 개발자 모임을 지원하는 활동</li><li data-block-key="fteih">파이썬 자체의 개발을 위한 모임인 파이썬 스프린트를 수행하여 파이썬 개발 및 운영환경을 개선하기 위한 활동</li><li data-block-key="19pip">세계 각지의 파이썬 재단 및 커뮤니티와 합력하기 위해 방문, 교류와 협력을 하기 위한 활동</li></ol><h3 data-block-key="jr7n"><b>이메일</b></h3><ul><li data-block-key="55efa">후원 | <a href="mailto:board@python.or.kr">board@python.or.kr</a></li><li data-block-key="59k1k">언론보도 및 취재문의 | <a href="mailto:board@python.or.kr">board@python.or.kr</a></li><li data-block-key="b4hdt">기타 문의 | <a href="mailto:board@python.or.kr">board@python.or.kr</a></li></ul>
7276
</div>
7377
</main>
7478

web/activity/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<title>파이썬 한국 사용자 모임</title>
1313

1414

15-
<link rel="stylesheet" href="/static/css/dist/styles.css?v=1749946906">
15+
<link rel="stylesheet" href="/static/css/dist/styles.css?v=1761812387">
1616

1717

1818

@@ -41,6 +41,8 @@ <h1 class="text-xl font-bold text-gray-800 mt-2 md:mt-0 text-center md:text-left
4141

4242
<a class="text-gray-600 hover:text-gray-800" href="/support/">Support</a>
4343

44+
<a class="text-gray-600 hover:text-gray-800" href="/events/">Events</a>
45+
4446
</div>
4547
<!-- 모바일 메뉴 버튼 -->
4648
<div class="md:hidden">
@@ -62,6 +64,8 @@ <h1 class="text-xl font-bold text-gray-800 mt-2 md:mt-0 text-center md:text-left
6264

6365
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/support/">Support</a>
6466

67+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/events/">Events</a>
68+
6569
</div>
6670
</nav>
6771

web/article-of-incorporation/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<title>파이썬 한국 사용자 모임</title>
1313

1414

15-
<link rel="stylesheet" href="/static/css/dist/styles.css?v=1749946906">
15+
<link rel="stylesheet" href="/static/css/dist/styles.css?v=1761812387">
1616

1717

1818

@@ -41,6 +41,8 @@ <h1 class="text-xl font-bold text-gray-800 mt-2 md:mt-0 text-center md:text-left
4141

4242
<a class="text-gray-600 hover:text-gray-800" href="/support/">Support</a>
4343

44+
<a class="text-gray-600 hover:text-gray-800" href="/events/">Events</a>
45+
4446
</div>
4547
<!-- 모바일 메뉴 버튼 -->
4648
<div class="md:hidden">
@@ -62,6 +64,8 @@ <h1 class="text-xl font-bold text-gray-800 mt-2 md:mt-0 text-center md:text-left
6264

6365
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/support/">Support</a>
6466

67+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/events/">Events</a>
68+
6569
</div>
6670
</nav>
6771

web/events/index.html

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
2+
3+
4+
5+
6+
7+
<!DOCTYPE html>
8+
<html lang="ko">
9+
<head>
10+
<meta charset="UTF-8">
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12+
<title>Events - Python Korea</title>
13+
14+
15+
<link rel="stylesheet" href="/static/css/dist/styles.css?v=1761812387">
16+
17+
18+
19+
20+
</head>
21+
<body class="bg-white min-h-screen flex flex-col">
22+
<!-- 내비게이션 -->
23+
<nav class="bg-white border-b">
24+
<div class="container mx-auto px-4">
25+
<div class="flex justify-between items-center py-4">
26+
<!-- 로고 + 텍스트 타이틀 -->
27+
<div class="flex flex-row items-center space-x-4 w-auto">
28+
<a class="navbar-brand" href="/">
29+
<img class="h-12 mx-auto md:mx-0" src="/static/pythonkr/pythonkr-badge.png" alt="Python Korea Logo"/>
30+
</a>
31+
<h1 class="text-xl font-bold text-gray-800 mt-2 md:mt-0 text-center md:text-left">
32+
파이썬 한국 사용자 모임
33+
</h1>
34+
</div>
35+
<!-- 내비게이션 -->
36+
<div class="hidden md:flex space-x-4">
37+
38+
<a class="text-gray-600 hover:text-gray-800" href="/about/">About</a>
39+
40+
<a class="text-gray-600 hover:text-gray-800" href="/activity/">Activity</a>
41+
42+
<a class="text-gray-600 hover:text-gray-800" href="/support/">Support</a>
43+
44+
<a class="text-gray-600 hover:text-gray-800" href="/events/">Events</a>
45+
46+
</div>
47+
<!-- 모바일 메뉴 버튼 -->
48+
<div class="md:hidden">
49+
<button id="mobile-menu-button" class="text-gray-600 focus:outline-none">
50+
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
51+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
52+
d="M4 6h16M4 12h16M4 18h16"></path>
53+
</svg>
54+
</button>
55+
</div>
56+
</div>
57+
</div>
58+
<!-- 모바일 메뉴 -->
59+
<div id="mobile-menu" class="hidden md:hidden px-4 pb-4">
60+
61+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/about/">About</a>
62+
63+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/activity/">Activity</a>
64+
65+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/support/">Support</a>
66+
67+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/events/">Events</a>
68+
69+
</div>
70+
</nav>
71+
72+
<!-- 메인 -->
73+
<main class="flex-grow container mx-auto px-4 py-8">
74+
<div class="prose">
75+
76+
<div class="max-w-7xl mx-auto">
77+
<!-- Page Header -->
78+
<header class="mb-8">
79+
<h1 class="text-4xl font-bold text-gray-900 mb-4">Events</h1>
80+
81+
<div class="prose">
82+
<p data-block-key="dth1p">파이썬 사용자 모임에서 주최, 주관하거나 담당하는 이벤트들입니다.</p>
83+
</div>
84+
85+
</header>
86+
87+
<!-- Events List -->
88+
89+
<ul class="space-y-3">
90+
91+
<li>
92+
<a href="/events/pyai-symposium-2025/" class="text-blue-600 hover:text-blue-800 hover:underline">
93+
PyAI Symposium 2025
94+
</a>
95+
96+
<p class="text-sm text-gray-600 mt-1">PyAI Symposium 2025</p>
97+
98+
</li>
99+
100+
</ul>
101+
102+
</div>
103+
104+
</div>
105+
</main>
106+
107+
<!-- 푸터 -->
108+
<footer class="bg-white border-t">
109+
<div class="container mx-auto px-4 py-8">
110+
<div class="flex flex-col md:flex-row justify-between items-start md:items-center space-y-4 md:space-y-0">
111+
<!-- 로고 및 설명 -->
112+
<div>
113+
<h2 class="text-lg font-semibold text-gray-800">Python Korea</h2>
114+
<p class="text-sm text-gray-500 mt-1">
115+
파이썬 한국 사용자 모임은 파이썬을 사용하는 모든 사람들을 위한 열린 커뮤니티입니다.
116+
</p>
117+
<p class="mt-6 pt-4 text-sm text-gray-400">
118+
© 2025 Python Korea. All rights reserved.
119+
</p>
120+
</div>
121+
</div>
122+
</div>
123+
</footer>
124+
125+
<script>
126+
const mobileMenuButton = document.getElementById('mobile-menu-button');
127+
const mobileMenu = document.getElementById('mobile-menu');
128+
mobileMenuButton.addEventListener('click', () => {
129+
mobileMenu.classList.toggle('hidden');
130+
});
131+
</script>
132+
<script src="/static/django-browser-reload/reload-listener.js" data-worker-script-path="/static/django-browser-reload/reload-worker.js" data-events-path="/__reload__/events/" defer></script></body>
133+
</html>
134+
Lines changed: 175 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
2+
3+
4+
5+
6+
7+
<!DOCTYPE html>
8+
<html lang="ko">
9+
<head>
10+
<meta charset="UTF-8">
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12+
<title>PyAI Symposium 2025 - Python Korea</title>
13+
14+
15+
<link rel="stylesheet" href="/static/css/dist/styles.css?v=1761812387">
16+
17+
18+
19+
20+
</head>
21+
<body class="bg-white min-h-screen flex flex-col">
22+
<!-- 내비게이션 -->
23+
<nav class="bg-white border-b">
24+
<div class="container mx-auto px-4">
25+
<div class="flex justify-between items-center py-4">
26+
<!-- 로고 + 텍스트 타이틀 -->
27+
<div class="flex flex-row items-center space-x-4 w-auto">
28+
<a class="navbar-brand" href="/">
29+
<img class="h-12 mx-auto md:mx-0" src="/static/pythonkr/pythonkr-badge.png" alt="Python Korea Logo"/>
30+
</a>
31+
<h1 class="text-xl font-bold text-gray-800 mt-2 md:mt-0 text-center md:text-left">
32+
파이썬 한국 사용자 모임
33+
</h1>
34+
</div>
35+
<!-- 내비게이션 -->
36+
<div class="hidden md:flex space-x-4">
37+
38+
<a class="text-gray-600 hover:text-gray-800" href="/about/">About</a>
39+
40+
<a class="text-gray-600 hover:text-gray-800" href="/activity/">Activity</a>
41+
42+
<a class="text-gray-600 hover:text-gray-800" href="/support/">Support</a>
43+
44+
<a class="text-gray-600 hover:text-gray-800" href="/events/">Events</a>
45+
46+
</div>
47+
<!-- 모바일 메뉴 버튼 -->
48+
<div class="md:hidden">
49+
<button id="mobile-menu-button" class="text-gray-600 focus:outline-none">
50+
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
51+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
52+
d="M4 6h16M4 12h16M4 18h16"></path>
53+
</svg>
54+
</button>
55+
</div>
56+
</div>
57+
</div>
58+
<!-- 모바일 메뉴 -->
59+
<div id="mobile-menu" class="hidden md:hidden px-4 pb-4">
60+
61+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/about/">About</a>
62+
63+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/activity/">Activity</a>
64+
65+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/support/">Support</a>
66+
67+
<a class="block py-2 text-gray-600 hover:bg-gray-200" href="/events/">Events</a>
68+
69+
</div>
70+
</nav>
71+
72+
<!-- 메인 -->
73+
<main class="flex-grow container mx-auto px-4 py-8">
74+
<div class="prose">
75+
76+
<article class="max-w-4xl mx-auto">
77+
<!-- Event Header -->
78+
<header class="mb-8">
79+
<h1 class="text-4xl font-bold text-gray-900 mb-4">PyAI Symposium 2025</h1>
80+
81+
<!-- Event Meta Information -->
82+
<div class="flex flex-wrap gap-4 text-gray-600 mb-4">
83+
<!-- Date -->
84+
<div class="flex items-center gap-2">
85+
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
86+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
87+
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"/>
88+
</svg>
89+
<span>
90+
2025년 11월 30일
91+
92+
</span>
93+
</div>
94+
95+
<!-- Time -->
96+
97+
<div class="flex items-center gap-2">
98+
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
99+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
100+
d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"/>
101+
</svg>
102+
<span>
103+
13:00
104+
- 18:00
105+
</span>
106+
</div>
107+
108+
109+
<!-- Location -->
110+
111+
<div class="flex items-center gap-2">
112+
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
113+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
114+
d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"/>
115+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
116+
d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"/>
117+
</svg>
118+
<span>마이크로소프트 광화문 13층</span>
119+
</div>
120+
121+
</div>
122+
123+
<!-- External Homepage Link -->
124+
125+
</header>
126+
127+
<!-- Event Content -->
128+
<div class="prose prose-lg max-w-none mb-8">
129+
<p data-block-key="wq8bs">PyAI Symposium 2025는 파이썬을 중심으로 한 인공지능 기술과 실제 적용 사례를 공유하는 자리입니다.<br/>학생, 연구자, 개발자, 실무 전문가가 함께 모여 최신 기술 동향을 살펴보고 경험을 나누는 시간을 갖습니다.행사 개요<br/></p><ul><li data-block-key="66eng">일시: 2025년 11월 30일 (일) 오후 1시–6시</li><li data-block-key="e371n">장소: 마이크로소프트 광화문</li></ul><p data-block-key="6os1t">행사 내용<br/></p><ul><li data-block-key="6se1j"><b>파이썬 기반 LLM 기술 소개</b><ul><li data-block-key="5aqi4">Python 생태계를 활용한 모델 구축, 실험, 운영 환경 구성 사례를 소개합니다.</li></ul></li><li data-block-key="fp313"><b>LLM 활용 및 응용 사례</b><ul><li data-block-key="bem0e">프롬프트 설계, 파인튜닝, 에이전트 시스템 구현 등</li><li data-block-key="7b430">다양한 LLM 응용 경험과 실제 서비스 적용 사례를 공유합니다.</li></ul></li><li data-block-key="aef4o"><b>오픈소스 도구 및 프레임워크</b><ul><li data-block-key="5nl4f">LangChain, FastAPI, PyTorch, Hugging Face 등</li><li data-block-key="3v0kv">파이썬 기반 AI 개발 도구와 워크플로우를 실무 관점에서 다룹니다.</li></ul></li><li data-block-key="aqm9l"><b>운영 및 MLOps 경험</b><ul><li data-block-key="a1arg">모델 배포, 성능 최적화, 모니터링 등</li><li data-block-key="276di">LLM 운영 과정에서의 실무 노하우를 논의합니다.</li></ul></li><li data-block-key="eqhtr"><b>네트워킹</b><ul><li data-block-key="chm4i">파이썬과 LLM 분야 종사자 간 기술 질문과 정보 교류를 위한 자리입니다.</li></ul></li></ul>
130+
</div>
131+
132+
<!-- Back to List -->
133+
<div class="mt-12 pt-8 border-t">
134+
<a href="/events/"
135+
class="inline-flex items-center gap-2 text-gray-600 hover:text-gray-900 transition">
136+
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
137+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
138+
d="M10 19l-7-7m0 0l7-7m-7 7h18"/>
139+
</svg>
140+
<span>이벤트 목록으로 돌아가기</span>
141+
</a>
142+
</div>
143+
</article>
144+
145+
</div>
146+
</main>
147+
148+
<!-- 푸터 -->
149+
<footer class="bg-white border-t">
150+
<div class="container mx-auto px-4 py-8">
151+
<div class="flex flex-col md:flex-row justify-between items-start md:items-center space-y-4 md:space-y-0">
152+
<!-- 로고 및 설명 -->
153+
<div>
154+
<h2 class="text-lg font-semibold text-gray-800">Python Korea</h2>
155+
<p class="text-sm text-gray-500 mt-1">
156+
파이썬 한국 사용자 모임은 파이썬을 사용하는 모든 사람들을 위한 열린 커뮤니티입니다.
157+
</p>
158+
<p class="mt-6 pt-4 text-sm text-gray-400">
159+
© 2025 Python Korea. All rights reserved.
160+
</p>
161+
</div>
162+
</div>
163+
</div>
164+
</footer>
165+
166+
<script>
167+
const mobileMenuButton = document.getElementById('mobile-menu-button');
168+
const mobileMenu = document.getElementById('mobile-menu');
169+
mobileMenuButton.addEventListener('click', () => {
170+
mobileMenu.classList.toggle('hidden');
171+
});
172+
</script>
173+
<script src="/static/django-browser-reload/reload-listener.js" data-worker-script-path="/static/django-browser-reload/reload-worker.js" data-events-path="/__reload__/events/" defer></script></body>
174+
</html>
175+

0 commit comments

Comments
 (0)