-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (164 loc) · 5.89 KB
/
Copy pathindex.html
File metadata and controls
168 lines (164 loc) · 5.89 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en-MY">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Ethical AI MY - Open, auditable, non-mandatory reference for Ethical AI in Malaysia">
<meta name="author" content="Ethical AI MY Contributors">
<meta property="og:title" content="Ethical AI MY">
<meta property="og:description" content="Open reference for responsible AI development in Malaysia">
<meta property="og:type" content="website">
<title>Ethical AI MY - Reference Release v1.0</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
min-height: 100vh;
}
.container {
max-width: 1000px;
margin: 0 auto;
padding: 40px 20px;
}
header {
background: white;
padding: 40px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
margin-bottom: 40px;
text-align: center;
}
header h1 {
font-size: 2.5em;
margin-bottom: 10px;
color: #2c3e50;
}
header p {
font-size: 1.1em;
color: #7f8c8d;
margin-bottom: 20px;
}
.badge {
display: inline-block;
background: #27ae60;
color: white;
padding: 8px 16px;
border-radius: 4px;
font-size: 0.9em;
font-weight: bold;
margin: 5px;
}
.version {
background: #3498db;
}
.content-section {
background: white;
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
margin-bottom: 30px;
}
.content-section h2 {
color: #2c3e50;
margin-bottom: 15px;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
}
.content-section h3 {
color: #34495e;
margin-top: 20px;
margin-bottom: 10px;
}
.content-section ul, .content-section ol {
margin-left: 20px;
margin-bottom: 15px;
}
.content-section li {
margin-bottom: 8px;
}
.file-list {
background: #ecf0f1;
padding: 15px;
border-radius: 4px;
font-family: 'Monaco', 'Courier New', monospace;
font-size: 0.95em;
overflow-x: auto;
}
.footer {
text-align: center;
padding: 20px;
color: #7f8c8d;
font-size: 0.9em;
}
a {
color: #3498db;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.policy-reference {
background: #fef9e7;
border-left: 4px solid #f39c12;
padding: 15px;
margin: 15px 0;
border-radius: 4px;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Ethical AI MY</h1>
<p>Open, Auditable, Non-Mandatory Reference for Ethical AI in Malaysia</p>
<div>
<span class="badge version">v1.0</span>
<span class="badge">Reference Release</span>
</div>
</header>
<div class="content-section">
<h2>Welcome</h2>
<p>Ethical AI MY is a complete, auditable, non-mandatory open reference for responsible and ethical AI development in Malaysia. This repository provides comprehensive guidance, governance frameworks, and ethical standards for all stakeholders engaged in AI systems development and deployment.</p>
<p style="margin-top: 15px;">This is a <strong>reference document</strong>, not a mandate. It serves as a foundation for ethical discourse, technical implementation, and stakeholder alignment on AI ethics.</p>
</div>
<div class="content-section">
<h2>Core Documents</h2>
<h3>Policy Documents</h3>
<ul>
<li><strong>ETHICS.md</strong> - Fundamental ethical principles and values</li>
<li><strong>GOVERNANCE.md</strong> - Non-centralized governance model</li>
<li><strong>SECURITY.md</strong> - Security standards and risk management</li>
<li><strong>CODE_OF_CONDUCT.md</strong> - Community standards</li>
<li><strong>ATTRIBUTION.md</strong> - Recognition of contributors</li>
</ul>
<h3>Quick Links</h3>
<ul>
<li><a href="README.md">📖 Full Documentation</a></li>
<li><a href="ETHICS.md">⚖️ Ethical Framework</a></li>
<li><a href="GOVERNANCE.md">🏛️ Governance Model</a></li>
<li><a href="SECURITY.md">🔒 Security Standards</a></li>
</ul>
</div>
<div class="content-section">
<h2>Release Information</h2>
<div class="policy-reference">
<strong>Version:</strong> 1.0 (Reference Release)<br>
<strong>Release Date:</strong> 2026-06-01<br>
<strong>Status:</strong> Published<br>
<strong>Type:</strong> Open, Auditable, Non-Mandatory Reference
</div>
</div>
<div class="footer">
<p>Ethical AI MY | Open Reference Release v1.0</p>
<p><a href="https://github.com/AnuarRazii/ethical-ai-my">GitHub Repository</a></p>
</div>
</div>
</body>
</html>