Compare commits
15 Commits
version_5
...
d3b9942c10
| Author | SHA1 | Date | |
|---|---|---|---|
| d3b9942c10 | |||
| 6fa849e484 | |||
| a4a7f29dc0 | |||
| 759dc760c1 | |||
| 3f8b39e5b9 | |||
| 0ec5719f18 | |||
| cc25a0bac4 | |||
| 22b3ae299d | |||
| ac4efc07e2 | |||
| a534ae12a6 | |||
| 7e20acc10b | |||
| 8e8c503883 | |||
| faa5e4630e | |||
| 30e1b0a80a | |||
| e976a8c26b |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #1a1a1a;
|
||||
--card: #2d2d2d;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ff0000;
|
||||
--secondary-cta: #000000;
|
||||
--accent: #ff3333;
|
||||
--background-accent: #333333;
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -240,28 +240,32 @@ export default function Page() {
|
||||
name: "Robert Chen",
|
||||
role: "Senior Developer & Course Lead",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
|
||||
imageAlt: "Robert Chen"
|
||||
imageAlt: "Robert Chen",
|
||||
rating: 5
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lisa Patterson",
|
||||
role: "Cybersecurity Specialist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
|
||||
imageAlt: "Lisa Patterson"
|
||||
imageAlt: "Lisa Patterson",
|
||||
rating: 5
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Wilson",
|
||||
role: "Full Stack Developer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg",
|
||||
imageAlt: "James Wilson"
|
||||
imageAlt: "James Wilson",
|
||||
rating: 5
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amanda Foster",
|
||||
role: "Data Science Mentor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
|
||||
imageAlt: "Amanda Foster"
|
||||
imageAlt: "Amanda Foster",
|
||||
rating: 5
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user