Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Fylo landing page.

P

@Pleopleq

Desktop design screenshot for the Fylo dark theme landing page coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


It took me a loong ass time to finally finish this project. It was the most difficult i learn a lot. It not 100% accurate (I didnt know how to set up the background image). But hey, im still learning CSS. Its finally here! haha Happy New Year everyone.

Community feedback

@simeon4real

Posted

Hello @pleopleq, Congrats on your submission. Just saw you know, I had a hard time completing the Fylo dark theme challenge as well. I used CSS Grid for the Desktop version but didn't know how to make it responsive so on Mobile, I switched the display to flexbox 😁

I have a couple of recommendations though:

  1. Wrap your input forms using the <label></label> element. Here's an example :
<label> <input type="email" name="name" >
</label>
  1. Add arial-label to your input forms. It helps with accessibility which is continuously growing on the web. Eg: <input type="email" **aria-label="email address"** >

  2. Learn BEM Methodology:https://www.smashingmagazine.com/2018/06/bem-for-beginners/

  3. Decrease the font size on smaller screens.

You can upvote my feedback if you found it useful.

2

@patricktouchette

Posted

I also take ages to complete these challenges. I look at the design and think, EASY, i'll be done in an hour...Then 6 hours later still not done haha.

Your css and images did not load properly due incorrect file paths. You can use ./ (current directory) instead of / (root directory).

In your index.html replace this:

<link rel="stylesheet" href="/styles/styles.css">

with this:

<link rel="stylesheet" href="./styles/styles.css">

Same thing for the images.

for more info check this out. https://stackoverflow.com/questions/7591240/what-does-dot-slash-refer-to-in-terms-of-an-html-file-path-location

cheers!

2

P

@Pleopleq

Posted

@patricktouchette Apparently i always get the same problem haha thanks!

0
P

@Pleopleq

Posted

Wow, thanks for all the good tips! yeah, i would say this is my worst project and i was thinking to just not finish it. But the good thing is that i didnt leave it, and i learn a lot and your feedback gives me more things to learn. Thanks again!

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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