-
-
+
+
diff --git a/store/README.md b/store/README.md
deleted file mode 100644
index 1972d27..0000000
--- a/store/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# STORE
-
-**This directory is not required, you can delete it if you don't want to use it.**
-
-This directory contains your Vuex Store files.
-Vuex Store option is implemented in the Nuxt.js framework.
-
-Creating a file in this directory automatically activates the option in the framework.
-
-More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).
diff --git a/store/index.js b/store/index.js
deleted file mode 100644
index 2380f27..0000000
--- a/store/index.js
+++ /dev/null
@@ -1,513 +0,0 @@
-import {v4 as uuidv4} from "uuid";
-
-import Shuffle from 'shufflejs'
-
-export const state = () => ({
- aboutMe: [
- "Меня зовут Саша и я занимаюсь фотографией более 10 лет.",
-
- `В Армении недавно, но уже снимаю интерьеры для ведущих дизайн-агенств Еревана: Imageman, Futuristic Agency и многих других.
- Также сотрудничаю с организаторами крупных концертов.
- Люблю снимать мероприятия и интерьеры и имею богатый опыт в этом, но открыт и к другим форматам съемок, по запросу пришлю портфолио и на другие темы.`,
-
- `Подстраиваюсь под любые условия освещения на съемке, для этого специально закупил качественное оборудование.
- Снимаю на Sony a7 III, имею полный парк оптики и свой мобильный студийный свет для создания фотозоны.`,
-
- `Создаю уникальные и привлекательные фотографии интерьеров, а также захватывающие моменты событий и людей.
- Работаю внимательно и тщательно, чтобы каждая фотография была идеальной и передавала атмосферу и эмоции, которые были в момент съемки.
- Работаю на качество: учту все ваши просьбы и пожелания, мне важно видеть довольные лица клиентов!`,
-
- "Выезд от 15 000 драм, пробная экспресс-съемка – по договоренности.",
-
- "Буду рад поработать с вами!",
- ],
-
- contacts: [
- {
- id: uuidv4(),
- name: "Ереван, Армения",
- icon: "map-pin",
- },
- {
- id: uuidv4(),
- name: "contact@alex-sharoff.ru",
- icon: "mail",
- url: "mailto:contact@alex-sharoff.ru"
- },
- {
- id: uuidv4(),
- name: "+374 95 164941",
- icon: "phone",
- url: "tel:+37495164941"
- },
- {
- id: uuidv4(),
- name: "Instagram: @sharoffkot",
- icon: "instagram",
- url: "https://instagram.com/sharoffkot/",
- },
- {
- id: uuidv4(),
- name: "Facebook: @sharoffkot",
- icon: "facebook",
- url: "https://facebook.com/sharoffkot",
- },
- {
- id: uuidv4(),
- name: "Telegram: @sharoffkot",
- icon: "send",
- url: "https://t.me/sharoffkot",
- },
- ],
-
- socialProfiles: [
- {
- id: uuidv4(),
- name: "Instagram",
- icon: "instagram",
- url: "https://instagram.com/sharoffkot/",
- },
- {
- id: uuidv4(),
- name: "Telegram",
- icon: "send",
- url: "https://t.me/sharoffkot",
- },
- {
- id: uuidv4(),
- name: "Facebook",
- icon: "facebook",
- url: "https://facebook.com/sharoffkot",
- },
- ],
-
- categoriesNames:
- {
- [Shuffle.ALL_ITEMS]: "Все проекты",
- interior: "Интерьерная фотография",
- business: "Деловые мероприятия",
- restaurants_clubs: "Рестораны и клубы",
- raves: "Рейвы"
- },
-
- initialCategory: "interior",
- photos: [
- // Interior
- {id: uuidv4(), category: "interior", image: "1 (1).JPG", thumbSize: {w: 400, h: 237}},
- {id: uuidv4(), category: "interior", image: "1 (10).JPG", thumbSize: {w: 400, h: 254}},
- {id: uuidv4(), category: "interior", image: "1 (11).JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "1 (12).JPG", thumbSize: {w: 400, h: 245}},
- {id: uuidv4(), category: "interior", image: "1 (2).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "1 (3).jpg", thumbSize: {w: 400, h: 254}},
- {id: uuidv4(), category: "interior", image: "1 (4).JPG", thumbSize: {w: 400, h: 288}},
- {id: uuidv4(), category: "interior", image: "1 (5).JPG", thumbSize: {w: 400, h: 252}},
- {id: uuidv4(), category: "interior", image: "1 (6).jpg", thumbSize: {w: 400, h: 249}},
- {id: uuidv4(), category: "interior", image: "1 (7).jpg", thumbSize: {w: 400, h: 257}},
- {id: uuidv4(), category: "interior", image: "1 (8).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "1 (9).jpg", thumbSize: {w: 400, h: 247}},
- {id: uuidv4(), category: "interior", image: "2 (1).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "2 (3).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "2 (6).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG00007-HDR.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG01309.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "interior", image: "IMG01325.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG01337.jpg", thumbSize: {w: 400, h: 237}},
- {id: uuidv4(), category: "interior", image: "IMG04836-HDR.jpg", thumbSize: {w: 400, h: 263}},
- {id: uuidv4(), category: "interior", image: "IMG04881-HDR.jpg", thumbSize: {w: 400, h: 259}},
- {id: uuidv4(), category: "interior", image: "IMG04962-HDR.jpg", thumbSize: {w: 400, h: 253}},
- {id: uuidv4(), category: "interior", image: "IMG04965-HDR.jpg", thumbSize: {w: 400, h: 262}},
- {id: uuidv4(), category: "interior", image: "IMG04971-HDR.jpg", thumbSize: {w: 400, h: 258}},
- {id: uuidv4(), category: "interior", image: "IMG05167.jpg", thumbSize: {w: 400, h: 258}},
- {id: uuidv4(), category: "interior", image: "IMG08767.JPG", thumbSize: {w: 400, h: 252}},
- {id: uuidv4(), category: "interior", image: "IMG08772.JPG", thumbSize: {w: 400, h: 230}},
- {id: uuidv4(), category: "interior", image: "IMG08803.JPG", thumbSize: {w: 400, h: 266}},
- {id: uuidv4(), category: "interior", image: "IMG08860.JPG", thumbSize: {w: 400, h: 259}},
- {id: uuidv4(), category: "interior", image: "IMG08869.JPG", thumbSize: {w: 400, h: 253}},
- {id: uuidv4(), category: "interior", image: "IMG08884.JPG", thumbSize: {w: 400, h: 245}},
- {id: uuidv4(), category: "interior", image: "IMG08889.JPG", thumbSize: {w: 400, h: 231}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (1).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (10).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (13).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (13-1).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (13-2).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (15).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (16).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (5).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (6).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (7).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (8).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_05551 (9).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_0937-HDR.jpg", thumbSize: {w: 400, h: 247}},
- {id: uuidv4(), category: "interior", image: "IMG_0940-HDR.jpg", thumbSize: {w: 400, h: 266}},
- {id: uuidv4(), category: "interior", image: "IMG_4900-HDR (1).JPG", thumbSize: {w: 400, h: 257}},
- {id: uuidv4(), category: "interior", image: "IMG_4900-HDR (2).JPG", thumbSize: {w: 400, h: 273}},
- {id: uuidv4(), category: "interior", image: "IMG_4900-HDR (3).JPG", thumbSize: {w: 400, h: 251}},
- {id: uuidv4(), category: "interior", image: "IMG_4900-HDR (4).JPG", thumbSize: {w: 400, h: 228}},
- {id: uuidv4(), category: "interior", image: "IMG_4900-HDR (5).JPG", thumbSize: {w: 400, h: 266}},
- {id: uuidv4(), category: "interior", image: "IMG_4900-HDR (6).JPG", thumbSize: {w: 400, h: 244}},
- {id: uuidv4(), category: "interior", image: "IMG_4926-HDR.JPG", thumbSize: {w: 400, h: 255}},
- {id: uuidv4(), category: "interior", image: "IMG_4929-HDR.JPG", thumbSize: {w: 400, h: 255}},
- {id: uuidv4(), category: "interior", image: "IMG_4953-HDR.JPG", thumbSize: {w: 400, h: 264}},
- {id: uuidv4(), category: "interior", image: "IMG_4989-HDR.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_5013-HDR.JPG", thumbSize: {w: 400, h: 248}},
- {id: uuidv4(), category: "interior", image: "IMG_5548_49_50.jpg", thumbSize: {w: 400, h: 256}},
- {id: uuidv4(), category: "interior", image: "IMG_5551_2_3.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_6828-HDR.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_7273-HDR.JPG", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "interior", image: "IMG_7361-HDR.JPG", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "interior", image: "IMG_7367-HDR.JPG", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "interior", image: "IMG_7369-HDR (1).jpg", thumbSize: {w: 400, h: 279}},
- {id: uuidv4(), category: "interior", image: "IMG_7369-HDR (2).jpg", thumbSize: {w: 400, h: 281}},
- {id: uuidv4(), category: "interior", image: "IMG_7369-HDR (3).jpg", thumbSize: {w: 400, h: 280}},
- {id: uuidv4(), category: "interior", image: "IMG_7369-HDR (5).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "interior", image: "IMG_7369-HDR (6).jpg", thumbSize: {w: 400, h: 271}},
- {id: uuidv4(), category: "interior", image: "IMG_7379-HDR1 (1).jpg", thumbSize: {w: 400, h: 273}},
- {id: uuidv4(), category: "interior", image: "IMG_7379-HDR1 (3).jpg", thumbSize: {w: 400, h: 273}},
- {id: uuidv4(), category: "interior", image: "IMG_7379-HDR1 (4).jpg", thumbSize: {w: 400, h: 265}},
-
- // Business
- {id: uuidv4(), category: "business", image: "IMG02631.jpg", thumbSize: {w: 400, h: 257}},
- {id: uuidv4(), category: "business", image: "IMG02667.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG02710.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG02752.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG02802.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG02973.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "business", image: "IMG03026.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "business", image: "IMG03249.jpg", thumbSize: {w: 400, h: 228}},
- {id: uuidv4(), category: "business", image: "IMG03406.jpg", thumbSize: {w: 400, h: 585}},
- {id: uuidv4(), category: "business", image: "IMG03474.jpg", thumbSize: {w: 400, h: 603}},
- {id: uuidv4(), category: "business", image: "IMG03661.jpg", thumbSize: {w: 400, h: 255}},
- {id: uuidv4(), category: "business", image: "IMG03668.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "business", image: "IMG03669.jpg", thumbSize: {w: 400, h: 259}},
- {id: uuidv4(), category: "business", image: "IMG03694.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG04083.jpg", thumbSize: {w: 400, h: 243}},
- {id: uuidv4(), category: "business", image: "IMG04567.jpg", thumbSize: {w: 400, h: 259}},
- {id: uuidv4(), category: "business", image: "IMG04720.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG04752.jpg", thumbSize: {w: 400, h: 266}},
- {id: uuidv4(), category: "business", image: "IMG04934.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG05121.jpg", thumbSize: {w: 400, h: 592}},
- {id: uuidv4(), category: "business", image: "IMG05230.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG05498.jpg", thumbSize: {w: 400, h: 236}},
- {id: uuidv4(), category: "business", image: "IMG05530.jpg", thumbSize: {w: 400, h: 259}},
- {id: uuidv4(), category: "business", image: "IMG05532.jpg", thumbSize: {w: 400, h: 292}},
- {id: uuidv4(), category: "business", image: "IMG05580.jpg", thumbSize: {w: 400, h: 265}},
- {id: uuidv4(), category: "business", image: "IMG05645.jpg", thumbSize: {w: 400, h: 633}},
- {id: uuidv4(), category: "business", image: "IMG05710.jpg", thumbSize: {w: 400, h: 271}},
- {id: uuidv4(), category: "business", image: "IMG05758.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "business", image: "IMG05784.jpg", thumbSize: {w: 400, h: 257}},
- {id: uuidv4(), category: "business", image: "IMG05873.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG06000.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG06497.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG06533.jpg", thumbSize: {w: 400, h: 269}},
- {id: uuidv4(), category: "business", image: "IMG06723.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG07020.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG07087.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG07875-DeNoiseAI-clear.JPG", thumbSize: {w: 400, h: 253}},
- {id: uuidv4(), category: "business", image: "IMG07913-DeNoiseAI-clear.JPG", thumbSize: {w: 400, h: 282}},
- {id: uuidv4(), category: "business", image: "IMG08010-DeNoiseAI-clear.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG09952.jpg", thumbSize: {w: 400, h: 618}},
- {id: uuidv4(), category: "business", image: "IMG_7256.JPG", thumbSize: {w: 400, h: 247}},
- {id: uuidv4(), category: "business", image: "IMG_7271.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG_7298.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG_7318.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG_7374.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG_7390.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG_9265.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG_9287.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "business", image: "IMG_9343.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG_9344.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "IMG_9992.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "MG_7611(1).jpg", thumbSize: {w: 400, h: 615}},
- {id: uuidv4(), category: "business", image: "test.jpg", thumbSize: {w: 400, h: 257}},
- {id: uuidv4(), category: "business", image: "zIMG_9990jpg (2).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "business", image: "zIMG_9991jpg (1).jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "business", image: "zIMG_9992.jpg", thumbSize: {w: 400, h: 600}},
-
- // Restaurants & clubs
- {id: uuidv4(), category: "restaurants_clubs", image: "10SAzl9GuaY.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "6SzcuQPjGpA.jpg", thumbSize: {w: 400, h: 601}},
- {id: uuidv4(), category: "restaurants_clubs", image: "7sxMsZiy_gA.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "restaurants_clubs", image: "CcjfEZlXlbQ.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "FwF0jv7ILV4.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG00831-clear_1.jpg", thumbSize: {w: 400, h: 260}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG00834-clear_1.jpg", thumbSize: {w: 400, h: 261}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG00980-clear_1.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG01112-clear_1.jpg", thumbSize: {w: 400, h: 604}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG01350-clear_1.jpg", thumbSize: {w: 400, h: 263}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG01554-clear_1.jpg", thumbSize: {w: 400, h: 556}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG01759-clear_1.jpg", thumbSize: {w: 400, h: 266}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG01920-clear_1.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG02034-clear_1.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_10035.JPG", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_10186.JPG", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_5560.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_5847.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_5869.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_6452.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_7811_1.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_7878.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_7962.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_9695.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_9713.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_9719.JPG", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "restaurants_clubs", image: "IMG_9886.JPG", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "restaurants_clubs", image: "LbikiOKqO-E.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "MOwi54BLavs.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "Okgn6ZVi_W8.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "TNqcEn2EMBk.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "UvMGbG1Ini0.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "W2kvC8SVqTA.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "aOUt_ctuK40.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "restaurants_clubs", image: "hHVwcjRI1K0.jpg", thumbSize: {w: 400, h: 247}},
- {id: uuidv4(), category: "restaurants_clubs", image: "hkttF1L2Yc4.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "lEWJaijTrsY.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "nJqRmfPnGdk.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "restaurants_clubs", image: "pybUOIwARfs.jpg", thumbSize: {w: 400, h: 263}},
- {id: uuidv4(), category: "restaurants_clubs", image: "t2QG4YviQo4.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "v04Qt_nI4_I.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "restaurants_clubs", image: "weCJouLIOp8.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "restaurants_clubs", image: "wmEdMZ3F6g.jpg", thumbSize: {w: 400, h: 267}},
-
- // Raves
- {id: uuidv4(), category: "raves", image: "0HbREBnZlCs.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "2rh2cloTFMk.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "3V6U_yNwmLI.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "46.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "4ZDWR_Ikou8.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "59.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "77-1.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "7dzJAVrXo9M.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "9lxNIkrbktQ.jpg", thumbSize: {w: 400, h: 164}},
- {id: uuidv4(), category: "raves", image: "ADeGrJPxCVY.jpg", thumbSize: {w: 400, h: 239}},
- {id: uuidv4(), category: "raves", image: "B0_4n6eNn7w.jpg", thumbSize: {w: 400, h: 249}},
- {id: uuidv4(), category: "raves", image: "BpycrEfCk7w.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "BzoXaGKggJM.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "CNUYqFCl0ZM.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "CV2qffqQAeI.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "E7n3CUwSHPA.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "EjJhimwmbvE.jpg", thumbSize: {w: 400, h: 246}},
- {id: uuidv4(), category: "raves", image: "IMG00704.jpg", thumbSize: {w: 400, h: 268}},
- {id: uuidv4(), category: "raves", image: "IMG07701.jpg", thumbSize: {w: 400, h: 263}},
- {id: uuidv4(), category: "raves", image: "IMG07971.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG08130.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG08138.jpg", thumbSize: {w: 400, h: 273}},
- {id: uuidv4(), category: "raves", image: "IMG_0969.JPG", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_1019.JPG", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "raves", image: "IMG_1076_1.JPG", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_1168.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_2446.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_2453.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_2454 (2).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_2457.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_2463.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_2524.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_2580.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_2602.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_2767.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_2895.JPG", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_2923_1.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_2996.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_3104.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_3163.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_4280.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_4400_1.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_4413.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_4443.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_4544.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_4577.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_4671.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_4687.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_4757.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_4808.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_4869.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_4951.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_5066.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_5371.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "raves", image: "IMG_5440.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_5484.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_5847.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_5869.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_6284.jpg", thumbSize: {w: 400, h: 231}},
- {id: uuidv4(), category: "raves", image: "IMG_6464.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_7776.jpg", thumbSize: {w: 400, h: 258}},
- {id: uuidv4(), category: "raves", image: "IMG_7789.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_7952.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_8009.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_8397.jpg", thumbSize: {w: 400, h: 265}},
- {id: uuidv4(), category: "raves", image: "IMG_8445.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_8466.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_8541.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_8551.jpg", thumbSize: {w: 400, h: 262}},
- {id: uuidv4(), category: "raves", image: "IMG_8597.jpg", thumbSize: {w: 400, h: 253}},
- {id: uuidv4(), category: "raves", image: "IMG_8614.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "raves", image: "IMG_8637 (2).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_8780.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_8879.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9081.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_9093.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9164.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9191.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9296.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9307.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9334.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9353.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9509.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9536.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "raves", image: "IMG_9545.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9566.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9579.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9587.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9589.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9595.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9599.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9605.jpg", thumbSize: {w: 400, h: 264}},
- {id: uuidv4(), category: "raves", image: "IMG_9616.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9646(1).jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9652.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9708.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_9721.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9755.JPG", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9767.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_9774.JPG", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_9777.JPG", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_9868.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_9938.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9973.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "IMG_9988.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "IMG_9991(1).jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "JHH34nU9c80.jpg", thumbSize: {w: 400, h: 251}},
- {id: uuidv4(), category: "raves", image: "JnMFlv6zqg8.jpg", thumbSize: {w: 400, h: 250}},
- {id: uuidv4(), category: "raves", image: "Jsh_d2ry4CI.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "KVcEQvKneLw.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "LlGvNp-cfoI.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "M_3zBny_rNY.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "NRLeJf2izUg.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "raves", image: "Nq4XKkBIxqw.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "R2MTJXPE-as.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "SPoFXaBMofE.jpg", thumbSize: {w: 400, h: 233}},
- {id: uuidv4(), category: "raves", image: "TqFOsPWjSNM.jpg", thumbSize: {w: 400, h: 236}},
- {id: uuidv4(), category: "raves", image: "UQ2-7iYntu4.jpg", thumbSize: {w: 400, h: 240}},
- {id: uuidv4(), category: "raves", image: "V3TA68kb8Gs.jpg", thumbSize: {w: 400, h: 254}},
- {id: uuidv4(), category: "raves", image: "W1h6f0bE4os.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "WfpJB3-ceYY.jpg", thumbSize: {w: 400, h: 250}},
- {id: uuidv4(), category: "raves", image: "WqT1PVF58XE.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "WsP0HcQCHIY.jpg", thumbSize: {w: 400, h: 235}},
- {id: uuidv4(), category: "raves", image: "Xqz_oVOsqoI.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "ayvwLhVVBPo.jpg", thumbSize: {w: 400, h: 255}},
- {id: uuidv4(), category: "raves", image: "bKCjSarPSbQ.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "b_lNg-Wk2A.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "dX-qWZfR1bQ.jpg", thumbSize: {w: 400, h: 261}},
- {id: uuidv4(), category: "raves", image: "dgeFELqjo-4.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "e17dEPpWcZE.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "et1UQsxRnHY.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "fCHK6G7GTvw.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "img_8042.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "img_8279.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "img_8292.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "img_8421.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "jksvCRKXsQ0.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "kl5Jh-27mwA.jpg", thumbSize: {w: 400, h: 230}},
- {id: uuidv4(), category: "raves", image: "nI9OvYbR6L4.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "nsLE1UccbyE.jpg", thumbSize: {w: 400, h: 242}},
- {id: uuidv4(), category: "raves", image: "oqffP2kZiCg.jpg", thumbSize: {w: 400, h: 400}},
- {id: uuidv4(), category: "raves", image: "p5kbI2TA_WY.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "q2edAQz44U.jpg", thumbSize: {w: 400, h: 257}},
- {id: uuidv4(), category: "raves", image: "q9rC6-6EWeI.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "qUaS1nWKEQI.jpg", thumbSize: {w: 400, h: 225}},
- {id: uuidv4(), category: "raves", image: "tWmOM46ZbLE.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "ucV5Vmen05g.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "raves", image: "vl3ljKFEpls.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "wpC8wVRj_HQ.jpg", thumbSize: {w: 400, h: 267}},
- {id: uuidv4(), category: "raves", image: "yizd-z6TVTU.jpg", thumbSize: {w: 400, h: 600}},
- {id: uuidv4(), category: "raves", image: "zEfjP8n-HnM.jpg", thumbSize: {w: 400, h: 267}},
-
- ],
-
- // Other
- projectsHeading: "Projects Portfolio",
- projectsDescription: "Some of the projects I have successfully completed",
- clientsHeading: "Бренды, с которыми я сотрудничал",
- clients: [
- {
- id: uuidv4(),
- title: "Европейская медиагруппа",
- img: "/brands/emg.svg",
- url: "https://emg.fm/"
- },
- {
- id: uuidv4(),
- title: "ПМЭФ",
- img: "/brands/forumspb.svg",
- url: "https://forumspb.com/archive/2022/outcomes-of-spief/"
- },
- {
- id: uuidv4(),
- title: "Geometria",
- img: "/brands/geometria.svg",
- url: "https://geometria.ru/spb/"
- },
- {
- id: uuidv4(),
- title: "РВИО",
- img: "/brands/rvio.svg",
- url: "https://rvio.histrf.ru/"
- },
- {
- id: uuidv4(),
- title: "VK",
- img: "/brands/vk.svg",
- url: "https://vk.com/"
- },
- {
- id: uuidv4(),
- title: "Радио Зенит",
- img: "/brands/zenit-radio.png",
- url: "https://www.radiozenit.ru/"
- },
- {
- id: uuidv4(),
- title: "Газпром-Медиа",
- img: "/brands/gazprom-media.svg",
- url: "https://www.gazprom-media.com/ru"
- },
- {
- id: uuidv4(),
- title: "ТНТ",
- img: "/brands/tnt.webp",
- url: "https://tnt-online.ru/"
- },
- {
- id: uuidv4(),
- title: "Imageman",
- img: "/brands/imageman.svg",
- url: "https://imagemanstudio.com/"
- },
- {
- id: uuidv4(),
- title: "Futuris Architects",
- img: "/brands/futuris.svg",
- url: "https://futurisarchitects.com/"
- },
- ],
-
- isMobileMenuOpened: false
-});
-
-export const getters = {
- favoritePhotos: (state) => {
- return state.photos.filter((photo) => photo.isFavorite === true);
- },
-
- showcasePhotos: (state) => (category) => {
- return state.photos.filter(
- (photo) => photo.category === category && photo.isShowcase === true);
- }
-};
-
-export const mutations = {
- toggleMobileMenu(state, isOpen) {
- state.isMobileMenuOpened = isOpen ?? !state.isMobileMenuOpened;
- },
-};
-
-export const actions = {};
diff --git a/tailwind.config.js b/tailwind.config.js
index bdaf608..b56f57f 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,14 +1,9 @@
const colors = require("tailwindcss/colors");
module.exports = {
- mode: 'jit',
-
- purge: [
- "./components/**/*.{vue,js}",
- "./layouts/**/*.vue",
- "./pages/**/*.vue",
- "./plugins/**/*.{js,ts}",
- "./nuxt.config.{js,ts}",
+ content: [
+ "./index.html",
+ "./src/**/*.{vue,js,ts,jsx,tsx}",
],
darkMode: "class",
theme: {
diff --git a/vite.config.js b/vite.config.js
new file mode 100644
index 0000000..b40ec14
--- /dev/null
+++ b/vite.config.js
@@ -0,0 +1,16 @@
+import { fileURLToPath, URL } from 'node:url'
+
+import { defineConfig } from 'vite'
+import vue from '@vitejs/plugin-vue'
+
+// https://vitejs.dev/config/
+export default defineConfig({
+ plugins: [
+ vue(),
+ ],
+ resolve: {
+ alias: {
+ '@': fileURLToPath(new URL('./src', import.meta.url)),
+ }
+ }
+})