about team upd
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 70 KiB |
@@ -128,8 +128,25 @@ export default function AboutTeam() {
|
||||
<div className="mt-auto space-y-[1.667vw] max-md:space-y-[3.333vw]">
|
||||
<span className="line1 md:max-lg:text-[12.5vw]">3</span>
|
||||
<h3 className="headline2">
|
||||
3 проджект-менеджера руководят и улучшают проекты
|
||||
3 проджект-менеджера <br /> руководят и улучшают проекты
|
||||
</h3>
|
||||
<div className="lg:absolute bottom-0 right-0 w-full h-full max-lg:hidden">
|
||||
<img
|
||||
className="absolute right-[1.667vw] top-[1.667vw] lg:size-[3.333vw]"
|
||||
src="/img/pages/about/team/PMs/Sm.png"
|
||||
alt=""
|
||||
/>
|
||||
<img
|
||||
className="absolute right-[4.236vw] bottom-[9.1vw] lg:size-[5.208vw]"
|
||||
src="/img/pages/about/team/PMs/Md.png"
|
||||
alt=""
|
||||
/>
|
||||
<img
|
||||
className="absolute right-[7.639vw] bottom-[1.667vw] lg:size-[8.611vw]"
|
||||
src="/img/pages/about/team/PMs/Lg.png"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</motion.div>
|
||||
<motion.div
|
||||
@@ -192,15 +209,15 @@ export default function AboutTeam() {
|
||||
md:max-lg:w-[59.375vw] md:max-lg:rounded-[2.083vw] md:max-lg:p-[4.167vw] max-md:rounded-[4.444vw] max-md:w-full max-md:h-[74.444vw] max-md:relative max-md:p-[4.444vw]"
|
||||
>
|
||||
<div className="mt-auto space-y-[0.833vw] max-md:space-y-[3.333vw] max-md:w-full">
|
||||
<span className="line1 md:max-lg:text-[12.5vw]">4</span>
|
||||
<span className="line1 md:max-lg:text-[12.5vw]">5</span>
|
||||
<h3 className="headline2">
|
||||
сотрудника <br /> в отделе дизайна
|
||||
сотрудников <br /> в отделе дизайна
|
||||
</h3>
|
||||
</div>
|
||||
<img
|
||||
src={"/img/pages/about/team/designers.png"}
|
||||
alt=""
|
||||
className="h-full max-md:w-[61.111vw] max-md:h-[46.111vw] max-md:absolute max-md:top-[4.444vw] max-md:right-[4.444vw]"
|
||||
className="h-full max-md:h-[56.111vw] max-md:absolute max-md:top-[4.444vw] max-md:right-[4.444vw]"
|
||||
/>
|
||||
</div>
|
||||
<img
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { postTags } from "@/consts/postTags";
|
||||
import { postTags } from "@/consts/PostTags";
|
||||
import { projectsTags } from "@/consts/projectsTags";
|
||||
import { usePathname, useRouter, useSearchParams } from "next/navigation";
|
||||
import { useEffect, useMemo, useRef, useState } from "react";
|
||||
|
||||