-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
281 lines (187 loc) · 7.88 KB
/
index.html
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en-us"><head>
<meta charset="utf-8">
<title>Seng's BLOG</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="This is meta description">
<meta name="author" content="Seng">
<meta name="generator" content="Hugo 0.79.0" />
<!-- plugins -->
<link rel="stylesheet" href="https://sengc92.github.io/plugins/bootstrap/bootstrap.min.css ">
<link rel="stylesheet" href="https://sengc92.github.io/plugins/slick/slick.css ">
<link rel="stylesheet" href="https://sengc92.github.io/plugins/themify-icons/themify-icons.css ">
<link rel="stylesheet" href="https://sengc92.github.io/plugins/venobox/venobox.css ">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="https://sengc92.github.io/scss/style.min.css" media="screen">
<!--Favicon-->
<link rel="shortcut icon" href="https://sengc92.github.io/images/favicon.png " type="image/x-icon">
<link rel="icon" href="https://sengc92.github.io/images/favicon.png " type="image/x-icon">
<!-- google analitycs -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'G-3QPCRS2YQ0', 'auto');
ga('send', 'pageview');
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3QPCRS2YQ0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3QPCRS2YQ0');
</script>
</head><body>
<!-- preloader start -->
<div class="preloader">
</div>
<!-- preloader end -->
<!-- navigation -->
<header class="navigation">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-white bg-transparent border-bottom pl-0">
<a class="navbar-brand mobile-view" href="https://sengc92.github.io"><img class="img-fluid"
src="https://sengc92.github.io/images/logo2.png" alt="Seng's BLOG"></a>
<button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navigation">
<i class="ti-menu h3"></i>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<div class="desktop-view">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="https://github.com/sengc92"><i class="ti-github"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="ti-linkedin"></i></a>
</li>
</ul>
</div>
<a class="navbar-brand mx-auto desktop-view" href="https://sengc92.github.io"><img class="img-fluid"
src="https://sengc92.github.io/images/logo2.png" alt="Seng's BLOG"></a>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://sengc92.github.io/about">About</a>
</li>
</ul>
<!-- search -->
<div class="search pl-lg-4">
<button id="searchOpen" class="search-btn"><i class="ti-search"></i></button>
<div class="search-wrapper">
<form action="https://sengc92.github.io/search" class="h-100">
<input class="search-box px-4" id="search-query" name="s" type="search" placeholder="Type & Hit Enter...">
</form>
<button id="searchClose" class="search-close"><i class="ti-close text-dark"></i></button>
</div>
</div>
</div>
</nav>
</div>
</header>
<!-- /navigation -->
<footer>
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center mb-5">
<a href="https://sengc92.github.io"><img src="https://sengc92.github.io/images/logo2.png" alt="Seng's BLOG"></a>
</div>
<div class="col-lg-3 col-sm-6 mb-5">
<h6 class="mb-4">Contact Me</h6>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-dark" href="tel:686869380"><i
class="ti-mobile mr-3 text-primary"></i>686869380</a></li>
<li class="mb-3"><i class="ti-location-pin mr-3 text-primary"></i>Macau,China</li>
<li class="mb-3"><a class="text-dark" href="mailto:sengc@sfu.ca"><i
class="ti-email mr-3 text-primary"></i>sengc@sfu.ca</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-sm-6 mb-5">
<h6 class="mb-4">Social Contacts</h6>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-dark" href="https://github.com/sengc92">github</a></li>
<li class="mb-3"><a class="text-dark" href="#">linkedin</a></li>
</ul>
</div>
<div class="col-lg-3 col-sm-6 mb-5">
<h6 class="mb-4">Categories</h6>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-dark"
href="/categories/go-language">Go language</a>
</li>
<li class="mb-3"><a class="text-dark"
href="/categories/%e5%bf%83%e5%be%b7">心德</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-sm-6 mb-5">
<h6 class="mb-4">Quick Links</h6>
<ul class="list-unstyled">
<li class="mb-3"><a class="text-dark" href="https://sengc92.github.io/about">About</a></li>
</ul>
</div>
<div class="col-12 border-top py-4 text-center">
| copyright © 2020 <a href="https://themefisher.com">Seng</a> All Rights Reserved |
</div>
</div>
</div>
</footer>
<script>
var indexURL = "https://sengc92.github.io/index.json"
</script>
<!-- JS Plugins -->
<script src="https://sengc92.github.io/plugins/jQuery/jquery.min.js"></script>
<script src="https://sengc92.github.io/plugins/bootstrap/bootstrap.min.js"></script>
<script src="https://sengc92.github.io/plugins/slick/slick.min.js"></script>
<script src="https://sengc92.github.io/plugins/venobox/venobox.min.js"></script>
<script src="https://sengc92.github.io/plugins/search/fuse.min.js"></script>
<script src="https://sengc92.github.io/plugins/search/mark.js"></script>
<script src="https://sengc92.github.io/plugins/search/search.js"></script>
<!-- Main Script -->
<script src="https://sengc92.github.io/js/script.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js"></script>
<div id="js-cookie-box" class="cookie-box cookie-box-hide">
This site uses cookies. By continuing to use this website, you agree to their use. <span id="js-cookie-button" class="btn btn-sm btn-primary ml-2">I Accept</span>
</div>
<script>
(function ($) {
const cookieBox = document.getElementById('js-cookie-box');
const cookieButton = document.getElementById('js-cookie-button');
if (!Cookies.get('cookie-box')) {
cookieBox.classList.remove('cookie-box-hide');
cookieButton.onclick = function () {
Cookies.set('cookie-box', true, {
expires: 2
});
cookieBox.classList.add('cookie-box-hide');
};
}
})(jQuery);
</script>
<style>
.cookie-box {
position: fixed;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 9999;
padding: 1rem 2rem;
background: rgb(71, 71, 71);
transition: all .75s cubic-bezier(.19, 1, .22, 1);
color: #fdfdfd;
}
.cookie-box-hide {
display: none;
}
</style>
</body>
</html>