forked from nixcon/2020.nixcon.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (160 loc) · 6.95 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
<!-- TODO remove svgs and embed them in CSS-->
<section class="section-hero">
<div class="hero">
<div class="hero-logo">
<img src="/images/nixcon2020.svg" />
</div>
<div class="hero-text">
<h1>NixCon 2020</h1>
<p class="hero-text-sub">Talks. Discussions. Hacking.</p>
<div class="hero-text-badge">
16. - 17. October - ONLINE
</div>
</div>
</div>
</section>
<svg class="divider divider-top" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1920 31.7527C1638.36 11.5721 1310.26 0 960 0C609.741 0 281.642 11.5721 0 31.7527V50H1920V31.7527Z"
fill="#5277C3" />
</svg>
<section id="about" class="section-dark">
<div class="container c-media-and-text">
<div>
<svg viewBox="0 0 271 353" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M69.2545 0L271 353H179.107L124.84 258.398L70.1856 352.494L23.7719 352.476L0 311.405L77.866 177.509L22.5911 81.3152L69.2545 0Z"
fill="#FAFAFA" />
</svg>
</div>
<div>
<h3 class="header center grey-text text-darken-2">About</h3>
<p class="center flow-text">
NixCon is a community-oriented conference for contributors and users of
<a href="https://nixos.org/nix/">Nix</a> and
<a href="https://nixos.org/">NixOS</a>. It's about sharing experiences, inspiring people and discussing
future
development.</p>
<p class="center flow-text">We would like to learn about how you use Nix and NixOS in your organization and
what you
are currently working on.
</p>
<p class="center flow-text"> The growth of NixOS as a project brings its own challenges and we would like to
know
how you think the user experience
can be improved and how NixOS can be scaled.
</p>
</div>
</div>
</section>
<svg class="divider divider-bottom" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.77591e-06 18.2472C281.642 38.4278 609.741 49.9999 960 50C1310.26 50 1638.36 38.4279 1920 18.2473L1920 6.10352e-05L4.37114e-06 -0.000106817L2.77591e-06 18.2472Z"
fill="#5277C3" />
</svg>
<section id="call-for-participation" class="section-white section-center">
<div class="container">
<h3>Call for Participation</h3>
<p class="text-prominent">
Want to give a talk?<br><br> <a class="btn" href="https://cfp.nixcon.org/nixcon2020/">Submit your talk idea</a>
</p>
<br>
<p>
Need an idea? <a href="https://discourse.nixos.org/t/nixcon-2020-call-for-creativity/8657">Try this
thread</a>. Or hop onto one of the <a href="https://nixos.org/community">community platforms</a>.
</p>
</div>
</section>
<svg class="divider divider-top" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1920 31.7527C1638.36 11.5721 1310.26 0 960 0C609.741 0 281.642 11.5721 0 31.7527V50H1920V31.7527Z"
fill="#5277C3" />
</svg>
<section id="program" class="section-dark">
<div class="container">
<h3>Program - 16-17 October (Fri/Saturday)</h3>
<p>coming soon</p>
</div>
</section>
<svg class="divider divider-bottom" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.77591e-06 18.2472C281.642 38.4278 609.741 49.9999 960 50C1310.26 50 1638.36 38.4279 1920 18.2473L1920 6.10352e-05L4.37114e-06 -0.000106817L2.77591e-06 18.2472Z"
fill="#5277C3" />
</svg>
<section id="hackday" class="section-white">
<div class="container">
<h3>Hackday - 18 October (Sunday)</h3>
<p>
The Hackday is a self-organizing event after the conference. It's an
opportunity to network, hack on projects and ideas that arose during
the conference, and discuss plans for the rest of the year.
</p>
<p>
Location/platform TBD
</p>
</div>
</section>
<section id="Location" class="section-white">
<div class="container">
<h3>Location</h3>
<p>
NixCon takes place online this year.
Talks will be streamed live here and also viewable on youtube. Links to the
viewing URLs will be posted here as we approach the event.
</p>
<p>
There is no registration and participation is free.
<br>
If you wish to contribute financially, consider supporting <a href="https://opencollective.com/nixos">the NixOS Foundation</a>.
</p>
</div>
</section>
<svg class="divider divider-top" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1920 31.7527C1638.36 11.5721 1310.26 0 960 0C609.741 0 281.642 11.5721 0 31.7527V50H1920V31.7527Z"
fill="#5277C3" />
</svg>
<section id="sponsors" class="section-dark">
<div class="container">
<h3>Sponsors</h3>
<p>
Thank you to our wonderful and supportive sponsors! Whose contributions nourished this online edition of NixCon.
</p>
<a href="sponsoring.html">Learn about sponsoring.</a>
<br><br><br><br><br>
<!--<ul class="grid gold">-->
<!--<li>-->
<!--<div class="card-title">-->
<!--Test 1-->
<!--</div>-->
<!--<div class="card-body">-->
<!--foo-->
<!--</div>-->
<!--</li>-->
<!--</ul>-->
</div>
</section>
<svg class="divider divider-bottom" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M2.77591e-06 18.2472C281.642 38.4278 609.741 49.9999 960 50C1310.26 50 1638.36 38.4279 1920 18.2473L1920 6.10352e-05L4.37114e-06 -0.000106817L2.77591e-06 18.2472Z"
fill="#5277C3" />
</svg>
<section id="contact" class="section-white">
<div class="container">
<h3>Contact us</h3>
<p>
For conference updates,
<a href="https://twitter.com/nixconf?ref_src=twsrc%5Etfw" class="twitter-follow-button"
data-show-count="false">Follow
@nixconf</a>
or <a href="https://discourse.nixos.org/c/events/nixcon">Track us on Discourse</a>.
</p>
<p>
For any questions, send us an email to
<a class="contact-email" href="mail:orgateam(at)nixcon.org">orgateam (at) nixcon.org</a>
.
We will respond within 24h.
</p>
<p>The organisers also hang on #nixcon on FreeNode:</p>
<!-- remove the scrollbar -->
<iframe title="Freenode.net webchat IRC widget" id="irc-widget"
src="https://webchat.freenode.net?channels=%23nixcon&uio=MTE9MjE131"></iframe>
</div>
</section>