-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (81 loc) · 3.24 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Upcoming Call for Proposal deadlines - MozTechCFPs 💙</title>
<link rel="stylesheet" href="/assets/style.css" />
<link rel="stylesheet" href="/assets/font.css" />
</head>
<body>
<ul>
<li>
<a class="t" href="https://www.papercall.io/slsdaysham2019" target="_blank">
<time class="date" datetime="2018-12-08">Dec/08</time>
<span class="event" title="">ServerLess Days Hamburg 2019 CFP</span>
<span class="location">February 15, Hamburg 🇩🇪</span>
</a>
</li>
<li>
<a class="t" href="https://2019.missionapi.io" target="_blank">
<time class="date" datetime="2018-12-21">Dec/21</time>
<span class="event">Mission API</span>
</a>
</li>
<li>
<a class="t" href="https://2019.cssconf.eu/call-for-speakers/" target="_blank">
<time class="date" datetime="2018-12-23">Dec/23</time>
<span class="event">CSSconf EU 2019 CFP</span>
<span class="location">May 31, Berlin 🇩🇪</span>
</a>
</li>
<li>
<a class="t" href="https://2019.jsconf.eu/call-for-speakers/" target="_blank">
<time class="date" datetime="2018-12-23">Dec/23</time>
<span class="event">JSConf EU 2019 CFP</span>
<span class="location">June 1-2, Berlin 🇩🇪</span>
</a>
</li>
<li>
<a class="t" href="https://eventyay.com/e/a1fcaa21/cfs/" target="_blank">
<time class="date" datetime="2019-01-08">Jan/08</time>
<span class="title">Pragma Conf</span>
</a>
</li>
<li>
<a class="t" href="https://docs.google.com/forms/d/e/1FAIpQLSfd_0wYqSJ3nCdVtR_FBDGwzzm7VDnYfTvcK3QA3BsWceQ4eg/viewform" target="_blank">
<time class="date" datetime="2019-01-16">Jan/16</time>
<span class="title">fwdays 2019 CFP</span>
<span class="location">March 16, Kiev 🇺🇦)</span>
</a>
</li>
<li>
<a class="t" href="https://www.papercall.io/cityjsconf2019" target="_blank">
<time class="date" datetime="2019-01-31">Jan/31</time>
<span class="title">CityJSConf 2019 CFP</span>
<span class="location">May 3, London 🇬🇧</span>
</a>
</li>
<li>
<a class="t" href="https://docs.google.com/forms/d/e/1FAIpQLScop_EaKnLyrgpGN4KiYXAoHmv4_f9vopE1_XIPQalxxdGA9Q/viewform" target="_blank">
<time class="date" datetime="2019-02-01">Feb/01</time>
<span class="title">YGLF 2019 Vilnius CFP</span>
<span class="location">May 16-17, Vilnius 🇱🇹</span>
</a>
</li>
<li>
<a class="t">
<time class="date" datetime="2019-03-02">Mar/02</time>
<span class="title">Global Diversity CFP Day (GDCFP)</span>
</a>
</li>
<li>
<a class="t" href="https://contribute.jsconf.asia" target="_blank"
<time datetime="2019-06-13">Jun/13</time>
<span class="title">JSConf Asia 2019 CFP</span>
<span class="location">June 14-16, Singapore 🇸🇬)</span>
</a>
</li>
</ul>
</body>
</html>