Skip to content

Commit 80856d2

Browse files
committed
1
1 parent 4e820bd commit 80856d2

12 files changed

Lines changed: 71 additions & 132 deletions

File tree

web/0000.example/page.html

Lines changed: 33 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -15,72 +15,48 @@
1515

1616
</head>
1717
<body>
18+
<div id="contents">
1819

19-
<div id="information">
20-
<p style="text-align: center;"><img src="../logo.png" style="border:2px solid #bdbdbd; border-radius:120px;" /></p>
21-
<br />
20+
<div id="subMenu" class="menu"></div>
21+
<br/>
2222

23-
<h1>code1009</h1>
23+
<!-- menu icon -->
24+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
25+
<path d="M0 0h7v7H0V0zm2 2v3h3V2H2zM0 9h7v7H0V9zm9-9h7v7H9V0zm2 2v3h3V2h-3zM9 9h7v7H9V9zm2 2v3h3v-3h-3zm-9 0v3h3v-3H2z" fill-rule="evenodd" />
26+
</svg>
2427

25-
<p>
26-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
27-
<path d="M0 0h7v7H0V0zm2 2v3h3V2H2zM0 9h7v7H0V9zm9-9h7v7H9V0zm2 2v3h3V2h-3zM9 9h7v7H9V9zm2 2v3h3v-3h-3zm-9 0v3h3v-3H2z" fill-rule="evenodd" />
28-
</svg>
29-
30-
<b>목록</b>
31-
</p>
32-
<div id="mainMenu" class="menu"></div>
28+
<!-- root icon -->
29+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
30+
<path d="M10.956 1.27994L6.06418 14.7201L5 14.7201L9.89181 1.27994L10.956 1.27994Z" fill="currentcolor" />
31+
</svg>
3332

34-
<p>Surviving 30 years as a C++ newbie.</p>
33+
<!-- folder icon -->
34+
<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="#bdbdff">
35+
<path d="M1.75 1A1.75 1.75 0 0 0 0 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0 0 16 13.25v-8.5A1.75 1.75 0 0 0 14.25 3H7.5a.25.25 0 0 1-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75Z">
36+
</path>
37+
</svg>
3538

36-
Seoul, Republic of Korea<br />
37-
<a href="mailto:code1009@naver.com"><b>code1009@naver.com</b></a><br />
38-
<a href="https://code1009.github.io/"><b>https://code1009.github.io/</b></a><br />
39-
</div>
39+
<!-- folder open icon -->
40+
<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="#bdbdff">
41+
<path d="M.513 1.513A1.75 1.75 0 0 1 1.75 1h3.5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 0 0 .2.1H13a1 1 0 0 1 1 1v.5H2.75a.75.75 0 0 0 0 1.5h11.978a1 1 0 0 1 .994 1.117L15 13.25A1.75 1.75 0 0 1 13.25 15H1.75A1.75 1.75 0 0 1 0 13.25V2.75c0-.464.184-.91.513-1.237Z">
42+
</path>
43+
</svg>
4044

41-
<div id="contents">
45+
<!-- file icon -->
46+
<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="#bdbdff">
47+
<path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 9 4.25V1.5Zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z">
48+
</path>
49+
</svg>
4250

43-
<div id="subMenu" class="menu"></div>
44-
<br/>
4551

46-
<!-- menu icon -->
47-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
48-
<path d="M0 0h7v7H0V0zm2 2v3h3V2H2zM0 9h7v7H0V9zm9-9h7v7H9V0zm2 2v3h3V2h-3zM9 9h7v7H9V9zm2 2v3h3v-3h-3zm-9 0v3h3v-3H2z" fill-rule="evenodd" />
49-
</svg>
52+
<h1>제목1</h1>
53+
<h2>제목2</h2>
54+
<h3>제목3</h3>
55+
<h4>제목4</h4>
56+
<h5>제목5</h5>
5057

51-
<!-- root icon -->
52-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
53-
<path d="M10.956 1.27994L6.06418 14.7201L5 14.7201L9.89181 1.27994L10.956 1.27994Z" fill="currentcolor" />
54-
</svg>
55-
56-
<!-- folder icon -->
57-
<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="#bdbdff">
58-
<path d="M1.75 1A1.75 1.75 0 0 0 0 2.75v10.5C0 14.216.784 15 1.75 15h12.5A1.75 1.75 0 0 0 16 13.25v-8.5A1.75 1.75 0 0 0 14.25 3H7.5a.25.25 0 0 1-.2-.1l-.9-1.2C6.07 1.26 5.55 1 5 1H1.75Z">
59-
</path>
60-
</svg>
61-
62-
<!-- folder open icon -->
63-
<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="#bdbdff">
64-
<path d="M.513 1.513A1.75 1.75 0 0 1 1.75 1h3.5c.55 0 1.07.26 1.4.7l.9 1.2a.25.25 0 0 0 .2.1H13a1 1 0 0 1 1 1v.5H2.75a.75.75 0 0 0 0 1.5h11.978a1 1 0 0 1 .994 1.117L15 13.25A1.75 1.75 0 0 1 13.25 15H1.75A1.75 1.75 0 0 1 0 13.25V2.75c0-.464.184-.91.513-1.237Z">
65-
</path>
66-
</svg>
67-
68-
<!-- file icon -->
69-
<svg viewBox="0 0 16 16" width="16" height="16" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="#bdbdff">
70-
<path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 9 4.25V1.5Zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z">
71-
</path>
72-
</svg>
73-
74-
75-
<h1>제목1</h1>
76-
<h2>제목2</h2>
77-
<h3>제목3</h3>
78-
<h4>제목4</h4>
79-
<h5>제목5</h5>
80-
81-
<p>페이지 내용</p>
82-
83-
</div>
58+
<p>페이지 내용</p>
8459

