alexchaomander commited on
Commit
75c2491
·
verified ·
1 Parent(s): f084fe7

Reduce organization card scale

Browse files
Files changed (1) hide show
  1. index.html +21 -119
index.html CHANGED
@@ -7,136 +7,38 @@
7
  <style>
8
  :root { color-scheme: light dark; }
9
  * { box-sizing: border-box; }
10
- body {
11
- margin: 0;
12
- font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
13
- background: transparent;
14
- color: inherit;
15
- }
16
- .wrap {
17
- max-width: 1040px;
18
- padding: 34px 42px 38px;
19
- }
20
- .kicker {
21
- margin: 0 0 18px;
22
- font-size: 12px;
23
- font-weight: 760;
24
- letter-spacing: .11em;
25
- text-transform: uppercase;
26
- color: #8ab4ff;
27
- }
28
- h1 {
29
- margin: 0;
30
- max-width: 900px;
31
- font-size: clamp(42px, 5.6vw, 76px);
32
- line-height: .95;
33
- letter-spacing: 0;
34
- font-weight: 820;
35
- }
36
- .lead {
37
- margin: 24px 0 0;
38
- max-width: 850px;
39
- font-size: clamp(18px, 2.1vw, 25px);
40
- line-height: 1.36;
41
- font-weight: 620;
42
- color: color-mix(in srgb, currentColor 88%, transparent);
43
- }
44
- .body {
45
- margin: 18px 0 0;
46
- max-width: 780px;
47
- font-size: 15.5px;
48
- line-height: 1.62;
49
- color: color-mix(in srgb, currentColor 72%, transparent);
50
- }
51
- .rule {
52
- height: 1px;
53
- width: min(100%, 820px);
54
- margin: 28px 0 22px;
55
- background: linear-gradient(90deg, rgba(96,165,250,.55), rgba(168,85,247,.35), transparent);
56
- }
57
- .grid {
58
- display: grid;
59
- grid-template-columns: repeat(4, minmax(0, 1fr));
60
- gap: 18px;
61
- max-width: 980px;
62
- margin: 0 0 26px;
63
- }
64
- .principle {
65
- min-width: 0;
66
- }
67
- .principle h2 {
68
- margin: 0 0 7px;
69
- font-size: 14px;
70
- line-height: 1.25;
71
- font-weight: 780;
72
- color: color-mix(in srgb, currentColor 90%, transparent);
73
- }
74
- .principle p {
75
- margin: 0;
76
- font-size: 13.5px;
77
- line-height: 1.48;
78
- color: color-mix(in srgb, currentColor 62%, transparent);
79
- }
80
- .links {
81
- display: flex;
82
- flex-wrap: wrap;
83
- gap: 18px;
84
- margin: 4px 0 0;
85
- font-size: 14px;
86
- }
87
- a {
88
- color: #8ab4ff;
89
- font-weight: 720;
90
- text-decoration: none;
91
- }
92
  a:hover { text-decoration: underline; }
93
- .note {
94
- margin: 24px 0 0;
95
- max-width: 850px;
96
- font-size: 13px;
97
- line-height: 1.5;
98
- color: color-mix(in srgb, currentColor 56%, transparent);
99
- }
100
- @media (max-width: 820px) {
101
- .wrap { padding: 26px 22px 30px; }
102
- .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
103
- }
104
- @media (max-width: 520px) {
105
- .grid { grid-template-columns: 1fr; }
106
- .links { gap: 12px; }
107
- }
108
  </style>
109
  </head>
110
  <body>
111
  <main class="wrap">
112
  <p class="kicker">Fide AI</p>
113
  <h1>Public standards for faith-facing AI.</h1>
114
- <p class="lead">We study how AI systems behave when questions touch conscience, community, doctrine, identity, authority, and care.</p>
115
  <p class="body">Fide AI is an independent research initiative developing benchmarks, evaluation methods, and responsible-use standards for models operating near faith, moral guidance, and pastoral-care-adjacent contexts.</p>
116
  <div class="rule" aria-hidden="true"></div>
117
  <section class="grid" aria-label="Fide AI focus areas">
118
- <div class="principle">
119
- <h2>Theological triage</h2>
120
- <p>Distinguishing creedal claims, tradition-specific disagreements, lower-certainty questions, and pastoral application.</p>
121
- </div>
122
- <div class="principle">
123
- <h2>Tradition-aware evaluation</h2>
124
- <p>Measuring whether systems represent Christian traditions carefully without flattening meaningful disagreement.</p>
125
- </div>
126
- <div class="principle">
127
- <h2>Structured harnesses</h2>
128
- <p>Studying instruction-layer scaffolding for grounding, preference handling, comparison, and escalation boundaries.</p>
129
- </div>
130
- <div class="principle">
131
- <h2>Responsible use</h2>
132
- <p>Making behavior visible and reviewable without certifying pastoral authority or deployment readiness.</p>
133
- </div>
134
  </section>
