|
|
|
|
|
by DigitalSea
4785 days ago
|
|
Besides the obvious issues with Javascript injection, I really love the design. I think you did a really good job here, the interface is simple and effective and this is definitely one of the nicely designed feedback apps I've seen (although I haven't seen too many, it's still a compliment). It's sad that people resorted to spamming the public link you posted with porn and annoying Javascript alert boxes. I hope you get the issues solved soon. I have a recommendation however for the introduction text on the homepage, you've got orange text on an orange background which is impossible to read. I made a couple of little Developer Tool modifications and found the below CSS to make it more readable. .primary-footer {
font-size: 0.8em;
color: #EFEFEF;
font-weight: normal;
} |
|