forked from MetaOSINT/MetaOSINT.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathacknowledgments.html
84 lines (63 loc) · 4.81 KB
/
acknowledgments.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
---
layout: default
title: "Acknowledgements"
permalink: /thanks/
---
<style>
.container{
text-align: center;
}
.container2{
font-size: 16px;
color: #8b786f;
font-family: 'Roboto', sans-serif;
}
.container3{
text-align: center;
}
.button {
border: 2px solid #8b786f;
border-radius: 8px;
padding: 5px 15px;
background-color: #f5f5f5;
color: #8b786f;
font-size: 23px;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
}
.button2 {
border: 2px solid #8b786f;
border-radius: 8px;
padding: 5px 15px;
background-color: #dcdcdc;
color: #8b786f;
font-size: 23px;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
}
</style>
<body style="margin-right:95px;margin-left:95px">
<div class="container3">
<a href="https://metaosint.github.io/"><img src="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/MetaOSINT_logo.PNG" alt="MetaOSINT_logo" width="315" height="385" style="border:5px solid #ece4d8;box-shadow: 0px 4px 0px #ece4d8"></a>
</div>
<div class="container">
<a href="https://metaosint.github.io/" class="button"><strong>Home</strong></a>
<a href="https://metaosint.github.io/chart/" class="button"><strong>MO Chart</strong></a>
<a href="https://metaosint.github.io/table/" class="button"><strong>Full Results Table</strong></a>
<a href="https://metaosint.github.io/faq/" class="button"><strong>FAQ</strong></a>
<a href="https://metaosint.github.io/thanks/" class="button2"><strong>Acknowledgments</strong></a>
</div>
<p style="color:#8b786f;font-size:16px;font-family: 'Roboto', sans-serif;font-style:italic"><br>MO was conceived by a former OSINT investigator, but entered existence simply as an excuse to practice coding during the COVID-19 pandemic. If you benefited from this project, please consider a small contribution to MO's <a href="https://us.movember.com/mospace/14534080">favorite charity</a>.</p>
<p style="color:#8b786f;font-size:18px;font-family: 'Roboto', sans-serif">MetaOSINT was originally inspired by a resource completely outside of the security space. <a href="https://pudding.cool/projects/newsletter/"><strong>Winning the Internet</strong></a> by <a href="https://pudding.cool/author/russell-goldenberg/">Russell Goldenberg</a> and <a href="https://pudding.cool/">The Pudding</a> is a "data-driven newsletter" fueled by the top-cited links from other newsletters during the previous week. A very meta approach, and the only newsletter I consistently review every single week!</p>
<p style="color:#8b786f;font-size:18px;font-family: 'Roboto', sans-serif">Thanks to all OSINT practitioners and community members who collectively contributed to building, compiling, and freely sharing extensive lists of OSINT tools & resources.</p>
<p style="color:#8b786f;font-size:18px;font-family: 'Roboto', sans-serif">Since MO deals with a large dataset containing thousands of OSINT resources, data visualization is key to delivering on its value. <a href="https://observablehq.com/"><strong>Observable</strong></a> made it easy to build an effective data visualization with very limited Javascript experience. (The full underlying MO chart code can be accessed <a href="https://observablehq.com/@metaosint/metaosint">here</a>.)</p>
<p style="color:#8b786f;font-size:18px;font-family: 'Roboto', sans-serif"><a href="https://jsonifyit.com/"><strong>JSONify It</strong></a> made a key step of this project immensely easier.</p>
<p style="color:#8b786f;font-size:18px;font-family: 'Roboto', sans-serif">The MO site was built with <a href="https://pages.github.com/"><strong>Github Pages</strong></a>. Design is based on the <a href="https://github.com/pages-themes/merlot">Merlot theme.</a></p>
</body>
<p style="color:#8b786f;font-size:14px;font-family: 'Roboto', sans-serif"><br><br><a href="https://github.com/MetaOSINT/MetaOSINT.github.io">Inspect MO's inelegant site code</a>
<br><a href="https://twitter.com/IntelScott">Don't @ me</a> (Just kidding, please feel free. MO improvement suggestions and feedback are also welcome!)
<br>Not into Twitter? I hear you. Get in touch <a href="mailto:[email protected]">another way</a>.</p>
<body style="margin-right:95px;margin-left:95px">
<img src="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/header_left.PNG" alt="MetaOSINT_header_left" width="387" height="173" style="border:5px solid #ece4d8;box-shadow: 0px 4px 0px #ece4d8" align="left">
<img src="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/header_right.PNG" alt="MetaOSINT_header_right" width="530" height="167" style="border:5px solid #ece4d8;box-shadow: 0px 4px 0px #ece4d8" align="right">
</body>