diff options
| author | s1n <[email protected]> | 2019-11-10 21:49:04 -0800 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-11-10 21:49:04 -0800 |
| commit | 9ada0d75bc6cd3fbb61dda2eff4dec3a19303c17 (patch) | |
| tree | ab486f418b8e1b13752eab48fba1df52ae550ae3 | |
| parent | remove controls (diff) | |
| download | s1n.pw-admin-9ada0d75bc6cd3fbb61dda2eff4dec3a19303c17.tar.xz s1n.pw-admin-9ada0d75bc6cd3fbb61dda2eff4dec3a19303c17.zip | |
change up site
| -rw-r--r-- | s1nprv.club/assets/javascript/app.js | 7 | ||||
| -rw-r--r-- | s1nprv.club/assets/javascript/portfolio.js | 32 | ||||
| -rw-r--r-- | s1nprv.club/index.html | 2 |
3 files changed, 38 insertions, 3 deletions
diff --git a/s1nprv.club/assets/javascript/app.js b/s1nprv.club/assets/javascript/app.js index df14d92..8fa0b78 100644 --- a/s1nprv.club/assets/javascript/app.js +++ b/s1nprv.club/assets/javascript/app.js @@ -9,12 +9,15 @@ var _app = function () { this.shouldIgnoreVideo = false; this.effects = ["bounce", "flash", "pulse", "rubberBand", "shake", "swing", "tada", "wobble", "jello"]; this.brandDescription = [ + "grinchy boys", "11 years old kids team", "pro roblox players", "xane ddosers", "trashtalkers", - "esoterik fanboys", - "hack vs hack team" + "zuhn fanboys", + "hack vs hack noobs", + "paste lords", + "baimware users" ]; this.titleChanger = function (text, delay) { diff --git a/s1nprv.club/assets/javascript/portfolio.js b/s1nprv.club/assets/javascript/portfolio.js index 4babc57..a0966e8 100644 --- a/s1nprv.club/assets/javascript/portfolio.js +++ b/s1nprv.club/assets/javascript/portfolio.js @@ -59,7 +59,37 @@ { name: 'v2', link: 'egirlspit' - } + }, + + { + name: '\ ', + link: 'egirlspit' + }, + + { + name: 'buy', + link: 'egirlspit' + }, + + { + name: 'from', + link: 'egirlspit' + }, + + { + name: 's1n#1337', + link: 'egirlspit' + }, + + { + name: 'on', + link: 'egirlspit' + }, + + { + name: 'discord', + link: 'egirlspit' + }, ]; for (var i in links) { diff --git a/s1nprv.club/index.html b/s1nprv.club/index.html index f28a928..9a9e5a3 100644 --- a/s1nprv.club/index.html +++ b/s1nprv.club/index.html @@ -72,9 +72,11 @@ <i><a class="skip">skip intro</a></i> </div> + <!-- <div class="footer"> <i><a href="https://discordapp.com/invite/s1nprv" target="_BLANK">Discord server</a></i> </div> + --> <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css"> <link rel="stylesheet" type="text/css" href="/s1nprv.club/assets/stylesheets/stylesheet.css"> |