fylo-landing-page-with-two-column-layout-master
Design comparison
Solution retrospective
All feed backs are welcome I was have difficulty in changing the color of that logo to white, also the white board i created at my second container strichs and words breaking when the device width is around 768px and it doesn't look good their, any one with a perfect solution to that i will really appreciate it
Community feedback
- @CorinaMurgPosted over 1 year ago
Hi Emmanuel,
Congratulations! I can tell you put a lot of effort creating the site. You should know that your site is labeled as "dangerous" by Chrome. This is the warning it displays: "Google Safe Browsing recently detected phishing on heisemmaco.github.io. Phishing sites pretend to be other websites to trick you."
Here are two things I can suggest just from looking at your site using the design comparison:
- the navigation links need some space in between them. For each "nav a" element you could add a left margin or margin-inline (this is both right and left margin)
- you can change the color of the footer logo by creating a copy of the given logo file. Using the copy, open the file, find the path element and all the way to the end of that code line you will see the attribute fill. It looks like fill="some-color-that-can-be-changed". You can change the color to whatever you need it to be.
Hope this makes sense. Let me know if you still have questions. Corina
Marked as helpful3@heisemmaco-devPosted over 1 year agoHi @Cor-Ina, I really appreciate you feedback, it really helps, what can I do for Google chrome to remove that label dangerous in my site, since I started cloning Facebook and GitHub login page, I have started been like that
0@CorinaMurgPosted over 1 year ago@Moderateemmaco Hi Emmanuel, It's probably happening because it can't tell that your clone sites are just your projects to prove your coding skills. Try changing their names, or have a disclaimer in the header or footer or on the login page, indicating that the website is a demonstration of your front-end development skills and not a functioning social media site. I would post a message on the Frontend Mentor's Slack channel and I'm sure more experienced developers might have precise ideas on how to fix this issue.
Regarding your FYLO landing page, remember to include your website in the footer link. When I click on your name I get a 404 message.
Let me know if you have any other questions I can help with. Corina
Marked as helpful1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord