-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
233 lines (204 loc) · 4.76 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
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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<meta charset="UTF-8">
<title>lagom.js</title>
<link rel=stylesheet href="dist/starter/styles/lagom.css">
Fight for the Future
<header> ◩ | lagom.js | <a href="https://github.com/reimertz/lagom">docs</a></header>
<section>
<center>
<h1>lagom.js<sup>beta</sup></h1>
<h2><span style="font-size: 10rem;line-height: 4rem;">◩</span></h2>
<p>a simplistic presentation generator</p>
<small>
<p>made by <a href="//twitter.com/reimertz" target="_blank">@reimertz</a></p>
</small>
</center>
<!--
this is a note that is
only visible in presentation mode
-->
</section>
<section>
<p>
<i>lagom (pronounced [ˈlɑ̀ːɡɔm]) is a Swedish word meaning "just the right amount"</i>
</p>
</section>
<section>
<h2>a command-line interface</h2>
<code class="bash">
$ lagom help
lagom create create a new presentation (default)
lagom server start live-reloading server
lagom deploy deploy presentation
lagom help show this help
</code>
</section>
<section>
<h2>a lagom architecture</h2>
<code class="bash">
styles
- lagom.css
scripts
- lagom.js
index.html
</code>
</section>
<section>
<h2>a lagom markup</h2>
<code>
<title>lagom.js</title>
<link rel=stylesheet href="styles/lagom.css">
<header> ◩ | lagom.js</header>
<section>
<h1>lagom.js</h1>
<big><h1>◩</h1></big>
<p>a simplistic presentation generator</p>
</section>
<script src="scripts/lagom.js"></script>
</code>
</section>
<section>
<h2>one section, one slide</h2>
<code>
<section></section>
</code>
</section>
<section>
<h2>elements you are used too</h2>
<code>
<h1></h1>
<h2></h2>
<h3></h3>
<p></p>
<ul>
<li></li>
</ul>
<img>
</code>
</section>
<section>
<h2>old-school modifiers</h2>
<code>
<big></big>
<small></small>
<left></left>
<center></center>
<right></right>
</code>
</section>
<section>
<h2>a <small> image</h2>
<code>
<small>
<img src="tim-and-eric-mind-blown.gif">
</small>
</code>
<small>
<img src="//www.reactiongifs.com/r/2013/10/tim-and-eric-mind-blown.gif">
</small>
</section>
<section>
<h2>a <big> image</h2>
<code>
<big>
<img src="tim-and-eric-mind-blown.gif">
</big>
</code>
<big>
<img src="//www.reactiongifs.com/r/2013/10/tim-and-eric-mind-blown.gif">
</big>
</section>
<section>
<h2>a <big> <big> image (fullscreen)</h2>
<code>
<section>
<h2>a <big> <big> image (fullscreen)</h2>
<big>
<big>
<img src="tim-and-eric-mind-blown.gif">
</big>
</big>
</section>
</code>
<big>
<big>
<img src="//www.reactiongifs.com/r/2013/10/tim-and-eric-mind-blown.gif">
</big>
</big>
</section>
<section>
<h2>code blocks</h2>
<code>
<section>
<h2>code blocks</h2>
<code>
<section>
<h2>code blocks</h2>
<code>
<!-- insert meta joke here -->
</code>
</section>
</code>
</section>
</code>
</section>
<section>
<h2>presentation mode</h2>
<small>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTloiOq2eL_QSfJ7fgpwrgJFfPjGtqOLtAt5FnzSvppp7vVz_dZ">
</small>
<p>press p to test</p>
</section>
<section>
<h2>windows are synced</h2>
</section>
<section>
<h2>you can see the next slide ➚</h2>
<small>
<p>(but only if you are in presentation mode)</p>
</small>
</section>
<section>
<h2>add notes to a slide</h2>
<code>
<section>
<h2>add notes to a slide</h2>
<!--
this is a note that is
only visible in presentation mode
-->
</section>
</code>
<!--
this is a note that is
only visible in presentation mode
-->
</section>
<section>
<h2>matched aspect ratios</h2>
<p>presentation view is locked to the width and height of the main view </p>
</section>
<section>
<h2>synced highlighting</h2>
<p>when you need to point something out</p>
</section>
<section>
<h2>synced mouse pointer ☝</h2>
<p><i>just because i can</i></p>
</section>
<section>
<h2>npm install lagom -g --production</h2>
<p><small>--production to skip devDependencies</small></p>
</section>
<section>
<h2>documentation</h2>
<h3><a href="//github.com/reimertz/lagom">github.com/reimertz/lagom</a></h3>
</section>
<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-88376407-1', 'auto');
ga('send', 'pageview');
</script>
<script defer src="dist/starter/scripts/lagom.js"></script>