diff --git a/README.md b/README.md index ef8ea95..6666211 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,10 @@ RandomRizz is where you can get those pickup lines, and even potentially snatch - Scripted the theme switcher - Did most of the HTML - Also has a YouTube channel [(Right Here)](https://youtube.com/@syntax.error.history.) + +### SprintingSnail +- Helping with CSS/HTML +- Has rizz +- Can rizz you up +- Will rizz you up +# RIZZ diff --git a/audio/rizz.mp3 b/audio/rizz.mp3 new file mode 100644 index 0000000..b549f60 Binary files /dev/null and b/audio/rizz.mp3 differ diff --git a/index.html b/index.html index 906e5f5..3ad506a 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@

Rizz will appear here!



- +

diff --git a/main.js b/main.js index 0ece8c0..4645700 100644 --- a/main.js +++ b/main.js @@ -1,11 +1,13 @@ const rizzData = { "illegal_rizz": "Your in your bed, I am in mine. \n One of us is in the wrong place.", - "awesome_rizz": "Before I came there was no d in you. That will change.", + "awesome_rizz": "Before I came there was no D in you. That will change.", "arab_rizz": "Do you want to make some twin towers?", "evil_rizz": "Are you a crime scene? \n Because I can't resist leaving my DNA all over you.", "legal_rizz": "Are you an artist? \n Because you're really good at drawing me in ;)", + "adam_rizz": "Are you food? \n Because I'm going to fanum tax you.", "other_rizz": "Are you a light switch? \n Because you turn me on!!" }; +//Adam I personally would not take that amount of disrespect ;)// function getRizz(type) { switch (type) { @@ -16,14 +18,17 @@ function getRizz(type) { window.alert(rizzData.awesome_rizz); break; case 'arab_rizz': - window.alert(rizzData.arab_rizz); - break; + window.alert(rizzData.arab_rizz); + break; case 'evil_rizz': window.alert(rizzData.evil_rizz); break; case 'legal_rizz': window.alert(rizzData.legal_rizz); break; + case 'adam_rizz': + window.alert(rizzData.adam_rizz); + break; case 'other_rizz': window.alert(rizzData.other_rizz); break; @@ -72,12 +77,16 @@ function randomRizzler() { document.getElementById('randomrizz').textContent = 'If you were a vegetable, you\'d be a CUTEcumber!' break; case 9: - document.getElementById('randomrizz').textContent = 'Are you a bank loan? Because you have got my intrest!' + document.getElementById('randomrizz').textContent = 'Are you a bank loan? Because you have got my interest!' break; case 10: document.getElementById('randomrizz').textContent = 'Are you a camera? Because every time I look at you, I smile.' break; case 11: document.getElementById('randomrizz').textContent = 'Are you a dictionary? Cause you\'re adding meaning to my life.' + break; + case 12: + document.getElementById('randomrizz').textContent = 'Are you food? Because I\'m going to fanum tax you.' + break; } } \ No newline at end of file