landing add images opportunities
This commit is contained in:
parent
9909101660
commit
1d9a47def4
BIN
src/assets/images/landing/reportingSystem.webp
Normal file
BIN
src/assets/images/landing/reportingSystem.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/assets/images/landing/searchIT.webp
Normal file
BIN
src/assets/images/landing/searchIT.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
src/assets/images/landing/systemControlGit.webp
Normal file
BIN
src/assets/images/landing/systemControlGit.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
src/assets/images/landing/taskManagement.webp
Normal file
BIN
src/assets/images/landing/taskManagement.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
@ -13,6 +13,10 @@ import clue from "assets/icons/landingClue.svg";
|
||||
import tracker from "assets/icons/landingTracker.svg";
|
||||
import codeBg from "assets/images/landing/backgroundCode.webp";
|
||||
import cat from "assets/images/landing/landingCat.webp";
|
||||
import reportingSystem from "assets/images/landing/reportingSystem.webp";
|
||||
import searchIT from "assets/images/landing/searchIT.webp";
|
||||
import systemControlGit from "assets/images/landing/systemControlGit.webp";
|
||||
import taskManagement from "assets/images/landing/taskManagement.webp";
|
||||
|
||||
import "./landing.scss";
|
||||
|
||||
@ -29,22 +33,22 @@ export const Landing = () => {
|
||||
{
|
||||
name: "<span>Найти</span> работу <br/> в IT",
|
||||
path: "/stack",
|
||||
img: cat
|
||||
img: searchIT
|
||||
},
|
||||
{
|
||||
name: "<span>Система</span> контроля версий GIT",
|
||||
path: "/stack",
|
||||
img: cat
|
||||
img: systemControlGit
|
||||
},
|
||||
{
|
||||
name: "<span>Управление</span> задачами",
|
||||
path: "/landing-tracker",
|
||||
img: cat
|
||||
img: taskManagement
|
||||
},
|
||||
{
|
||||
name: "<span>Система</span> для отчётности",
|
||||
path: "/stack",
|
||||
img: cat
|
||||
img: reportingSystem
|
||||
},
|
||||
{
|
||||
name: "Все наши предложения",
|
||||
|
Loading…
Reference in New Issue
Block a user