Skip to content

Commit 712feef

Browse files
authored
Change colors
1 parent 65b438b commit 712feef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
## GRC Engineering Lab Builder
2626

27-
<div style="background: linear-gradient(135deg, #7B2CBF 0%, #06A77D 100%); color: white; padding: 30px; border-radius: 12px; margin: 20px 0;">
27+
<div style="background: linear-gradient(135deg, #FF6B35 0%, #2A9D8F 100%); color: white; padding: 30px; border-radius: 12px; margin: 20px 0;">
2828
<h3 style="color: white; margin-top: 0;">Free, AI-Powered GRC Learning Platform</h3>
2929
<p style="font-size: 16px; margin-bottom: 20px;">Generate hyper-personalized GRC Engineering learning labs in 5 minutes using Claude or ChatGPT. Build automation projects, master prompt engineering, and level up your career - completely free and open source.</p>
3030
<div style="display: flex; gap: 15px; flex-wrap: wrap;">
31-
<a href="https://grc.engineering/grc_engineering_lab_builder/generator.html" target="_blank" rel="noopener noreferrer" style="background: white; color: #7B2CBF; padding: 12px 32px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 16px; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0,0,0,0.1);" onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 4px 12px rgba(123,44,191,0.3)';" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 2px 8px rgba(0,0,0,0.1)';">Generate My Prompts 🚀</a>
31+
<a href="https://grc.engineering/grc_engineering_lab_builder/generator.html" target="_blank" rel="noopener noreferrer" style="background: white; color: #FF6B35; padding: 12px 32px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 16px; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(0,0,0,0.1);" onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 4px 12px rgba(255,107,53,0.3)';" onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 2px 8px rgba(0,0,0,0.1)';">Generate My Prompts 🚀</a>
3232
</div>
3333
</div>
3434

0 commit comments

Comments
 (0)