|
10 | 10 | <script type="text/javascript" src="/static/js/lxqt.js"></script> |
11 | 11 | </head> |
12 | 12 | <body id="org-lxqt" class="home" data-columns="1.5" itemscope itemtype="http://schema.org/Organization"> |
13 | | - <header id="intro"> |
14 | | - <hgroup id="heading"><h1 itemprop="brand" itemscope itemtype="http://schema.org/Brand"><a href="/" itemprop="url"><img src="static/img/lxqt-white.png" title="LXQt" alt="LXQt" itemprop="logo"><span itemprop="name">LXQt</span></a></h1></hgroup> |
15 | | - <p class="strapline"><strong><span>The next generation of the Lightweight Desktop Environment</span></strong></p> |
16 | | - </header> |
| 13 | + {% include header.html %} |
17 | 14 | <div id="wrapper" class="wrapper"> |
18 | 15 | <div id="unrelimp" class="divider"></div> |
19 | 16 | <main id="content"> |
|
24 | 21 | <figure id="figure-screenshots" class="image"> |
25 | 22 | <header><hgroup><h1>Screenshots</h1></hgroup></header> |
26 | 23 | <div class="wrapper"> |
27 | | - <main> |
28 | | - <ol> |
29 | | - <li> |
30 | | - <p><a href="/static/img/screenshots/1.png"><img src="static/img/screenshots/1.jpg"/></a></p> |
31 | | - </li> |
32 | | - <li> |
33 | | - <p><a href="/static/img/screenshots/2.png"><img src="static/img/screenshots/2.jpg"/></a></p> |
34 | | - </li> |
35 | | - <li> |
36 | | - <p style="height: 100%;"><a href="/static/img/screenshots/3.png" style="height: 100%;"><img src="static/img/screenshots/3.jpg" style="height: 100%;"/></a></p> |
37 | | - </li> |
38 | | - </ol> |
39 | | - </main> |
| 24 | + {% include screenshots.html %} |
40 | 25 | </div> |
41 | 26 | </figure> |
42 | 27 | <h3>LXQt 0.8.0 is out!</h3> |
@@ -74,41 +59,7 @@ <h3>About LXQt</h3> |
74 | 59 | </header> |
75 | 60 | <div class="wrapper"> |
76 | 61 | <main> |
77 | | - <ul> |
78 | | - <li> |
79 | | - <p><a href="https://github.com/lxde"><span class="label">GitHub</span> <img src="/static/img/github-logo-22.png" title="GitHub repository" alt="GitHub"/></a></p> |
80 | | - </li> |
81 | | - <li> |
82 | | - <p><a href="https://launchpad.net/~lubuntu-dev/+archive/lubuntu-daily"><span class="label">Ubuntu</span> <img src="/static/img/ubuntu-logo-22.png" title="Ubuntu PPA" alt="Ubuntu"/></a></p> |
83 | | - </li> |
84 | | - <li> |
85 | | - <p><a href="https://aur.archlinux.org/packages/lxqt-desktop-git/"><span class="label">Arch Linux</span> <img src="/static/img/archlinux-logo-22.png" title="AUR packages" alt="Arch Linux"/></a></p> |
86 | | - </li> |
87 | | - <li> |
88 | | - <p><a href="http://download.opensuse.org/repositories/X11:/lxde:/lxqt:/fedora"><span class="label">Fedora</span> <img src="/static/img/fedora-logo-22.png" title="Fedora packages" alt="Fedora"/></a></p> |
89 | | - </li> |
90 | | - <li> |
91 | | - <p><a href="http://download.opensuse.org/repositories/X11:/lxde:/lxqt/"><span class="label">openSUSE</span> <img src="/static/img/opensuse-logo-22.png" title="openSUSE packages" alt="openSUSE"/></a></p> |
92 | | - </li> |
93 | | - <li> |
94 | | - <p><a href="https://abf.io/openmandriva/task-lxqt"><span class="label">OpenMandriva</span> <img src="/static/img/openmandriva-logo-22.png" title="OpenMandriva packages" alt="OpenMandriva Lx"/></a></p> |
95 | | - </li> |
96 | | - <li> |
97 | | - <p><a href="http://packages.siduction.org/lxqt"><span class="label">Siduction</span> <img src="/static/img/siduction-logo-22.png" title="Siduction packages" alt="Siduction"/></a></p> |
98 | | - </li> |
99 | | - <li> |
100 | | - <p><a href="http://mageia.madb.org/package/show/release/cauldron/application/0/name/task-lxqt"><span class="label">Mageia</span> <img src="/static/img/mageia-logo-22.png" title="Mageia Metapackage" alt="Mageia"/></a></p> |
101 | | - </li> |
102 | | - <li> |
103 | | - <p><a href="https://sourceforge.net/projects/manjarolinux/files/community/LXQT/"><span class="label">Manjaro</span> <img src="/static/img/manjaro-logo-22.png" title="Manjaro ISOs" alt="Manjaro"/></a></p> |
104 | | - </li> |
105 | | - <li> |
106 | | - <p><a href="https://packages.gentoo.org/package/lxqt-base/lxqt-meta"><span class="label">Gentoo</span> <img src="/static/img/gentoo-logo-22.png" title="Gentoo overlay" alt="Gentoo"/></a></p> |
107 | | - </li> |
108 | | - <li> |
109 | | - <p><a href="/downloads/lxqt/0.8.0/"><span class="label">Source downloads</span> <img src="/static/img/download.png" title="Source downloads"/></a></p> |
110 | | - </li> |
111 | | - </ul> |
| 62 | + {% include distros.html %} |
112 | 63 | </main> |
113 | 64 | </div> |
114 | 65 | </section> |
|
0 commit comments