Skip to content

Commit

Permalink
feature(main): change static page
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-account committed Jul 3, 2024
1 parent 19741e3 commit b765dc4
Show file tree
Hide file tree
Showing 57 changed files with 5,910 additions and 535 deletions.
69 changes: 1 addition & 68 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,42 +1,4 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.8.0 -->
<title>네이버광고 전환분석 가이드 | conversion script install guide wcs.trans</title>
<meta name="generator" content="Jekyll v3.9.5" />
<meta property="og:title" content="네이버광고 전환분석 가이드" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="conversion script install guide wcs.trans" />
<meta property="og:description" content="conversion script install guide wcs.trans" />
<link rel="canonical" href="https://naver.github.io/conversion-tracking/404.html" />
<meta property="og:url" content="https://naver.github.io/conversion-tracking/404.html" />
<meta property="og:site_name" content="네이버광고 전환분석 가이드" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="네이버광고 전환분석 가이드" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"conversion script install guide wcs.trans","headline":"네이버광고 전환분석 가이드","url":"https://naver.github.io/conversion-tracking/404.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/conversion-tracking/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://naver.github.io/conversion-tracking/feed.xml" title="네이버광고 전환분석 가이드" /></head>
<body><header class="site-header" role="banner">

<div class="wrapper"><a class="site-title" rel="author" href="/conversion-tracking/">네이버광고 전환분석 가이드</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
</svg>
</span>
</label>

<div class="trigger"><a class="page-link" href="/conversion-tracking/pages/01_script_guide_wcstrans/">네이버광고 전환분석 Script 설치가이드 (wcs.trans버전)</a><a class="page-link" href="/conversion-tracking/pages/02_ecom_platform_guide/">네이버광고 전환분석을 위한 임대몰 설정가이드</a></div>
</nav></div>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<style type="text/css" media="screen">
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
Expand All @@ -56,32 +18,3 @@ <h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>

</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/conversion-tracking/"></data>

<div class="wrapper">

<h2 class="footer-heading">네이버광고 전환분석 가이드</h2>

<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li class="p-name">네이버광고 전환분석 가이드</li></ul>
</div>

<div class="footer-col footer-col-2"><ul class="social-media-list"><li><a href="https://github.com/NAVER-ConversionTracking"><svg class="svg-icon"><use xlink:href="/conversion-tracking/assets/minima-social-icons.svg#github"></use></svg> <span class="username">NAVER-ConversionTracking</span></a></li></ul>
</div>

<div class="footer-col footer-col-3">
<p>conversion script install guide wcs.trans</p>
</div>
</div>

</div>

</footer>
</body>

</html>
Binary file added assets/dinosaur.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/gitbook/custom-local.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* This file is kept intentionally blank inside the jekyll-github-theme
* It gets imported at the end of custom.css
* Its purpose is for users of the theme to be able to add css rules from a blank file
* these get simply added to the ones already active in the layout.
*/
Empty file added assets/gitbook/custom-local.js
Empty file.
260 changes: 260 additions & 0 deletions assets/gitbook/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,260 @@
.book-body {
overflow-y: scroll;
}

.book-body .book-header {
position: fixed;
width: 100%;
}

.book.with-summary .book-body .book-header {
position: fixed;
width: calc(100% - 300px);
}

.book-body .body-inner {
/* position: absolute; */
margin-top: 50px;
min-height: calc(100% - 50px);
}

@media (max-width: 1240px) {
.book-body .body-inner {
position: absolute;
margin-top: 50px;
min-height: calc(100% - 50px)
}
}

.book-body .body-inner .page-wrapper {
min-height: calc(100% - 46px);
}

.book-body .body-inner .page-wrapper .page-inner {
padding-bottom: 20px;
}

@media (max-width: 1240px) {
.book-body .body-inner .navigation {
max-width: calc(50% - 3px);
width: calc(50% - 3px);
}

.book.with-summary .book-body .book-header {
overflow-x: hidden;
overflow-y: hidden;
}
}

.book .book-body .book-header {
background: #ffffff;
}

.book.color-theme-1 .book-body .book-header {
background: #f3eacb;
}

.book.color-theme-2 .book-body .book-header {
background: #1c1f2b;
}

.page-inner {
max-width: 800px;
}

.back-to-top {
right: calc((100% - 300px - min(100% - 300px, 800px)) / 2 + 25px);
}

/* scrollbar */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}

::-webkit-scrollbar-track-piece {
/* background-color: rgba(125, 125, 125, 0.2); */
-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: rgba(7, 17, 27, .2);
-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: rgba(125, 125, 125, 0.2);
-webkit-border-radius: 6px;
}

/* Style for search page on mobile screens */

