-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (104 loc) · 5.51 KB
/
index.html
File metadata and controls
110 lines (104 loc) · 5.51 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>About | Imagineers.AI</title>
<meta name="description" content="Actionable Ai, Simplified. We conceive, build and deploy GenAI solutions and applications for immediate use." />
<meta property="og:title" content="About | Imagineers.AI" />
<meta property="og:description" content="Actionable Ai, Simplified." />
<meta property="og:type" content="website" />
<meta property="og:image" content="imagineers logo.webp" />
<link rel="icon" href="imagineers logo.webp" />
<link rel="stylesheet" href="https://static.parastorage.com/unpkg/@wix/wix-fonts@1.14.0/madefor.min.css" />
<link rel="stylesheet" href="https://static.parastorage.com/unpkg/@wix/wix-fonts@1.14.0/madeforDisplay.min.css" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="site-header">
<div class="container nav">
<a class="brand">
<img src="imagineers logo.webp" alt="Imagineers.AI logo" />
<span>Imagineers.AI</span>
</a>
<button class="menu-toggle" aria-label="Toggle menu">☰</button>
<nav class="menu">
<a href="index.html">About</a>
<a href="cpi.html">GenAI retreat</a>
<a href="genaisl.html">GenAi.StudioLAB*</a>
<a href="caio.html">CAiO as a Service</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="bg-parallax" aria-hidden="true"></div>
<div class="container hero-inner">
<div class="eyebrow reveal">PROFILE</div>
<h1 class="reveal">Actionable Ai, Simplified</h1>
<p class="sub reveal">We conceive, build & deploy GenAi solutions & applications for immediate use</p>
<p class="reveal"><a class="btn" href="#services">Learn More</a></p>
</div>
</section>
<section class="alt">
<div class="container">
<h2 class="reveal">Tapping into Global Pool of Ai Experts</h2>
<p class="lead reveal">"Everything Everywhere All at Once" is what the current pace of GenAi developments can feel like. You see the announcements, you hear the stories, but you have no idea where to start. Sound familiar?</p>
<p class="lead reveal">At Imagineers.Ai we put together a team of experienced professionals that have earned their stripes introducing new technologies in organisations for bottomline impact — all the way back to the first commercial uses of the Internet in 1994. This enables us to help you quickly figure out how Ai can be put to use for your organisation. We do Actionable Ai, Simplified!</p>
</div>
</section>
<section id="services">
<div class="container">
<div class="eyebrow reveal">SERVICES</div>
<h2 class="reveal">Taking Your Organisation the Next Level with GenAi</h2>
<div class="grid-3">
<div class="card reveal">
<h3>Conceive</h3>
<p>We help you answer a couple of simple, but important, questions. How could Ai 'kill' my products or services? How would competitors replace my organisation with Ai? But most importantly, how will Ai help me <strong>leapfrog my competition</strong> and enable me to <strong>develop entirely new products or services</strong>.</p>
</div>
<div class="card reveal">
<h3>Build</h3>
<p>With these questions answered we help you build the required solutions. Our focus is on <strong>Actionable Ai</strong>: off-the-shelf or open-source applications that require minimal tuning (if at all) and which <strong>lead to immediate, tangible results</strong> to get the organisation used to working in this new world of GenAi.</p>
</div>
<div class="card reveal">
<h3>Deploy</h3>
<p>Finally, we assist you with the integration of the newly developed GenAi solutions into the <strong>human, operational & IT infrastructure</strong> of your organisation with a strong emphasis on guiding staff, partners, vendors and clients/customers how to the use the technology to their benefit.</p>
</div>
</div>
</div>
</section>
<section class="alt">
<div class="container">
<div class="eyebrow reveal">TEAM</div>
<h2 class="reveal">Leadership</h2>
<p class="lead reveal">Our leadership is well versed in deploying technology for strategic impact.</p>
<div class="team">
<div class="card reveal">
<img src="RJ.avif" alt="RJ portrait" />
<h3>Rutger-Jan (RJ) van Spaandonk</h3>
<div class="role">Co-founder - Commercial Lead</div>
<p>Nxt Gen Technology & Business Pioneer, Builder & Board Member.</p>
</div>
<div class="card reveal">
<img src="CB.avif" alt="Chris portrait" />
<h3>Chris Barker</h3>
<div class="role">Co-founder - Tech Lead</div>
<p>Engineer, Innovator & Strategist focused on Growth & Turnarounds</p>
</div>
<div class="card reveal">
<img src="Di.avif" alt="Diane avatar" />
<h3>Diane</h3>
<div class="role">Chief Imagineer</div>
<p>Amalgamation of Class-leading GenAi bots - Chat GPT Plus, Claude, Bard, Pi & Coral.</p>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container">© 2025 by Imagineers.AI</div>
</footer>
<script src="script.js"></script>
</body>
</html>