60+
</div>
8561
</body>
8662
</html>

web/0000.template/page.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,24 @@
1414

1515
</head>
1616
<body>
17+
<div id="contents">
1718

18-
<div id="information">
19-
</div>
2019

21-
<div id="contents">
2220

23-
<h1>제목</h1>
21+
<!-- ******************************************************************** -->
22+
<h1>제목</h1>
2423

25-
<h2>1.제목</h2>
26-
<p>내용</p>
24+
<h2>1.제목</h2>
25+
<p>내용</p>
2726

28-
<h2>2.제목</h2>
29-
<p>내용</p>
27+
<h2>2.제목</h2>
28+
<p>내용</p>
29+
<!-- ____________________________________________________________________ -->
30+
<!-- ____________________________________________________________________ -->
31+
<!-- ******************************************************************** -->
3032

31-
</div>
3233

34+
35+
</div>
3336
</body>
3437
</html>

web/Visual Studio C++ 빌드설정/page.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414

1515
</head>
1616
<body>
17-
18-
<div id="information">
19-
</div>
20-
21-
<div id="contents">
17+
<div id="contents">
2218

2319

2420

@@ -42,7 +38,7 @@ <h1>Visual Studio C++ 빌드설정</h1>
4238
<!-- ******************************************************************** -->
4339

4440

45-
</div>
4641

42+
</div>
4743
</body>
4844
</html>

web/Visual Studio Plugin/page.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414

1515
</head>
1616
<body>
17-
18-
<div id="information">
19-
</div>
20-
21-
<div id="contents">
17+
<div id="contents">
2218

2319

2420

@@ -87,7 +83,6 @@ <h2>Struct Layout 2022</h2>
8783

8884

8985

90-
</div>
91-
86+
</div>
9287
</body>
9388
</html>

web/Visual Studio 기본설정/page.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414

1515
</head>
1616
<body>
17-
18-
<div id="information">
19-
</div>
20-
21-
<div id="contents">
17+
<div id="contents">
2218

19+
2320

2421
<!-- ******************************************************************** -->
2522
<h1>Visual Studio 기본설정</h1>
@@ -41,7 +38,6 @@ <h2>CCS(Eclipse)</h2>
4138

4239

4340

44-
</div>
45-
41+
</div>
4642
</body>
4743
</html>

web/WinUI3 vcxprj 설정/page.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414

1515
</head>
1616
<body>
17+
<div id="contents">
1718

18-
<div id="information">
19-
</div>
20-
21-
<div id="contents">
2219

2320

2421
<!-- ******************************************************************** -->
@@ -78,7 +75,6 @@ <h2>수정2</h2>
7875

7976

8077

81-
</div>
82-
78+
</div>
8379
</body>
8480
</html>

web/core.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ var _Core = null;
3838
function coreInitialize() {
3939
_Core = new Core();
4040

41-
let information = document.getElementById("information");
42-
if (!information) {
43-
return;
44-
}
41+
const information = document.createElement("div");
42+
information.id = "information";
43+
document.body.insertBefore(information, document.body.firstChild);
44+
4545

4646
information.innerHTML =
4747
`

web/nuget/page.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414

1515
</head>
1616
<body>
17-
18-
<div id="information">
19-
</div>
20-
21-
<div id="contents">
17+
<div id="contents">
2218

2319

2420
<!-- ******************************************************************** -->
@@ -51,7 +47,6 @@ <h2>솔루션 Nuget Package 복원</h2>
5147
<!-- ******************************************************************** -->
5248

5349

54-
</div>
55-
50+
</div>
5651
</body>
5752
</html>

web/vcpkg/page.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@
1414

1515
</head>
1616
<body>
17+
<div id="contents">
1718

18-
<div id="information">
19-
</div>
20-
21-
<div id="contents">
2219

2320

2421
<!-- ******************************************************************** -->
@@ -390,7 +387,6 @@ <h4>위와 같이 설정시 아래 내용이 .vcxproj 파일에 추가 됨</h4>
390387

391388

392389

393-
</div>
394-
390+
</div>
395391
</body>
396392
</html>

web/vld/page.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414

1515
</head>
1616
<body>
17-
18-
<div id="information">
19-
</div>
20-
21-
<div id="contents">
17+
<div id="contents">
2218

2319

2420

@@ -61,7 +57,6 @@ <h2>Visual Leak Detector</h2>
6157

6258

6359

64-
</div>
65-
60+
</div>
6661
</body>
6762
</html>

0 commit comments

Comments
 (0)