-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (92 loc) · 3.4 KB
/
index.html
File metadata and controls
92 lines (92 loc) · 3.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Etymonomics | SolveForce Unified Intelligence</title>
<meta name="description" content="Explore the science of word origins and meanings with Etymonomics by SolveForce. Etymology meets economics and intelligence.">
<style>
body {
margin: 0;
font-family: 'Segoe UI', Arial, sans-serif;
background: linear-gradient(135deg, #43cea2 0%, #185a9d 100%);
min-height: 100vh;
color: #222;
}
.overlay {
background: rgba(255,255,255,0.92);
margin: 2.5rem auto;
max-width: 720px;
border-radius: 1.7rem;
box-shadow: 0 8px 32px rgba(24, 90, 157, 0.13);
padding: 2.7rem 2.1rem 2.1rem 2.1rem;
}
h1 {
color: #185a9d;
font-size: 2.7rem;
margin-bottom: 0.4rem;
letter-spacing: 0.01em;
}
h2 {
color: #43cea2;
margin-top: 2.1rem;
}
.etymology {
font-style: italic;
color: #444;
margin-bottom: 1.3rem;
}
.quote {
background: rgba(67,206,162,0.07);
border-left: 4px solid #43cea2;
margin: 1.5rem 0;
padding: 1rem 1.2rem;
font-size: 1.1rem;
color: #333;
}
.footer {
text-align: center;
margin-top: 3.2rem;
color: #888;
font-size: 1rem;
}
a {
color: #185a9d;
text-decoration: underline;
}
@media (max-width: 600px) {
.overlay {
padding: 1.2rem 0.5rem;
}
h1 {
font-size: 2rem;
}
}
</style>
</head>
<body>
<div class="overlay" role="main">
<h1>Etymonomics</h1>
<div class="etymology">Etymology: From Greek <strong>etymon</strong> (ἔτυμον, "true sense") + <strong>nomics</strong> (from <em>economics</em>), the study of the origins and true meanings of words and their impact on knowledge and society.</div>
<div class="quote">“Words are the currency of thought. Understanding their origins is the first step to mastering communication and intelligence.”</div>
<p>
<strong>Etymonomics</strong> is the science of word origins, meanings, and their evolution across languages and cultures. At SolveForce, we believe that understanding the roots of language empowers organizations to communicate, analyze, and innovate more effectively.
</p>
<h2>Why Etymonomics?</h2>
<p>
In the age of Unified Intelligence, language is both a tool and a technology. Etymonomics bridges etymology and economics, revealing how words shape markets, ideas, and digital transformation.
</p>
<h2>Applications</h2>
<ul>
<li>Brand and product naming</li>
<li>Semantic search and AI language models</li>
<li>Cross-cultural communication</li>
<li>Knowledge management</li>
<li>Education and research</li>
</ul>
<div class="footer">
© 2025 SolveForce | <a href="https://solveforce.com/">Unified Intelligence</a>
</div>
</div>
</body>
</html>