Skip to content

Commit

Permalink
Turn the index into a proper jekyll layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Oct 21, 2014
1 parent d5f1dfd commit d63b5db
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 161 deletions.
35 changes: 35 additions & 0 deletions _includes/distros.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<ul>
<li>
<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>
</li>
<li>
<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>
</li>
<li>
<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>
</li>
<li>
<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>
</li>
<li>
<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>
</li>
<li>
<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>
</li>
<li>
<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>
</li>
<li>
<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>
</li>
<li>
<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>
</li>
<li>
<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>
</li>
<li>
<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>
</li>
</ul>
11 changes: 11 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<header id="intro">
<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>
<p class="strapline"><strong><span>The next generation of the Lightweight Desktop Environment</span></strong></p>
</header>
31 changes: 31 additions & 0 deletions _includes/links.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<dl>
<dt>
<p>Mailing List</p>
</dt>
<dd>
<address class="email" itemprop="contactpoint" itemscope itemtype="http://schema.org/ContactPoint">
<p><a href="https://lists.sourceforge.net/lists/listinfo/lxde-list" itemprop="email">lxde-list@lists.sourceforge.net</a></p>
</address>
</dd>
<dt>
<p>Bug Tracker</p>
</dt>
<dd>
<p><a href="https://github.com/LXDE/lxde-qt/issues">github.com/LXDE/lxde-qt</a></p>
</dd>
<dt>
<p>IRC</p>
</dt>
<dd>
<p>#LXDE on <a href="https://www.freenode.net/">Freenode.net</a></p>
</dd>
<dd>
<p>#LXDE on <a href="http://www.oftc.net/">OFTC.net</a></p>
</dd>
<dt>
<p>Blog</p>
</dt>
<dd>
<p><a href="http://blog.lxde.org">blog.lxde.org</a></p>
</dd>
</dl>
13 changes: 13 additions & 0 deletions _includes/screenshots.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<main>
<ol>
<li>
<p><a href="/static/img/screenshots/1.png"><img src="static/img/screenshots/1.jpg"/></a></p>
</li>
<li>
<p><a href="/static/img/screenshots/2.png"><img src="static/img/screenshots/2.jpg"/></a></p>
</li>
<li>
<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>
</li>
</ol>
</main>
82 changes: 82 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html class="js-" lang="en-GB">
<head>
<title>LXQt - The next generation of the Lightweight Desktop Environment</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"/>
<link rel="canonical" href="http://lxqt.org">
<link type="text/css" href="/static/css/lxqt.css" rel="stylesheet"/>
<link rel="shortcut icon" href="/static/img/favicon.png" type="image/png"/>
<script type="text/javascript" src="/static/js/_.js"></script>
<script type="text/javascript" src="/static/js/lxqt.js"></script>
</head>
<body id="org-lxqt" class="home" data-columns="1.5" itemscope itemtype="http://schema.org/Organization">
{% include header.html %}
<div id="wrapper" class="wrapper">
<div id="unrelimp" class="divider"></div>
<main id="content">
<div id="relimp" class="divider"></div>
<article id="article-comingsoon" class="page">
<div class="wrapper">
<main>
<figure id="figure-screenshots" class="image">
<header><hgroup><h1>Screenshots</h1></hgroup></header>
<div class="wrapper">
{% include screenshots.html %}
</div>
</figure>
<h3>LXQt 0.8.0 is out!</h3>
<p>
After several months of hard work, the 0.8.0 version of LXQt is out, bringing
with it full Qt 5 compatibility, two beautiful new themes and a lot of new features,
performance improvements and bugfixes.
</p>

<h3>About LXQt</h3>
<p>
LXQt is the Qt port and the upcoming version of <a href="http://lxde.org">LXDE</a>,
the Lightweight Desktop Environment.
It is the product of the merge between the LXDE-Qt and the Razor-qt projects:
A lightweight, modular, blazing-fast and user-friendly desktop environment.<br/>
</p>
<p>
<strong>LXQt 0.8.0</strong> is a fast and stable desktop environment already usable
on production desktops.<br/>
It will not get in your way. It will not hang or slow down your system.
It is focused on being a <em>Classic Desktop</em> with a modern Look &amp; Feel.<br/>
Already available on most mainstream distributions and with partial FreeBSD support.
Try it out at home or in a VM!
</p>
</main>
</div>
</article>
<div id="relunimp" class="divider"></div>
</main>
<div id="unrelunimp" class="divider"></div>
<footer id="outro">
<section id="section-sources">
<header>
<hgroup><h1>Sources</h1></hgroup>
</header>
<div class="wrapper">
<main>
{% include distros.html %}
</main>
</div>
</section>
<section id="section-legal">
<div class="wrapper">
<main>
{% include links.html %}
<p class="license">
LXQt is licensed under <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU GPL 2.0+</a>
<br/> and <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU LGPL 2.1+</a>.
<br/>LXQt.org is licensed under <a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC BY-SA 3.0.</a>
<br/><a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license"><img src="/static/img/cc-by-sa.png" title="Creative Commons Attribution-Share Alike License" alt="CC BY-SA"/></a>
</p>
</main>
</div>
</section>
</footer>
</div>
</body>
</html>
161 changes: 0 additions & 161 deletions index.html

This file was deleted.

5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: default
title: LXQt
---

0 comments on commit d63b5db

Please sign in to comment.