slitaz-configs view rootfs/usr/share/webhome/index.pt.html @ rev 265

SliTaz GTK themes: comment out unsupported options. Webhome: return the "hand" cursor on "More..." link. Change default theming configs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 04:34:57 2015 +0200 (2015-11-07)
parents 6c3545ad6ed7
children 29b1d93039e2
line source
1 <!DOCTYPE html>
2 <html lang="pt">
3 <head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
6 <title>SliTaz - Início</title>
7 <link rel="shortcut icon" href="img/favicon.ico">
8 <link rel="stylesheet" href="style.css">
9 </head>
10 <body>
12 <!-- Header -->
13 <header>
14 <h1>SliTaz Web Home</h1>
15 <div id="network">
16 <a href="http://www.slitaz.org/pt/">Home</a>
17 <a href="http://scn.slitaz.org/?blog">Blog</a>
18 <a href="http://doc.slitaz.org/pt:start">Doc</a>
19 <a href="http://forum.slitaz.org/">Fórum</a>
20 <a href="http://irc.slitaz.org/">IRC</a>
21 <a href="http://pro.slitaz.org/">Pro</a>
22 <a href="http://shop.slitaz.org/">Shop</a>
23 <a href="http://bugs.slitaz.org/">Bugs</a>
24 <a href="http://hg.slitaz.org/">Hg</a>
25 <a href="#" onclick="this.className='hidden'">More…</a>
26 <span>
27 <a href="http://pkgs.slitaz.org/search.sh?lang=pt">Pacotes</a>
28 <a href="http://cook.slitaz.org/">Cooker</a>
29 <a href="http://roadmap.slitaz.org/">Roadmap</a>
30 <a href="http://pizza.slitaz.me/">Pizza</a>
31 <a href="http://boot.slitaz.org/ru/">Web-boot</a>
32 <a href="http://arm.slitaz.org/">ARM</a>
33 <a href="http://paste.slitaz.org/">Paste</a>
34 <a href="http://people.slitaz.org/">People</a>
35 <a href="http://tank.slitaz.org/">Tank</a>
36 <a href="http://mirror1.slitaz.org/">Mirror</a>
37 </div>
38 </header>
40 <!-- Content -->
41 <div id="content">
43 <div class="searchbox">
44 <form method="get" action="https://duckduckgo.com/">
45 <small class="title">Descubra o mundo com SliTaz</small>
46 <p>
47 <input type="text" name="q" size="24" maxlength="255" />
48 <input type="submit" name="" value="Buscar" />
49 <input type="hidden" name="t" value="slitaz" />
50 </p>
51 </form>
52 </div>
54 <!-- SliTaz Social -->
55 <div id="social">Siga-nos para obter mais notícias…<br>
56 <a href="https://twitter.com/slitaz">Twitter</a>
57 <a href="https://www.facebook.com/slitaz">Facebook</a>
58 <a href="http://distrowatch.com/table.php?distribution=slitaz&amp;language=PT">Distrowatch</a>
59 <a href="https://pt.wikipedia.org/wiki/SliTaz">Wikipédia</a>
60 <a href="https://flattr.com/profile/slitaz">Flattr</a>
61 </div>
63 <!-- Support Us -->
64 <div class="support">
65 Você também pode se tornar um patrocinador oficial via uma doação mensal ou fornecendo hardware ou recursos para servidores.
66 <a href="http://www.slitaz.org/pt/sponsor/">Mais informações…</a>
67 </div>
69 <p class="copyright">Copyright © Slitaz GNU/Linux — BSD License</p>
71 <!-- End of content -->
72 </div>
74 <!-- @script:section -->
75 <script src="lib/main.js"></script>
77 </body>
78 </html>