-
Notifications
You must be signed in to change notification settings - Fork 0
/
publicbookmarks.html
106 lines (101 loc) · 5.62 KB
/
publicbookmarks.html
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
<!DOCTYPE HTML>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<title>Jonathan Brier public bookmarks</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="Description" content="A collection of interestings hyperlinks and organizations curated by Jonathan Brier.">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="canonical" href="https://temp.brierjon.com/publicbookmarks.html" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">Theory</a>
<nav id="nav">
<a href="index.html">Home</a>
<!-- <a href="generic.html">Generic</a> -->
<!-- <a href="elements.html">Elements</a> -->
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<section id="three" class="wrapper">
<div class="inner">
<header class="align-center">
<h1> Interesting Bookmarks</h1>
<p>Sorry for the lack of styling here... just threw this for public access to the list up will style and complete the list later.</p>
</header>
<ul>
<li><a href="https://www.mozilla.org/firefox/">Firefox Browser Download - support a diverse Internet</a></li>
<li><a href="https://www.phoronix.com">Phoronix - Linux News</a></li>
<li><a href="https://medborgarforskning.se">ARCS Project - research</a></li>
<li><a href="https://knext.ischool.umd.edu/">KNEXT Project - research</a></li>
<li><a href="https://voice.mozilla.org/">Mozilla Voice - help create an open dataset for voice applications.</a></li>
<li><a href="https://www.eff.org/privacybadger">Privacy Badger - essential browser privacy extension</a></li>
<li><a href="https://www.eff.org/https-everywhere">HTTPSEverywhere - essential browser privacy extension</a></li>
<li><a href="https://letsencrypt.org">LetsEncrypt - free certificate for https, no site should be without a certificate.</a></li>
<li><a href="https://observatory.mozilla.org">Mozilla Oberservatory - Check your website configuration.</a></li>
<li><a href="https://monitor.firefox.com/">Mozilla Monitor - Check if your email has been in a breach.</a></li>
<!-- <li><a href=""> </a></li> -->
</ul>
<header class="align-center">
<h2> Organizations I support the mission and/or vision</h2>
<p>Sorry for the lack of styling again... public access will complete the list later.</p>
</header>
<ul>
<li><a href="https://movclimateaction.org/">Mid-Ohio Valley Climate Action</a></li>
<li><a href="https://citizenscience.org/">Citizen Science Association</a></li>
<li><a href="https://www.nrdc.org/">National Resource Defense Council</a></li>
<li><a href="https://www.darksky.org/">International Dark Sky Association</a></li>
<li><a href="https://www.rainforesttrust.org/">Rainforest Trust</a></li>
<li><a href="https://www.eff.org/">Electronic Frontier Foundation</a></li>
<li><a href="https://creativecommons.org/">Creative Commons</a></li>
<li><a href="https://sunlightfoundation.com/">Sunlight Foundation</a></li>
<li><a href="https://archive.org/">Internet Archive</a></li>
<li><a href="https://openlibrary.org/">OpenLibrary</a></li>
<li><a href="https://wikimediafoundation.org/">Wikimedia Foundation</a></li>
<li><a href="https://www.openstreetmap.org/">OpenStreetMap</a></li>
<li><a href="https://www.openstreetmap.us/">OpenStreetMap US Chapter</a></li>
<li><a href="https://www.openhumans.org/">OpenHumans</a></li>
<li><a href="https://world.openfoodfacts.org/">OpenFoodFacts</a></li>
<li><a href="https://foundation.mozilla.org/">Mozilla</a></li>
<li><a href="https://oceana.org/">Oceana</a></li>
<li><a href="https://mycroft.ai/">Mycroft AI</a></li>
<li><a href="https://tosdr.org/">Terms of Service Didn't Read</a></li>
<li><a href="https://www.aaas.org/">American Association for the Advancement of Science</a></li>
<li><a href="https://www.ucsusa.org/">Union of Concerned Scientists</a></li>
<!-- <li><a href=""> </a></li> -->
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
brierjon.com is curently based on: Design: <a href="https://templated.co/theory">TEMPLATED Theory</a>. Stock Images: <a href="https://unsplash.com">Unsplash</a>.
</div>
<ul class="icons">
<!-- <li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li> -->
<li><a href="https://twitter.com/wolfgang8741" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/brierjon/" class="icon fa-linkedin"><span class="label">linkedIn</span></a></li>
<!-- <li><a href="#" class="icon fa-pinterest-p"><span class="label">Pinterest</span></a></li> -->
<!-- <li><a href="#" class="icon fa-vimeo"><span class="label">Vimeo</span></a></li> -->
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery-3.4.1.min.js"></script>
<script src="assets/js/jquery-migrate-3.4.0.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>