cyee commited on
Commit
9cb3ef1
·
verified ·
1 Parent(s): acae102

Website should have space for those interested to subscribe for newsletter/blog, contact me or linkedin button.

Browse files
Files changed (2) hide show
  1. README.md +8 -5
  2. index.html +233 -19
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
- title: Truthsleuth Gazette
3
- emoji:
4
- colorFrom: gray
5
- colorTo: green
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: TruthSleuth Gazette 🕵️‍♂️
3
+ colorFrom: red
4
+ colorTo: yellow
5
+ emoji: 🐳
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite-v3
10
  ---
11
 
12
+ # Welcome to your new DeepSite project!
13
+ This project was created with [DeepSite](https://huggingface.co/deepsite).
index.html CHANGED
@@ -1,19 +1,233 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>TruthSeeker Chronicles | OSINT Researcher Portfolio</title>
7
+ <link rel="stylesheet" href="style.css">
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ <script src="https://unpkg.com/feather-icons"></script>
11
+ <script src="components/navbar.js"></script>
12
+ <script src="components/footer.js"></script>
13
+ <script src="components/project-card.js"></script>
14
+ <script src="components/testimonial-card.js"></script>
15
+ </head>
16
+ <body class="bg-gray-50 text-gray-800">
17
+ <custom-navbar></custom-navbar>
18
+
19
+ <!-- Hero Section -->
20
+ <section class="relative py-20 bg-gradient-to-r from-blue-600 to-indigo-800 text-white">
21
+ <div class="container mx-auto px-6 text-center">
22
+ <div class="max-w-4xl mx-auto">
23
+ <h1 class="text-4xl md:text-6xl font-bold mb-6">Uncovering Truths, Verifying Facts</h1>
24
+ <p class="text-xl md:text-2xl mb-10">Investigative Journalist & OSINT Specialist with a passion for accuracy and transparency</p>
25
+ <div class="flex flex-wrap justify-center gap-4">
26
+ <a href="#work" class="px-8 py-3 bg-white text-blue-600 font-semibold rounded-full hover:bg-gray-100 transition">View My Work</a>
27
+ <a href="#contact" class="px-8 py-3 border-2 border-white text-white font-semibold rounded-full hover:bg-white hover:text-blue-600 transition">Hire Me</a>
28
+ </div>
29
+ </div>
30
+ </div>
31
+ <div class="absolute bottom-0 left-0 right-0 h-16 bg-gradient-to-t from-gray-50 to-transparent"></div>
32
+ </section>
33
+
34
+ <!-- Featured Work -->
35
+ <section id="work" class="py-20 bg-gray-50">
36
+ <div class="container mx-auto px-6">
37
+ <div class="text-center mb-16">
38
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Featured Investigations</h2>
39
+ <p class="max-w-2xl mx-auto text-gray-600">Selected projects showcasing my investigative methodology and impact</p>
40
+ </div>
41
+
42
+ <div class="flex flex-wrap justify-center gap-6 mb-12">
43
+ <button class="px-4 py-2 bg-blue-600 text-white rounded-full">All</button>
44
+ <button class="px-4 py-2 bg-gray-200 hover:bg-gray-300 rounded-full">OSINT</button>
45
+ <button class="px-4 py-2 bg-gray-200 hover:bg-gray-300 rounded-full">Fact-Checking</button>
46
+ <button class="px-4 py-2 bg-gray-200 hover:bg-gray-300 rounded-full">Training</button>
47
+ <button class="px-4 py-2 bg-gray-200 hover:bg-gray-300 rounded-full">Management</button>
48
+ </div>
49
+
50
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
51
+ <custom-project-card
52
+ title="Disinformation Network Exposé"
53
+ category="OSINT"
54
+ image="http://static.photos/technology/640x360/1"
55
+ link="case-study-1.html">
56
+ </custom-project-card>
57
+
58
+ <custom-project-card
59
+ title="Fact-Checking Handbook"
60
+ category="Training"
61
+ image="http://static.photos/education/640x360/2"
62
+ link="case-study-2.html">
63
+ </custom-project-card>
64
+
65
+ <custom-project-card
66
+ title="Newsroom Verification System"
67
+ category="Management"
68
+ image="http://static.photos/office/640x360/3"
69
+ link="case-study-3.html">
70
+ </custom-project-card>
71
+ </div>
72
+ </div>
73
+ </section>
74
+
75
+ <!-- Process Timeline -->
76
+ <section class="py-20 bg-white">
77
+ <div class="container mx-auto px-6">
78
+ <div class="text-center mb-16">
79
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">My OSINT Process</h2>
80
+ <p class="max-w-2xl mx-auto text-gray-600">A structured approach to uncovering and verifying information</p>
81
+ </div>
82
+
83
+ <div class="relative">
84
+ <div class="hidden md:block absolute left-1/2 h-full w-1 bg-blue-200 transform -translate-x-1/2"></div>
85
+
86
+ <div class="flex flex-col md:flex-row md:items-center md:justify-between mb-8">
87
+ <div class="md:w-5/12 order-1 md:order-1">
88
+ <div class="p-6 bg-blue-50 rounded-lg shadow-sm">
89
+ <h3 class="text-xl font-bold mb-2 text-blue-600">1. Hypothesis Formation</h3>
90
+ <p class="text-gray-700">Identifying the core question or claim that needs verification based on journalistic instincts and preliminary research.</p>
91
+ </div>
92
+ </div>
93
+ <div class="md:w-2/12 order-2 md:order-2 flex justify-center">
94
+ <div class="flex items-center justify-center w-12 h-12 rounded-full bg-blue-600 text-white font-bold text-xl">1</div>
95
+ </div>
96
+ <div class="md:w-5/12 order-3 md:order-3"></div>
97
+ </div>
98
+
99
+ <div class="flex flex-col md:flex-row md:items-center md:justify-between mb-8">
100
+ <div class="md:w-5/12 order-1 md:order-3"></div>
101
+ <div class="md:w-2/12 order-2 md:order-2 flex justify-center">
102
+ <div class="flex items-center justify-center w-12 h-12 rounded-full bg-blue-600 text-white font-bold text-xl">2</div>
103
+ </div>
104
+ <div class="md:w-5/12 order-3 md:order-1">
105
+ <div class="p-6 bg-blue-50 rounded-lg shadow-sm">
106
+ <h3 class="text-xl font-bold mb-2 text-blue-600">2. Source Identification</h3>
107
+ <p class="text-gray-700">Locating primary sources, official documents, and credible witnesses while mapping potential misinformation vectors.</p>
108
+ </div>
109
+ </div>
110
+ </div>
111
+
112
+ <div class="flex flex-col md:flex-row md:items-center md:justify-between mb-8">
113
+ <div class="md:w-5/12 order-1 md:order-1">
114
+ <div class="p-6 bg-blue-50 rounded-lg shadow-sm">
115
+ <h3 class="text-xl font-bold mb-2 text-blue-600">3. Digital Forensics</h3>
116
+ <p class="text-gray-700">Applying reverse image search, metadata analysis, geolocation, and other technical verification methods.</p>
117
+ </div>
118
+ </div>
119
+ <div class="md:w-2/12 order-2 md:order-2 flex justify-center">
120
+ <div class="flex items-center justify-center w-12 h-12 rounded-full bg-blue-600 text-white font-bold text-xl">3</div>
121
+ </div>
122
+ <div class="md:w-5/12 order-3 md:order-3"></div>
123
+ </div>
124
+
125
+ <div class="flex flex-col md:flex-row md:items-center md:justify-between mb-8">
126
+ <div class="md:w-5/12 order-1 md:order-3"></div>
127
+ <div class="md:w-2/12 order-2 md:order-2 flex justify-center">
128
+ <div class="flex items-center justify-center w-12 h-12 rounded-full bg-blue-600 text-white font-bold text-xl">4</div>
129
+ </div>
130
+ <div class="md:w-5/12 order-3 md:order-1">
131
+ <div class="p-6 bg-blue-50 rounded-lg shadow-sm">
132
+ <h3 class="text-xl font-bold mb-2 text-blue-600">4. Corroboration</h3>
133
+ <p class="text-gray-700">Cross-verifying findings with multiple independent sources to establish factual consensus.</p>
134
+ </div>
135
+ </div>
136
+ </div>
137
+
138
+ <div class="flex flex-col md:flex-row md:items-center md:justify-between">
139
+ <div class="md:w-5/12 order-1 md:order-1">
140
+ <div class="p-6 bg-blue-50 rounded-lg shadow-sm">
141
+ <h3 class="text-xl font-bold mb-2 text-blue-600">5. Presentation</h3>
142
+ <p class="text-gray-700">Creating clear, accessible reports with transparent methodology and proper caveats for uncertain findings.</p>
143
+ </div>
144
+ </div>
145
+ <div class="md:w-2/12 order-2 md:order-2 flex justify-center">
146
+ <div class="flex items-center justify-center w-12 h-12 rounded-full bg-blue-600 text-white font-bold text-xl">5</div>
147
+ </div>
148
+ <div class="md:w-5/12 order-3 md:order-3"></div>
149
+ </div>
150
+ </div>
151
+ </div>
152
+ </section>
153
+ <!-- Newsletter Section -->
154
+ <section class="py-20 bg-gradient-to-r from-indigo-600 to-purple-600 text-white">
155
+ <div class="container mx-auto px-6 text-center">
156
+ <div class="max-w-2xl mx-auto">
157
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Stay Updated</h2>
158
+ <p class="text-xl mb-8">Subscribe to my newsletter for investigative insights, OSINT tips, and case studies</p>
159
+ <form class="flex flex-col sm:flex-row gap-2 justify-center max-w-lg mx-auto">
160
+ <input type="email" placeholder="Your email address" class="px-4 py-3 rounded-full flex-grow text-gray-800 focus:outline-none">
161
+ <button type="submit" class="px-6 py-3 bg-white text-indigo-600 font-semibold rounded-full hover:bg-gray-100 transition">Subscribe</button>
162
+ </form>
163
+ </div>
164
+ </div>
165
+ </section>
166
+
167
+ <!-- Connect Section -->
168
+ <section id="contact" class="py-20 bg-white">
169
+ <div class="container mx-auto px-6">
170
+ <div class="text-center mb-16">
171
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Let's Connect</h2>
172
+ <p class="max-w-2xl mx-auto text-gray-600">Reach out for collaborations, training, or investigative work</p>
173
+ </div>
174
+
175
+ <div class="flex flex-col md:flex-row gap-8 max-w-4xl mx-auto">
176
+ <div class="md:w-1/2 bg-gray-50 p-8 rounded-lg shadow-sm">
177
+ <h3 class="text-2xl font-bold mb-4">Contact Me</h3>
178
+ <form>
179
+ <div class="mb-4">
180
+ <input type="text" placeholder="Your Name" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500">
181
+ </div>
182
+ <div class="mb-4">
183
+ <input type="email" placeholder="Your Email" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500">
184
+ </div>
185
+ <div class="mb-4">
186
+ <textarea placeholder="Your Message" rows="4" class="w-full px-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
187
+ </div>
188
+ <button type="submit" class="px-6 py-3 bg-blue-600 text-white font-semibold rounded-lg hover:bg-blue-700 transition">Send Message</button>
189
+ </form>
190
+ </div>
191
+
192
+ <div class="md:w-1/2 flex flex-col gap-4">
193
+ <div class="bg-gray-50 p-8 rounded-lg shadow-sm flex-1 flex flex-col justify-center">
194
+ <h3 class="text-2xl font-bold mb-4">Professional Network</h3>
195
+ <p class="mb-6">Connect with me on professional platforms:</p>
196
+ <div class="flex flex-wrap gap-4">
197
+ <a href="https://linkedin.com" class="px-6 py-3 bg-blue-700 text-white font-semibold rounded-lg hover:bg-blue-800 transition flex items-center gap-2">
198
+ <i data-feather="linkedin" class="w-5 h-5"></i>
199
+ LinkedIn
200
+ </a>
201
+ <a href="https://twitter.com" class="px-6 py-3 bg-blue-400 text-white font-semibold rounded-lg hover:bg-blue-500 transition flex items-center gap-2">
202
+ <i data-feather="twitter" class="w-5 h-5"></i>
203
+ Twitter
204
+ </a>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+ </div>
210
+ </section>
211
+
212
+ <!-- Skills & Tools -->
213
+ <section class="py-20 bg-gray-50">
214
+ <div class="container mx-auto px-6">
215
+ <div class="text-center mb-16">
216
+ <h2 class="text-3xl md:text-4xl font-bold mb-4">Skills & Tools</h2>
217
+ <p class="max-w-2xl mx-auto text-gray-600">The methodologies and technologies I employ in my investigations</p>
218
+ </div>
219
+
220
+ <div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
221
+ <div class="bg-white p-6 rounded-lg shadow-sm text-center hover:shadow-md transition">
222
+ <i data-feather="search" class="w-12 h-12 mx-auto text-blue-600 mb-4"></i>
223
+ <h3 class="text-xl font-bold mb-2">Advanced Search</h3>
224
+ <p class="text-gray-600">Boolean operators, search modifiers, and database mining</p>
225
+ </div>
226
+
227
+ <div class="bg-white p-6 rounded-lg shadow-sm text-center hover:shadow-md transition">
228
+ <i data-feather="map" class="w-12 h-12 mx-auto text-blue-600 mb-4"></i>
229
+ <h3 class="text-xl font-bold mb-2">Geolocation</h3>
230
+ <p class="text-gray-600
231
+ <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
232
+ </body>
233
+ </html>