Skip to content

Instantly share code, notes, and snippets.

View karthikstraiveus's full-sized avatar

karthikstraiveus

View GitHub Profile
@karthikstraiveus
karthikstraiveus / index.html
Created February 22, 2026 16:10
showcase portfolio
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Work Showcase | Karthik Rajendran</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 40px auto; padding: 0 20px; }
h1 { color: #24292e; border-bottom: 1px solid #eaecef; padding-bottom: 0.3em; }
.project { margin-bottom: 2rem; padding: 1rem; border: 1px solid #e1e4e8; border-radius: 6px; }