-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeblock.txt
146 lines (133 loc) · 4.46 KB
/
codeblock.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<head>
<link rel="stylesheet" href="https://src.notion-tools.com/css/header.css">
<link rel="stylesheet" href="https://src.notion-tools.com/css/footer.css">
<style>
.notion-topbar {
display: none;
}
</style>
<style>
/* 전체 */
:root .width {
width: 1280px !important;
}
:root .padding {
padding-left: 0 !important;
padding-right: 0 !important;
}
</style>
</head>
<body>
<div class="header-divver">
<div id="header">
<div id="top-title">
<a class="top-nav-btn-div" href="/">
<div class="top-nav-btn">Notion Tools</div>
</a>
</div>
<div id="top-nav">
<a class="top-nav-btn-div top-nav-btn-selected" style="margin-right: 10px;" href="/pages">
<div class="top-nav-btn">페이지 갤러리</div>
</a>
<a class="top-nav-btn-div" href="/templates">
<div class="top-nav-btn">템플릿 갤러리</div>
</a>
<a class="top-nav-btn-div" style="margin-left: 10px;" href="/embeds">
<div class="top-nav-btn">임베드 & 툴즈</div>
</a>
</div>
</div>
</div>
<!-- 뒤로가기 버튼 -->
<style>
#back {
position: fixed;
left: 50px;
top: 100px;
font-size: 32px;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 40px;
box-sizing: border-box;
transition: background-color 200ms;
color: #000;
text-decoration: none;
z-index: 99999;
}
#back:hover {
background-color: #f0f0f0;
}
</style>
<a id="back" href="javascript:history.back()"><svg xmlns="http://www.w3.org/2000/svg" width="30" height="30"
fill="#000000" viewBox="0 0 256 256">
<rect width="256" height="256" fill="none"></rect>
<line x1="216" y1="128" x2="40" y2="128" fill="none" stroke="#000000" stroke-linecap="round"
stroke-linejoin="round" stroke-width="24"></line>
<polyline points="112 56 40 128 112 200" fill="none" stroke="#000000" stroke-linecap="round"
stroke-linejoin="round" stroke-width="24"></polyline>
</svg></a>
<!-- 메인 수평 광고 -->
<style>
.adsbygoogle {
width: 320px;
height: 100px;
}
@media(min-width: 500px) {
.adsbygoogle {
width: 468px;
height: 60px;
}
}
@media(min-width: 800px) {
.adsbygoogle {
width: 728px;
height: 90px;
}
}
</style>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script> (adsbygoogle = window.adsbygoogle || []).push({});</script>
<div class="footer">
<div class="footer-divver">
<div class="footer-left">
<div class="footer-left-title">
<img src="https://src.notion-tools.com/img/logo.png" alt="logo">
<div>Notion Tools</div>
</div>
<div class="footer-left-text">노션을 더욱 다양하게, 더욱 활용성 있게 돕는<br>서드파티 웹사이트입니다.</div>
<div class="footer-left-text">ⓒ 2021. Notion tools all rights reserved</div>
<div class="footer-left-link"><a href="/rules">이용약관</a></div>
<div class="footer-left-link"><a href="/privacy">개인정보처리방침</a></div>
</div>
<div class="footer-right">
<div class="footer-right-category">
<div class="footer-right-item-title">링크</div>
<a class="footer-right-item" href="/">메인화면</a>
<a class="footer-right-item" href="/pages">페이지 갤러리</a>
<a class="footer-right-item" href="/template">템플릿 갤러리</a>
<a class="footer-right-item" href="/embeds">임베드 & 툴즈</a>
<a class="footer-right-item" href="/updates">업데이트 소식</a>
</div>
<div class="footer-right-category">
<div class="footer-right-item-title">개발자</div>
<a class="footer-right-item" href="https://hyuns.dev">개발자 웹사이트</a>
<a class="footer-right-item" href="https://github.com/HyunsDev">깃허브</a>
</div>
<div class="footer-right-category">
<div class="footer-right-item-title">커뮤니티</div>
<a class="footer-right-item" href="https://discord.gg/YsNCNhk">디스코드</a>
<a class="footer-right-item" href="https://www.facebook.com/NotionTools">페이스북</a>
<a class="footer-right-item" href="https://open.kakao.com/o/gxOsEAxc">카카오톡 오픈채팅방</a>
</div>
<div class="footer-right-category">
<div class="footer-right-item-title">지원</div>
<a class="footer-right-item" href="/help">도움말</a>
<a class="footer-right-item" href="mailto:[email protected]">[email protected]</a>
</div>
</div>
</div>
</div>
</body>