Skip to content

Commit 50b1f96

Browse files
committed
image
1 parent f9e35ba commit 50b1f96

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/assets/img/floatWindow.gif

3.73 MB
Loading

src/assets/svg/.DS_Store

-2 KB
Binary file not shown.

src/assets/svg/about/.DS_Store

-2 KB
Binary file not shown.
3.73 MB
Loading

src/theme/images.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import pinkMan from '../assets/svg/about/avatarPinkMan.svg'
66
import purpleMan from '../assets/svg/about/avatarPurpleMan.svg'
77
import redMan from '../assets/svg/about/avatarRedMan.svg'
88
import yellowMan from '../assets/svg/about/avatarYellowMan.svg'
9-
9+
import floater from '../assets/svg/about/floatWindow.gif'
1010

1111

1212
import contactsBlue from '../assets/svg/contacts/contactsBlue.svg'
@@ -21,5 +21,5 @@ import contactsYellow from '../assets/svg/contacts/contactsYellow.svg'
2121

2222
export {
2323
blueMan, bwMan, greenMan, techMan, pinkMan, purpleMan, redMan, yellowMan, contactsBlue, contactsBlack,
24-
contactsGreen, contactsOrange, contactsPink, contactsPurple, contactsRed, contactsYellow
24+
contactsGreen, contactsOrange, contactsPink, contactsPurple, contactsRed, contactsYellow, floater
2525
}

src/theme/theme.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import {
33
blueMan, bwMan, greenMan, techMan, pinkMan, purpleMan, redMan, yellowMan, eduBlue, eduBlack, eduGreen, eduOrange, eduPink, eduPurple, eduRed, eduYellow,
44
expBlue, expBlack, expGreen, expOrange, expPink, expPurple, expRed, expYellow, contactsBlue, contactsBlack,
5-
contactsGreen, contactsOrange, contactsPink, contactsPurple, contactsRed, contactsYellow
5+
contactsGreen, contactsOrange, contactsPink, contactsPurple, contactsRed, contactsYellow, floater
66
} from './images'
77

88

@@ -173,8 +173,8 @@ export const orangeThemeLight = {
173173
tertiary80: '#212121cc',
174174
tertiary70: '#212121b3',
175175
tertiary50: '#21212180',
176-
aboutimg1: techMan,
177-
aboutimg2: techMan,
176+
aboutimg1: floater,
177+
aboutimg2: floater,
178178
contactsimg: contactsOrange
179179
}
180180
export const orangeThemeDark = {
@@ -192,8 +192,8 @@ export const orangeThemeDark = {
192192
tertiary80: '#eaeaeacc',
193193
tertiary70: '#eaeaeab3',
194194
tertiary50: '#eaeaea80',
195-
aboutimg1: techMan,
196-
aboutimg2: techMan,
195+
aboutimg1: floater,
196+
aboutimg2: floater,
197197
contactsimg: contactsOrange
198198
}
199199
export const purpleThemeLight = {

0 commit comments

Comments
 (0)