2018-05-28 17:37:30 -04:00
|
|
|
<!DOCTYPE html>
|
2018-06-17 06:34:43 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<!-- Site Basic Meta Info -->
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
|
|
|
|
<!-- Site Basic Name Info -->
|
|
|
|
<title>Personal Security Checklist</title>
|
|
|
|
<meta name="author" content="Alicia Sykes">
|
|
|
|
<meta name="description" content="A checklist of basic things you should do, to stay safer online">
|
|
|
|
<meta name="keywords" content="voroni,d3,demo,lissy93">
|
|
|
|
<meta name="image" content="dist/assets/cover.png">
|
|
|
|
<link rel="canonical" href="https://lissy93.github.io/personal-security-checklist/#/" />
|
|
|
|
|
|
|
|
<!-- App Manifest -->
|
|
|
|
<link rel="manifest" href="dist/manifest.json">
|
|
|
|
<meta name="theme-color" content="#121f42"/>
|
|
|
|
|
|
|
|
<!-- Schema.org for Google -->
|
|
|
|
<meta itemprop="name" content="Personal Security Checklist">
|
|
|
|
<meta itemprop="description" content="A checklist of basic things you should do, to stay safer online">
|
|
|
|
<meta itemprop="image" content="dist/assets/cover.png">
|
|
|
|
|
|
|
|
<!-- Twitter -->
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
<meta name="twitter:title" content="Personal Security Checklist">
|
|
|
|
<meta name="twitter:description" content="A checklist of basic things you should do, to stay safer online">
|
|
|
|
<meta name="twitter:image" content="dist/assets/cover.png">
|
|
|
|
|
|
|
|
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
|
|
|
|
<meta name="og:title" content="Personal Security Checklist">
|
|
|
|
<meta name="og:description" content="A checklist of basic things you should do, to stay safer online">
|
|
|
|
<meta name="og:image" content="dist/assets/cover.png">
|
|
|
|
<meta name="og:url" content="https://lissy93.github.io/personal-security-checklist/#/">
|
|
|
|
<meta name="og:site_name" content="Personal Security Checklist">
|
|
|
|
<meta name="og:type" content="website">
|
|
|
|
|
|
|
|
<!-- Fonts, Icons and Styles -->
|
|
|
|
<link rel="shortcut icon" href="dist/icons/favicon.ico" type="image/vnd.microsoft.icon">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/docsify/lib/themes/vue.css">
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" />
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" crossorigin="anonymous">
|
|
|
|
<link rel="stylesheet" href="dist/voronoi-styles.css" type="text/css">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="vonoroi"></div>
|
|
|
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
window.$docsify = {
|
|
|
|
name: 'Personal Security Checklist',
|
|
|
|
repo: 'https://github.com/Lissy93/personal-security-checklist',
|
|
|
|
ga: 'UA-120900119-4',
|
|
|
|
homepage: 'readme.md',
|
|
|
|
coverpage: 'pages/cover.md',
|
|
|
|
notFoundPage: 'pages/404.md',
|
|
|
|
themeColor: '#121f42',
|
|
|
|
auto2top: true,
|
|
|
|
|
|
|
|
homepage: 'https://raw.githubusercontent.com/Lissy93/personal-security-checklist/master/readme.md',
|
|
|
|
|
|
|
|
search: {
|
|
|
|
maxAge: 86400000,
|
|
|
|
paths: ['readme.md'],
|
|
|
|
placeholder: 'Type to search',
|
|
|
|
noData: 'No Results!',
|
|
|
|
},
|
|
|
|
|
|
|
|
plugins: [
|
|
|
|
function (hook) {
|
|
|
|
hook.ready(function () {
|
|
|
|
Window.finishMdRender();
|
|
|
|
})
|
|
|
|
},
|
|
|
|
function (hook) {
|
|
|
|
var footer = [
|
|
|
|
'<hr/>',
|
|
|
|
'<footer>',
|
|
|
|
'<span><a href="https://aliciasykes.com">Alicia Sykes</a> ©2018.</span>',
|
|
|
|
'</footer>'
|
|
|
|
].join('')
|
|
|
|
hook.afterEach(function (html) {
|
|
|
|
return html + footer
|
|
|
|
})
|
|
|
|
}
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<!-- Docsify and Plugins -->
|
|
|
|
<script src="https://unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
|
|
|
|
|
|
<script src="//unpkg.com/docsify-copy-code"></script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
|
|
<script src="//unpkg.com/docsify/lib/plugins/zoom-image.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- JavaScripts (D3 and voronoi + website scripts) -->
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.13.0/d3.min.js"></script>
|
|
|
|
<script src="dist/voronoi-app.js"></script>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|