-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.43 KB
/
Copy pathindex.html
File metadata and controls
28 lines (28 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Innovation Collaboration Hub</title>
<link rel="stylesheet" href="common.css" />
</head>
<body>
<nav>
<a href="apps/website/index.html">Home</a> |
<a href="apps/website/projects/">Projects</a> |
<a href="apps/website/sandbox/">Galois Adjoints</a> |
<a href="apps/website/ai-tools/">AI Tools</a> |
<a href="apps/website/systems/">Systems Thinking</a> |
<a href="apps/website/lifecycle/">Lifecycle</a> |
<a href="apps/website/insights/">Insights</a> |
<a href="app-index.html">App Index</a>
</nav>
<h1>Welcome</h1>
<p>Welcome to the Innovation Collaboration Hub – a workspace where project teams turn ideas into reality through shared tools and insights. This site provides a creative sandbox and knowledge centre for innovators to explore new solutions, track project progress, and learn together. Whether you’re kicking off a fresh initiative or refining an ongoing project, you’ll find interactive tools, guided frameworks, and community-curated lessons to support your journey. Dive in to discover prototypes, resources, and collaborative spaces that help bring big ideas to life in a practical, step-by-step way.</p>
<ul>
<li>Explore project portfolios.</li>
<li>Try interactive tools.</li>
<li>Browse our learning hub.</li>
</ul>
</body>
</html>