diff options
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index f446dfa6..0ecea0e2 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -24,7 +24,7 @@ x86-64 architectures.</p> <p>You can find us on IRC at <a - href='irc://irc.freenode.net/#parabola'>irc.freenode.net/#parabola</a>.</p> + href="irc://irc.freenode.net/#parabola">irc.freenode.net/#parabola</a>.</p> <p class="readmore"><a href="{% url page-about %}" title="Learn more about Parabola">Learn more...</a></p> @@ -112,22 +112,22 @@ <h4>Documentation</h4> <ul> - <li><a href='https://wiki.parabolagnulinux.org/" + <li><a href="https://wiki.parabolagnulinux.org/" title="Community documentation">Wiki</a></li> - <li><a href='https://wiki.parabolagnulinux.org/installation_guide" + <li><a href="https://wiki.parabolagnulinux.org/installation_guide" title="Parabola Installation Guide">Official Parabola Installation Guide</a></li> - <li><a href='https://wiki.parabolagnulinux.org/Migration" + <li><a href="https://wiki.parabolagnulinux.org/Migration" title="Free your Arch instalation">Migration from Archlinux</a></li> </ul> <h4>Community</h4> <ul> - <li><a href='https://lists.parabolagnulinux.org/" + <li><a href="https://lists.parabolagnulinux.org/" title="Community and developer mailing lists">Mailing Lists</a></li> - <li><a href='https://lists.parabolagnulinux.org/pipermail/dev/" + <li><a href="https://lists.parabolagnulinux.org/pipermail/dev/" title="dev mailing list archives">Dev Archives</a></li> - <li><a href='https://wiki.parabolagnulinux.org/IRC_Channels" + <li><a href="https://wiki.parabolagnulinux.org/IRC_Channels" title="Official and regional IRC communities">IRC Channels</a></li> <li><a href="http://identi.ca/group/parabola" title="Parabola at identi.ca">Identi.ca group</a></li> </ul> @@ -154,9 +154,9 @@ title="View/search the package repository database">Packages</a></li> <li><a href="/groups/" title="View the available package groups">Package Groups</a></li> - <li><a href='https://projects.parabolagnulinux.org" + <li><a href="https://projects.parabolagnulinux.org" title="Official Parabola projects (git)">Projects in Git</a></li> - <li><a href='https://bugs.parabolagnulinux.org/" + <li><a href="https://bugs.parabolagnulinux.org/" title="Parabola's Issue Tracker">Issue Tracker</a></li> <li><a href="/todolists/" title="Hacker Todo Lists">Todo Lists</a></li> @@ -168,7 +168,7 @@ <li><a href="{% url page-about %}" title="Learn more about Parabola">About Parabola</a></li> <li><a href="/download/" title="Get Parabola">Download Parabola</a></li> - <li><a href='https://wiki.parabolagnulinux.org/Media" + <li><a href="https://wiki.parabolagnulinux.org/Media" title="Parabola in the media">Media Appearances</a></li> <li><a href="{% url page-art %}" title="Parabola logos and other artwork for promotional use">Logos & Artwork</a></li> <li><a href="{% url news-list %}" title="News Archives">News Archives</a></li> @@ -185,26 +185,26 @@ {% endcomment %} <div id="arch-sponsors" class="widget"> - <a href='http://gnuchile.org'> - <img src='{% cdnprefix %}/media/gnuchile.png' - alt='GNU Chile - Donates the .org domain' - title='GNU Chile - Donates the .org domain' /> + <a href="http://gnuchile.org"> + <img src="{% cdnprefix %}/media/gnuchile.png" + alt="GNU Chile - Donates the .org domain" + title="GNU Chile - Donates the .org domain" /> </a> - <a href='http://venenux.org'> - <img src='{% cdnprefix %}/media/venenux.png' - alt='Venenux GNU/Linux - Donates the repo, wiki and lists hosting' - title='Venenux GNU/Linux - Donates the repo, wiki and lists hosting' /> + <a href="http://venenux.org"> + <img src="{% cdnprefix %}/media/venenux.png" + alt="Venenux GNU/Linux - Donates the repo, wiki and lists hosting" + title="Venenux GNU/Linux - Donates the repo, wiki and lists hosting" /> </a> - <img src='{% cdnprefix %}/media/naltu.png' - alt='Naltú - Donates the website, bugs, projects and ABSLibre hosting' - title='Naltú - Donates the website, bugs, projects and ABSLibre hosting' /> + <img src="{% cdnprefix %}/media/naltu.png" + alt="Naltú - Donates the website, bugs, projects and ABSLibre hosting" + title="Naltú - Donates the website, bugs, projects and ABSLibre hosting" /> - <a href='http://freedomincluded.com'> - <img src='{% cdnprefix %}/media/freedomincluded.png' - alt='Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture' - title='Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture' /> + <a href="http://freedomincluded.com"> + <img src="{% cdnprefix %}/media/freedomincluded.png" + alt="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture" + title="Freedom Included - Donated Lemote Yeeloongs to port Parabola to the MIPS architecture" /> </a> </div> {% endcache %} |