-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.html
117 lines (93 loc) · 4.65 KB
/
en.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
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>Shanghai JavaScript Meetup</title>
<link rel="shortcut icon" href="/assets/image/favicon.ico">
<link rel=stylesheet href=/assets/css/tachyons.min.css>
<link rel=stylesheet href=/assets/css/style.css>
<meta name="author" content="@fraserxu">
<meta name="description" content="Shanghai JavaScript Meetup">
<meta name="viewport" content="width=device-width, initial-scale=1">
<body class='wi-100 sans-serif'>
<div class="bg-near-white dt pvxl">
<header class="bg-pulsate tc dtc wi-100 v-mid">
<div class="tc mbm mbn-ns">
<h1 class="f4 f3-m f1-ns b db-ns mrs mrn-ns mbn ttu mtn pulse-letters">
Shanghai JavaScript Meetup
</h1>
<p class="f5 f3-ns dib db-ns fw1 phs mbn mbx-ns aqua">
🎉 A monthly JavaScript Meetup hosted in Shanghai. 🎊
</p>
</div>
<div class="pvm mtm">
<a class="link dim dark-gray" title="Tachyons" href="http://www.meetup.com/Shanghai-JavaScript-Meetup/"
class="small link black tc br2 bw1 pas pam-ns ba dim mrxs">
View on Meetup.com ▸
</a>
</div>
</header>
</div>
<main>
<section class="bg-white dt h-100 navy pvxl">
<div class="mw7 center phm phl-ns tl tl-ns">
<h1 class="f4 ttu semibold">📅 Next Meetup</h1>
<ul class='list'>
<li>
🕖 Sep. 14, 2015, from 7pm
</li>
<li>
🌐 Room 426, No.1189, West Wuding road, Jing'an
</li>
</ul>
<h1 class="f4 ttu semibold">🎷 Talks</h1>
<ul class='list'>
<li>
<a class="link blue dim small db" href="#">👱 An comparison to flux-like architectures</a>
</li>
<li>
<a class="link blue dim small db" href="#">🙋 GraphQL vs Falcor</a>
</li>
<li>
<a class="link blue dim small db" href="#">👳 Introduction to Redux</a>
</li>
<li>
<a class="link dim dark-gray" href="mailto:xvfeng123@gmail.com?cc=fraserxu@wiredcraft.com&subject=I%20Want%20To%20Talk&body=I-want-to-speak">👤 I want to speak</a>
</li>
</ul>
<a class="link blue dark-gray" href="http://www.meetup.com/Shanghai-JavaScript-Meetup/events/224553688/">📝 Register for next event</a>
</div>
</section>
<section class="bg-white dt h-100 navy pvxl" id="npm">
<div class="mw7 center phm phl-ns tl tl-ns">
<h3 class="f4 ttu semibold">📖 Code of Conduct</h3>
<p>Shanghai JavaScript Meetup attendees are expected to be professional, positive, open, encouraging and inclusive. Read our full Code of Conduct.
</p>
<h3 class="f4 ttu semibold">👬👫👭 Want to be an active part of our community?</h3>
<p>We are always looking for presentations, and we love nothing more than to hear from somebody who has never given a talk before. Have you been using an interesting plugin, tool, framework or library? Want to get back to basics and teach us some useful JavaScript techniques? Maybe you just want to share some of your hard-earned opinions. Whatever it is, contact us on Weibo to get involved in an upcoming event.</p>
<h3 class="f4 ttu semibold">😊 How can I help?</h3>
<ul class='list'>
<li>
<a class="link dim dark-gray" href="mailto:xvfeng123@gmail.com?cc=fraserxu@wiredcraft.com&subject=I%20Want%20To%20Talk&body=I-want-to-speak">🎤 I want to speak</a>
</li>
<li>
<a class="link dim dark-gray" href="mailto:xvfeng123@gmail.com?cc=fraserxu@wiredcraft.com&subject=I%20Have%20A%20Venue%20Talk&body=I-have-a-venue">🏠 I have a venue</a>
</li>
<li>
<a class="link dim dark-gray" href="mailto:xvfeng123@gmail.com?cc=fraserxu@wiredcraft.com&subject=I%20Can%20A%20Few%20Drinks&body=I-have-a-venue">🍻 I can buy a few drinks 🍕</a>
</li>
</ul>
</div>
</section>
</main>
<footer class="bg-white gray pvl pvxl-ns phm bt b--light-gray">
<small class="f5 mw7 db center lh-copy">
Present to you by <a class="link dim dark-gray" href="https://wiredcraft.com/">Wiredcraft</a>
<br class="dn db-ns">
<a class="link dim dark-gray" href="./index.html">中文版</a>
<br class="dn db-ns">
Build with <a class="link dim dark-gray" href="http://tachyons.io/">Tachyons</a>
</small>
</footer>
</body>
</html>