-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmenu.njk
32 lines (31 loc) · 1.47 KB
/
menu.njk
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
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-l">Learn about</h1>
</div>
<section class="govuk-grid-column-one-half govuk-!-margin-bottom-4">
<h3 class="govuk-heading-m govuk-!-margin-bottom-2">
<a class="govuk-link" href="/lean-coffee">Our Lean Coffee sessions</a>
</h3>
<p class="govuk-body">Lean coffees are held monthly on 4th Thursday of the month at 11.00-12.00. </p>
</section>
<section class="govuk-grid-column-one-half govuk-!-margin-bottom-4">
<h3 class="govuk-heading-m govuk-!-margin-bottom-2">
<a class="govuk-link" href="/special-interest">Special Interest groups</a>
</h3>
<p class="govuk-body">We publish and promote special interest groups run by our community</p>
</section>
</div>
<div class="govuk-grid-row">
<section class="govuk-grid-column-one-half govuk-!-margin-bottom-4">
<h3 class="govuk-heading-m govuk-!-margin-bottom-2">
<a class="govuk-link" href="/events">Events</a>
</h3>
<p class="govuk-body">Our events include lightening talks and unconferences</p>
</section>
<section class="govuk-grid-column-one-half govuk-!-margin-bottom-4">
<h3 class="govuk-heading-m govuk-!-margin-bottom-2">
<a class="govuk-link" href="/resources">Resources created by our community</a>
</h3>
<p class="govuk-body">Newsletter, open source projects, other resources such as coding guides and AI policies all created by and for the community</p>
</section>
</div>