-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
51 lines (40 loc) · 1007 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Linear
layout: default
---
<!-- Featured -->
<div id="featured">
{% include index/featured.html %}
</div>
<!-- Main -->
<div id="main">
<div id="content" class="container">
<section id="social">
{% include index/social.html %}
</section>
<section id="Download">
<header>
<h2>Download</h2>
</header>
{% include index/releases.html %}
</section>
<section id="Videos">
<header>
<h2>Video Tutorials</h2>
</header>
{% include index/videos.html %}
</section>
<section id="Support">
<header><h3>Support the Project</h3></header>
{% include index/support.html %}
</section>
<section class="slant-co">
<header><h3>Not convinced Ulauncher is the best launcher for you?</h3></header>
<p>
See comments and review alternatives at <a href="https://www.slant.co/topics/3945/~linux-app-launchers">slant.co</a>
<br />
If you like Ulauncher, please vote for it <i class="fas fa-thumbs-up"></i>
</p>
</section>
</div>
</div>