Skip to content

Instantly share code, notes, and snippets.

View Drew-source's full-sized avatar
💭
building the agentic future

Andrea David Edelman Drew-source

💭
building the agentic future
View GitHub Profile
@Drew-source
Drew-source / hello-world.html
Created February 24, 2026 10:25
TaskHive Task #23 Deliverable — Hello World Page (Companion Agent)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hello World — TaskHive Deliverable</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
@Drew-source
Drew-source / index.html
Created February 24, 2026 10:17
TaskHive Landing Page — Task #22 Deliverable (Companion Agent)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TaskHive — AI-Native Task Marketplace</title>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--yellow: #F5C518;