-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (145 loc) · 7.05 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/css?family=Maven+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<title>Design System meetup</title>
</head>
<body>
<div class="wrapper">
<svg class="logo">
<use xlink:href="assets/svg/sprite.svg#logo"></use>
</svg>
<svg class="header">
<use xlink:href="assets/svg/sprite.svg#header-homepage"></use>
</svg>
</div>
<p class="hashtag">
<a href="https://twitter.com/DesignSystemSyd">@DesignSystemSyd</a>
<span>#DesignSystemMeetup</span>
</p>
<div class="reveal">
<div class="slides">
<!-- ***********************************************************************************************************************************************************
* INTRO
************************************************************************************************************************************************************ -->
<section id="intro">
<h1 class="heading1">Welcome</h1>
<ul class="body">
<li>
Wifi "REACTOR SYDNEY":<br>
<strong>[email protected]</strong>
<strong>Reactor19!</strong>
</li>
</ul>
</section>
<!-- ***********************************************************************************************************************************************************
* HOUSE KEEPING
************************************************************************************************************************************************************ -->
<section id="house-keeping">
<h1>House keeping</h1>
<ul class="body">
<li>Emergency exits</li>
<li>Bathrooms</li>
<li>Helpful staff</li>
<li>Questions</li>
</ul>
</section>
<!-- ***********************************************************************************************************************************************************
* SHOUT OUT
************************************************************************************************************************************************************ -->
<section id="shoutout0">
<img class="shoutout-img" src="assets/img/thinkmill.png" alt="Thinkmill shout out">
</section>
<section id="shoutout1">
<img class="shoutout-img" src="assets/img/sydcss.png" alt="SydCSS shout out">
<h1>SydCSS</h1>
<h2>Next meetup will be Thursday <strong>5th Dec 2019</strong></h2>
</section>
<section id="shoutout2">
<img class="shoutout-img" src="assets/img/sydally.jpg" alt="A11y Camp shout out">
<h1>A11y Camp</h1>
<h2>Next meetup will be <strong>12-15 Nov 2019</strong></h2>
</section>
<section id="shoutout4">
<img class="shoutout-img" src="assets/img/dsw.png" alt="Design System Wednesday shout out">
<h1>Design System Wednesday</h1>
</section>
<!-- ***********************************************************************************************************************************************************
* SPONSORS
************************************************************************************************************************************************************ -->
<section id="sponsors">
<div class="sponsor-wrapper">
<img class="sponsor" src="assets/img/thinkmill.png" alt="The Thinkmill logo">
</div>
<div class="sponsor-wrapper">
<img class="sponsor" src="assets/img/microsoft.png" alt="Microsoft logo">
</div>
<div class="sponsor-wrapper">
<img class="sponsor" src="assets/img/tomwalker.png" alt="Tom Walker Gelato logo">
</div>
</section>
<!-- ***********************************************************************************************************************************************************
* SHOUT OUT
************************************************************************************************************************************************************ -->
<!-- <section id="shoutout">
<img class="poster" src="assets/img/canva2.jpg" alt="Canva shout out">
</section> -->
<!-- ***********************************************************************************************************************************************************
* TALKS
************************************************************************************************************************************************************ -->
<!-- <section id="talks">
<h1>Talks</h1>
<ul>
<li>
<strong>5:20</strong> Opening Welcome
<span class="fragment" data-fragment-index="1">
<span class="fragment fade-out" data-fragment-index="2">👈</span>
</span>
</li>
<li>
<strong>5:30</strong> Speaker 1
<span class="fragment" data-fragment-index="2">👈</span>
</li>
<li><strong>5:45</strong> Speaker 2</li>
<li><strong>6:15</strong> - Break 15min -</li>
<li><strong>6:30</strong> Speaker 3</li>
<li><strong>7:00</strong> Shout outs</li>
</ul>
</section> -->
<!-- ***********************************************************************************************************************************************************
* CALL FOR SPEAKERS
************************************************************************************************************************************************************ -->
<section id="call-for-speakers">
<h1>Call for speakers</h1>
<h2><a href="mailto:[email protected]">[email protected]</a></h2>
</section>
<!-- ***********************************************************************************************************************************************************
* SLACK
************************************************************************************************************************************************************ -->
<section id="slack">
<h1>Join us on slack:<br><a href="http://slack.design.systems/">http://slack.design.systems/</a></h1>
<h2>#city-sydney_</h2>
</section>
<!-- ***********************************************************************************************************************************************************
* SHOUT OUTS
************************************************************************************************************************************************************ -->
<section id="shout-outs">
<h1>Shout outs?</h1>
</section>
<!-- ***********************************************************************************************************************************************************
* BYE
************************************************************************************************************************************************************ -->
<section id="bye">
<h1>Thank you for coming 👋</h1>
<h2>Next meetup will be Monday <strong>10th Feb 2019</strong></h2>
</section>
</div>
</div>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script type="text/javascript" src="assets/js/script.min.js"></script>
</body>
</html>