Skip to content

Commit bc612ca

Browse files
committed
Who We Are, How To Contribute Added [ci skip]
1 parent 2ccf64b commit bc612ca

4,647 files changed

Lines changed: 4249 additions & 603368 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

404.html

Lines changed: 139 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,145 @@
1-
---
2-
title: "Page not found"
3-
description: "Page not found"
4-
permalink: /404.html
5-
sitemap: false
6-
layout: default
7-
---
8-
9-
<div class="notfound-wrapper">
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="x-ua-compatible" content="ie=edge">
6+
<title>The Developers' Guide for Privacy and Security | Page not found</title>
7+
<meta name="description" content="Page not found">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
10+
<meta property="og:title" content="Page not found">
11+
<meta property="og:type" content="website">
12+
<meta property="og:url" content="http://privacydev.org//404.html">
13+
<meta property="og:description" content="Page not found">
14+
<meta property="og:site_name" content="The Developers' Guide for Privacy and Security">
15+
16+
<meta name="twitter:card" content="summary">
17+
<meta name="twitter:url" content="http://privacydev.org//404.html">
18+
<meta name="twitter:title" content="Page not found">
19+
<meta name="twitter:description" content="Page not found">
20+
21+
22+
<meta property="og:image" content="http://privacydev.org//assets/og-image-ee46bbc61b334e821e81534b1fd43f3fee6f020ec174b3c2114445695fd48c01.jpg">
23+
<meta name="twitter:image" content="http://privacydev.org//assets/og-image-ee46bbc61b334e821e81534b1fd43f3fee6f020ec174b3c2114445695fd48c01.jpg">
24+
25+
26+
<link href="http://privacydev.org//feed.xml" type="application/rss+xml" rel="alternate" title="The Developers' Guide for Privacy and Security Last 10 blog posts" />
27+
28+
29+
30+
31+
32+
33+
<link rel="icon" type="image/x-icon" href="/assets/favicon-light-a98c41efc5ed9fcc06ac664c9e2f7a9b3c3b2e0a52357d221fe382f6f4abc8fc.ico">
34+
<link rel="apple-touch-icon" href="/assets/apple-touch-icon-light-87d1f2a3a19b1500e5c1626a0492025ca5f7f97d24540dc5900288e92112925a.png">
35+
<link rel="stylesheet" type="text/css" href="/assets/light-114221abfb27a400dc71cc28ea5c92b1cdaf6f1571695f59266508eb705778b5.css">
36+
37+
38+
39+
40+
<link rel="stylesheet" type="text/css" href="/assets/collapsible-b900a8e94d912bd587a0623121ec0cdc8321c6fc9e2280ee77e48b69de0ea108.css">
41+
42+
</head>
43+
44+
<body>
45+
<main>
46+
<div class="grid grid-centered main-page-width">
47+
<div class="grid-cell">
48+
<nav class="header-nav scrollappear">
49+
<a href="/" class="header-logo" title="The Developers' Guide for Privacy and Security">The Developers' Guide for Privacy and Security</a>
50+
<ul class="header-links">
51+
52+
<li>
53+
<a href="/about" title="About me">
54+
<svg xmlns="http://www.w3.org/2000/svg" class="icon-about">
55+
<use href="/assets/about-ab4928d09cef6e09136b8d40637999db4f9575f927c33156e7f3e37d450e5df1.svg#icon-about" xlink:href="/assets/about-ab4928d09cef6e09136b8d40637999db4f9575f927c33156e7f3e37d450e5df1.svg#icon-about"></use>
56+
</svg>
57+
58+
</a>
59+
</li>
60+
61+
62+
63+
64+
65+
<li>
66+
<a href="https://github.com/datasmithlab/privacydev" rel="noreferrer noopener" target="_blank" title="GitHub">
67+
<svg xmlns="http://www.w3.org/2000/svg" class="icon-github">
68+
<use href="/assets/github-706d546fe6b5a32deca92fb08bbe60e78ea4e8027e889107905eb61f1063bcec.svg#icon-github" xlink:href="/assets/github-706d546fe6b5a32deca92fb08bbe60e78ea4e8027e889107905eb61f1063bcec.svg#icon-github"></use>
69+
</svg>
70+
71+
</a>
72+
</li>
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
<li>
94+
<a href="/feed.xml" rel="noreferrer noopener" target="_blank" title="RSS">
95+
<svg xmlns="http://www.w3.org/2000/svg" class="icon-rss">
96+
<use href="/assets/rss-cdc7a721b47671668abb0ba57f9f8db8022096e0051ff51b9e08e6cc049453a4.svg#icon-rss" xlink:href="/assets/rss-cdc7a721b47671668abb0ba57f9f8db8022096e0051ff51b9e08e6cc049453a4.svg#icon-rss"></use>
97+
</svg>
98+
99+
</a>
100+
</li>
101+
102+
103+
</ul>
104+
</nav>
105+
106+
107+
108+
<div class="notfound-wrapper">
10109
<div class="notfound-content">
11110
<p>
12111
Looks like you got lost.
13112
<br>
14-
Let's get you back to the <a href="{{ '/' | relative_url }}">homepage</a>!
113+
Let's get you back to the <a href="/">homepage</a>!
15114
</p>
16115
</div>
17-
</div>
116+
</div>
117+
<footer class="footer scrollappear">
118+
<p style="color: black;">
119+
<a href="https://www.privacydev.org">privacydev.org</a> is a platform that provides actionable, technically sound recommendations and insights to help developers design and build software that respects user privacy.
120+
</p>
121+
</footer>
122+
123+
</div>
124+
</div>
125+
</main>
126+
127+
128+
<script type="text/javascript" src="/assets/vendor-eff6281c959a57ffcef11e3062fe639dd67c0b5e09a048947679810f0cdeffd7.js"></script>
129+
130+
131+
<script type="text/javascript" src="/assets/webfonts-96493456d319d1bf419afdf8701552d4d486fee6afd304897d4fd81eb4e0cc0b.js"></script>
132+
133+
134+
135+
<script type="text/javascript" src="/assets/scrollappear-e2da8ea567e418637e31266cc5302126eaa79f62a2273739086358b589a89ee6.js"></script>
136+
137+
138+
<script type="text/javascript" src="/assets/application-c61d2c8396b60fbca27ecd50153f19ab48f7c75e7917f82d4a17fb0d2da0d6a8.js"></script>
139+
<script type="text/javascript" src="/assets/material-icons-6475d1cc9ed04c57c83f592d04ba591b8ade984133f434471b06b481098855c2.js"></script>
140+
141+
142+
143+
<script type="text/javascript" src="/assets/collapsible-f702800f78b2e417a4d6f2ecb0f5b422a1a5e2f57ecfaf2cb462aa7af69afba6.js"></script>
144+
</body>
145+
</html>

Gemfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.
-33.3 KB
Binary file not shown.
-82.9 KB
Binary file not shown.
-22 KB
Binary file not shown.
-17.6 KB
Binary file not shown.

_assets/fonts/lato/Lato-300.eot

-23.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)