forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (123 loc) Β· 3.73 KB
/
index.html
File metadata and controls
132 lines (123 loc) Β· 3.73 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
<!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>Welcome to Como CaFE!</title>
<link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet" />
<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 data-background-color="#171717">
<h2>Welcome to</h2>
<img src="./img/cafe.svg" alt="" class="logo" />
</section>
<section>
<h1>#Community</h1>
<h1><em>#Frontend</em></h1>
</section>
<section>
<div class="team">
<!-- <figure>
<img src="/img/angelo.jpeg" alt="" />
<figcaption>@Angelo_Di_Santo</figcaption>
</figure> -->
<figure>
<img src="/img/giko.jpg" alt="" />
<figcaption>@gcmznt</figcaption>
</figure>
<figure>
<img src="/img/valse.jpg" alt="" />
<figcaption>@valse</figcaption>
</figure>
<figure><img src="/img/question.jpg" alt="" /></figure>
</div>
</section>
<!-- <section>
<h1>We need help for...</h1>
<ul>
<li>Social Media</li>
<li>and Graphics</li>
</ul>
</section> -->
<section>
<h2>Let's create a better <em>community</em>!</h2>
<h1>πΊ π π π« π πΏ π¦</h1>
<h2>//support.como.cafe</h2>
</section>
<section>
<h1>π πΊ π</h1>
<img src="/img/gds.png" alt="" class="host" />
<figure class="host-wrapper">
<img src="/img/sergio.jpg" alt="" class="host host--sergio" />
<figcaption>@gignux</figcaption>
</figure>
</section>
<!-- <section>
<h1>Trending</h1>
<ul>
<li>
<a href="https://github.com/mozdevs/cssremedy">
CSS Remedy
</a>
</li>
</ul>
</section> -->
<!-- <section>
<h1>π</h1>
<h1>After party</h1>
</section> -->
<!-- <section>
<h1>π₯</h1>
<h1>//live.como.cafe</h1>
</section> -->
<section>
<h1><em>π¬ Slack team</em></h1>
<h2>http://slack.como.cafe</h2>
</section>
<section>
<h2><em>Stefano Magni</em></h2>
<!-- <hr /> -->
<h1>Breaking the fear of front-end testing</h1>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
history: true,
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>
</body>
</html>