-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanding.html
executable file
·78 lines (78 loc) · 3.7 KB
/
landing.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>SEN - a /home for your thoughts</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/brands.min.css"/>
<link rel="stylesheet" href="css/fontawesome.min.css"/>
</head>
<body>
<header>
<h2>What if your desktop could be…</h2>
<img src="images/semantic-office.jpg" alt="a semantic office" width="760" height="auto" />
<h1>
<span aria-hidden="true">a /home</span>
<span aria-hidden="true">for</span>
<span aria-hidden="true">your thoughts</span>
<span class="sr-only">SEN - Semantic Extensions</span>
</h1>
<div/>
</header>
<main>
<section>
<img src="images/screenshots/tracker-filetypes.png" alt="object file types" width="621" height="634">
<p>your everyday objects become files on your desktop</p>
</section>
<section>
<img src="images/screenshots/books.png" alt="a list of books" width="990" height="306">
<p>manage your library including metadata lookup by title or ISBN, automatically filling in author, genre, publisher, year and cover.</p>
</section>
<section>
<img src="images/screenshots/book-note-refs.png" alt="" width="598" height="387">
<p>keep book notes connected to original book, complete with page and chapter references, quotes and highlights.</p>
</section>
<section>
<img src="images/screenshots/find-book-by-isbn.png" alt="" width="544" height="200">
<p>find information on your objects right from the system's find panel</p>
</section>
<section>
<img src="images/screenshots/pdf-self-refs.png" alt="bookmark relations pointing inside a PDF document" width="640" height="auto">
<p>navigate self relations dynamically extracted from your files.</p>
</section>
<section>
<img src="images/screenshots/movie-notes.png" alt="" width="544" height="200">
<p>manage your movie library keeping your research notes closely aligned and linked to the relevant timecode, chapter or scene.</p>
</section>
<section>
<img src="images/screenshots/source-include-refs.png" alt="" width="544" height="200">
<p>quickly navigate source code dependencies without an IDE</p>
</section>
<section>
<img src="images/screenshots/ingredients-recipe-schnitzel.png" alt="" width="544" height="200">
<p>more exciting use cases to come – stay tuned and subscribe below.</p>
</section>
<div align="center">
All screenshots based on a functional prototype running on <a href="https://haiku-os.org/">Haiku</a><br/>
Please subscribe below to stay up to date and to support the project!
</div>
</main>
<footer>
<iframe src="https://senlabs.substack.com/embed" width="480" height="150" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
<div align="center">
<a href="https://bsky.app/profile/sen-labs.org" class="sm fab fa-bluesky fa-2x"/></a>
<a href="https://x.com/labs_sen" class="sm fab fa-twitter fa-2x"/></a>
<a href="https://www.youtube.com/@sen-labs" class="sm fab fa-youtube fa-2x"/></a>
<a href="https://github.com/sen-laboratories/" class="sm fab fa-github fa-2x"/></a>
</div>
<div align="center" style="margin: 24px;">
<iframe src="https://github.com/sponsors/sen-laboratories/button" title="Sponsor SEN Labs" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
</div>
<div align="center">
made with love in Vienna, Austria. | <a href="about.html">About</a> |
<a href="mailto:%6F%66%66%69%63%65%40%73%65%6E%2D%6C%61%62%73%2E%6F%72%67">e-mail</a>
</div>
</footer>
</body>
</html>