-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·107 lines (83 loc) · 4.61 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
<!DOCTYPE HTML>
<head>
<title>Robotys.net • Web • Teknologi • Internet</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/style.css" type="text/css">
<meta name="description" content="Robotys adalah persona dalam talian milik Izwan Wahab, juruaturcara laman web yang giat berkongsi tentang teknologi dalam kehidupan dan juga sistem dalam bisnes. Blog ini adalah ibarat nota beliau kepada diri sendiri agar mudah dingati pada masa hadapan.">
<script src="assets/jquery.min.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-29977976-1', 'robotys.net');
ga('send', 'pageview');
// to track all AJAX request, yep, we use ajax for navigation.
(function ($) {
// Log all jQuery AJAX requests to Google Analytics
$(document).ajaxSend(function(event, xhr, settings){
ga('create', 'UA-29977976-1', 'robotys.net');
ga('send','pageview', settings.url.pathname);
});
})(jQuery);
</script>
<script type="text/javascript">
window.location = 'read/';
</script>
<!--
<script src="assets/marked.js"></script>
<script src="assets/saurus.js"></script>
-->
</head>
<body>
<div class="bg"></div>
<div class="center"><div class="wrapper">
<div class="header">
<img src="images/robotys-net-logo-bulat.jpg" style="width: 80px; border-radius: 50%; margin-bottom: -20px; border: 3px #FFF solid; box-shadow: 0px 0px 6px #888;">
<br/><br/>
<a href="" class="masthead">robotys.net</a> <br/>
<p class="subtitle">Web • Teknologi • Internet</p>
<p>Robotys adalah persona dalam talian milik Izwan Wahab, <a href="#!/read/tentang-robotys">juruaturcara laman web</a> yang giat berkongsi tentang teknologi dalam kehidupan dan juga sistem dalam bisnes. Blog ini adalah ibarat nota beliau kepada diri sendiri agar mudah dingati pada masa hadapan.</p>
<p>
<a title="facebook" href="http://facebook.com/robotys"><img src="images/icon_facebook.png"/></a>
<a title="github" href="http://github.com/robotys"><img src="images/icon_github.png"/></a>
<a title="twitter" href="http://twitter.com/robotys"><img src="images/icon_twitter.png"/></a>
<!-- <a class="instagram_metro tsc_social_metro" title="instagram" href="#">instagram</a> -->
</p>
</div>
<div class="content" id="content_wrapper">
<!-- auto generated content will be here -->
<!-- <div class="spinner" style="width: 100%; box-sizing: border-box; text-align: center; background: #fff; padding: 15px;">
loading article <br/>
<img src="images/loading.gif"/>
</div> -->
<div class="post" id="{{post-id}}">
<h1><a href="read/">Redirecting to Blog Page</a></h1>
</div>
</div>
<div class="subscribe">
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:auto; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="http://robotys.us8.list-manage.com/subscribe/post?u=6df1d81933d383e3275bb5515&id=7ae6bb174b" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<label for="mce-EMAIL">Subscribe untuk menerima update dan artikel khas</label>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_6df1d81933d383e3275bb5515_7ae6bb174b" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="footer">
<p>Powered by <a href="http://github.com/robotys/saurus">Saurus</a> on <a href="http://github.com">Github</a> . All rights reserved © 2014 Robotys.net.</p>
</div>
</div></div>
</body>
</html>