|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>Overview | ASRFacet-Rb</title> |
| 7 | +<meta name="description" content="ASRFacet-Rb is a Ruby 3.2+ authorized attack surface reconnaissance framework for discovery, mapping, and reporting."> |
| 8 | +<link rel="canonical" href="https://voltsparx.github.io/ASRFacet-Rb/"> |
| 9 | +<meta property="og:type" content="website"> |
| 10 | +<meta property="og:site_name" content="ASRFacet-Rb"> |
| 11 | +<meta property="og:title" content="Overview | ASRFacet-Rb"> |
| 12 | +<meta property="og:description" content="ASRFacet-Rb is a Ruby 3.2+ authorized attack surface reconnaissance framework for discovery, mapping, and reporting."> |
| 13 | +<meta property="og:url" content="https://voltsparx.github.io/ASRFacet-Rb/"> |
| 14 | +<meta property="og:image" content="https://raw.githubusercontent.com/voltsparx/ASRFacet-Rb/main/docs/website/web_assets/media/asrfacet-rb-site-preview.png"> |
| 15 | +<meta property="og:image:type" content="image/png"> |
| 16 | +<meta name="twitter:card" content="summary_large_image"> |
| 17 | +<meta name="twitter:title" content="Overview | ASRFacet-Rb"> |
| 18 | +<meta name="twitter:description" content="ASRFacet-Rb is a Ruby 3.2+ authorized attack surface reconnaissance framework for discovery, mapping, and reporting."> |
| 19 | +<meta name="twitter:image" content="https://raw.githubusercontent.com/voltsparx/ASRFacet-Rb/main/docs/website/web_assets/media/asrfacet-rb-site-preview.png"> |
7 | 20 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
8 | 21 | <link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Rajdhani:wght@300;400;500;600;700&family=Orbitron:wght@400;600;700;900&display=swap" rel="stylesheet"> |
9 | 22 | <link rel="stylesheet" href="styles.css"> |
10 | | -<link rel="icon" href="web_assets/favicon.ico" sizes="any"> |
11 | | -<link rel="shortcut icon" href="web_assets/favicon.ico" type="image/x-icon"> |
| 23 | +<link rel="icon" href="web_assets/media/favicon.ico" sizes="any"> |
| 24 | +<link rel="shortcut icon" href="web_assets/media/favicon.ico" type="image/x-icon"> |
12 | 25 | </head> |
13 | 26 | <body data-page="index.html" data-default-section="home"> |
14 | 27 |
|
15 | 28 | <!-- TOP BAR --> |
16 | 29 | <header id="topbar"> |
17 | | - <div id="topbar-logo-wrap"><img id="topbar-logo" src="web_assets/asrfacet-rb-web.png" alt="ASRFacet-Rb"><span id="topbar-name">ASRFacet-Rb</span></div> |
| 30 | + <div id="topbar-logo-wrap"><img id="topbar-logo" src="web_assets/media/asrfacet-rb-web.png" alt="ASRFacet-Rb"><span id="topbar-name">ASRFacet-Rb</span></div> |
18 | 31 | <span id="topbar-version">v1.0.0 | Ruby 3.2+ | Stable</span> |
19 | 32 | <div id="topbar-links"> |
20 | 33 | <a href="https://github.com/voltsparx/ASRFacet-Rb" target="_blank">GitHub</a> |
|
66 | 79 | <a class="btn btn-outline" href="modes.html#web">Web Session</a> |
67 | 80 | </div> |
68 | 81 | </div> |
69 | | - <img class="home-hero-logo" src="web_assets/asrfacet-rb-web.png" alt="ASRFacet-Rb Logo"> |
| 82 | + <div class="home-hero-brand"> |
| 83 | + <img id="home-hero-logo" class="home-hero-logo" src="web_assets/media/asrfacet-rb-web.png" alt="ASRFacet-Rb Logo" role="button" tabindex="0" aria-label="ASRFacet-Rb logo easter egg"> |
| 84 | + <span id="home-hero-egg" class="home-hero-egg" aria-hidden="true">recon pulse synced</span> |
| 85 | + </div> |
70 | 86 | </div> |
71 | 87 |
|
72 | 88 | <div class="stat-strip"> |
|
146 | 162 | </body> |
147 | 163 | </html> |
148 | 164 |
|
| 165 | + |
0 commit comments