-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.njk
35 lines (24 loc) · 975 Bytes
/
index.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
33
34
---
layout: base
---
<div class="wrapper" id="wide">
<header class="header">
{% include 'header.njk' %}
</header>
<article class="content" style="margin-left: 0; margin-right: 0;">
<div class="column homepage_header">
<!-- <h1>Cloudflare Research</h1> -->
<p>We further Cloudflare's mission to help build a better Internet by melding research with implementation</p>
</div>
<br>
{% include 'homepage_events.njk' -%}
<h2 style="text-align: center; margin-bottom: -1rem; padding-top: 1.5rem; border-top: 1px solid #f0f0f0;">Latest Research Updates
<a style="text-decoration: none; background-color: var(--indigo-9); padding: 0 1rem;" href="/outreach/updates/">→</a><br>
<a style="padding: .4rem; font-size: .8rem;" href="/outreach/updates/mailinglist/"> subscribe to our quarterly newsletter </a>
</h2>
{% include 'homepage_features.njk' -%}
</article>
<footer class="footer">
{% include 'footer.njk' %}
</footer>
</div>