-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (36 loc) · 991 Bytes
/
index.html
File metadata and controls
44 lines (36 loc) · 991 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Yana Sourcing Platform</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index,follow" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>Yana Sourcing Platform</h1>
<p>
The Yana Sourcing Platform is an internal decision system used to
evaluate hardware readiness before supplier selection and commitment.
</p>
<p>
It is designed to surface upstream risk that is typically invisible
in RFQs, specifications, and sourcing conversations.
</p>
<p>
The platform is not a marketplace, a supplier directory,
or a workflow automation tool.
</p>
<p>
It is used selectively in active engagements and is not
publicly accessible.
</p>
<p>
Its structure is informed by the
<a href="https://hrf.yanasourcing.com">Hardware Readiness Framework (HRF)</a>.
</p>
<p>
For access or discussion, contact Yana Sourcing directly.
</p>
</body>
</html>