Skip to content

Commit 748de45

Browse files
committed
1
1 parent 8da9824 commit 748de45

File tree

20 files changed

+131
-72
lines changed

20 files changed

+131
-72
lines changed

web/core.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ body {
6161
}
6262

6363
#page-information {
64-
width: 400px; /* 초기값 */
65-
min-width: 400px;
64+
width: 300px; /* 초기값 */
65+
min-width: 300px;
6666
max-width: 80vw;
6767

6868
height: 100%;

web/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function initializePageResizer() {
7171

7272
document.addEventListener('mousemove',
7373
function (e) {
74-
const leftMinSize = 400;
74+
const leftMinSize = 300;
7575

7676
if (!isResizing) return;
7777
const newWidth = e.clientX - left.getBoundingClientRect().left;

web/data-information/page.html

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
5+
<meta charset="utf-8" />
6+
<title>code1009</title>
7+
<link rel="stylesheet" type="text/css" href="../core.css" />
8+
<link rel="stylesheet" type="text/css" href="../menu.css" />
9+
<script type="text/javascript" src="../core.js"></script>
10+
<script type="text/javascript" src="../menu.js"></script>
11+
<script type="text/javascript" src="../mainmenu.js"></script>
12+
<script type="text/javascript" src="../markdown.js"></script>
13+
14+
</head>
15+
<body>
16+
17+
<div id="page-container">
18+
19+
<div id="page-information">
20+
21+
<p style="text-align: center;"><img src="../logo.png" style="border:2px solid #bdbdbd; border-radius:120px;" /></p>
22+
<br />
23+
24+
<h1>셈말짓기</h1>
25+
26+
<p>
27+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
28+
<path d="M0 0h7v7H0V0zm2 2v3h3V2H2zM0 9h7v7H0V9zm9-9h7v7H9V0zm2 2v3h3V2h-3zM9 9h7v7H9V9zm2 2v3h3v-3h-3zm-9 0v3h3v-3H2z" fill-rule="evenodd" />
29+
</svg>
30+
31+
<b>목록</b>
32+
</p>
33+
<div id="mainMenu" class="menu"></div>
34+
35+
<p>C++ 초짜로 30년을 살아 남음.</p>
36+
37+
<svg style="width: 16px;" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true">
38+
<path d="M1.75 2h12.5c.966 0 1.75.784 1.75 1.75v8.5A1.75 1.75 0 0 1 14.25 14H1.75A1.75 1.75 0 0 1 0 12.25v-8.5C0 2.784.784 2 1.75 2ZM1.5 12.251c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V5.809L8.38 9.397a.75.75 0 0 1-.76 0L1.5 5.809v6.442Zm13-8.181v-.32a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25v.32L8 7.88Z"></path>
39+
</svg>
40+
<a href="mailto:code1009@naver.com"><b>code1009@naver.com</b></a><br />
41+
42+
<svg style="width: 16px;" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true">
43+
<path d="m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z"></path>
44+
</svg>
45+
<a href="https://code1009.github.io/"><b>https://code1009.github.io/</b></a><br />
46+
47+
48+
<svg width="16" height="16" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg">
49+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8C0 11.54 2.29 14.53 5.47 15.59C5.87 15.66 6.02 15.42 6.02 15.21C6.02 15.02 6.01 14.39 6.01 13.72C4 14.09 3.48 13.23 3.32 12.78C3.23 12.55 2.84 11.84 2.5 11.65C2.22 11.5 1.82 11.13 2.49 11.12C3.12 11.11 3.57 11.7 3.72 11.94C4.44 13.15 5.59 12.81 6.05 12.6C6.12 12.08 6.33 11.73 6.56 11.53C4.78 11.33 2.92 10.64 2.92 7.58C2.92 6.71 3.23 5.99 3.74 5.43C3.66 5.23 3.38 4.41 3.82 3.31C3.82 3.31 4.49 3.1 6.02 4.13C6.66 3.95 7.34 3.86 8.02 3.86C8.7 3.86 9.38 3.95 10.02 4.13C11.55 3.09 12.22 3.31 12.22 3.31C12.66 4.41 12.38 5.23 12.3 5.43C12.81 5.99 13.12 6.7 13.12 7.58C13.12 10.65 11.25 11.33 9.47 11.53C9.76 11.78 10.01 12.26 10.01 13.01C10.01 14.08 10 14.94 10 15.21C10 15.42 10.15 15.67 10.55 15.59C13.71 14.53 16 11.53 16 8C16 3.58 12.42 0 8 0Z" transform="scale(64)" fill="#1B1F23"/>
50+
</svg>
51+
<a href="https://github.com/code1009"><b>https://github.com/code1009/</b></a><br />
52+
53+
</div>
54+
55+
<div id="page-resizer"></div>
56+
57+
<div id="page-contents">
58+
59+
60+
61+
<h1>제목</h1>
62+
<p>내용</p>
63+
64+
65+
66+
<div id="page-markdown-view">
67+
</div>
68+
</div>
69+
70+
</div>
71+
72+
<script>
73+
initializePageResizer();
74+
75+
window.addEventListener('resize',
76+
function(event) {
77+
setPageInformationHeight();
78+
setPageResizerHeight();
79+
}
80+
);
81+
82+
initializeMainMenu();
83+
</script>
84+
85+
</body>
86+
</html>
File renamed without changes.

0 commit comments

Comments
 (0)