diff --git a/src/assets/team/clarissa.jpg b/src/assets/team/clarissa.jpg new file mode 100644 index 00000000..6ecdbeb8 Binary files /dev/null and b/src/assets/team/clarissa.jpg differ diff --git a/src/assets/team/clarissa.webp b/src/assets/team/clarissa.webp new file mode 100644 index 00000000..a954d86d Binary files /dev/null and b/src/assets/team/clarissa.webp differ diff --git a/src/components/elements/GalleryComponent.vue b/src/components/elements/GalleryComponent.vue index 032e1547..258a2901 100644 --- a/src/components/elements/GalleryComponent.vue +++ b/src/components/elements/GalleryComponent.vue @@ -6,7 +6,8 @@
@@ -14,13 +15,26 @@
+ +
+ + Reckless Card Loading + +
diff --git a/src/views/About/WhitepaperPage.vue b/src/views/About/WhitepaperPage.vue new file mode 100644 index 00000000..32def14c --- /dev/null +++ b/src/views/About/WhitepaperPage.vue @@ -0,0 +1,181 @@ + + + diff --git a/src/views/GalleryPage.vue b/src/views/GalleryPage.vue index 6702f8be..679a8ef8 100644 --- a/src/views/GalleryPage.vue +++ b/src/views/GalleryPage.vue @@ -1,110 +1,133 @@ diff --git a/tailwind.config.js b/tailwind.config.js index 17d0c347..c83cf102 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -24,6 +24,10 @@ module.exports = { header: ["8px 8px 3px rgba(0, 0, 0, 0.25)"], glowTeal: ["0px 0px 24px #40C1C7"], glowCCYellow: ["0px 0px 24px #FEC560"], + glowCCRed: ["0px 0px 24px rgba(216, 32, 39, 0.90)"], + glowCCBlue: ["0px 0px 24px rgba(39, 32, 216, 0.90)"], + glowCCGreen: ["0px 0px 24px rgba(32, 216, 39, 0.90)"], + glowCCPurple: ["0px 0px 24px rgba(216, 32, 216, 0.90)"], }, }, },