-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
55 lines (49 loc) · 1.79 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
---
content-class: "container"
extra-css: ["splash.css"]
---
<div id="splash">
<div id="get-it-now">
<h2><a id="get-it-now-link" href="{{ site.baseurl }}/downloads/">Get OpenAFS Now<img src="{{ site.baseurl }}/ui/img/download-icon.png"></a></h2>
<p><a href="{{ site.baseurl }}/downloads/">All OpenAFS Downloads</a></p>
</div>
<div id="splash-blurb">
<h2>A Revolution in Filesystems</h2>
<p>AFS is a distributed filesystem pioneered at Carnegie Mellon University.
It offers a client-server architecture for federated file sharing and
replicated read-only content distribution, providing location independence,
scalability, security, and transparent migration capabilities. AFS is
available for Unix, Linux, Mac, and Windows.</p>
<p><a href="/about/">Lean more...</a></p>
</div>
<div id="learn-more">
<div id="whats-afs">
<a href="{{ site.baseurl }}/about/"><img id="whats-afs-diagram" src="{{ site.baseurl }}/ui/img/whats-afs.png"><br>
<span class="caption">What's AFS?</span></a>
</div>
</div>
</div>
<div id="front-ticker">
<div id="ticker-news">
<h2>Latest News</h2>
{% for post in site.categories.news limit:3 %}
<div class="ticker-item">
<h4>{{ post.date | date_to_string }} - <a href="{{ post.url }}">{{ post.title }}</a></h4>
</div>
{% endfor %}
<div class="ticker-item">
<a href="/news/">More News »</a>
</div>
</div>
<div id="ticker-security">
<h2>Security Advisories</h2>
{% for sa in site.security reversed limit:3 %}
<div class="ticker-item">
<h4>{{ sa.issued | date_to_string }} - <a href="{{ sa.url }}">{{ sa.title }}</a></h4>
</div>
{% endfor %}
<div class="ticker-item">
<a href="/security/">More Security Advisories »</a>
</div>
</div>
</div>