1
1
<!DOCTYPE html>
2
2
3
- < html class ="no-js ">
3
+ < html lang =" en " class ="no-js ">
4
4
5
5
< head >
6
6
< title > Libvisual - Make your music pretty</ title >
25
25
26
26
< body >
27
27
28
- < div id ="page ">
28
+ < div id ="page " class =" front " >
29
29
< header >
30
30
< a id ="site-name " title ="Homepage " href ="/ "> < h1 > Libvisual</ h1 > </ a >
31
31
< p class ="tagline "> Make your music pretty</ p >
32
32
< p class ="download "> < span class ="current-ver "> 0.5.0</ span > beta > < a href ="https://github.com/Libvisual/libvisual "> download</ a > </ p >
33
33
</ header >
34
34
35
- < div id ="feature ">
36
- < div id ="feature-left " class ="block ">
37
- < h3 class ="title "> We are back!</ h3 >
35
+ < section id ="feature ">
36
+ < h1 > Featured</ h1 >
37
+ < section id ="feature-left ">
38
+ < h1 > We are back!</ h1 >
38
39
< p > After a 5-year hiatus, we are back! Progress is moving
39
40
swiftly on the next stable release 0.5.0. Among the
40
41
changes already made are, a new CMake build system,
41
42
Android support, and a new commandline tool for running
42
43
visualizations. We also have a new
43
44
Wiki < a target ="lv-wiki "
44
45
href ="https://github.com/Libvisual/libvisual/wiki "> here</ a > .</ p >
45
- </ div >
46
- < div id ="feature-right " class =" block ">
47
- < h3 class =" title " > Working with LV</ h3 >
46
+ </ section >
47
+ < section id ="feature-right ">
48
+ < h1 > Working with LV</ h1 >
48
49
< p > We are now on < a target ="lv-github-page " href ="https://github.com/Libvisual/libvisual "> GitHub</ a > and use Git for versioning.</ p >
49
50
< p class ="code " style ="letter-spacing:-0.025em; "> git clone https://github.com/Libvisual/libvisual.git
50
51
cd libvisual; cmake . && make install</ p >
51
- </ div >
52
- </ div > <!-- feature -->
52
+ </ section >
53
+ </ section > <!-- feature -->
53
54
54
- < div id ="content ">
55
- < div id ="content-left " class ="block ">
56
- < h2 class ="title "> About < span class ="project-name "> LV</ span > </ h2 >
55
+ < section id ="content ">
56
+ < h1 > Information</ h1 >
57
+ < section id ="content-left ">
58
+ < h1 > About < span class ="project-name "> LV</ span > </ h1 >
57
59
< p > Libvisual instantly transforms your favourite music into
58
60
psychedelic art. It works by running audio streams through
59
61
an impressive array of
60
62
< a href ="# "> effects</ a > that crunches the waveform into pixels. With the right
61
63
< a href ="# "> drivers</ a > , you can display visuals on just about anything.
62
64
</ p >
63
- </ div > <!-- content-left -->
65
+ </ section > <!-- content-left -->
64
66
65
- < div id ="content-middle " class =" block ">
66
- < h2 class =" title " > Use < span class ="project-name "> LV</ span > </ h2 >
67
+ < section id ="content-middle ">
68
+ < h1 > Use < span class ="project-name "> LV</ span > </ h1 >
67
69
< p > Get a taste of Libvisual by trying out the latest
68
70
development snapshot off
69
71
our < a href ="https://github.com/Libvisual/libvisual "> GitHub
@@ -73,11 +75,11 @@ <h2 class="title">Use <span class="project-name">LV</span></h2>
73
75
be found in the
74
76
< a href ="https://github.com/Libvisual/libvisual/wiki/UserGuide "> user
75
77
guide.</ a >
76
- </ p >
77
- </ div > <!-- content-middle -->
78
+ </ p >
79
+ </ section > <!-- content-middle -->
78
80
79
- < div id ="content-right " class =" block ">
80
- < h2 class =" title " > Develop < span class ="project-name "> LV</ span > </ h2 >
81
+ < section id ="content-right ">
82
+ < h1 > Develop < span class ="project-name "> LV</ span > </ h1 >
81
83
< p > We need all the help we can get to bring Libvisual to the
82
84
next level. Areas that need always work
83
85
are < a href ="# "> coding</ a > ,
@@ -86,12 +88,12 @@ <h2 class="title">Develop <span class="project-name">LV</span></h2>
86
88
our < a href ="# "> mailing list</ a > , or drop by our IRC channel
87
89
on FreeNode < a href ="irc://freenode.org/libvisual "> #libvisual</ a > .
88
90
</ p >
89
- </ div > <!-- content-right -->
90
- </ div >
91
+ </ section > <!-- content-right -->
92
+ </ section >
91
93
92
94
< footer >
93
- < span id ="credits "> Libvisual is Free, Open Source Software.</ span >
94
- < span id ="copyright "> Copyleft 2005-2013 All Rights Preserved.</ span >
95
+ < small id ="credits "> Libvisual is Free, Open Source Software.</ small >
96
+ < small id ="copyright "> Copyleft 2005-2013 All Rights Preserved.</ small >
95
97
</ footer >
96
98
97
99
</ div > <!-- page -->
0 commit comments