mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:55:06 +03:00
Game dev > games, + devops, <i>you<i>, added 'smart contracts'
This commit is contained in:
parent
d59a5872da
commit
833b6ee186
1 changed files with 4 additions and 2 deletions
|
@ -158,14 +158,16 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
var words = [
|
var words = [
|
||||||
'web',
|
'web',
|
||||||
'web3',
|
'web3',
|
||||||
'games',
|
'game dev',
|
||||||
'AI',
|
'AI',
|
||||||
'automation',
|
'automation',
|
||||||
'data',
|
'data',
|
||||||
'ML',
|
'ML',
|
||||||
|
'devops',
|
||||||
|
'smart contracts',
|
||||||
'creating',
|
'creating',
|
||||||
'everything',
|
'everything',
|
||||||
'you'
|
'<i>you<i>'
|
||||||
],
|
],
|
||||||
el = document.querySelector('.verb'),
|
el = document.querySelector('.verb'),
|
||||||
currentIndex,
|
currentIndex,
|
||||||
|
|
Loading…
Reference in a new issue