-
Notifications
You must be signed in to change notification settings - Fork 101
/
index.html
183 lines (154 loc) · 7.81 KB
/
index.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The page supports only a dark color schemes -->
<meta name="color-scheme" content="dark">
<meta name="title" property="og:title" content="MetaOSINT | Jumpstart Your OSINT Investigation"/>
<meta name="type" property="og:type" content="website"/>
<meta name="image" property="og:image" content="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/assets/images/mo_chart_full.png"/>
<meta name="url" property="og:url" content="https://metaosint.github.io/chart"/>
<meta name="description" property="og:description" content='MetaOSINT enables open source intelligence ("OSINT") practitioners to jumpstart their investigations by quickly identifying relevant, publicly-available tools and resources, saving valuable time during investigations, research, and analysis.'/>
<meta name="author" content="TropChaud">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@IntelScott"/>
<meta name="twitter:title" content="MetaOSINT | Jumpstart Your OSINT Investigation"/>
<meta name="twitter:description" content='MetaOSINT enables open source intelligence ("OSINT") practitioners to jumpstart their investigations by quickly identifying relevant, publicly-available tools and resources, saving valuable time during investigations, research, and analysis.'/>
<meta name="twitter:image" content="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/assets/images/mo_chart_full.png"/>
<!-- Replace the Bootstrap CSS with the
Bootstrap-Dark Variant CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-night.min.css" rel="stylesheet">
<!-- Social Media icons -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<title>MetaOSINT | Jumpstart Your OSINT Investigation | Home</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/assets/images/MetaOSINT_favicon.png">
<style>
.content {
position: relative;
width: 50%;
margin: auto;
overflow: hidden;
padding: 20px 0px 0px 20px
}
.content .content-overlay {
background: rgba(0,0,0,0.7);
position: absolute;
height: 99%;
width: 100%;
left: 20;
top: 20;
bottom: 20;
right: 20;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay{
opacity: 1;
}
.content-image{
width: 100%;
}
.content-details {
position: absolute;
text-align: center;
padding-left: 1em;
padding-right: 1em;
width: 100%;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details{
top: 50%;
left: 50%;
opacity: 1;
}
.content-details h3{
color: #fff;
font-weight: 500;
letter-spacing: 0.15em;
margin-bottom: 0.5em;
text-transform: uppercase;
}
.content-details p{
color: #fff;
font-size: 0.8em;
}
.fadeIn-bottom{
top: 80%;
}
.fadeIn-top{
top: 20%;
}
.fadeIn-left{
left: 20%;
}
.fadeIn-right{
left: 80%;
}
.social-icon {
text-align: center;
text-decoration: none;
fill: #c0c0c0;
}
</style>
</head>
<body>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<div class="col">
<p style="text-align:center">
<a href="https://metaosint.github.io/"><img src="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/assets/images/metaosint_dark.png" alt="MetaOSINT" style="width:25%;max-width:283px"></a>
</p>
</div>
<div>
<p style="text-align:center"><i>MetaOSINT's author recently published an analysis on trends in the OSINT landscape, based on 5 years' worth of collecting tools & resources. Check it out <a href="2023-osint-trends-analysis.html" target="_blank">here</a>.</i></p>
<h4 style="text-align:center;padding:0px 0px 8px 0px">How would you like to jumpstart your Open Source Intelligence investigation?</h4>
<div class="content" style="float:left">
<a href="https://metaosint.github.io/chart">
<div class="content-overlay"></div>
<img class="content-image" src="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/assets/images/mo1.gif" alt="MetaOSINT Chart">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">Interactive visualization</h3>
<p class="content-text" style="font-size:20px">Start broader</p>
<p class="content-text" style="font-size:20px">Best if you aren't sure exactly what you need</p>
<p class="content-text" style="font-size:20px">"Is there a way I can find __ online?"</p>
</div>
</a>
</div>
<div class="content" style="float:right">
<a href="https://metaosint.github.io/table">
<div class="content-overlay"></div>
<img class="content-image" src="https://raw.githubusercontent.com/MetaOSINT/MetaOSINT.github.io/main/assets/images/mo4.gif" alt="MetaOSINT Table">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">Searchable table</h3>
<p class="content-text" style="font-size:20px">Start narrower</p>
<p class="content-text" style="font-size:20px">Surface many similar & alternative resources in the same categories</p>
<p class="content-text" style="font-size:20px">"What else is out there?"</p>
</div>
</a>
</div>
<div class="content"></div>
</div>
<div style="text-align:center;padding:20px 0px 15px 0px;font-size:20px">
<a href="https://metaosint.github.io/learn-more" target="_blank">Learn More</a>
<a class="nav-link" href="https://tropchaud.github.io/" target="_blank" style="text-decoration:none;padding:10px;font-size:20px">
<svg xmlns="http://www.w3.org/2000/svg" class="social-icon" height="20" width="20" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M384 480h48c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224H144c-11.4 0-21.9 6-27.6 15.9L48 357.1V96c0-8.8 7.2-16 16-16H181.5c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8H416c8.8 0 16 7.2 16 16v32h48V160c0-35.3-28.7-64-64-64H298.5c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H87.7 384z"/></svg>
TropChaud's project portfolio
</a>
</div>
<div style="text-align:center;padding:0px 0px 20px 0px">
<a class="github-button" href="https://github.com/MetaOSINT/MetaOSINT.github.io" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star MetaOSINT/MetaOSINT.github.io on GitHub">Star</a>
<a class="github-button" href="https://github.com/MetaOSINT/MetaOSINT.github.io/fork" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork MetaOSINT/MetaOSINT.github.io on GitHub">Fork</a>
</div>
</body>
</html>