-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path2023.njk
More file actions
403 lines (367 loc) · 12.3 KB
/
Copy path2023.njk
File metadata and controls
403 lines (367 loc) · 12.3 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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
---
nav: true
title: BUILD 2023
eventbriteId: 657399408327
bookingsOpen: false
projectsOpen: true
section: build
dates: 13 – 14 October 2023
year: 2023
quotes:
[
{
quote: "Kingdom Code unites, \r\nbuilding done in unity, \r\nChrist honoured in tech.",
attr: "Haiku by Alexandra @ BUILD 2022",
},
{
quote: "I loved using my God-given to have fun and create tools to further God’s kingdom",
attr: "Tom @ BUILD 2022",
},
{
quote: "BUILD is a community and encouragement of shared passions",
attr: "Matthew @ BUILD 2022",
},
{
quote: "Really encouraging to be surrounded and work alongside fellow Christians who want to create tech for God's Kingdom!",
attr: "Nia @ BUILD 2022",
},
{
quote: "[BUILD is] an amazing opportunity to work on some exciting, kingdom focused projects with so many gifted and passionate individuals.",
attr: "Ceri @ BUILD 2022",
},
{
quote: "I absolutely loved it, I was able to use my God given gift to glorify God",
attr: "Osi @ BUILD 2022",
},
{
quote: "[The hackathon is] a fun, yet intense, time to work with other Christian tech enthusiasts, a great space to learn.",
attr: "Josiah @ BUILD 2022",
},
]
schedule:
[
{
day: 2021-10-15,
timings:
[
["18.00", "Doors open"],
["18:45", "Dinner"],
["19:15", "Welcome"],
["19.45", "Praise and prayer"],
["20.00", "Project presentations"],
["20.30", "Team formation"],
["21.00", "Team prayer"],
],
},
{
day: 2021-10-16,
timings:
[
["08.30", "Breakfast"],
["09.00", "Morning prayer"],
["12.30", "Lunch break"],
["17.00", "Project deadline and tidy up!"],
["17.30", "Dinner"],
["18.30", "Presentations"],
["19.45", "Voting"],
["20.30", "Farewell"],
],
},
]
---
<header class="relative text-white">
{% rwdImg "/_assets/img/build/laptop-sticker.jpg", "" , "100vw", "block h-full
object-cover absolute w-full" %}
<div
class="relative w-full text-center flex items-center justify-center flex-col bg-blue-500/60"
>
<div class="sm:flex items-center gap-4 md:gap-8 mt-4 md:mt-8">
<img
src="/_assets/misc/build22.svg"
style=""
alt="Kingdom Code BUILD"
class="kc-header__logo p-4 mx-auto w-[90%] max-w-[350px]"
/>
<div class="sm:text-left">
<hgroup>
<h1 class="font-bold text-5xl">Kingdom Code BUILD</h1>
<h2>London: {{ dates }}</h2>
</hgroup>
<div>
{% if eventbriteId and bookingsOpen %}
<a
href="#tickets"
class="js-moveto mt-4 inline-block border bg-orange border-orange rounded p-2 uppercase text-white hover:bg-transparent transition-colors"
>Book Now</a
>
{% elseif bookingsOpen == false %}
<span
class="mt-4 inline-block border bg-orange border-orange rounded p-2 uppercase text-white"
>Bookings closed</span
>
{% else %}
<a
href="#tickets"
class="js-moveto mt-4 inline-block border bg-orange border-orange rounded p-2 uppercase text-white hover:bg-transparent transition-colors"
>Booking open soon</a
>
{% endif %}
</div>
</div>
</div>
<ul class="block mt-4 md:mt-8 py-4">
<li class="inline">
<a href="#about" class="js-moveto underline px-2 hover:no-underline"
>About</a
>
</li>
<li class="inline">
<a href="#location" class="js-moveto underline px-2 hover:no-underline"
>Location</a
>
</li>
<li class="inline">
<a href="#projects" class="js-moveto underline px-2 hover:no-underline"
>Projects</a
>
</li>
<li class="inline">
<a href="#sponsor" class="js-moveto underline px-2 hover:no-underline"
>Partner</a
>
</li>
<li class="inline">
<a href="#timings" class="js-moveto underline px-2 hover:no-underline"
>Timings and Practicalities</a
>
{% if eventbriteId and bookingsOpen %}
</li>
<li class="inline">
<a href="#tickets" class="js-moveto underline px-2 hover:no-underline"
>Tickets</a
>
{% endif %}
</li>
</ul>
</div>
</header>
<section class="py-4 md:py-12">
<div class="container text-center sm:text-left">
<p class="uppercase text-[#f6be03]">
{% if logobar_title %}{{ logobar_title }}{% else %}Supported by:{% endif
%}
</p>
<a
href="https://worship.works/worship-works-x-build/"
target="_blank"
rel="noopener"
>
<img
src="/_assets/misc/logos/worshipworks.svg"
alt="Worship Works"
class="w-1/2 max-w-sm m-auto sm:m-0"
/>
</a>
</div>
</section>
<section class="imagetext imagetext--orange" id="about">
<div class="imagetext__img">
{% rwdImg "/_assets/img/build/build-22-focus.jpg", "A team working on a
project at BUILD" , "(min-width: 640px) 50vw, 100vw", "imagetext__img" %}
</div>
<div class="imagetext__text">
<p>
Kingdom Code BUILD is our annual hackathon in partnership with
<a
href="https://indigitous.org/hack"
target="_blank"
rel="noopener"
style="border-color: #d95835"
>Indigitous #Hack</a
>, bringing together Christians who work in the world of tech from across
Europe.
</p>
<p>
Join Christian technologists from across the UK and beyond to share ideas
and kick start projects that integrate our Christian faith and technical
skill sets.
</p>
<p>
Whether you’re a developer, designer, project manager, branding/marketing
expert, ideator or something else entirely, enjoy taking a weekend to meet
and work with others in the Kingdom Code community who share your desire
to see God glorified through technology.
</p>
{% if eventbriteId and bookingsOpen %}
<a
href="#tickets"
class="inline-block js-moveto mt-4 border border-white rounded p-2 uppercase text-white hover:border-blue hover:text-blue transition-colors"
>
Book Now
</a>
{% endif %}
</div>
</section>
<section class="imagetext imagetext--blue" id="location">
<div class="imagetext__text">
<h2 class="text-white font-bold text-2xl uppercase mb-4">Location</h2>
<div>
<p class="mb-4">
St. John's, Hoxton<br />
Pitfield St,<br />
London N1 6NP
</p>
<p>
<a
href="https://www.google.co.uk/maps/place/St+John's+Hoxton/@51.530558,-0.0857897,17z/data=!3m1!4b1!4m5!3m4!1s0x48761ca4a1c662f3:0x32dbb98ab343ecd8!8m2!3d51.530558!4d-0.083601?hl=en"
>Get directions</a
>
</p>
</div>
<div>Nearest station: Old Street / Hoxton</div>
</div>
<div class="imagetext__img lg:min-h-[450px]">
{% rwdImg "/_assets/img/build/kingdom-code-build-st-johns-22.jpg", "Build at
St. John's, Hoxton" , "(min-width: 640px) 50vw, 100vw", "imagetext__img" %}
</div>
</section>
{% include "blocks/slider.njk" %}
<section class="imagetext imagetext--blue" id="sponsor">
<div class="imagetext__text">
<h2 class="uppercase text-2xl font-bold">Partner with BUILD</h2>
<p class="my-2">
From having projects to work on, through to covering the event costs, we
need your help. The team give their time for free, but without the support
of like-minded businesses, churches and charities, BUILD could not take
place.
</p>
<a class="mt-2 inline-block hover:no-underline" href="/build/partnership"
>Find out more</a
>
</div>
<div class="imagetext__img lg:min-h-[450px]">
{% rwdImg "/_assets/img/build/stewardship-build.jpg", "Build at St. John's,
Hoxton" , "(min-width: 640px) 50vw, 100vw", "imagetext__img" %}
</div>
</section>
<section class="imagetext imagetext--orange" id="projects">
<div class="imagetext__img lg:min-h-[450px]">
{% rwdImg "/_assets/img/build/build22-compassion.jpg", "Build at St. John's,
Hoxton" , "(min-width: 640px) 50vw, 100vw", "imagetext__img" %}
</div>
<div class="imagetext__text">
<h2 class="uppercase text-2xl font-bold">Projects</h2>
<p class="my-2">
Each year individuals come together around projects to form teams. These
might be a missionally minded passion project, a R&D project from a
ministry, or an investigation into the potential of a new tech or tool…
</p>
<p class="my-2">
In 2017 we explored how Christians Against Poverty might use VR… In 2022 we trialed virtual sponsored marathons for Compassion. We've optimised AWS setups for
ministries, designed supporter websites, analysed data…
</p>
{# <a class="mt-2 inline-block hover:no-underline" href="/build/projects">
Find out about bringing yours.
</a> #}
</div>
</section>
{% include "blocks/projectList.njk" %}
{% set blogListingTag = "build-" + year %} {% include
"blocks/blogListing.njk" %}
<section class="container" id="timings">
<h2 class="text-mint font-bold text-2xl uppercase my-4 md:my-16 text-center">
Schedule
</h2>
<div class="textcol">
{% for day in schedule %}
<div class="textcol__col">
<h3 class="font-bold uppercase mb-2">
{{ day.day | formatDate('dddd') }}
</h3>
<ul class="time-list">
{% for item in day.timings %}
<li>
<span>{{ item[0] }}</span>
<span>{{ item[1] }}</span>
</li>
{% endfor %}
</ul>
</div>
{% endfor %}
</div>
<h3 class="text-mint font-bold uppercase mb-0 text-center">
Some practicalities
</h3>
<div class="grid gap-4 sm:grid-cols-2 md:grid-cols-4 my-4 md:mb-16">
<div class="border border-mint p-4">
<h3 class="font-bold text-mint">Food</h3>
<p class="text-sm sm:text-base">
We'll feed you throughout the whole weekend, just let us know your
dietary needs when you register.
</p>
</div>
<div class="border border-mint p-4">
<h3 class="font-bold text-mint">Sleeping</h3>
<p class="text-sm sm:text-base">
Some people choose to work all the way through, most choose some sleep!
You can sleep onsite (bring your own sleeping bag and toothbrush), or
arrange your own offsite accomodation.
</p>
</div>
<div class="border border-mint p-4">
<h3 class="font-bold text-mint">Getting here</h3>
<p class="text-sm sm:text-base">
St. John's is a five minute walk from Old Street Tube station (Northern
line), it's a quick hop from London, King's Cross.
</p>
</div>
<div class="border border-mint p-4">
<h3 class="font-bold text-mint">Other questions?</h3>
<p class="text-sm sm:text-base">
Ping us a message on
<a href="https://twitter.com/kcodeuk" rel="noopener" target="_blank"
>twitter</a
>, or send an email to info@ and we will get back to you asap.
</p>
</div>
</div>
</section>
<section class="ev-ticket" id="tickets">
<div class="container py-16">
<h2 class="ev-ticket__title text-4xl font-bold">Kingdom Code BUILD</h2>
<date>{{ dates }}</date>
{% if eventbriteId and bookingsOpen %}
<div
class="ev-ticket__eventbrite-widget"
id="js-eb-ticket-widget-south"
></div>
<p class="ev-ticket__smallprint mt-8">
Kingdom Code BUILD ticket sales handled by Eventbrite.
</p>
<p>
<a
class="btn btn--orange btn--full-width"
href="https://www.eventbrite.co.uk/e/{{ eventbriteId }}"
>Book your place via Eventbrite</a
>
</p>
{% endif %}
</div>
{% if eventbriteId and bookingsOpen %}
<script src="https://www.eventbrite.co.uk/static/widgets/eb_widgets.js"></script>
<script type="text/javascript">
var exampleCallback = function () {
console.log("Order complete!")
}
window.EBWidgets.createWidget({
// Required
widgetType: "checkout",
eventId: "{{ eventbriteId }}",
iframeContainerId: "js-eb-ticket-widget-south",
// Optional
// onOrderComplete: exampleCallback // Method called when an order has successfully completed
})
</script>
{% endif %}
</section>
{% include "blocks/buildPartners.njk" %}