]> git.armaanb.net Git - lightcards-http.git/blob - index.html
cf41254be2270be5648d92a24a45cc50aa18ba11
[lightcards-http.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta name="viewport" content="width=device-width">
6     <meta name="description" content="lightcards - terminal flashcards program homepage">
7     <meta name="robots" content="index, follow">
8     <meta http-equiv="Content-Security-Policy" content="default-src 'none'; connect-src 'self'; img-src data: 'self'; style-src 'unsafe-inline';">
9     <meta name="referrer" content="no-referrer">
10     <title>lightcards</title>
11     <style>
12 body {
13   margin: 1em auto;
14   max-width: 650px;
15   line-height: 1.6;
16   padding: 0 10px;
17   font-size: 18px;
18   font-family: serif;
19 }
20
21 h1 {
22   line-height: 0.75;
23 }
24
25 h2 {
26   line-height: 1;
27 }
28
29 img {
30   width: 100%;
31   filter: drop-shadow(0 0 0.5em);
32   margin: 0.5em 0;
33 }
34
35 a {
36   font-size: 1.1em;
37   color: black;
38 }
39     </style>
40     <link href=data:, rel=icon>
41   </head>
42   <body>
43     <header>
44       <hr>
45       <h1>lightcards</h1>
46       <nav>
47         <a href="https://sr.ht/~armaan/lightcards">Source code</a> | 
48         <a href="https://lists.sr.ht/~armaan/public-inbox">Mailing list</a> | 
49         <a href="https://pypi.org/project/lightcards">PyPI</a>
50         <hr>
51         <p>A terminal flashcards program that gets its data from Markdown.</p>
52       </nav>
53     </header>
54
55     <section>
56       <h2>Manpages</h2>
57       <ul>
58         <li><a href="lightcards.1">lightcards(1)</a></li>
59         <li><a href="lightcards-config.5">lightcards-config(5)</a></li>
60       </ul>
61     </section>
62
63     <section>
64       <h2>Gallery</h2>
65       <a href="1.webp">
66         <img src="1.webp" alt="screenshot 1">
67       </a>
68       <a href="2.webp">
69         <img src="2.webp" alt="screenshot 2">
70       </a>
71       <a href="3.webp">
72         <img src="3.webp" alt="screenshot 3">
73       </a>
74     </section>
75
76     <section>
77       <h2>Copyright</h2>
78       <p>Copyright 2021 Armaan Bhojwani, MIT license.
79       <hr>
80     </section>
81   </body>
82 </html>