-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathabout.html
More file actions
81 lines (69 loc) · 3.66 KB
/
about.html
File metadata and controls
81 lines (69 loc) · 3.66 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
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
About - linksfor.dev(s) </title>
<link rel="alternate" type="application/rss+xml" title="Linksfor.dev(s) feed" href="https://linksfor.dev/feed.rss" />
<meta name="google" value="notranslate">
<meta name="description" content="Gathers dev related links/news and posts them here without commentary." />
<meta name="theme-color" content="#2d3139" />
<meta name="twitter:dnt" content="on">
<link rel="stylesheet" type="text/css" href="/style.min.css?7" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link type="application/atom+xml" rel="alternate" href="/feed.xml" title="Linksfor.dev(s)">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<meta property="og:title" content="About - linksfor.dev(s)"/>
<meta property="og:site_name" content="linksfor.dev(s)" />
<style type="text/css">
.mirror {
transform: scale(-1, 1);
display: inline-block;
}
</style>
</head>
<body>
<header>
<h1 style="margin: unset">
<a href="/">linksfor.dev(s)</a>
</h1>
</header>
<div class="">
<div class="gallery list">
<p style="white-space: pre" class="p-1">
<strong>linksfor.dev(s)</strong> was created because there is too much noise on various sites like twitter, reddit, hacker news, and facebook.
All I wanted was the links without the fluff. Here you'll find the links without comments and without 3rd party tracking.
~100% the links on this site are automatically collected from various sources that share them. Occasionally, I'll manually add a link if
I think it's worth it. If you want to send me a link you think I should share you hopefully know how to contact me. Otherwise send a <a href="https://github.com/Buildstarted/linksfordevs/issues" class="dna--click--pr">PR</a>.
Any amazon links are transformed into affiliate links. I don't expect to generate any income but I figure it's worth a shot.
This site is mainly for me. If you enjoy it then great!
That's enough rambling.
- Buildstarted (Ben Dornis)
</p>
<div class="secret"><em>Super secret link <a href="/all">here</a></em></div>
<div class="text-center p-1">
<h2>Credits</h2>
<p>These people have been great with suggestions, debugging, libraries, and especially <strong>emotional support</strong>.</p>
<ul style="list-style: none; margin: 0; padding: 0;">
<li><a href="https://debuggers.domains/">aaron dandy</a></li>
<li><a href="https://hyr.mn">ben hyrmn</a></li>
<li><a href="https://github.com/bmeredith">ben meredith</a></li>
<li><a href="https://twitter.com/c_tolkien">chad tolkien</a></li>
<li><a href="https://davepermen.net">davepermen</a></li>
<li><a href="https://twitter.com/johanalkstal">johan alkstal</a></li>
<li>roy haddad</li>
<li><a href="https://github.com/xt0rted/">xt0rted</a></li>
</ul>
</div>
</div>
</div>
<footer>
<div>created by <a href="https://buildstarted.com">buildstarted</a> © 2026 <a href="/about">about</a></div>
<div>Share this page on social media: copy and paste this url https://linksfor.dev/</div>
<div>If you prefer RSS: <a href="https://linksfor.dev/feed.xml">https://linksfor.dev/feed.xml</a></div>
<div>Customer satisfaction guaranteed to be optional.</div>
</footer>
</body>
</html>