This repository has been archived by the owner on Dec 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (44 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<title>Permanent Legacy Foundation</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="head-mast">
<div><img src="img/150px_logo_square.png"></div>
<div class="heading">Permanent.org - The Views Project</div>
</div>
<section class="section-one">
<p>The Views Project is an open source project for creating amazing views of content.</p>
<p>Permanent.org has built a platform for archiving files. We need help creating views for these files. Views offer people new and exciting ways to
visualize their content.
</p>
<p>Goals for creating views are simple.</p>
<ul>
<li>They should look great</li>
<li>They should be easy to use.</li>
<li>They do the heavy lifting which means people simply upload their files and the views magically make the files look amazing.</li>
</ul>
<p>Some examples:</p>
<ul>
<li>
<a href="examples/ex_1/simple.html">A simple view</a>
</li>
<!-- <li>
<a href="examples/e4youth/simple.html">E4 Youth</a>
</li> -->
<li>
<a href="examples/tsolmon/index.html">E4 Youth</a>
</li>
<!-- <li>
<a href="examples/e4youth/assetlist.html">E4 Asset List</a>
</li> -->
</ul>
</section>
<section class="section-two">
<iframe src="examples/ex_1/simple.html"> </iframe>
</section>
</body>
</html>