feat: update camouflage store photography work
Some checks failed
Docker / build-and-push-image (push) Failing after 37s
Some checks failed
Docker / build-and-push-image (push) Failing after 37s
This commit is contained in:
parent
5c32eca77a
commit
8cf6c567b8
9 changed files with 111 additions and 92 deletions
|
@ -22,7 +22,7 @@ const { items } = Astro.props as Props;
|
|||
<Image
|
||||
src={item.src}
|
||||
alt={item.alt}
|
||||
loading="eager"
|
||||
loading="lazy"
|
||||
class="mt-0 mb-0 h-full max-h-[90svh] w-full object-cover"
|
||||
/>
|
||||
)}
|
||||
|
|
|
@ -55,7 +55,6 @@ const projects = defineCollection({
|
|||
categories: z.array(z.string()),
|
||||
featured: z.boolean().optional(),
|
||||
collection: z.boolean().optional(),
|
||||
rank: z.number().positive().optional(),
|
||||
})
|
||||
.merge(rssSchema),
|
||||
});
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
After Width: | Height: | Size: 907 KiB |
BIN
src/content/projects/camouflage-store/DSC_0520E.jpg
Normal file
BIN
src/content/projects/camouflage-store/DSC_0520E.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 252 KiB |
BIN
src/content/projects/camouflage-store/DSC_0641E.jpg
Normal file
BIN
src/content/projects/camouflage-store/DSC_0641E.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
|
@ -12,9 +12,15 @@ image:
|
|||
tags: ["ecommerce", "shopify", "docker"]
|
||||
categories: ["client work"]
|
||||
featured: true
|
||||
rank: 1
|
||||
---
|
||||
|
||||
import Gallery from "@components/Gallery.astro";
|
||||
|
||||
import image1 from "498716393_18281280967255851_1966890370925725070_n.jpg";
|
||||
import image2 from "DSC_0641E.jpg";
|
||||
import image3 from "DSC_0520E.jpg";
|
||||
import image4 from "116910844_2747434862158229_7956040150195574201_n.jpeg";
|
||||
|
||||
My role has me in charge of managing an [ecommerce store](https://camouflagestore.uk/) in addition to creating, editing, and publishing informational YouTube and social media content for a family run outdoors store. This includes the redesign shown below but also any maintenance and general upkeep of the site and all related systems.
|
||||
|
||||
## YouTube content
|
||||
|
@ -41,9 +47,23 @@ Here's a look at the prior site as it was the day we switched over to using the
|
|||
|
||||

|
||||
|
||||
Many of the product images included on the site were taken by myself specifically for the Camouflage Store. These are often necessary as many promotional images we are provided have a resultion too low to make out any important details in the material or specificities of each item.
|
||||
|
||||
<Gallery
|
||||
items={[
|
||||
{ src: image1, alt: "Altberg summer selection photoshoot variant 2" },
|
||||
{
|
||||
src: image2,
|
||||
alt: "Altberg Jungle Panama Classic MK2 (Camouflage Exclusive)",
|
||||
},
|
||||
{ src: image3, alt: "SOLO Tactical Alpha Shirt" },
|
||||
{ src: image4, alt: "Altberg summer selection photoshoot variant 2" },
|
||||
]}
|
||||
/>
|
||||
|
||||
## Branding
|
||||
|
||||
Along with the switch of platform, we came to the decision that the domain and overall branding would need to be updated to to go along with the rest of the work being done. I felt it was important however that the original red colour of `#dd3e3e` was kept as it was a key part of the brand from all the way back in 2007.
|
||||
Along with the switch of platform, we came to the decision that the domain and overall branding would need to be updated to to go along with the rest of the work being done. I felt it was important however that the original red colour of <span class="bg-[#dd3e3e] rounded-sm p-0.5 text-black dark:text-white">#dd3e3e</span> was kept as it was a key part of the brand from all the way back in 2007.
|
||||
|
||||
For the domain, we have gone with [camouflagestore.uk](https://camouflagestore.uk) (and its equavalent .co.uk tld). This was chosen as the location of the store is a key factor in its identity, and having this represented from the get-go meant a lot to the client. The legacy domain of [camouflage-store.com](https://camouflage-store.com) has also been kept since it has also been with Steve since 2007 and holds significant personal value.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue