-
Notifications
You must be signed in to change notification settings - Fork 320
/
index.html
57 lines (45 loc) · 1.78 KB
/
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
52
53
54
55
56
57
---
layout: index
title: FreeRDP
---
<div class="header header_home page">
<!-- Start Slider -->
<div id="slider">
<div class="slides">
<div><img src="/img/freerdp_main_screenshot1.png" alt="" class="main_screenshot" /></div>
</div>
</div>
<!-- End Slider -->
<!-- Start App Info -->
<div class="info">
<h1>FreeRDP: A Remote Desktop Protocol Implementation</h1>
<p>FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.<br /><br />
<a href="https://matrix.org/">Matrix</a>:<b><a href="https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org">#FreeRDP:matrix.org</a></b><br />
IRC (bridged to matrix): #freerdp on <a href="https://www.oftc.net/">oftc</a> <br></br>
<a href="https://github.com/FreeRDP/FreeRDP/wiki/PreBuilds" class="button icon"><img src="/img/go_icon.png" alt="Download Now!" /><span>Download Now!</span></a>
<span class="trial"></span>
</div>
<!-- End App Info -->
<div class="clear"></div>
</div>
<div id="home" class="padding">
<div class="section_title">
<h3>Latest Post</h3>
</div>
<div class="blog-index">
{% assign post = site.posts.first %}
{% assign content = post.content %}
{% include post_detail.html %}
</div>
<div class="section_title">
<h3>Recent Posts</h3>
</div>
<ul class="posts">
{% for post in site.posts limit:10 %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
{% endfor %}
</ul
<div class="bottom"></div>
</div>
<div id="footer" class="page">
</div>