#book-search-input-link {
padding: 6px;
background: 0 0;
background: inherit;
transition: top .5s ease;
border-bottom: 1px solid rgba(0,0,0,.07);
border-top: 1px solid rgba(0,0,0,.07);
margin-bottom: 10px;
margin-top: -1px;
}

#book-search-input-link a {
width: 100%;
background: 0 0;
border: 1px solid transparent;
box-shadow: none;
outline: 0;
line-height: 38px;
padding: 7px 7px;
color: #757575;
}

#book-search-input {
display: block;
}
#book-search-input-link {
display: none;
}

@media (max-width: 1240px) {
#book-search-input {
display: none;
}
#book-search-input-link {
display: block;
}
}

#book-search-input-inside {
padding: 6px;
background: 0 0;
transition: top .5s ease;
background: #fff;
border-bottom: 1px solid rgba(0,0,0,.07);
border-top: 1px solid rgba(0,0,0,.07);
margin-bottom: 10px;
margin-top: -1px;
}

#book-search-input-inside input {
width: 100%;
background: 0 0;
border: 1px solid transparent;
box-shadow: none;
outline: 0;
line-height: 22px;
padding: 7px 7px;
color: inherit;
}


/* Custom font settings */

.book.font-family-0 {
font-family: Georgia, serif;
}
.book.font-family-1 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Render wide tables */

.table-wrapper {
overflow-x: scroll;
}

/* Tips, warnings, and dangers */

.markdown-section blockquote.block-tip {
border-color: var(--c-tip);
background-color: var(--c-tip-bg);
color: var(--c-tip-text);
font-family: var(--font-family);
padding: 10px;
}

.markdown-section blockquote.block-tip h1,
.markdown-section blockquote.block-tip h2,
.markdown-section blockquote.block-tip h3,
.markdown-section blockquote.block-tip h4,
.markdown-section blockquote.block-tip h5,
.markdown-section blockquote.block-tip h6 {
color: var(--c-tip-title);
margin: 0px;
margin-bottom: 5px;
}

.markdown-section blockquote.block-tip p {
margin-bottom: 0px;
}

.markdown-section blockquote.block-warning {
border-color: var(--c-warning);
background-color: var(--c-warning-bg);
color: var(--c-warning-text);
font-family: var(--font-family);
padding: 10px;
}

.markdown-section blockquote.block-warning h1,
.markdown-section blockquote.block-warning h2,
.markdown-section blockquote.block-warning h3,
.markdown-section blockquote.block-warning h4,
.markdown-section blockquote.block-warning h5,
.markdown-section blockquote.block-warning h6 {
color: var(--c-warning-title);
margin: 0px;
margin-bottom: 5px;
}

.markdown-section blockquote.block-warning p {
margin-bottom: 0px;
}

.markdown-section blockquote.block-danger {
border-color: var(--c-danger);
background-color: var(--c-danger-bg);
color: var(--c-danger-text);
font-family: var(--font-family);
padding: 10px;
}

.markdown-section blockquote.block-danger h1,
.markdown-section blockquote.block-danger h2,
.markdown-section blockquote.block-danger h3,
.markdown-section blockquote.block-danger h4,
.markdown-section blockquote.block-danger h5,
.markdown-section blockquote.block-danger h6 {
color: var(--c-danger-title);
margin: 0px;
margin-bottom: 5px;
}

.markdown-section blockquote.block-danger p {
margin-bottom: 0px;
}

pre:has(code.language-mermaid[data-processed="true"]) {
background-color: #ffffff;
text-align: center;
}

:root {
--c-tip: #42b983;
--c-tip-bg: #e2f5ec;
--c-tip-text: #215d42;
--c-tip-title: #359469;
--c-warning: #e7c000;
--c-warning-bg: rgba(255, 229, 100, .25);
--c-warning-text: #6b5900;
--c-warning-title: #b29400;
--c-danger: #c00;
--c-danger-bg: #ffe0e0;
--c-danger-text: #600;
--c-danger-title: #c00;
--font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
29 changes: 29 additions & 0 deletions assets/gitbook/custom.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// Enable footnote link support for pages with width < 1240.
//
function bind_footnote_links() {
if ($(document).width() > 1240) {
return;
}
let footnotes = $("div.footnotes").find("ol > li > p > a.reversefootnote");
for (let i = 0; i < footnotes.length; i++) {
let footnote = footnotes[i];
footnote.addEventListener('click', function(e) {
e.preventDefault();
var target = $($(this).attr('href'));
if (target.length) {
$('div.body-inner').animate({
scrollTop: target.get(0).offsetTop,
});
}
});
}
}

if (document.readyState === "loading") {
// Loading hasn't finished yet
document.addEventListener("DOMContentLoaded", bind_footnote_links);
} else {
// `DOMContentLoaded` has already fired
bind_footnote_links();
}

Binary file added assets/gitbook/fonts/fontawesome/FontAwesome.otf
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit b765dc4

Please sign in to comment.