~joaopinto/apt-portal/pre-modules

« back to all changes in this revision

Viewing changes to applications/om-showroom/views/welcome_nexuiz.html

  • Committer: Joao Pinto
  • Date: 2009-06-13 22:45:41 UTC
  • Revision ID: joao.pinto@getdeb.net-20090613224541-g1fpmbb9e9jg5u10
Initial commit for the cherrypy version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## -*- coding: utf-8 -*-
2
 
<%inherit file="base.html"/>
3
 
<%def name="page_head()">
4
 
<link rel="stylesheet" href="/css/welcome.css" type="text/css" media="screen" />        
5
 
</%def>
6
 
<%def name="title()">
7
 
${_("Welcome")}
8
 
</%def>
9
 
<%def name="body()">
10
 
                        <div id="welcome_text">
11
 
                                <h1>Welcome to PlayDeb.net</h1>
12
 
                                <p>The creators of <a href="http://www.getdeb.net" title="getdeb.net" target="_blank">getdeb.net</a> present to you our latest service
13
 
 that caters to the Ubuntu gamer.</p>
14
 
                                <p>Not sure what game you want?  Just looking for something to kill some time?  All games are well categorized and we offer a 
15
 
                                comprehensive search.</p>
16
 
                                <p>To learn more about this project, its creators and participants, visit our "<a href="${base_url}/about">About</a>" page.</p>
17
 
                                <p>To see the recently updateds we offer, check out the "<a href="${base_url}/updates/">updates</a>" page.</p>
18
 
                                <p>For other up-to-date Ubuntu software and recommendations, Check out our sister site <a href="http://www.getdeb.net" title="Getdeb.n
19
 
et" target="_blank">www.getdeb.net</a>.</p>
20
 
                                <p>If you have questions, <a href="${base_url}/contact" title="Contact Playdeb Beta">just ask!</a></p>
21
 
                                <p id="sig">- PlayDeb Staff</p>
22
 
                        </div>
23
 
                        <div id="home_featured_game">
24
 
                                <h2 id="featured_game_header">Featured Game</h2>
25
 
                                <a href="${base_url}/updates/nexuiz" title="Learn More about Nexuiz"><img src="/images/featured/nexuiz_25.png" alt="Nexuiz - A Fast-pa
26
 
ced First Person Shooter" title="Nexuiz - A Fast-paced First Person Shooter" /></a>
27
 
                                <h2 id="featured_game_name">Nexuiz, A Futuristic First Person Shooter</h2>
28
 
                                <a href="${base_url}/updates/nexuiz" id="download" title="Learn more about Nexuiz and Download"></a>
29
 
                        </div>
30
 
                        <div id="home_install">
31
 
                                <p>Learn how to install games from this website by <a href="${base_url}/updates#how_to_install" title="Learn to install with playdeb">clicking here</a></p>
32
 
                        </div>
33
 
                        <br style="clear:both;" />
34
 
</%def>
35