forked from CubanTech/slides.cuban.tech
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintro_20171119.html
More file actions
151 lines (141 loc) · 6.92 KB
/
Copy pathintro_20171119.html
File metadata and controls
151 lines (141 loc) · 6.92 KB
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h3>Meetup with <a href="http://meetup.cuban.tech">CubanTech</a></h3>
<p>These slides: <a href="http://slides.cuban.tech/intro_20171119.html" target="_blank">slides.cuban.tech/intro_20171119.html</a></p>
<hr>
<h3>Meetup Info</h3>
<p>Author: Abel Meneses email: abelma@cuban.tech</p>
<p>Network: cubantech Password: meet-ups</p>
<p>Host: </p>
<hr>
<h4>Socializing Advanced Free Software Technologies</h4>
<a href="http://cuban.tech" target="_blank">CubanTech Website</a>
</section>
<section>
<section>
<h2>What is the CubanTech group</h2>
<a href="https://github.com/nodeschool/havana/blob/master/Code_of_Conduct.md" target="_blank">A group of cuban entrepeneurs with a social vision</a>
</section>
<section>
<ul>
<li>Socializing knowleage across educational activities</li>
<li>Teaching natural language digital evolution and programming language</li>
<li>Promoting a sustainable network of cooperation and promotion of cuban tech innovation</li>
<li>A complement to help common non-programming people to get tech into their lives healthily</li>
</ul>
</section>
</section>
<section>
<section>
<h3><a href="https://github.com/nodeschool/havana/blob/master/Code_of_Conduct.md">Code of Conduct</a></h3>
<h4>harassment-free community for everyone, regardless of:</h4>
<ul>
<li>sex, gender identity or expression, sexual orientation, disability,</li>
<li>physical appearance, age, body size, race, nationality or religious beliefs</li>
</ul>
</section>
<section>
<h3>Host extra-rules</h3>
<li>Preserve the place, low voice, etc.</li>
</section>
<section>
<h2>Other Basic Rules for an Engaging Experience:</h2>
<ul>
<li>Respect time limit of your keynote.</li>
<li>Ask no matter when, but PLEASE ASK!!!</li>
<li>Share with attendants all you can.</li>
</ul>
</section>
</section>
<section>
<h2>This Meetup Agenda</h2>
<ul>
<li>Blockstack 101. Intro to Blockchain.<a href="dapps.html" target="_blank">Talk</a></li>
<li>Coffee break</li>
<li>Blockchain hands on lab <a href="#" target="_blank">Talks and Labs</a></li>
</ul>
</section>
<section>
<h2>Blockstack</h2>
<ul>
<li> NYC-based startup </li>
<li> Graduated of YCombinator </li>
<li> +3 years production system</li>
<li> Powered by blockchains </li>
</ul>
</section>
<section>
<h2>People Invited</h2>
</section>
<section>
<h2>Possible Topics for Next Meetup</h2>
<ul>
<li> Blockstack tutorials for app developers </li>
<li> Other block chains, and (consensus) algorithms </li>
<li> Computational economics </li>
<li> Pitch your idea </li>
</ul>
</section>
<section>
<h2>Channels of Communication</h2>
<h3>CubanTech Website <a href="http://cuban.tech" target="_blank">http://cuban.tech</a></h3>
<ul>
<li>Twitter <a href="http://twitter.cuban.tech" target="_blank">http://twitter.cuban.tech</a></li>
<li>Linkedin <a href="http://in.cuban.tech" target="_blank">http://in.cuban.tech</a></li>
<li>Facebook <a href="http://fb.cuban.tech" target="_blank">http://fb.cuban.tech</a></li>
<li>Telegram <a href="http://im.cuban.tech" target="_blank">http://im.cuban.tech</a></li>
<li>Youtube <a href="http://videos.cuban.tech" target="_blank">http://videos.cuban.tech</a></li>
<li>Meetups <a href="http://meetup.cuban.tech">http://meetup.cuban.tech</a></li>
<li>Google+ <a href="http://plus.cuban.tech">http://plus.cuban.tech</a></li>
<li>Slides <a href="http://slides.cuban.tech">http://slides.cuban.tech</a></li>
<li>Version control <a href="http://git.cuban.tech">http://git.cuban.tech</a></li>
</ul>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-97098390-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>