-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlists.html
More file actions
122 lines (115 loc) · 7.45 KB
/
Copy pathlists.html
File metadata and controls
122 lines (115 loc) · 7.45 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; base-uri 'self'; object-src 'none'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://static.cloudflareinsights.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https://*.supabase.co wss://*.supabase.co https://cdn.jsdelivr.net https://cloudflareinsights.com https://static.cloudflareinsights.com; frame-src 'self' https://www.youtube.com https://www.youtube-nocookie.com https://docs.google.com https://view.officeapps.live.com; form-action 'self'; upgrade-insecure-requests;" />
<link rel="preconnect" href="https://cdn.jsdelivr.net" crossorigin>
<title>Lists - K. Notes</title>
<link href="assets/css/styles.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="assets/img/logo.png" />
</head>
<body class="font-body-md text-body-md text-on-surface">
<div class="max-w-[85%] mx-auto bg-surface-bright pb-8 mt-2">
<header
class="bg-[#ff6600] text-black text-sm rounded-none w-full flat no shadows flex items-center justify-between px-2 py-0.5 max-w-[85%] mx-auto"
style="max-width: 100%;">
<div class="flex items-center gap-1 w-full">
<a href="home" class="font-bold text-black px-1 mr-2 hover:underline" title="K.Notes">K. Notes</a>
<div class="flex flex-wrap items-center gap-1 text-black text-[13px]">
<a class="hover:underline" href="home">feed</a> |
<a class="hover:underline" href="comments">comments</a> |
<a class="hover:underline" href="ask">ask</a> |
<a class="hover:underline" href="show">show</a> |
<a class="hover:underline" href="submit">submit</a> |
<a class="hover:underline" href="leaderboard">leaders</a>
</div>
<div class="ml-auto text-black text-[13px] flex items-center gap-4"> <a
class="hover:underline text-black" href="login">login</a> </div>
</div>
</header>
<main class="bg-[#f6f6ef] p-8 min-h-[50vh] text-[14px] text-gray-800 leading-relaxed">
<b class="text-black text-lg block mb-4">Lists</b>
<p class="mb-3"><b>Browse Stories</b></p>
<ul class="list-disc ml-8 mb-6">
<li class="mb-2"><a href="home" class="underline">Front Page</a> - Top trending stories right now.
</li>
<li class="mb-2"><a href="home?filter=new" class="underline">Newest</a> - Fresh stories in
chronological order.</li>
<li class="mb-2"><a href="ask" class="underline">Ask</a> - Questions from the community.</li>
<li class="mb-2"><a href="show" class="underline">Show</a> - Projects built by the community.</li>
<li class="mb-2"><a href="comments" class="underline">Comments</a> - Latest comments across all
stories.</li>
</ul>
<p class="mb-3"><b>Your Account</b></p>
<ul class="list-disc ml-8 mb-6">
<li class="mb-2"><a href="profile" class="underline">Profile</a> - Your submissions, karma &
settings.</li>
<li class="mb-2"><a href="profile?tab=saved" class="underline font-bold text-[#ff6600]">Saved
Reading Lists</a> - Your bookmarked stories organized by folder.</li>
<li class="mb-2"><a href="submit" class="underline">Submit</a> - Share a link or ask a question.
</li>
</ul>
<p class="mb-3"><b>Community & About</b></p>
<ul class="list-disc ml-8 mb-6">
<li class="mb-2"><a href="guidelines" class="underline">Guidelines</a> - What to submit and how to
behave.</li>
<li class="mb-2"><a href="faq" class="underline">FAQ</a> - How things work.</li>
<li class="mb-2"><a href="leaderboard" class="underline">Leaderboard</a> - Top contributors.</li>
<li class="mb-2"><a href="api" class="underline">API</a> - Programmatic access to K. Notes data.
</li>
<li class="mb-2"><a href="security" class="underline">Security</a> - Responsible disclosure policy.
</li>
<li class="mb-2"><a href="contact" class="underline">Feedback</a> - Get in touch.</li>
</ul>
<p class="mb-3"><b>Keyboard Shortcuts</b></p>
<table class="text-[13px] ml-4 mb-6 border-collapse">
<tbody>
<tr>
<td class="pr-6 py-1 text-gray-500 font-mono">j / k</td>
<td class="py-1">Navigate stories up/down</td>
</tr>
<tr>
<td class="pr-6 py-1 text-gray-500 font-mono">o / Enter</td>
<td class="py-1">Open selected story</td>
</tr>
<tr>
<td class="pr-6 py-1 text-gray-500 font-mono">u</td>
<td class="py-1">Upvote selected story</td>
</tr>
<tr>
<td class="pr-6 py-1 text-gray-500 font-mono">?</td>
<td class="py-1">Show shortcuts help</td>
</tr>
</tbody>
</table>
</main>
<footer
class="bg-[#f6f6ef] dark:bg-stone-900 text-[#ff6600] text-xs text-gray-600 rounded-none border-t-2 border-[#ff6600] flat no shadows flex flex-col items-center gap-2 py-8 w-full max-w-[85%] mx-auto"
style="max-width: 100%;">
<div class="flex justify-center w-full mb-2">
<span class="text-[10px] text-gray-500 font-normal">By Khushaank Gupta</span>
</div>
<div class="flex flex-wrap justify-center gap-2 text-gray-600 mb-4">
<a class="hover:underline text-gray-600" href="guidelines">Guidelines</a> |
<a class="hover:underline text-gray-600" href="faq">FAQ</a> |
<a class="hover:underline text-gray-600" href="lists">Lists</a> |
<a class="hover:underline text-gray-600" href="api">API</a> |
<a class="hover:underline text-gray-600" href="security">Security</a> |
<a class="hover:underline text-gray-600" href="legal">Legal</a> |
<a class="hover:underline text-gray-600" href="about">About</a> |
<a class="hover:underline text-gray-600" href="contact">Feedback</a>
</div>
<form id="footer-search-form" class="flex items-center gap-2"
onsubmit="event.preventDefault(); window.location.href='search?search='+document.getElementById('footer-search-input').value;">
<span class="text-gray-500 text-xs">Search:</span>
<input type="text" id="footer-search-input"
class="border border-gray-400 px-2 py-0.5 text-xs rounded-sm focus:outline-none focus:border-[#ff6600] text-black w-48">
</form>
</footer>
</div>
<script type="module" src="assets/js/session.js"></script>
<script defer src="assets/js/exit-interceptor.js"></script>
</body>
</html>