tilde/newtab/index.html

102 lines
3.8 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>newtab</title>
<link rel="stylesheet" href="https://tilde.team/~ben/gruvbox/gruvbox.css">
<script>
window.onload = function() {
document.getElementById('search')
.addEventListener('keydown', function(e) {
if (e.keyCode == 13) {
var q = document.getElementById('search').value;
window.location.replace(
e.ctrlKey
? "//" + q
: "https://duckduckgo.com/?q=" + encodeURIComponent(q)
);
}
}, false);
};
</script>
</head>
<body>
<main>
<h1>new tab</h1>
<br>
<input autofocus type="text" name="q" id="search">
<h4>infra</h4><hr>
<a href="https://infra.bhh.sh:8006/">infra</a>
<a href="https://ca.ovh.com/manager/">ovh</a>
<a href="https://www.namesilo.com/account_domains.php">namesilo</a>
<h4>utils</h4><hr>
<a href="https://pad.tildeverse.org">cryptpad</a>
<a href="https://ttm.sh">nullpointer</a>
<a href="https://lobste.rs">lobste.rs</a>
<a href="https://dev.to">dev.to</a>
<h4>fedi</h4><hr>
<a href="https://tilde.zone/">tilde.zone</a>
<a href="https://pleroma.tilde.zone/">pleroma.t.z</a>
<a href="https://halcyon.tilde.zone/">halcyon</a>
<a href="https://pinafore.tilde.zone/">pinafore</a>
<h4>git</h4><hr>
<a href="https://github.com">github</a>
<a href="https://github.com/benharri?tab=repositories">my repos</a>
<a href="https://github.com/benharri?tab=stars">my stars</a>
<a href="https://github.com/tilde-team">tilde gh org</a>
<a href="https://gist.github.com/new">new gist</a>
<a href="https://tildegit.org">tildegit</a>
<h4>important</h4><hr>
<a href="https://stackoverflow.com">stackoverflow</a>
<a href="https://youtube.com">youtube</a>
<a href="https://bhh.sh/login">polr</a>
<a href="https://bhh.sh/sync/">syncthing</a>
<a href="https://cloud.bhh.sh/">gingko nextcloud</a>
<h4>tilde</h4><hr>
<a href="https://tilde.team/">tilde.team</a>
<a href="https://tilde.news/">tildenews</a>
<a href="https://mail.tilde.team">tildemail</a>
<a href="https://tildeverse.org">tildeverse</a>
<a href="https://lists.tildeverse.org/postorius/lists/?count=200">lists</a>
<a href="https://cloud.tilde.team">tildecloud</a>
<h4>hia atlassian/git</h4><hr>
<a href="https://hagerty.atlassian.net/">jira</a>
<a href="https://hagerty.atlassian.net/wiki/">confluence</a>
<a href="https://hagerty.service-now.com/sp">service now</a>
<a href="https://gitawse1.hagerty.com">hia github</a>
<a href="https://gitawse1.hagerty.com/bharris?tab=repositories">my repos</a>
<h4>envs</h4><hr>
<a href="https://dev.hagerty.com/">dev</a>
<a href="https://qa.hagerty.com/">qa</a>
<a href="https://mo.hagerty.com/">mo</a>
<h4>hagerty</h4><hr>
<a href="https://workday.hagerty.com">workday</a>
<a href="https://gearbox.hagerty.com/">gearbox</a>
<a href="https://hagerty.atlassian.net/wiki/spaces/RM/pages/45191683/Environment+Pages">envpages</a>
<a href="http://vdcoctdeppd01/app#/">octopus deploy</a>
<a href="https://ci.hagerty.com/">teamcity</a>
<a href="https://psm.hagerty.com/">cyberark</a>
</main>
</body>
</html>