-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnect.html
More file actions
31 lines (31 loc) · 4.16 KB
/
Copy pathconnect.html
File metadata and controls
31 lines (31 loc) · 4.16 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Connect — virtualmase</title>
<meta name="description" content="Follow virtualmase, inspect source, join discussions, open issues, and find public social links.">
<meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1">
<link rel="canonical" href="https://virtualmase.github.io/connect.html">
<meta name="theme-color" content="#171612">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a class="skip-link" href="#main">Skip to links</a>
<header class="site-header"><a class="brand" href="/"><img src="favicon.svg" alt=""><strong>virtualmase</strong><span>public systems directory</span></a><nav class="desktop-nav" aria-label="Primary navigation"><a href="/">Home</a><a href="skills.html">Skills</a><a href="projects.html">Projects</a><a href="connect.html">Connect</a><a href="https://github.com/virtualmase" rel="me">GitHub ↗</a></nav><button class="menu-toggle" type="button" aria-expanded="false" aria-controls="mobile-menu" aria-label="Open navigation"><span></span><span></span></button><nav class="mobile-menu" id="mobile-menu" aria-label="Mobile navigation"><a href="/">Home</a><a href="skills.html">Skills</a><a href="projects.html">Projects</a><a href="connect.html">Connect</a><a href="https://github.com/virtualmase" rel="me">GitHub ↗</a></nav></header>
<main id="main" class="subpage">
<section class="page-hero"><p class="kicker">CONNECT</p><h1>Follow the work<br>where it happens.</h1><p>Use GitHub for source, issues, discussions, and stars. Use writing and social channels for notes, walkthroughs, and public updates.</p></section>
<section class="link-board" aria-labelledby="primary-links"><div><p class="kicker">PRIMARY ROUTES</p><h2 id="primary-links">Source and participation</h2></div><div class="link-grid">
<a href="https://github.com/virtualmase" rel="me"><span>Source</span><strong>GitHub profile</strong><p>Repositories, stars, discussions, issues, pull requests, and public project history.</p></a>
<a href="https://github.com/virtualmase/ai-mastery/discussions"><span>Questions</span><strong>AI Mastery discussions</strong><p>Ask about learning paths, source corrections, evidence, and practical engineering-judgment topics.</p></a>
<a href="https://github.com/virtualmase/virtualmase.github.io/issues"><span>Corrections</span><strong>Homepage issues</strong><p>Report broken links, unclear routing, accessibility problems, or directory drift.</p></a>
<a href="https://github.com/virtualmase/lifecycle-skills/issues"><span>Skills</span><strong>Lifecycle Skills issues</strong><p>Suggest improvements to a method, example, contribution path, or maintenance pattern.</p></a>
</div></section>
<section class="social-strip" aria-label="Social links"><a href="https://substack.com/@virtualmase" rel="me">Writing ↗</a><a href="https://x.com/virtualmase" rel="me">X / Twitter ↗</a><a href="https://www.youtube.com/@virtualmase" rel="me">YouTube ↗</a><a href="https://www.instagram.com/virtualmase" rel="me">Instagram ↗</a></section>
<section class="callout-band"><div><p class="kicker">CONTRIBUTE WELL</p><h2>Bring evidence, context, and a clear boundary.</h2><p>Good contributions make work easier to inspect: what changed, why it matters, what supports the claim, what remains unknown, and how someone else can verify it.</p></div><a class="button button-dark" href="projects.html">Choose a project ↗</a></section>
</main>
<footer class="site-footer site-footer--operating"><div><a class="footer-brand" href="/">virtualmase</a><p>Follow, inspect, or improve the public work.</p></div><nav aria-label="Footer navigation"><a href="/">Home</a><a href="skills.html">Skills guide</a><a href="projects.html">Project map</a><a href="https://github.com/virtualmase" rel="me">GitHub ↗</a></nav><p class="footer-note">No visitor data is collected. Public channels may be governed by their own platform terms and moderation rules.</p></footer>
<script src="script.js" defer></script>
</body>
</html>