-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
64 lines (53 loc) · 3.19 KB
/
about.html
File metadata and controls
64 lines (53 loc) · 3.19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="About Interneto">
<meta name="description" content="Why Interneto focuses on curated links and recommends existing bookmark managers." />
<meta property="og:image" content="https://www.interneto.dev/interneto-logo.svg">
<meta property="og:url" content="https://www.interneto.dev/">
<meta property="og:site_name" content="Interneto">
<title>About Interneto</title>
<link rel="apple-touch-icon" sizes="180x180" href="./resources/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./resources/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./resources/favicon_io/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="canonical" href="https://www.interneto.dev/">
<!-- <link rel="stylesheet" href="/css/style.css"> -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous" />
<!-- Bootstrap Font Icon CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"
defer>
</script>
</head>
<body>
<site-header></site-header>
<main class="mx-5 my-2">
<div class="container px-4 py-5" id="featured-3">
<h1>About</h1>
<div>
<p>Interneto is a hobby project by David Alonso. The goal was to build a self-hosted bookmark manager,
but the project evolved toward curating great links and explaining how to turn them into
knowledge.</p>
<p>Instead of maintaining a separate app, the recommendation today is to use proven tools: cloud-first
<a href="https://raindrop.io">Raindrop.io</a> or the self-hosted <a
href="https://github.com/linkwarden/linkwarden">Linkwarden</a>. Both integrate well with the
workflows described on this site.</p>
<p><strong>Interneto</strong> is the combination of: <strong>In</strong> + <strong>ter</strong> +
<strong>net</strong> + <strong>o</strong> = <strong>In</strong>side of the <strong>ter</strong>a
(1 trillion) <strong>net</strong>works of the closed circular connection (<strong>o</strong>).</p>
<p>Contact: <a href="https://twitter.com/internetoOK">@internetoOK</a> or <a
href="https://github.com/interneto">interneto on GitHub</a>.</p>
</div>
</div>
</main>
<site-footer></site-footer>
<script src="resources/assets/js/includes.js" defer></script>
</body>
</html>