Skip to content

Commit

Permalink
Site updated: 2023-12-20 13:24:18
Browse files Browse the repository at this point in the history
  • Loading branch information
techbless committed Dec 20, 2023
1 parent d453a7a commit b552d8b
Show file tree
Hide file tree
Showing 170 changed files with 57,562 additions and 0 deletions.
457 changes: 457 additions & 0 deletions 2020/01/17/Node-js에서-Mysql-Connection-Pool-이용하기/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

451 changes: 451 additions & 0 deletions 2020/01/29/Pool-query-vs-Pool-getConnection-비교/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

597 changes: 597 additions & 0 deletions 2020/11/04/C-STL-컨테이너-요약-정리/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

444 changes: 444 additions & 0 deletions 2022/11/06/Git-계정정보를-저장하는-방법/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

461 changes: 461 additions & 0 deletions 2023/01/08/sequelize-async-getter/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

468 changes: 468 additions & 0 deletions 2023/04/08/sequelize-modelctor/index.html

Large diffs are not rendered by default.

488 changes: 488 additions & 0 deletions 2023/05/09/국가우수장학생-합격-후기/index.html

Large diffs are not rendered by default.

623 changes: 623 additions & 0 deletions 2023/11/19/progressive-growing-of-gans-요약/index.html

Large diffs are not rendered by default.

46 changes: 46 additions & 0 deletions 404.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@

/*======================
404 page
=======================*/
html, body {
text-align: center;
background:#fff;
padding: 0;
margin: 0;
}
.page_404 {
padding:40px 0;
font-family: 'Arvo', serif;
}

.page_404 img {
width:100%;
}

.four_zero_four_bg {
background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
height: 400px;
background-position: center;
background-repeat: no-repeat;
}


.four_zero_four_bg h1 {
font-size:80px;
}

.four_zero_four_bg h3{
font-size:80px;
}

.link_404 {
color: #fff!important;
padding: 10px 20px;
background: #39ac31;
margin: 20px 0;
display: inline-block;
}

.contant_box_404{
margin-top:-50px;
}
38 changes: 38 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/404.css">
<title>Document</title>
</head>
<body>
<section class="page_404">
<div class="container">
<div class="row">
<div class="col-sm-12 ">
<div class="col-sm-10 col-sm-offset-1 text-center">
<div class="four_zero_four_bg">
<h1 class="text-center ">404</h1>


</div>

<div class="contant_box_404">
<h3 class="h2">
Look like you're lost
</h3>

<p>the page you are looking for not avaible!</p>

<a href="/" class="link_404">Go to Home</a>
</div>
</div>
</div>
</div>
</div>
</section>

</body>
</html>
1 change: 1 addition & 0 deletions ads.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google.com, pub-9129125082811791, DIRECT, f08c47fec0942fa0
Loading

0 comments on commit b552d8b

Please sign in to comment.