Skip to content

Commit

Permalink
Updated README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzmakh committed Jun 16, 2024
1 parent dab59ee commit 25fbcad
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions README-template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Frontend Mentor - Blog preview card solution

This is a solution to the [Blog preview card challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/blog-preview-card-ckPaj01IcS). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
This is a solution to the [Blog preview card challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/blog-preview-card-ckPaj01IcS). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

Expand All @@ -20,28 +20,27 @@ This is a solution to the [Blog preview card challenge on Frontend Mentor](https

## Overview

### The challenge
## Layout

Users should be able to:
The designs were created to the following widths:

- See hover and focus states for all interactive elements on the page
- Mobile: 375px
- Desktop: 1440px

### Screenshot
> 💡 These are just the design sizes. Ensure content is responsive and meets WCAG requirements by testing the full range of screen sizes from 320px to large screens.
![](./screenshot.jpg)

Add a screenshot of your solution. The easiest way to do this is to use Firefox to view your project, right-click the page and select "Take a Screenshot". You can choose either a full-height screenshot or a cropped one based on how long the page is. If it's very long, it might be best to crop it.
### The challenge

Alternatively, you can use a tool like [FireShot](https://getfireshot.com/) to take the screenshot. FireShot has a free option, so you don't need to purchase it.
Users should be able to:

Then crop/optimize/edit your image however you like, add it to your project, and update the file path in the image above.
- See hover and focus states for all interactive elements on the page

**Note: Delete this note and the paragraphs above when you add your screenshot. If you prefer not to add a screenshot, feel free to remove this entire section.**
### Screenshot

### Links

- Solution URL: [Add solution URL here](https://your-solution-url.com)
- Live Site URL: [Add live site URL here](https://your-live-site-url.com)
- Solution URL: https://www.frontendmentor.io/solutions/responsive-card-layout-wTQgEyGupa
- Live Site URL: https://fm-blog-preview-card-youzees.netlify.app/

## My process

Expand All @@ -50,13 +49,7 @@ Then crop/optimize/edit your image however you like, add it to your project, and
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- [Next.js](https://nextjs.org/) - React framework
- [Styled Components](https://styled-components.com/) - For styles

**Note: These are just examples. Delete this note and replace the list above with your own choices**

### What I learned

Expand All @@ -67,15 +60,17 @@ To see how you can add code snippets, see below:
```html
<h1>Some HTML code I'm proud of</h1>
```

```css
.proud-of-this-css {
color: papayawhip;
}
```

```js
const proudOfThisFunc = () => {
console.log('🎉')
}
console.log("🎉");
};
```

If you want more help with writing markdown, we'd recommend checking out [The Markdown Guide](https://www.markdownguide.org/) to learn more.
Expand Down

0 comments on commit 25fbcad

Please sign in to comment.