Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
19
Comments
23
Temesgen Adane
@temesgen-982

All comments

  • Nitiema Allassane•500
    @NitiemaAllassane
    Submitted 9 days ago
    What specific areas of your project would you like help with?

    I've finished the project—well, almost. I'm having trouble with the blue detail behind the images. I tried using pseudo-elements and HTML tags, but it keeps breaking the responsive layout. I'd appreciate it if you could share some ideas on how to do it properly.

    A beautiful landing page for bookmarks built with Svelt

    #accessibility#svelte#tailwind-css
    1
    Temesgen Adane•420
    @temesgen-982
    Posted 3 days ago

    Man this is so smooth🏄🏾 You got your transitions on point👌
    For the blue background I just used an ::after pseudo-element and it works but it still is not that much accurate.

  • Anh•400
    @anhvu1012
    Submitted 26 days ago

    Room Homepage

    #sass/scss
    1
    Temesgen Adane•420
    @temesgen-982
    Posted 5 days ago

    I think it would be better to use transition with transform instead of displaying the images on and off.

  • P
    RF13•610
    @rf1303
    Submitted 11 days ago
    What are you most proud of, and what would you do differently next time?

    *I'm most proud of having built a fully responsive landing page using modular SCSS, with a design that respects the original mockups in both mobile and desktop versions. I also focused a lot on accessibility, incorporating aria-label attributes, avoiding position: fixed when necessary, and adjusting the tab order.

    One of the things I liked the most was working with clamp() and min() to achieve a fluid design without relying exclusively on media queries.

    Next time, I would like to better organize the SCSS files from the beginning and apply a clearer naming convention (like pure BEM ). I would also spend more time improving the HTML semantics from the beginning, making sure to use landmarks correctly (<main>, <nav>, <section>, etc.), which was a fix that I implemented in later stages of the project.*

    What challenges did you encounter, and how did you overcome them?

    One of the main challenges was managing the darkened background of the hero with ::before without covering the header content. Initially, the text appeared behind the filter, but I solved the issue by correctly adjusting the z-index and applying position: relative only to the necessary elements.

    I also encountered issues with SCSS modularization using @use and @forward, particularly with missing imports or name conflicts. After reviewing the structure, I ensured that all files were properly connected using namespaces and organizing utilities, variables, and mixins correctly.

    It was also challenging to make the mobile menu buttons accessible. I received warnings about buttons without visible labels or aria-label, so I added clear descriptions for screen readers.

    In the future, I would spend more time improving HTML semantics from the start, making sure to use landmarks correctly (main, nav, section, etc.). This was a fix that I implemented in the later stages of the project.

    What specific areas of your project would you like help with?

    El contenido y como estoy ordenndo todo con SCSS y la parte de accessibility

    HTML CSS SCSS Bem Vanilla Javascript Mobile firts

    #bem#sass/scss
    1
    Temesgen Adane•420
    @temesgen-982
    Posted 6 days ago

    First of all, the menu looks stunning on smaller devices👌 but you're supposed to align it horizontally on larger devices.
    The other improvement you can consider is the grey background on the main area of the page because it is white (transparent) on the design file.
    Your main.scss file is more than 500 lines, it is unsearchable (you are using & selector), and it may be difficult to look back into it later in time, so consider implementing the SCSS 7 in 1 architecture. Even I don't implement it fully, but it helps.

    Marked as helpful
  • Saif Fadhel•210
    @SaifFGit
    Submitted 11 days ago

    nft-preview-card-component

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 7 days ago

    Good solution but the card seems a bit oversized. You can also consider using any kind of CSS Methodology like BEM or CUBE CSS.

  • dinixtus•350
    @dinixtus
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    Figured out how to build the site and quickly wrote the JS file myself

    What challenges did you encounter, and how did you overcome them?

    Adaptive layout. I don't know how, but it looks good.

    What specific areas of your project would you like help with?

    Adaptive layout

    News Website

    #bootstrap
    1
    Temesgen Adane•420
    @temesgen-982
    Posted 6 months ago

    You can improve the appearance of the cards at the bottom of the page for the mobile layout. The images should be at the left.

  • P
    Pelzmagic•310
    @pelzmagic
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    I am proud that i was able to replicate the exact design.

    What specific areas of your project would you like help with?

    i had a problem with replicating the radio inputs, as i had not done that before. I also had a problem with selecting the "checked" state of the radio input in my javascript file. I was able to overcome this challenge with adequate research online, although it took me a while, but i didn't give up.

    Contact form registration

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 7 months ago

    The two radio inputs can be selected at the same time.
    You can avoid this by giving them the same name.

  • FriedHamm•100
    @FriedHamm
    Submitted 8 months ago

    tipcalculator

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 8 months ago

    You are linking a different project.

  • Weverson Godinho•490
    @Godinhoweverson
    Submitted 8 months ago

    FAQ-accordion

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 8 months ago

    A good solution. The main container is taking up the whole screen, you can minimize it.

  • Amit Dhakal•610
    @herojk64
    Submitted over 3 years ago

    VSCODE ,HTML ,CSS AND JAVASCRIPT

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 8 months ago

    A good solution but you might consider meeting the exact design for the hover states on the buttons.

  • 1deadjoe•370
    @1deadjoe
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?

    During this project, I gained valuable experience in creating a responsive design that adapts to various screen sizes and implementing interactive features with JavaScript.

    Next time I would like to use a CSS preprocessor like Sass to better organize my styles and take advantage of features like nesting and mixins, Implement a more robust JavaScript architecture from the beginning. I would consider using a module pattern or even a small framework like Vue.js to better manage the application state and updates.

    What challenges did you encounter, and how did you overcome them?

    Aligning the activity card icons: Positioning the icons to overlap the card borders while maintaining responsiveness was tricky. I had to do some research on positioning to achieve my outcome.

    What specific areas of your project would you like help with?

    Accessibility: I'm not confident that my solution is fully accessible. I'd appreciate feedback on how to improve keyboard navigation and screen reader compatibility. While I've tested on modern browsers, I'm unsure about compatibility with older browsers. Any tips on ensuring broader compatibility would be helpful.

    Interactive time-tracking dashboard using HTML, CSS, and JS

    #accessibility
    2
    Temesgen Adane•420
    @temesgen-982
    Posted 10 months ago

    It is working but you are just toggling classes. You are supposed to use fetch to get the data from the data.json file.

  • P
    Austin•430
    @astnio
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?

    I decided to change things up in a few different ways for this project.

    The first thing I did differently was that I did not use the images completely as they were. I noticed that the images given all had preset colors, based on the background color of its category. I didn't think this was very flexible if the user wanted a new background color or a different image, so I configured images to use a combination of CSS filters so that they instead dark the area of the background they are on. This allows them to be a tint of the background, like their original color, while allowing it to be flexible enough to use any image on any background while keeping it looking good.

    The second thing I did was add more properties to the JSON data. This was mostly so that I could utilize this information for how I setup my JavaScript.

    For my JavaScript, I wanted to create a system that was expandable. I also tried to keep my code concise by splitting it into 5 main files:

    • fetchData.js is just to get data from my .json file
    • categoryCard.js is a class that helps me model my categoryCard objects
    • categoryCardsManager.js reads the data from fetchData.js and instantiates a the categoryCards, and puts them into an object that is exported
    • elementMaker.js is just used to create an HTML element to append to the main document, however it is used as a property for each categoryCard
    • main.js is where I setup the buttons and begin appending the card elements to the main page

    I think the way this is setup is nice, because each categoryCard contains the information for its own element, which is appended to the main page. This makes it easy to change the info on everything at once, as my function for updating info is based on the categoryCard class, which also has its own info from the JSON file it was made from.

    This means that in my main file, I can just loop over my primary list of time cards, and call their functions to update. This was easy to do as there are only 3 buttons (daily, weekly, monthly) which just changes the hours and labels to match the information already given in the JSON file.

    The design works well too. Since I am using grid, having more than 6 items actually doesn't look too bad, as they simply wrap down to the next row, leaving everything else perfectly fine. Mobile works fine too as it just makes the column longer.

    Responsive Dashboard with CSS Grid, Flexbox, and JavaScript

    2
    Temesgen Adane•420
    @temesgen-982
    Posted 10 months ago

    I didn't knew you were supposed to make the actual card elements using Javascript. I had them already on my HTML and I only uploaded the values. Anyways I think you made a good solution.

    [Edited]

    I was having a look at your code and I downloaded the .zip file from the repository and when I run it on vs code live server it doesn't work and it only shows the <header>

  • gk6294•190
    @gk6294
    Submitted 10 months ago

    Newsletter sign-up form with success message

    2
    Temesgen Adane•420
    @temesgen-982
    Posted 10 months ago

    The preview site is linked to another page

  • SatishB15•160
    @SatishB15
    Submitted 10 months ago

    Article Preview Component

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 10 months ago

    A good solution. You can consider adding the little arrow shape on the tooltip.

  • juliana•50
    @julianageorge
    Submitted 10 months ago

    testimonials-grid-section

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 10 months ago

    You should use the specified font family

  • ავთანდილ საგინაშვილი•150
    @DeeFyB707
    Submitted 10 months ago
    What are you most proud of, and what would you do differently next time?
    What challenges did you encounter, and how did you overcome them?
    What specific areas of your project would you like help with?

    Css, Bootstrap

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 10 months ago

    The content looks pinched to the top and bottom of the screen. You could consider fixing that.

    Marked as helpful
  • ElkuchWaltz•80
    @ElkuchWaltz
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    Happy to finish another project and gain more experience with tables. Next time, I'm confident I'll be able to assemble the table faster in HTML and format it faster in CSS.

    What challenges did you encounter, and how did you overcome them?

    Getting the lines between the table rows was a challenge this time. A quick google search found others wanting to make lines between rows, so I was able to solve it quickly.

    What specific areas of your project would you like help with?

    Best practices that I'm doing incorrectly and/or missing - Inefficiencies

    Recipe Page Challenge in HTML and CSS

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 11 months ago

    Everything is looking good except the container is a bit pinched to the top of the window.

  • Thiago Neves•160
    @thiago-neves
    Submitted 11 months ago

    Pure css and html social links profile solution

    1
    Temesgen Adane•420
    @temesgen-982
    Posted 11 months ago

    A very good solution👌

  • Danish•100
    @Danish030
    Submitted 11 months ago

    i used html for structure and flex box and buttons for styling

    2
    Temesgen Adane•420
    @temesgen-982
    Posted 11 months ago
    • Semantic HTML You probably should be using link elements <a> instead of buttons for the social media links since you want them to take the user into another page.
    • Font Size The other one is you should use the font size specified on the style guide for the paragraph elements.
    Marked as helpful
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub