-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR: Fixes most broken HTML Adds some semantic HTML (more to come if this is accepted) Makes phone numbers clickable Better support for mobile devices (front page still needs work) Corrects broken links Minor CSS improvements (more to come) Spelling corrections Alt text fixes Removes link to Twitter (hasn't been updated in years) I've run nanoc and all the files compile and pass validation (nanoc likes putting stray /> at the end of some elements - but that doesn't break anything). Visually, most pages stay the same. A few minor tweeks to allow pages to work on narrow screens. Happy to make any changes. Addresses #261 --------- Co-authored-by: Terence Eden <[email protected]>
- Loading branch information
Showing
21 changed files
with
244 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,20 +38,20 @@ <h3>Get in touch</h3> | |
|
||
<p> | ||
During the event, the Infodesk is reachable by phone using the number | ||
<span class="tel">+32 2 7887474</span> (for <u><b>urgent</b></u> matters only, please). | ||
<a class="tel" hef="tel:+3227887474">+32 2 788 74 74</a> (for <u><strong>urgent</strong></u> matters only, please). | ||
</p> | ||
|
||
<p> | ||
For press inquiries <u><b>only</b></u>, please contact Mark Van den Borre, | ||
<span class="tel">+32 486 961726</span>, | ||
<a class="tel" href="tel:+32486961726">+32 486 96 17 26</a>, | ||
<a href="mailto:[email protected]">[email protected]</a> (NL, EN). | ||
</p> | ||
|
||
|
||
<h3>Sponsor</h3> | ||
|
||
<p> | ||
For sponsorship inquiries <u><b>only</b></u>, please contact | ||
For sponsorship inquiries <u><strong>only</strung></u>, please contact | ||
<a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ <h3>Contact details</h3> | |
|
||
<ul> | ||
<li>E-mail: <a href="mailto:[email protected]">[email protected]</a> | ||
<li>Phone (during the event only): +32 2 788 74 73 | ||
<li>Phone (during the event only): <a href="tel:+3227887473">+32 2 788 74 73</a> | ||
<li>Or ask any staff member during the event to help you locate a team member. | ||
</ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.