Skip to content

Commit 910afc1

Browse files
committed
Synchronized build
0 parents  commit 910afc1

9 files changed

Lines changed: 311 additions & 0 deletions

File tree

.__transR8ouVN

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="./static/style.css">
4+
<title>Welcome to PythonKorea! — PythonKorea</title>
5+
<body>
6+
<header>
7+
<h1>PythonKorea</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li class="active"><a href="./">Welcome</a></li>
11+
12+
<li><a href="./blog/">Blog</a></li>
13+
14+
<li><a href="./projects/">Projects</a></li>
15+
16+
<li><a href="./about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
<h2>Welcome to PythonKorea!</h2>
24+
<p>사단법인 파이썬사용자모임의 홈페이지 입니다.
25+
조직, 총회, 예산 등의 내용등을 공유합니다.</p>
26+
27+
28+
</div>
29+
<footer>
30+
&copy; Copyright 2016 by ParkMinwoo.
31+
</footer>
32+
</body>

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
foundation.pycon.kr

about/index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="../static/style.css">
4+
<title>About this Website — PythonKorea</title>
5+
<body>
6+
<header>
7+
<h1>PythonKorea</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li><a href="../">Home</a></li>
11+
12+
<li><a href="../blog/">Blog</a></li>
13+
14+
<li><a href="../projects/">Projects</a></li>
15+
16+
<li class="active"><a href="../about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
<h2>About this Website</h2>
24+
<p>This is a website that was made with the Lektor quickstart.</p>
25+
<p>And it does not contain a lot of information.</p>
26+
27+
28+
</div>
29+
<footer>
30+
&copy; Copyright 2016.
31+
</footer>
32+
</body>

blog/first-post/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="../../static/style.css">
4+
<title>첫 블로그 — PythonKorea</title>
5+
<body>
6+
<header>
7+
<h1>PythonKorea</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li><a href="../../">Home</a></li>
11+
12+
<li class="active"><a href="../../blog/">Blog</a></li>
13+
14+
<li><a href="../../projects/">Projects</a></li>
15+
16+
<li><a href="../../about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
24+
<div class="blog-post">
25+
26+
<h2>첫 블로그</h2>
27+
28+
<p class="meta">
29+
written by
30+
31+
파이썬사용자모임
32+
33+
on 2016-12-09
34+
</p>
35+
<p>첫번째 블로그 게시물 입니다.</p>
36+
37+
</div>
38+
39+
40+
</div>
41+
<footer>
42+
&copy; Copyright 2016.
43+
</footer>
44+
</body>

blog/index.html

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="../static/style.css">
4+
<title> — PythonKorea</title>
5+
<body>
6+
<header>
7+
<h1>PythonKorea</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li><a href="../">Home</a></li>
11+
12+
<li class="active"><a href="../blog/">Blog</a></li>
13+
14+
<li><a href="../projects/">Projects</a></li>
15+
16+
<li><a href="../about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
24+
25+
<div class="blog-post">
26+
27+
<h2><a href="../blog/first-post/">첫 블로그</a></h2>
28+
29+
<p class="meta">
30+
written by
31+
32+
파이썬사용자모임
33+
34+
on 2016-12-09
35+
</p>
36+
<p>첫번째 블로그 게시물 입니다.</p>
37+
38+
</div>
39+
40+
41+
42+
43+
<div class="pagination">
44+
45+
<span class="disabled">&laquo; Previous</span>
46+
47+
| 1 |
48+
49+
<span class="disabled">Next &raquo;</span>
50+
51+
</div>
52+
53+
54+
</div>
55+
<footer>
56+
&copy; Copyright 2016.
57+
</footer>
58+
</body>

index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="./static/style.css">
4+
<title>파이썬사용자모임 홈페이지에 오신것을 환영합니다 — PythonKorea</title>
5+
<body>
6+
<header>
7+
<h1>PythonKorea</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li class="active"><a href="./">Home</a></li>
11+
12+
<li><a href="./blog/">Blog</a></li>
13+
14+
<li><a href="./projects/">Projects</a></li>
15+
16+
<li><a href="./about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
<h2>파이썬사용자모임 홈페이지에 오신것을 환영합니다</h2>
24+
<p>사단법인 파이썬사용자모임의 홈페이지 입니다.
25+
조직, 총회, 예산 등의 내용등을 공유합니다.</p>
26+
27+
28+
</div>
29+
<footer>
30+
&copy; Copyright 2016.
31+
</footer>
32+
</body>

projects/.__transORkQAn

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="../static/style.css">
4+
<title>Projects — PythonKorea</title>
5+
<body>
6+
<header>
7+
<h1>PythonKorea</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li><a href="../">Welcome</a></li>
11+
12+
<li><a href="../blog/">Blog</a></li>
13+
14+
<li class="active"><a href="../projects/">Projects</a></li>
15+
16+
<li><a href="../about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
<h2>Projects</h2>
24+
<p>아래와 같은 활동들을 합니다.</p>
25+
<ul>
26+
<li>파이콘 한국</li>
27+
<li>세미나</li>
28+
</ul>
29+
30+
31+
</div>
32+
<footer>
33+
&copy; Copyright 2016 by ParkMinwoo.
34+
</footer>
35+
</body>

projects/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<link rel="stylesheet" href="../static/style.css">
4+
<title>Projects — PythonKorea</title>
5+
<body>
6+
<header>
7+
<h1>PythonKorea</h1>
8+
<nav>
9+
<ul class="nav navbar-nav">
10+
<li><a href="../">Home</a></li>
11+
12+
<li><a href="../blog/">Blog</a></li>
13+
14+
<li class="active"><a href="../projects/">Projects</a></li>
15+
16+
<li><a href="../about/">About</a></li>
17+
18+
</ul>
19+
</nav>
20+
</header>
21+
<div class="page">
22+
23+
<h2>Projects</h2>
24+
<p>아래와 같은 활동들을 합니다.</p>
25+
<ul>
26+
<li>파이콘 한국</li>
27+
<li>세미나</li>
28+
</ul>
29+
30+
31+
</div>
32+
<footer>
33+
&copy; Copyright 2016.
34+
</footer>
35+
</body>

static/style.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
body {
2+
font-family: 'Verdana', sans-serif;
3+
margin: 50px 25px;
4+
}
5+
6+
a {
7+
color: #2a99b6;
8+
}
9+
10+
a:hover {
11+
color: #33bbdf;
12+
}
13+
14+
header, footer, div.page {
15+
width: 760px;
16+
margin: 0 auto;
17+
background: #daeef3;
18+
padding: 20px 30px;
19+
}
20+
21+
header h1 {
22+
color: #169bbd;
23+
margin: 0;
24+
font-weight: normal;
25+
font-size: 42px;
26+
}
27+
28+
header nav ul {
29+
list-style: none;
30+
margin: 0;
31+
padding: 0;
32+
}
33+
34+
header nav ul li {
35+
display: inline;
36+
margin: 0 8px 0 0;
37+
padding: 0;
38+
}
39+
40+
div.page {
41+
background: #f1fbfe;
42+
}

0 commit comments

Comments
 (0)