~ubuntu-manual-website/ubuntu-manual-website/0.3

« back to all changes in this revision

Viewing changes to umpwebsite/templates/website/home.html

  • Committer: Adnane Belmadiaf
  • Date: 2010-10-05 15:49:40 UTC
  • Revision ID: adnane002@gmail.com-20101005154940-m1iart90bgqolrdm
* Css fix
* Removed compress app

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "base.html" %}
2
 
 
3
2
{% load i18n %}
4
3
 
5
4
{% block content %}
16
15
                <p>{% blocktrans %}<b>Getting Started with Ubuntu 10.10</b> is a comprehensive beginners guide for the Ubuntu operating system. It is written under an open source license and is free for you to download, read, modify and share.{% endblocktrans %}</p>
17
16
                <p>{% blocktrans %}The manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents.{% endblocktrans %} {% blocktrans %}With an emphasis on easy to follow instructions, it is suitable for all levels of experience.{% endblocktrans %}</p>
18
17
                <p>{% blocktrans %}Just click the button bellow to get the free PDF.{% endblocktrans %}</p>
19
 
                <div><a href="#" class="download_btn">{% blocktrans %}Download Now{% endblocktrans %}</a></div>
 
18
                <div style="text-align:center;"><a href="/download/10.10/en" title="{% blocktrans %}Download Now{% endblocktrans %}" class="download_btn">{% blocktrans %}Download Now{% endblocktrans %}</a></div>
20
19
        </div>
21
20
        
22
21
</div>