Added individual pages with descriptions for each project.

This commit is contained in:
Rapturate
2026-03-23 10:39:30 -04:00
parent 346f868784
commit d744abba86
15 changed files with 993 additions and 118 deletions

View File

@@ -0,0 +1,13 @@
/* project1Style.css — Web Scraper / Discord Bot
Accent: Discord purple-ish teal, keeps primary blue family */
@import "projectDetailStyle.css";
.project-hero .hero-overlay {
background: linear-gradient(to top, rgba(10, 15, 40, 0.93) 0%, transparent 100%);
}
.project-tag {
color: #7EB8FF;
background: rgba(126, 184, 255, 0.12);
border-color: rgba(126, 184, 255, 0.4);
}