Skip to content

Commit ef5b2e4

Browse files
p4gsclaudehappy-otter
committed
Add GRC and Engineering definition cards above table
Two side-by-side cards with Wikipedia definitions, stacking vertically on mobile. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent 0ade522 commit ef5b2e4

File tree

1 file changed

+49
-0
lines changed
  • docs/projects/grcengineering-cheat-sheet

1 file changed

+49
-0
lines changed

docs/projects/grcengineering-cheat-sheet/index.html

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,44 @@
154154
line-height: 1.7;
155155
opacity: 0.85;
156156
}
157+
.definitions {
158+
display: flex;
159+
gap: 20px;
160+
max-width: 700px;
161+
margin: 24px auto;
162+
position: relative;
163+
z-index: 1;
164+
}
165+
.def-card {
166+
flex: 1;
167+
padding: 16px 20px;
168+
border-radius: 10px;
169+
border: 1px solid var(--border);
170+
background: var(--bg-card);
171+
text-align: left;
172+
}
173+
.def-term {
174+
font-family: var(--font-mono);
175+
font-size: 0.75rem;
176+
font-weight: 700;
177+
letter-spacing: 2px;
178+
text-transform: uppercase;
179+
color: var(--orange);
180+
display: block;
181+
margin-bottom: 6px;
182+
}
183+
.def-card p {
184+
font-size: 0.85rem;
185+
color: var(--text-dim);
186+
line-height: 1.6;
187+
margin: 0;
188+
}
189+
.def-card a {
190+
color: var(--blue);
191+
text-decoration: none;
192+
font-size: 0.8rem;
193+
}
194+
.def-card a:hover { text-decoration: underline; }
157195
.page-subtitle {
158196
font-family: var(--font-mono);
159197
font-size: 0.9rem;
@@ -356,6 +394,7 @@
356394
@media (max-width: 768px) {
357395
.page-header { padding: 60px 16px 40px; }
358396
.page-title { font-size: clamp(1.6rem, 6vw, 2.5rem); }
397+
.definitions { flex-direction: column; gap: 12px; }
359398
.table-wrapper { padding: 0 12px; }
360399
table { font-size: 0.82rem; }
361400
thead th { padding: 14px 14px; font-size: 0.9rem; }
@@ -381,6 +420,16 @@
381420
<a href="https://grc.engineering" class="back-link">&larr; grc.engineering</a>
382421
<h1 class="page-title">The <span class="highlight">GRC Engineering</span> Cheat Sheet</h1>
383422
<p class="page-desc">For decades, auditors and governments defined and molded Legacy GRC in their image. Today, engineers and analysts are transforming it into something new: GRC Engineering. This cheat sheet outlines what makes GRC Engineering different.</p>
423+
<div class="definitions">
424+
<div class="def-card">
425+
<span class="def-term">GRC</span>
426+
<p>Governance, risk, and compliance (GRC) are three related facets that aim to assure an organization reliably achieves objectives, addresses uncertainty and acts with integrity. <a href="https://en.wikipedia.org/wiki/Governance,_risk,_and_compliance" target="_blank" rel="noopener">Wikipedia</a></p>
427+
</div>
428+
<div class="def-card">
429+
<span class="def-term">Engineering</span>
430+
<p>Engineering is the practice of using natural science, mathematics, and the engineering design process to solve problems within technology, increase efficiency and productivity, and improve systems. <a href="https://en.wikipedia.org/wiki/Engineering" target="_blank" rel="noopener">Wikipedia</a></p>
431+
</div>
432+
</div>
384433
<p class="page-subtitle">Legacy GRC vs. GRC Engineering in practice</p>
385434
</header>
386435

0 commit comments

Comments
 (0)