Skip to content

Instantly share code, notes, and snippets.

@shoohey
shoohey / index.html
Created March 19, 2026 04:36
Mirai AI Concierge Demo
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mirai AI Concierge - コンセプトカフェ向けインバウンド接客AI</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Noto+Sans+JP:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
@shoohey
shoohey / index.html
Created March 4, 2026 00:48
ADC 見積自動作成システム デモ
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ADC 見積自動作成システム - デモ</title>
<style>
:root {
--primary: #2F5496;
--primary-light: #4472C4;
@shoohey
shoohey / case-study-construction.html
Created February 21, 2026 08:57
建設業許可申請AI - 事例紹介
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>建設業許可申請AI - 事例紹介</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap');
*{margin:0;padding:0;box-sizing:border-box}