update console ad for status
This commit is contained in:
parent
3cde042a2e
commit
f06d4d62ca
|
@ -3,31 +3,31 @@
|
||||||
export default function consoleAdvertisement() {
|
export default function consoleAdvertisement() {
|
||||||
console.log(
|
console.log(
|
||||||
`%c
|
`%c
|
||||||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
┃ ┃
|
┃ ┃
|
||||||
┃ ,:;;;;;;;;;;;, ┃
|
┃ ;;;;;;;;;;;;;;;; ┃
|
||||||
┃ ;;;;;;;;;;;;;;;;;;;;; ┃
|
┃ .;;;;;;;;;;;;;;;;;;; ┃
|
||||||
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;, ┃
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;. ┃
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
┃ ;;;;;;;;;;'';;;;;;;;;'';;;;;;;;;; ┃
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
┃ .;;;;;;;;: ;;;;; :;;;;;;;; ┃
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
┃ ;;;;;;;: ' ;;;;;;;; _ _ _ _ _ ┃
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; _ _ _ _ _ ┃
|
||||||
┃ ;;;;;;; ;;;; ;;;; ;;;;;;: | | (_) | | | | | | ┃
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | | (_) | | | | | | ┃
|
||||||
┃ ';;;;;;; ;;;;;;;; ;;;;;;;; ;;;;;;; | | ___ _ _ __ | | | |___| | ┃
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | | ___ _ _ __ | | | |___| | ┃
|
||||||
┃ :;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; _ | |/ _ \\| | '_ \\ | | | / __| | ┃
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;: _ | |/ _ \\| | '_ \\ | | | / __| | ┃
|
||||||
┃ ,;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |__| | (_) | | | | | | |__| \\__ \\_| ┃
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;; | |__| | (_) | | | | | | |__| \\__ \\_| ┃
|
||||||
┃ ;;;;;;;;;;;; ;;;;;;;;; ;;;;;;;;;;;; \\____/ \\___/|_|_| |_| \\____/|___(_) ┃
|
┃ \\____/ \\___/|_|_| |_| \\____/|___(_) ┃
|
||||||
┃ ;;;;;;;;;;;; ;;;;; ;;;;;;;;;;;, ┃
|
|
||||||
┃ ;;;;;;;;;;;;: :;;;;;;;;;;;; https://about.mycrypto.com/jobs ┃
|
|
||||||
┃ ;;;;;;;;;;;;;: :;;;;;;;;;;;;; ┃
|
|
||||||
┃ ;;;;;;;;;;;;;;: :;;;;;;;;;;;;;; ┃
|
|
||||||
┃ ';;;;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
|
||||||
┃ ';;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
|
||||||
┃ ';;;;;;;;;;;;;;;;;;;' ┃
|
|
||||||
┃ :;;;;;;;;;: ┃
|
|
||||||
┃ ┃
|
┃ ┃
|
||||||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
┃ ;;;;;;;;;;;;;;;;;:;;;;;; https://status.im/open-positions.html ┃
|
||||||
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
|
┃ ;;;;;;;;;;;;;;;;;;;;;;;;;; ┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
`,
|
`,
|
||||||
'background: #163151; color: #FFF;'
|
'background: #4957B8; color: #FFF;'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue