-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
102 lines (102 loc) · 4.45 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
<!DOCTYPE html>
<html lang="id">
<head>
<link rel="dns-prefecth" href="//github.io"/>
<link rel="dns-prefecth" href="//b2b-web-id.github.io"/>
<link rel="dns-prefecth" href="//b2b.web.id"/>
<meta charset="utf-8">
<title>B2B.Web.ID</title>
<meta name="description" content="B2B.Web.ID - Home Projects">
<meta name="author" content="B2B.Web.ID">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<link rel="stylesheet" href="lib/css/zenburn.css">
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'http://lab.hakim.se/reveal-js/css/print/pdf.css' : 'http://lab.hakim.se/reveal-js/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="http://lab.hakim.se/reveal-js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>B2B.Web.ID</h1>
<h3>Biarkan Data Bicara</h3>
<p><small>Oleh : <a href="http://www.b2b.web.id">B2B.Web.ID</a> / <a href="https://twitter.com/b2bwebid">@b2bwebid</a></small></p>
</section>
<section>
<h2>Misi</h2>
<p>Mengembangkan Perangkat yang Digunakan dalam Berbagai Lini dalam Hal Pengolahan dan Penyajian Data.</p>
<h2>Visi</h2>
<p>Menjadi Pengembang Perangkat Lunak Pengolahan dan Penyajian Data Independen yang Mampu Memberikan Kontribusi bagi Masyarakat.</p>
</section>
<section>
<h2>MIT</h2>
<ul>
<li>Merdeka;</li>
<li>Independen; dan</li>
<li>Terbuka.</li>
</ul>
<p>Dimulai dengan penggunaan perangkat yang bebas dan merdeka.</p>
</section>
<section>
<h2>Perangkat yang digunakan :</h2>
<ul>
<li><a href="http://www.r-project.org">R, Statistical Computing dan Graphics</a></li>
<li><a href="http://www.rstudio.com/products/shiny/shiny-server">Shiny Server</a></li>
<li><a href="http://www.rstudio.com/products/rstudio/#Desktop">R Studio Desktop</a></li>
<li><a href="http://rattle.togaware.com">Rattle, Data Miner</a></li>
<li><a href="http://www.yiiframework.com">Yii, PHP Framework</a></li>
</ul>
</section>
<section>
<h2>Proyek :</h2>
<ul>
<li><a href="http://github.com/b2b-web-id/data.id-analytics">Data.ID Analytics</a></li>
<li><a href="http://github.com/b2b-web-id/data.id-dashboard">Data.ID Dashboard</a>, <a href="http://data-id.b2b.web.id">Visualisasi</a></li>
<li><a href="http://github.com/b2b-web-id/pde-b2b-web-id">Pusat Data Elektronik</a>, <a href="pde/">Presentasi</a></li>
</ul>
</section>
<section>
<h1>Jalur Komunikasi</h1>
<h3>Open Channel Telegram : <a href="https://telegram.me/b2bwebid">telegram.me/b2bwebid</a></h3>
<p>Silakan bergabung.</p>
</section>
<section>
<h1>TERIMA KASIH</h1>
<h3>B2B.Web.ID</h3>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // none/fade/slide/convex/concave/zoom
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>