135
- <nav class="links" aria-label="Fide AI links">
136
- <a href="https://fideai.org">Website</a>
137
- <a href="https://github.com/FideAI">GitHub</a>
138
- <a href="https://huggingface.co/datasets/FideAI/fmg-bench">FMG-Bench</a>
139
- </nav>
140
  <p class="note">Our work does not certify pastoral authority, clinical safety, legal adequacy, denominational standing, or deployment readiness.</p>
141
  </main>
142
  </body>
 
7
  <style>
8
  :root { color-scheme: light dark; }
9
  * { box-sizing: border-box; }
10
+ body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: transparent; color: inherit; }
11
+ .wrap { max-width: 980px; padding: 24px 34px 28px; }
12
+ .kicker { margin: 0 0 12px; font-size: 11px; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; color: #8ab4ff; }
13
+ h1 { margin: 0; max-width: 820px; font-size: clamp(34px, 4.25vw, 58px); line-height: 1; letter-spacing: 0; font-weight: 820; }
14
+ .lead { margin: 16px 0 0; max-width: 780px; font-size: clamp(16px, 1.55vw, 20px); line-height: 1.38; font-weight: 650; color: color-mix(in srgb, currentColor 86%, transparent); }
15
+ .body { margin: 12px 0 0; max-width: 760px; font-size: 14px; line-height: 1.55; color: color-mix(in srgb, currentColor 70%, transparent); }
16
+ .rule { height: 1px; width: min(100%, 760px); margin: 20px 0 16px; background: linear-gradient(90deg, rgba(96,165,250,.55), rgba(168,85,247,.35), transparent); }
17
+ .grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; max-width: 920px; margin: 0 0 18px; }
18
+ .principle h2 { margin: 0 0 5px; font-size: 13px; line-height: 1.25; font-weight: 780; color: color-mix(in srgb, currentColor 90%, transparent); }
19
+ .principle p { margin: 0; font-size: 12.5px; line-height: 1.42; color: color-mix(in srgb, currentColor 62%, transparent); }
20
+ .links { display: flex; flex-wrap: wrap; gap: 16px; margin: 2px 0 0; font-size: 13px; }
21
+ a { color: #8ab4ff; font-weight: 720; text-decoration: none; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  a:hover { text-decoration: underline; }
23
+ .note { margin: 16px 0 0; max-width: 820px; font-size: 12.25px; line-height: 1.45; color: color-mix(in srgb, currentColor 54%, transparent); }
24
+ @media (max-width: 820px) { .wrap { padding: 22px 20px 26px; } .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; } }
25
+ @media (max-width: 520px) { .grid { grid-template-columns: 1fr; } .links { gap: 12px; } }
 
 
 
 
 
 
 
 
 
 
 
 
26
  </style>
27
  </head>
28
  <body>
29
  <main class="wrap">
30
  <p class="kicker">Fide AI</p>
31
  <h1>Public standards for faith-facing AI.</h1>
32
+ <p class="lead">Evaluating models where questions touch conscience, community, doctrine, identity, authority, and care.</p>
33
  <p class="body">Fide AI is an independent research initiative developing benchmarks, evaluation methods, and responsible-use standards for models operating near faith, moral guidance, and pastoral-care-adjacent contexts.</p>
34
  <div class="rule" aria-hidden="true"></div>
35
  <section class="grid" aria-label="Fide AI focus areas">
36
+ <div class="principle"><h2>Theological triage</h2><p>Distinguishing creedal claims, tradition-specific disagreements, lower-certainty questions, and pastoral application.</p></div>
37
+ <div class="principle"><h2>Tradition-aware evaluation</h2><p>Measuring whether systems represent Christian traditions carefully without flattening meaningful disagreement.</p></div>
38
+ <div class="principle"><h2>Structured harnesses</h2><p>Studying instruction-layer scaffolding for grounding, preference handling, comparison, and escalation boundaries.</p></div>
39
+ <div class="principle"><h2>Responsible use</h2><p>Making behavior visible and reviewable without certifying pastoral authority or deployment readiness.</p></div>
 
 
 
 
 
 
 
 
 
 
 
 
40
  </section>
41
+ <nav class="links" aria-label="Fide AI links"><a href="https://fideai.org">Website</a><a href="https://github.com/FideAI">GitHub</a><a href="https://huggingface.co/datasets/FideAI/fmg-bench">FMG-Bench</a></nav>
 
 
 
 
42
  <p class="note">Our work does not certify pastoral authority, clinical safety, legal adequacy, denominational standing, or deployment readiness.</p>
43
  </main>
44
  </body>