imrantheexploithunter/Portfolio

GitHub: imrantheexploithunter/Portfolio

网络安全研究员 Imran Chowdhury 的个人作品集网站,使用纯 HTML/CSS/JS 构建,可直接部署到 GitHub Pages。

Stars: 1 | Forks: 0

# ImranTheExploitHunter **Imran Chowdhury (ImranTheExploitHunter)** 的官方作品集网站 —— 网络安全研究员, 专注于红队行动 (Red Team Operations)、威胁情报 (Threat Intelligence)、 恶意软件分析、Web/网络/云安全以及数字取证 (Digital Forensics)。 ## 📁 项目结构 ``` ImranTheExploitHunter/ ├── index.html → main page (all sections: About, Skills, Certifications, │ Research Areas, Projects, Blogs, Timeline, Statistics, │ Contact, FAQ) ├── style.css → all site styling ├── script.js → scroll reveal, FAQ accordion ├── robots.txt → crawler rules ├── sitemap.xml → sitemap for search engines ├── manifest.json → PWA / web app manifest ├── favicon.ico → browser tab icon ├── Logo.jpg → hero logo (placeholder — replace with your real logo) ├── assets/ │ ├── images/ │ │ ├── og-image.jpg → social share preview image (placeholder) │ │ └── certs/ → certification badge images (placeholders) │ │ ├── oscp.png │ │ ├── cdrp.png │ │ ├── ecppt.png │ │ ├── ewptx.png │ │ ├── emapt.png │ │ ├── ejpt.png │ │ └── pt1.png │ ├── icons/ │ │ ├── favicon.svg │ │ ├── apple-touch-icon.png │ │ ├── icon-192.png │ │ └── icon-512.png │ └── fonts/ → empty — reserved for self-hosted fonts (site │ currently loads Orbitron & Rajdhani from Google Fonts) └── README.md ``` ## ⚠️ 占位文件 —— 上线前请替换 以上所有内容均可开箱即用并正常渲染,但有几个文件是 **生成的占位符**,用于代替您的真实资源: | 文件 | 替换为 | |---|---| | `Logo.jpg` | 您真实的徽标/照片 | | `favicon.ico`, `assets/icons/*` | 您真实的图标集(保持文件名和尺寸不变) | | `assets/images/og-image.jpg` | 一张真实的 1200×630 社交预览图 | | `assets/images/certs/*.png` | 您真实的认证徽章图片(保持文件名不变 —— 每个卡片都是固定的 110×110px 框架,因此放入的任何图片都会正确调整尺寸) | ## 🔗 认证验证链接 在 `index.html` 中,每个认证卡片都有一个 `` —— 请将 `#` 替换为每个证书(如 OffSec、INE/eLearnSecurity 等)真实的验证 URL。 ## ➕ 稍后添加新认证 在 `index.html` 的“认证”部分复制一个 `.certCard` 块, 将其粘贴到 "More Coming" 占位卡片上方,然后更新图片 路径、验证链接以及标题/描述。无需修改 CSS —— 尺寸 会自动调整。 ## 🚀 部署(例如 GitHub Pages) 1. 将此文件夹推送到 GitHub 仓库。 2. 启用 GitHub Pages(Settings → Pages → 从 `main` 分支、根目录部署)。 3. 如果您的最终域名不同,请更新 `index.html`、 `robots.txt` 和 `sitemap.xml` 中所有的 `https://imrantheexploithunter.org` 引用。 4. 替换上面列出的占位资源。 ## 🛠 技术 纯 HTML/CSS/JS —— 无需构建步骤,无需依赖。字体通过 Google Fonts CDN 获取;实时的 GitHub 统计徽章通过 github-readme-stats 获取。
标签:个人主页, 前端项目, 后端开发, 多模态安全, 威胁情报, 开发者工具, 恶意代码分析, 数据可视化, 数据展示, 红队, 网络安全, 配置文件, 隐私保护, 静态网站