Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b131110

Browse files
v7
1 parent a13d35a commit b131110

File tree

4 files changed

+72
-4
lines changed

4 files changed

+72
-4
lines changed

‎about-me/index.html‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1010
<meta name="language" content="English">
1111
<meta name="author" content="Anup Ganiger">
12+
<meta property="og:title" content="Anup Ganiger's Cybersecurity Projects | HackerHub8">
13+
<meta property="og:description" content="Explore powerful tools and real-world cybersecurity research. Raspberry Pi exploits, ethical hacking dashboards, and more.">
14+
<meta property="og:image" content="assets/img/icon.png">
15+
<meta property="og:url" content="https://hackerhub8.in/founder/projects.html">
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="instagram:card" content="summary_large_image">
1218
<link href="assets/img/icon.png" rel="icon">
1319
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
1420
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
@@ -18,6 +24,19 @@
1824
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
1925
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
2026
<link href="assets/css/style.css" rel="stylesheet">
27+
<script type="application/ld+json">
28+
{
29+
"@context": "https://schema.org",
30+
"@type": "Person",
31+
"name": "Anup Ganiger",
32+
"url": "https://hackerhub8.in/founder/projects.html",
33+
"jobTitle": "Cybersecurity Specialist",
34+
"sameAs": [
35+
"https://www.instagram.com/hacker_hub8",
36+
"https://www.linkedin.com/company/hacker-hub-8/"
37+
]
38+
}
39+
</script>
2140
</head>
2241
<body style="background-color: #2f2a2a;">
2342
<i class="bi bi-list mobile-nav-toggle d-lg-none"></i>

‎about-me/projests.html‎

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>Cybersecurity Projects by Anup Ganiger | HackerHub8</title>
5+
<meta name="description" content="Explore ethical hacking, penetration testing, and cybersecurity tools developed by Anup Ganiger. Over 25 innovative hardware and software security projects.">
6+
<meta name="keywords" content="Anup Ganiger, HackerHub8, cybersecurity projects, ethical hacking tools, Raspberry Pi security, Arduino security, WiFi jamming, penetration testing">
7+
<meta name="author" content="Anup Ganiger">
48
<meta name="viewport" content="width=device-width, initial-scale=1">
5-
<meta name="title" content="Who Is Anup Ganiger">
6-
<meta name="description" content="Who Is Anup Ganiger">
7-
<meta name="keywords" content="Anup Ganiger,Founder of hackerhub8,who is anup ganiger,anup ganiger portfolio">
89
<meta name="robots" content="index, follow">
910
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
1011
<meta name="language" content="English">
11-
<meta name="author" content="Anup Ganiger">
12+
<meta property="og:title" content="Anup Ganiger's Cybersecurity Projects | HackerHub8">
13+
<meta property="og:description" content="Explore powerful tools and real-world cybersecurity research. Raspberry Pi exploits, ethical hacking dashboards, and more.">
14+
<meta property="og:image" content="assets/img/icon.png">
15+
<meta property="og:url" content="https://hackerhub8.in/founder/projects.html">
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="instagram:card" content="summary_large_image">
1218
<link href="assets/img/icon.png" rel="icon">
1319
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
1420
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
@@ -18,6 +24,20 @@
1824
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
1925
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
2026
<link href="assets/css/style.css" rel="stylesheet">
27+
<script type="application/ld+json">
28+
{
29+
"@context": "https://schema.org",
30+
"@type": "Person",
31+
"name": "Anup Ganiger",
32+
"url": "https://hackerhub8.in/founder/projects.html",
33+
"jobTitle": "Cybersecurity Specialist",
34+
"sameAs": [
35+
"https://www.instagram.com/hacker_hub8",
36+
"https://www.linkedin.com/company/hacker-hub-8/"
37+
]
38+
}
39+
</script>
40+
2141
</head>
2242
<body style="background-color: #2f2a2a;">
2343

‎about-me/robots.txt‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
User-agent: *
2+
Disallow: /admin/
3+
Disallow: /login/
4+
Disallow: /private/
5+
6+
Allow: /
7+
8+
Sitemap: /sitemap.xml

‎about-me/sitemap.xml‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
8+
<url>
9+
<loc>https://hackerhub8.in/founder/index.html</loc>
10+
<lastmod>2025年06月02日</lastmod>
11+
<changefreq>yearly</changefreq>
12+
<priority>1.0</priority>
13+
</url>
14+
15+
<url>
16+
<loc>https://hackerhub8.in/founder/projects.html</loc>
17+
<lastmod>2025年06月02日</lastmod>
18+
<changefreq>yearly</changefreq>
19+
<priority>0.9</priority>
20+
</url>
21+
</urlset>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /