Are you sure? Maybe you're detecting an accent, or some speech idiosyncracy... In fact, there's no real conclusive evidence of gay mean sounding very different...
+
+
+
+
Are you sure?
+
+
+
+
Are you sure?
+
+
+
+
Are you sure?
+
+
+
+
Are you sure?
+
+
+
+
Are you sure?
+
+
+
+
+
+
diff --git a/Is_He_Gay.js b/Is_He_Gay.js
new file mode 100644
index 0000000..7676f3a
--- /dev/null
+++ b/Is_He_Gay.js
@@ -0,0 +1,49 @@
+var soundButton, hiddenSound;
+
+
+function init()
+{
+
+ // show and hide the popup
+ $('#sound').click(function() { $('#popUpSound').show(); });
+ $('#popUpSound').click(function() { $('#popUpSound').hide(); });
+
+ $('#look').click(function() { $('#popUpLook').show(); });
+ $('#popUpLook').click(function() { $('#popUpLook').hide(); });
+
+ $('#interests').click(function() { $('#popUpInterests').show(); });
+ $('#popUpInterests').click(function() { $('#popUpInterests').hide(); });
+
+ $('#girl').click(function() { $('#popUpGirl').show(); });
+ $('#popUpGirl').click(function() { $('#popUpGirl').hide(); });
+
+ $('#nice').click(function() { $('#popUpNice').show(); });
+ $('#popUpNice').click(function() { $('#popUpNice').hide(); });
+
+ $('#men').click(function() { $('#popUpMen').show(); });
+ $('#popUpMen').click(function() { $('#popUpMen').hide(); });
+
+}
+
+
+
+//main method, sort of...
+//why does moving this from top to bottom help?
+$(document).on('ready',init);
+
+
+/*
+function showPopUp() {
+ var popup = document.getElementById('popUpSound');
+ popup.style.display = 'block';
+ popup.addEventListener('click', hidePopUp);
+};
+
+
+function hidePopUp(){
+ var popup = document.getElementById('popUpSound');
+ popup.style.display = 'none';
+}
+
+window.addEventListener('load', init);
+*/
diff --git a/dog.png b/dog.png
new file mode 100644
index 0000000..07969da
Binary files /dev/null and b/dog.png differ
diff --git a/gay.png b/gay.png
new file mode 100644
index 0000000..f0234d3
Binary files /dev/null and b/gay.png differ
diff --git a/girl.png b/girl.png
new file mode 100644
index 0000000..2b06744
Binary files /dev/null and b/girl.png differ
diff --git a/index.html b/index.html
deleted file mode 100644
index 3678415..0000000
--- a/index.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- So-and-so's React Assignment
-
-
- YOUR PROJECT HERE
-
-
diff --git a/man.png b/man.png
new file mode 100644
index 0000000..314e87a
Binary files /dev/null and b/man.png differ
diff --git a/sound.png b/sound.png
new file mode 100644
index 0000000..61f6927
Binary files /dev/null and b/sound.png differ
diff --git a/theatre.png b/theatre.png
new file mode 100644
index 0000000..1ebcf89
Binary files /dev/null and b/theatre.png differ
diff --git a/tshirt.png b/tshirt.png
new file mode 100644
index 0000000..589b8c6
Binary files /dev/null and b/tshirt.png differ