From febca4d7ee855dfff74f796be07d0a88d92f55d5 Mon Sep 17 00:00:00 2001 From: Thayer Williams Date: Tue, 16 Mar 2010 11:44:58 -0700 Subject: Redesigned home page * descriptive IDs and classes * descriptive href titles throughout * linear headings and other semantics * accessible forms * re-arranged sidebar links * added paypal donation button Signed-off-by: Dan McGee --- templates/public/index.html | 266 +++++++++++++++++++++++++++----------------- 1 file changed, 165 insertions(+), 101 deletions(-) (limited to 'templates/public/index.html') diff --git a/templates/public/index.html b/templates/public/index.html index c403e08..37a2f76 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -6,127 +6,191 @@ {% endblock %} {% block content_left %} -
-

Welcome to Arch!

-

- You've reached the website for Arch Linux, a lightweight - and flexible Linux® distribution that tries to Keep It Simple. -

- Currently we have official packages optimized for the i686 and x86-64 - architectures. We complement our official package sets with a - community-operated package repository - that grows in size and quality each and every day. -

- Our strong community is diverse and helpful, and we pride ourselves on - the range of skillsets and uses for Arch that stem from it. Please - check out our forums and - mailing lists - to get your feet wet. Also glance through our wiki - if you want to learn more about Arch. -

- Learn more... -

-
-

-
- RSS Feed -
-

Latest News

-
+
+ +

A simple, lightweight GNU/Linux distribution

+ +

You've reached the website for Arch Linux, a + lightweight and flexible Linux® distribution that tries to Keep It + Simple.

+ +

Currently we have official packages optimized for the i686 and + x86-64 architectures. We complement our official package sets with a + + community-operated package repository that grows in size and + quality each and every day.

+ +

Our strong community is diverse and helpful, and we pride ourselves + on the range of skillsets and uses for Arch that stem from it. Please + check out our forums + and mailing lists + to get your feet wet. Also glance through our wiki + if you want to learn more about Arch.

+ +

Learn more...

+ +
+ +
+ +

Latest News (more)

+ + RSS Feed + {% for news in news_updates %} -
- {{ news.postdate }} -

{{ news.title }}

-

{{ news.content|striptags|truncatewords:60 }}

-
+

{{ news.title }}

+

{{ news.postdate }}

+

{{ news.content|striptags|truncatewords:50 }}

{% endfor %} - More News... -

-
+ +
{% endblock %} {% block content_right %} - -
- - - - - +
+ +
+
+

Package Search:  

+
+ + +
+ +
+ +

Recent Updates (more)

+ + RSS Feed + +

Recent Updates

RSS Feed
{% for update in pkg_updates %} {% with update|first as fpkg %} - - - + + - + {% endwith %} {% endfor %} - - - - -
{{ fpkg.pkgname }} {{ fpkg.pkgver }}-{{ fpkg.pkgrel }} - {% for pkg in update %}{{ pkg.arch }}{% if not forloop.last %}/{% endif %}{% endfor %} +
{{ fpkg.pkgname }} {{ fpkg.pkgver }}-{{ fpkg.pkgrel }} + {% for pkg in update %}{{ pkg.arch }}{% if not forloop.last %}/{% endif %}{% endfor %}

More Feeds...

More Updates...
-
-
+ + + + + + +
+ +
+

+

+

+

+

+

+

+

+

+

+

+
+ +
+ +
+ + Velocity Network - It's about time + We would like to express our thanks to SevenL Networks for their generous contribution + AirVM.com - Your Green Technology Partner + +
{% endblock %} -- cgit v1.2.3-24-g4f1b