Masih Abjadi

Results 11 issues of Masih Abjadi

* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [ ] Tests for the changes have been added (for bug fixes...

* **Please check if the PR fulfills these requirements** - [x] The commit message follows our guidelines - [ ] Tests for the changes have been added (for bug fixes...

* **Summary** Add a prop to make the navbar transparent * **Can you provide a basic example?** ` ` * **Motivation** The navbar and hero section of many designs are...

feature

Added some effects on hovering the links as well as the whole box can be clickable now Closes #29

I've found numerous bugs in your code that I'm going to address: - Using a section tag as a container for all the parts of the site is not a...

This PR will address the majority of the issues raised in #3. There are still some accessibility issues but I tried to maintain the original design, in this PR, I...

As stated in #1, the html files were lacking certain crucial meta tags, even if you have a response layout, the web pages are not yet responsive since they need...

I noticed that your html file is invalid and does not follow the best practices! You have missed some important meta tags that are essential. For example, you should include...

Adding a crossorigin attribute to image is a good pattern for having content security policy but unfortunately, it's not possible to set this attribute via the `TwicPics` component.