-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (63 loc) · 3.77 KB
/
index.html
File metadata and controls
77 lines (63 loc) · 3.77 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
65
66
67
68
69
70
71
72
73
74
75
76
77
<!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="Interneto - Curated links for curious minds.">
<meta name="description" content="Interneto is a project to classify internet things and share link knowledge." />
<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>Interneto - Pass from the Internet to the Innernet</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">
<h2>Interneto Project</h2>
<p>
Interneto is a project to classify and categorize the internet. The focus today is on sharing a well
curated directory of links and practical ways to turn them into personal knowledge.
</p>
<ul>
<li><a href="interneto-links.html">Interneto links</a>: a directory with related links to explore the
internet in a better way.</li>
<li>Recommended bookmark managers: <a href="https://raindrop.io">raindrop.io</a> for a polished cloud
experience, or <a href="https://github.com/linkwarden/linkwarden">Linkwarden</a> for a
self-hosted option.</li>
</ul>
<h4>Interneto comes from...</h4>
<p>
This idea comes from wanting to have a well-classified internet system available.
When you set about the task, you realize that classification is a personal process, and that what really
matters is the tool you use to classify the content and the system that you choose.
The classification system is mainly defined by language if the word does not exist, there is no way to
express that thought in that classification.
</p>
<p>
After using <a href="https://interneto.raindrop.page/">raindrop.io</a> for more than two years and
classifying over 34,000 websites, the goal shifted from building a custom app to documenting what works
and recommending the best existing tools. Start with Raindrop if you want zero setup, or Linkwarden if
you prefer to self-host and own your data.
</p>
</div>
</main>
<site-footer></site-footer>
<script src="resources/assets/js/includes.js" defer></script>
</body>
</html>