-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRemote.html
More file actions
70 lines (64 loc) · 3.04 KB
/
Remote.html
File metadata and controls
70 lines (64 loc) · 3.04 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Remote Jobs — TwitchyButt</title>
<meta name="description" content="Online resources for remote jobs. Boolean search, sort, and earn." />
<link rel="canonical" href="https://twitchybutt.com/Remote.html" />
<meta name="robots" content="index,follow" />
<link rel="stylesheet" href="assets/styles.css" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="images/twitchybuttlogo.png" type="image/png" />
<link rel="apple-touch-icon" href="images/twitchybuttlogo.png" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L5D3SNSXSC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L5D3SNSXSC');
</script>
<script id="jsonld-listing" type="application/ld+json">{}</script>
</head>
<body data-page="remote">
<header class="site-header">
<a class="brand" href="/"><img src="images/twitchybuttlogo.png" alt="logo" width="48" height="48" /><span>TwitchyButt.com</span></a>
<nav class="nav">
<a href="Casinos.html">Casinos</a>
<a href="Surveys.html">Surveys & Passive</a>
<a class="active" href="Remote.html">Remote Jobs</a>
<a href="Reddit.html">Reddit Feed</a>
</nav>
</header>
<main class="wrap">
<h1>Remote Work Resources</h1>
<p class="desc">Boolean search across all remote fields.</p>
<div class="controls">
<input id="q" class="search" type="search" placeholder="Search (supports AND, OR, NOT)" aria-label="Search Remote" />
<select id="sort" class="sort" aria-label="Sort Remote">
<option value="lastcheck_desc" selected>Last Checked Descending</option>
<option value="lastcheck_asc">Last Checked Ascending</option>
<option value="alpha_asc">Alphabetical Ascending</option>
<option value="alpha_desc">Alphabetical Descending</option>
</select>
</div>
<div id="grid" class="grid" role="list"></div>
<p id="status" class="status" role="status" aria-live="polite"></p>
</main>
<script src="assets/app.js"></script>
<div id="site-footer"></div>
<script src="assets/footer.js" defer></script>
<noscript>
<section class="noscript-fallback">
<h2>Static listing preview</h2>
<p>This page lists curated entries. JavaScript is disabled, so only a minimal view is shown.</p>
<p>Data source: <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vS70bLP-VN0QH8NHNheE1OfI3H18-jxEOr4RF4aqFnW4HNBhAHlomnDc6ySHz_gNC5PYuNaKL6Ja5hd/pub?gid=0&single=true&output=csv" rel="nofollow">https://docs.google.com/spreadsheets/d/e/2PACX-1vS70bLP-VN0QH8NHNheE1OfI3H18-jxEOr4RF4aqFnW4HNBhAHlomnDc6ySHz_gNC5PYuNaKL6Ja5hd/pub?gid=0&single=true&output=csv</a></p>
<ul>
<li>Enable JavaScript to see full cards, search, and sorting.</li>
</ul>
</section>
</noscript>
<script src="assets/seo-mapper.js"></script>
</body>
</html>