Skip to content

Commit 72e11c4

Browse files
committed
re-organize the page to remove some mismatched section heights
1 parent 36ac7bd commit 72e11c4

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

includes/getting-started.php

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@
1919
<li><?php _e( 'Links to your various sites will now appear on your site, allowing you to use Indieauth and other services. If you want them visible to site visitors, you can add the rel-me widget to your site.', 'indieweb' ); ?></li>
2020
</ol>
2121
</div>
22+
23+
<div class="indieweb-flex what-is">
24+
<h2><?php esc_html_e( 'What is the IndieWeb?', 'indieweb' ); ?></h2>
25+
26+
<p><?php _e( '<strong>Own your data.</strong> Create and publish content on your own site, and only optionally syndicate to third-party silos.', 'indieweb' ); ?></p>
27+
<p>
28+
<?php
29+
_e(
30+
'This is the basis of the <strong>IndieWeb</strong>. For more, see <a
31+
href="https://indieweb.org/principles" target="_blank">principles</a> and <a
32+
href="https://indieweb.org/why" target="_blank">why</a>.', 'indieweb'
33+
);
34+
?>
35+
</p>
36+
37+
<p><?php _e( 'For even more information, please visit the <a href="https://indieweb.org/" target="_blank"><em>IndieWeb</em> wiki</a>.', 'indieweb' ); ?></p>
38+
<p><?php _e( 'For assistance and to chat with community members, please visit <a href="https://indieweb.org/discuss" target="_blank">the discuss</a> page for more details.', 'indieweb' ); ?></p>
39+
</div>
40+
2241
<div class="indieweb-flex indieweb-plugins">
2342
<h2><?php esc_html_e( 'Plugins', 'indieweb' ); ?></h2>
2443

@@ -55,23 +74,5 @@
5574
?>
5675
</p>
5776
</div>
58-
59-
<div class="indieweb-flex what-is">
60-
<h2><?php esc_html_e( 'What is the IndieWeb?', 'indieweb' ); ?></h2>
61-
62-
<p><?php _e( '<strong>Own your data.</strong> Create and publish content on your own site, and only optionally syndicate to third-party silos.', 'indieweb' ); ?></p>
63-
<p>
64-
<?php
65-
_e(
66-
'This is the basis of the <strong>IndieWeb</strong>. For more, see <a
67-
href="https://indieweb.org/principles" target="_blank">principles</a> and <a
68-
href="https://indieweb.org/why" target="_blank">why</a>.', 'indieweb'
69-
);
70-
?>
71-
</p>
72-
73-
<p><?php _e( 'For even more information, please visit the <a href="https://indieweb.org/" target="_blank"><em>IndieWeb</em> wiki</a>.', 'indieweb' ); ?></p>
74-
<p><?php _e( 'For assistance and to chat with community members, please visit <a href="https://indieweb.org/discuss" target="_blank">the discuss</a> page for more details.', 'indieweb' ); ?></p>
75-
</div>
7677
</div>
7778
</div>

0 commit comments

Comments
 (0)