Remove old data

This commit is contained in:
Khoa Le
2016-06-15 17:48:09 +07:00
parent 2f4de88bf4
commit df648d235b
111 changed files with 0 additions and 3154 deletions

View File

@@ -1,40 +0,0 @@
<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-64329861-2', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript">
(function() {
var didInit = false;
function initMunchkin() {
if(didInit === false) {
didInit = true;
Munchkin.init('531-MRT-468');
}
}
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = '//munchkin.marketo.net/munchkin.js';
s.onreadystatechange = function() {
if (this.readyState == 'complete' || this.readyState == 'loaded') {
initMunchkin();
}
};
s.onload = initMunchkin;
document.getElementsByTagName('head')[0].appendChild(s);
})();
</script>
<script type="text/javascript">
var $mcGoal = {'settings':{'uuid':'f0f5ce5be3ec91715eb87cf9c','dc':'us12'}};
(function() {
var sp = document.createElement('script'); sp.type = 'text/javascript'; sp.async = true; sp.defer = true;
sp.src = ('https:' == document.location.protocol ? 'https://s3.amazonaws.com/downloads.mailchimp.com' : 'http://downloads.mailchimp.com') + '/js/goal.min.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sp, s);
})();
</script>

View File

@@ -1,2 +0,0 @@
<p>Copyright © 2016 <a href="{{ site.url }}" target="_blank">{{ site.author }}</a></p>
<p><small>Site made with <a href="https://github.com/cedricss/photon-book-creator" target="_blank">Photon Book Creator</a> and <a href="http://orderedlist.com/minimal/" target="_blank">minimal theme</a>.</small></p>

View File

@@ -1,8 +0,0 @@
<meta charset="UTF-8">
<title>{{ site.name }}</title>
<meta name="viewport" content="width=device-width">
<meta name="author" content="{{ site.author }}">
<link rel="shortcut icon" href="http://www.wakanda.io/sites/all/themes/wakanda_cloud/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="css/main.css?v=050716">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script type='text/javascript' src='js/polyfill.js'></script>

View File

@@ -1,48 +0,0 @@
<header class="home">
<h1>Getting started</h1>
<img src="img/withWakAppFac.png" width="370" height="101">
</header>
<div class="home-container">
<h2>Getting started</h2>
<div>
<div class="head">1</div>
<a class="action" href="design-data-model.html">
<div class="stepPic model"></div>
DESIGN YOUR<br>DATA MODEL
</a>
</div>
<div>
<div class="head">2</div>
<a class="action" href="create-web-app.html">
<div class="stepPic webApp"></div>
CREATE<br>A WEB APP
</a>
</div>
<div>
<div class="head">3</div>
<a class="action" href="create-mobile-app.html">
<div class="stepPic mobileApp"></div>
CREATE<br>A MOBILE APP
</a>
</div>
<hr/>
</div>
<div class="home-container">
<h2>Going further</h2>
<div>
<div class="head"><span class="label">Enterprise Edition</span></div>
<a class="action" href="http://doc.wakanda.org/home2.en.html#/MySQL-Connector-Pro/MySQL-Connector-Pro.100-1168858.en.html" target="_blank">
<div class="stepPic circle connect"></div>
CONNECT EXTERNAL<br>DATA SOURCES
</a>
</div>
<div>
<div class="head small"><span class="label">Cloud Platform</span></div>
<a class="action" href="deploy-your-app.html">
<div class="stepPic circle deploy"></div>
DEPLOY TO<br>WAKANDA CLOUD
</a>
</div>
<hr/>
</div>

View File

@@ -1,22 +0,0 @@
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="//wakanda.us12.list-manage.com/subscribe/post?u=f0f5ce5be3ec91715eb87cf9c&amp;id=94c52bff22" method="post"
id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<div id="mc_embed_signup_scroll">
<h2>Subscribe to our mailing list</h2>
<div class="mc-field-group">
<input placeholder="Enter your email" type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- 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;" aria-hidden="true">
<input type="text" name="b_f0f5ce5be3ec91715eb87cf9c_94c52bff22" tabindex="-1" value="">
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->

View File

@@ -1,23 +0,0 @@
<h1><a href="index.html">{{ site.name }}</a></h1>
<hr class="star-light">
{% for entry in site.data.toc.entries %}
{% for node in entry.pages %}
{% if page.url contains node.url %}
{% assign chapter_title = entry.title %}
{% endif %}
{% endfor %}
{% endfor %}
{% for entry in site.data.toc.entries %}
<h2 {% if chapter_title == entry.title %} class="active" {% endif %}>
{{ entry.title }}
</h2>
<ul class="{{ entry.class }}">
{% for node in entry.pages %}
<li {% if page.url contains node.url %} class="active" {% endif %}>
<a href="{{ node.url }}" target="{{ node.target }}">{{ node.title }}</a>
</li>
{% endfor %}
</ul>
{% endfor %}

View File

@@ -1,4 +0,0 @@
<div class="search-input-wrapper">
<span class="fa fa-search"> </span>
<input type="text" id="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search the docs..." >
</div>

View File

@@ -1,9 +0,0 @@
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script>
<script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
<script type="text/javascript"> docsearch({
apiKey: '7c5609c68a1793fb3d9b585e503e7ece',
indexName: 'wakanda_studio',
inputSelector: '#search'
});
</script>