-
Notifications
You must be signed in to change notification settings - Fork 0
/
backup-index.html
130 lines (124 loc) · 4.72 KB
/
backup-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
<!DOCTYPE html>
<html>
<head>
<title>Nocommenz Design</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="NocommenZDsign" />
<meta
property="og:image"
content="http://www.nocommenz.com/img/nz_logo_facebook.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="220" />
<meta property="og:image:height" content="220" />
<meta property="og:site_name" content="www.nocommenz.com" />
<meta
property="og:description"
content="เว็บรวมผลงาน Code, Illustrate, Design"
/>
<meta name="description" content="เว็บรวมผลงาน Code, Illustrate, Design" />
<link rel="shortcut icon" href="/favicon.ico" />
<!-- <link href="./css/reset.css" rel="stylesheet"/> -->
<link
rel="stylesheet"
href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css"
/>
<link href="./css/social_foundicons.css" rel="stylesheet" />
<link href="/css/index.css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="/js/IE9.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="./css/social_foundicons_ie7.css" />
<![endif]-->
</head>
<body>
<div class="center-container">
<div class="pure-g-r">
<div class="pure-u-1-3"> </div>
<div id="site_banner" class="pure-u-1-3">
<img src="/img/nz_logo_mini.png" />
</div>
<div class="pure-u-1-3"> </div>
</div>
<div class="pure-g-r">
<div class="pure-u-1-3"> </div>
<div class="pure-u-1-3 center">
<div class="side-story pure-g-r">
<a class="pure-u-1-5" href="https://twitter.com/nocommenz"
><i class="foundicon-twitter"></i
></a>
<a class="pure-u-1-5" href="http://blog.nocommenz.com"
><i class="foundicon-tumblr"></i
></a>
<a class="pure-u-1-5" href="https://pinterest.com/nocommenz"
><i class="foundicon-pinterest"></i
></a>
<a class="pure-u-1-5" href="https://www.facebook.com/NocommenZ"
><i class="foundicon-facebook"></i
></a>
<a
class="pure-u-1-5"
href="https://plus.google.com/107804872033416688620"
><i class="foundicon-google-plus"></i
></a>
</div>
</div>
<div class="pure-u-1-3"> </div>
</div>
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="./js/index.js"></script>
<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", "UA-42944169-1", "nocommenz.com");
ga("send", "pageview");
// $(document).ready( function() {
// // enter your API key and blog hostname
// var api_key = 'l8LhqZlrrcdPuf7bUOQiAQpkQMZlJRYnUset9x8El5NJMehxoD';
// var tumblr_host = 'blog.nocommenz.com';
// var $post = $('<ul id="tumblr_post" />').append('<li class="hilight-image"><img></li><li class="post"><a class="title"></a><div class="desc"></div></li>')
// // TakeTumblr with all options
// $('#demo').taketumblr({
// api_key: api_key,
// tumblr_host: tumblr_host,
// tag: 'facebook',
// type: '',
// text_chars: 500,
// limit: 1,
// sortby: null,
// callback: function(postDiv, postData) {
// var $postTmp = $post.clone();
// console.log(postDiv);
// // Get hilight image
// $postTmp.find('.hilight-image > img').attr('src', (postDiv.find('.hilight-image').length > 0 ? postDiv.find('.hilight-image').attr('src') : 'http://placehold.it/100x100'));
// $postTmp.find('.title').attr('href', postData.url);
// $postTmp.find('.title').html(postData.title);
// $postTmp.find('.desc').html(postData.desc).append('<span>...</span>');
// $postTmp.find('.desc img.hilight-image').remove();
// $('.main-content').append($postTmp).fadeIn('slow');
// }
// });
// });
</script>
</body>
</html>