File tree Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Expand file tree Collapse file tree 4 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 2
2
< div class ="bg-white py-8 ">
3
3
< div class ="mx-auto grid max-w-7xl grid-cols-1 gap-10 lg:grid-cols-12 lg:gap-8 ">
4
4
< div class ="max-w-xl text-4xl font-medium tracking-tight text-gray-900 lg:col-span-6 ">
5
- Subscribe to PHP Core Roundup newsletter
5
+ Subscribe to The PHP Foundation newsletter
6
6
</ div >
7
7
< form method ="POST "
8
8
action ="https://php-foundation.mailcoach.app/subscribe/9be4e2bd-f9d8-475c-b00e-2dcc4cf90056 "
18
18
</ button >
19
19
</ div >
20
20
< div class ="mt-4 text-sm leading-6 text-gray-900 ">
21
- We care about your data.
22
- Read our < a href ="{{ site.url }}/privacy-policy "
23
- class ="font-semibold text-indigo-600 hover:text-indigo-500 no-underline "> privacy policy</ a > .
21
+ No spam. We only send 1–2 emails per month.
24
22
</ div >
25
23
</ form >
26
24
</ div >
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ Follow us on social media:
13
13
- [ Twitter] ( https://twitter.com/thephpf )
14
14
- [ LinkedIn] ( https://www.linkedin.com/company/phpfoundation/ )
15
15
- [ Mastodon] ( https://phpc.social/@thephpf )
16
+
17
+ {% include "newsletter.html" %}
Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ <h3 class="mt-3 mb-2 text-lg font-semibold leading-6">
57
57
</ div >
58
58
</ div >
59
59
</ article >
60
+
61
+ {% if loop.index == 2 %}
62
+ {% include "newsletter.html" %}
63
+ {% endif %}
64
+
60
65
{% endfor %}
61
66
</ div >
62
67
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h2>Our Mission</h2>
48
48
</ div >
49
49
</ section >
50
50
51
- < section class ="mx-auto max-w-4xl px-6 lg:px-0 border-t border-gray-200 py -12 ">
51
+ < section class ="mx-auto max-w-4xl px-6 lg:px-0 border-t border-gray-200 pt -12 ">
52
52
< h2 class ="mt-0 "> Latest news</ h2 >
53
53
< div class ="mx-auto grid max-w-4xl grid-cols-1 gap-x-8 gap-y-16 lg:mx-0 lg:max-w-none lg:grid-cols-3 py-0 ">
54
54
{% for post in page.pagination.items %}
@@ -72,8 +72,12 @@ <h3 class="mt-3 mb-2 text-lg font-semibold leading-6">
72
72
</ div >
73
73
</ section >
74
74
75
- < section class ="border-t ">
76
- < div class ="mx-auto max-w-4xl px-6 lg:px-0 py-12 ">
75
+ < section class ="mt-12 mx-auto max-w-4xl ">
76
+ {% include "newsletter.html" %}
77
+ </ section >
78
+
79
+ < section class ="">
80
+ < div class ="mx-auto max-w-4xl px-6 lg:px-0 pb-12 ">
77
81
< div class ="text-lg leading-8 text-white ">
78
82
< h2 > Our Work</ h2 >
79
83
< p class ="text-lg "> The foundation contracts < a href ="/structure#core_developers "> 10 part-time and full-time developers</ a > who work on maintenance and new features for PHP. </ p >
You can’t perform that action at this time.
0 commit comments