-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (68 loc) · 3.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Junior Webmaster Camp X - พบกันเร็ว ๆ นี้</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- Facebook Open Graph -->
<meta property="og:url" content="http://jwc.in.th" />
<meta property="og:title" content="Junior Webmaster Camp X" />
<meta property="og:description" content="พบกันเร็ว ๆ นี้ กับค่าย Junior Webmaster Camp ค่ายทำเว็บของเด็ก ม.ปลาย ปีที่ 10" />
<meta property="og:image" content="http://x.jwc.in.th/assets/img/og.jpg" />
<meta property='article:author' content='https://www.facebook.com/jwcth' />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-42284958-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-42284958-3');
</script>
<link rel="stylesheet" href="assets/css/style.css"></link>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '2031758323518629');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=2031758323518629&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<div class="particle-backdrop" id="particles-js"></div>
<div class="hero-wrapper">
<div class="logo"></div>
<h1>กำลังจะเปิดใช้งาน</h1>
<p>ระบบรับสมัครกำลังจะเปิดใช้งาน กรุณาอดใจรอซักครู่</p>
<div class="social-button">
<a onClick="window.location.href = 'https://facebook.com/jwcth';"><span class="social facebook"></span></a>
<a onClick="window.location.href = 'https://twitter.com/jwcth';"><span class="social twitter"></span></a>
</div>
</div>
<footer>
<p>© Copyright 2018. Junior Webmaster Camp.</p>
</footer>
<div class="cloud-zone">
<div class="cloud cloud-1"></div>
<div class="cloud cloud-2"></div>
<div class="cloud cloud-3"></div>
<div class="cloud cloud-4"></div>
<div class="cloud cloud-5"></div>
<div class="cloud cloud-6"></div>
</div>
<script src="assets/js/particle.js" type="text/javascript"></script>
<script src="assets/js/script.js" type="text/javascript"></script>
</script>
</body>
</html>