Skip to content

Commit 3211cfe

Browse files
committed
init
1 parent c83c49d commit 3211cfe

File tree

222 files changed

+32270
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

222 files changed

+32270
-0
lines changed

web/about/index.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
2+
3+
4+
5+
<!DOCTYPE html>
6+
<html lang="en">
7+
<head>
8+
<meta charset="UTF-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<title>Home - Python Asia - 소개</title>
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css">
12+
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.13.5/cdn.min.js"></script>
13+
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js"></script>
14+
<style>
15+
html, body {
16+
height: 100%;
17+
margin: 0;
18+
}
19+
body {
20+
padding-top: 40px;
21+
display: flex;
22+
flex-direction: column;
23+
}
24+
main {
25+
flex: 1;
26+
}
27+
footer {
28+
background-color: #f8f9fa;
29+
margin-bottom: 20px;
30+
}
31+
</style>
32+
</head>
33+
<body>
34+
<!-- Navigation -->
35+
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
36+
<div class="container">
37+
<a class="navbar-brand" href="/">
38+
<img src="/static/pao/01-Main2.png" alt="Python Asia Organization Logo"
39+
height="80"/>
40+
</a>
41+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
42+
<span class="navbar-toggler-icon"></span>
43+
</button>
44+
<div class="collapse navbar-collapse" id="navbarNav">
45+
<ul class="navbar-nav ms-auto">
46+
47+
<li class="nav-item"><a class="nav-link" href="/about/">소개</a></li>
48+
49+
</ul>
50+
</div>
51+
</div>
52+
</nav>
53+
54+
<!-- Main Content -->
55+
<main class="container mt-5 pt-5">
56+
57+
58+
59+
</main>
60+
61+
<!-- Footer -->
62+
<footer class="sponsor-footer mt-5">
63+
<div class="container text-center">
64+
<h4 class="text-center mb-4">Our Sponsors</h4>
65+
<div class="row justify-content-center">
66+
67+
</div>
68+
</div>
69+
70+
</footer>
71+
</body>
72+
</html>
21.8 KB
Loading
36.6 KB
Loading

web/images/pyconkr-badge.original.png

36.6 KB
Loading
36.6 KB
Loading

web/index.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
2+
3+
4+
5+
<!DOCTYPE html>
6+
<html lang="en">
7+
<head>
8+
<meta charset="UTF-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10+
<title>Home - Python Asia - PK HOME</title>
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css">
12+
<script defer src="https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.13.5/cdn.min.js"></script>
13+
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js"></script>
14+
<style>
15+
html, body {
16+
height: 100%;
17+
margin: 0;
18+
}
19+
body {
20+
padding-top: 40px;
21+
display: flex;
22+
flex-direction: column;
23+
}
24+
main {
25+
flex: 1;
26+
}
27+
footer {
28+
background-color: #f8f9fa;
29+
margin-bottom: 20px;
30+
}
31+
</style>
32+
</head>
33+
<body>
34+
<!-- Navigation -->
35+
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
36+
<div class="container">
37+
<a class="navbar-brand" href="/">
38+
<img src="/static/pao/01-Main2.png" alt="Python Asia Organization Logo"
39+
height="80"/>
40+
</a>
41+
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
42+
<span class="navbar-toggler-icon"></span>
43+
</button>
44+
<div class="collapse navbar-collapse" id="navbarNav">
45+
<ul class="navbar-nav ms-auto">
46+
47+
<li class="nav-item"><a class="nav-link" href="/about/">소개</a></li>
48+
49+
</ul>
50+
</div>
51+
</div>
52+
</nav>
53+
54+
<!-- Main Content -->
55+
<main class="container mt-5 pt-5">
56+
57+
<p data-block-key="hvcbw">dddd</p>
58+
59+
</main>
60+
61+
<!-- Footer -->
62+
<footer class="sponsor-footer mt-5">
63+
<div class="container text-center">
64+
<h4 class="text-center mb-4">Our Sponsors</h4>
65+
<div class="row justify-content-center">
66+
67+
</div>
68+
</div>
69+
70+
</footer>
71+
</body>
72+
</html>

web/original_images/pyconkr-badge.png

38.2 KB
Loading

0 commit comments

Comments
 (0)