update console ad for status

This commit is contained in:
Barry Gitarts 2018-08-08 11:34:57 -04:00
parent 3cde042a2e
commit f06d4d62ca
1 changed files with 25 additions and 25 deletions

View File

@ -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;'
); );
} }