adding new NGI page for the FSFE Website, and including the NGI logo #987

Merged
max.mehl merged 3 commits from gabriel.ku/fsfe-website:NGI0Page into master 2019-06-12 14:02:58 +00:00
Member
No description provided.
max.mehl requested changes 2019-06-12 12:48:19 +00:00
max.mehl left a comment
Owner

Please change the file name to ngi0.en.xhtml, and fix the list of links

Please change the file name to ngi0.en.xhtml, and fix the list of links
@@ -0,0 +44,4 @@
<p>You can find more information about NGI0 PET and NGI0 Discovery at their respective websites linked below:</p>
<p>NGI Zero PET: <a href="https://nlnet.nl/PET">https://nlnet.nl/PET</a></p>
Owner

I would make this an unordered list, not two paragraphs. It could look like:

<ul>
  <li>NGI Zero PET: <a href="https://nlnet.nl/PET">https://nlnet.nl/PET</a></li>
  <li>NGI Zero Discovery: <a href="https://nlnet.nl/discovery">https://nlnet.nl/discovery</a>
</ul>
I would make this an unordered list, not two paragraphs. It could look like: ``` <ul> <li>NGI Zero PET: <a href="https://nlnet.nl/PET">https://nlnet.nl/PET</a></li> <li>NGI Zero Discovery: <a href="https://nlnet.nl/discovery">https://nlnet.nl/discovery</a> </ul> ```
max.mehl requested changes 2019-06-12 13:04:25 +00:00
@@ -0,0 +47,4 @@
<ul>
<li>NGI Zero PET: <a href="https://nlnet.nl/PET">https://nlnet.nl/PET</a></li>
<li>NGI Zero Discovery: <a href="https://nlnet.nl/discovery">https://nlnet.nl/discovery</a></li>
<ul>
Owner

Syntax error here. Should be the closing </ul>

Normally, the Git hooks should have warned you about this error, so it seems you don't have them enabled. Could you please do so? It's a matter of a few minutes max: https://wiki.fsfe.org/TechDocs/Mainpage/Editing#Enabling_Git_hooks

Syntax error here. Should be the closing `</ul>` Normally, the Git hooks should have warned you about this error, so it seems you don't have them enabled. Could you please do so? It's a matter of a few minutes max: https://wiki.fsfe.org/TechDocs/Mainpage/Editing#Enabling_Git_hooks
max.mehl closed this pull request 2019-06-12 14:02:58 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FSFE/fsfe-website#987