You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -104,27 +104,27 @@ <h2>What Simplex Is</h2>
104
104
<divstyle="max-width: 1000px; margin: 0 auto;">
105
105
<h2>Six Pillars</h2>
106
106
<divclass="pillars-grid">
107
-
<divid="enforced-simplicity" class="pillar-card">
107
+
<divclass="pillar-card">
108
108
<h3>Enforced Simplicity</h3>
109
109
<p>Complex specifications must be decomposed into smaller pieces. If something cannot be expressed simply, it is not yet understood well enough to specify.</p>
110
110
</div>
111
-
<divid="syntactic-tolerance" class="pillar-card">
111
+
<divclass="pillar-card">
112
112
<h3>Syntactic Tolerance</h3>
113
113
<p>The language forgives typos and formatting inconsistencies while requiring unambiguous meaning. Sloppy notation is acceptable; vague meaning is not.</p>
0 commit comments