-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
135 lines (118 loc) · 5.71 KB
/
Copy pathindex.html
File metadata and controls
135 lines (118 loc) · 5.71 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="format-detection" content="telephone=no">
<meta name="theme-color" content="#07090d">
<meta name="color-scheme" content="dark">
<meta name="description" id="meta-description" content="EnuMind is a technology garage where thoughtful ideas become practical software and enduring digital products.">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://enumind.com/">
<meta property="og:type" content="website">
<meta property="og:title" id="og-title" content="EnuMind — Ideas engineered into useful systems">
<meta property="og:description" id="og-description" content="Engineering discipline, craftsmanship, experimentation, and long-term thinking.">
<meta property="og:url" content="https://enumind.com/">
<meta property="og:site_name" content="EnuMind">
<meta property="og:locale" content="en_US">
<meta property="og:image" content="https://enumind.com/assets/og-image.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="EnuMind">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" id="twitter-title" content="EnuMind — Ideas engineered into useful systems">
<meta name="twitter:description" id="twitter-description" content="Engineering discipline, craftsmanship, experimentation, and long-term thinking.">
<meta name="twitter:image" content="https://enumind.com/assets/og-image.jpg">
<meta name="twitter:image:alt" content="EnuMind">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon-32.png">
<link rel="icon" type="image/png" sizes="512x512" href="assets/favicon-512.png">
<link rel="shortcut icon" href="assets/favicon-32.png">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<link rel="preload" as="image" href="assets/enumind-wordmark.png">
<link rel="stylesheet" href="styles.css">
<title>EnuMind — Ideas engineered into useful systems</title>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<div class="ambient" aria-hidden="true">
<div class="ambient__glow ambient__glow--one"></div>
<div class="ambient__glow ambient__glow--two"></div>
<div class="ambient__grid"></div>
<div class="ambient__grain"></div>
</div>
<header class="site-header shell">
<a class="brand" href="./" aria-label="EnuMind home">
<img
class="brand__mark"
src="assets/enumind_gold.png"
width="58"
height="58"
alt=""
decoding="async"
fetchpriority="high"
>
</a>
<div class="header-status" aria-label="Site focus">
<span class="header-status__dot" aria-hidden="true"></span>
<span>Technology garage</span>
</div>
</header>
<main id="main">
<section class="hero shell" aria-labelledby="hero-title">
<div class="hero__content">
<div class="wordmark-wrap" aria-label="EnuMind">
<img
class="wordmark"
src="assets/enumind-wordmark.png"
width="1080"
height="160"
alt="EnuMind"
decoding="async"
fetchpriority="high"
>
</div>
<h1 id="hero-title" data-tagline>Ideas engineered into useful systems.</h1>
<p class="hero__about" data-about>
EnuMind is a technology garage where engineering discipline, craftsmanship, experimentation, and long-term thinking come together to build technology that matters.
</p>
</div>
<div class="hero__instrument" aria-hidden="true">
<div class="instrument__rail instrument__rail--top"></div>
<div class="instrument__rail instrument__rail--bottom"></div>
<div class="instrument__node instrument__node--one"></div>
<div class="instrument__node instrument__node--two"></div>
<div class="instrument__node instrument__node--three"></div>
<span class="instrument__label instrument__label--left">THOUGHT</span>
<span class="instrument__label instrument__label--middle">ENGINEERING</span>
<span class="instrument__label instrument__label--right">UTILITY</span>
</div>
</section>
<section class="products shell" aria-labelledby="products-title">
<div class="products__head">
<h2 id="products-title">From the garage</h2>
<p class="products__intro">Products EnuMind has designed, built, and shipped.</p>
</div>
<div class="carousel" data-carousel>
<button class="carousel__nav carousel__nav--prev" data-carousel-prev type="button" aria-label="Scroll to previous product" hidden>
<svg width="20" height="20" viewBox="0 0 20 20" aria-hidden="true" focusable="false">
<path d="M12.5 15 7.5 10l5-5"></path>
</svg>
</button>
<ul class="carousel__track" data-carousel-track aria-label="EnuMind products"></ul>
<button class="carousel__nav carousel__nav--next" data-carousel-next type="button" aria-label="Scroll to next product" hidden>
<svg width="20" height="20" viewBox="0 0 20 20" aria-hidden="true" focusable="false">
<path d="M7.5 15l5-5-5-5"></path>
</svg>
</button>
</div>
</section>
</main>
<footer class="site-footer shell">
<span>© <span id="year">2026</span> <span data-site-title>EnuMind</span></span>
<span class="site-footer__line" data-footer-line>Thoughtful technology. Built to evolve.</span>
</footer>
<script src="config.js" defer></script>
<script src="products.js" defer></script>
<script src="script.js" defer></script>
</body>
</html>