-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (88 loc) · 3.13 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
<!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">
<h1 class="splash-head" style="color: white">Coming Soon ...</h1>
<!-- <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>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-SDTCXJ8MKG"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-SDTCXJ8MKG");
</script>
</body>
</html>