Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement home page #19

Closed
wants to merge 63 commits into from
Closed

Conversation

AmirHossein-z
Copy link
Collaborator

No description provided.

@netlify
Copy link

netlify bot commented Jun 7, 2023

Deploy Preview for simple-shop-technullogy ready!

Name Link
🔨 Latest commit 9666fac
🔍 Latest deploy log https://app.netlify.com/sites/simple-shop-technullogy/deploys/6497d2e25e973500081e4ade
😎 Deploy Preview https://deploy-preview-19--simple-shop-technullogy.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@AmirHosseinKarimi AmirHosseinKarimi linked an issue Jun 7, 2023 that may be closed by this pull request
Copy link

@netlify netlify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment has been resolved by Amir hossein Hossein Zadeh Karimi

Amir hossein Hossein Zadeh Karimi left a comment:

Missing primary buttons background pattern.

screenshot

Browser metadata
Path:      /src/pages/home.html
Browser:   Firefox 115.0 on Linux x86_64
Viewport:  1920 x 922 @1x
Language:  en-US
Cookies:   Enabled

Open in BrowserStack

Open Deploy Preview · Mark as Unresolved

Copy link
Member

@AmirHosseinKarimi AmirHosseinKarimi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job @AmirHossein-z 👌

Honestly, I hadn't expected this result! It's amazing.

I reviewed your work and placed some comments. Please check and fix them.

Also, We can have even better result if you apply the following changes:

  • Better structure for images in the assets directory.
  • Use kebab-case for file names.
  • Use png format for transparent files that don't need to change color or animate vector paths. It's much smaller than svg.

Also, Please check & fix other comments.

src/assets/css/style.css Outdated Show resolved Hide resolved
Comment on lines 12 to 21
"light-purple": "#626E94",
"light-blue": "#00ADB5",
pink1: "#E11D48",
yellow1: "#FF9518",
blue1: "#050F2C",
grey1: "#f5f8fc",
grey2: "#DEE2EE",
grey3: "#D2D7E4",
grey4: "#BDC5DD",
grey5: "#7E8AAB",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use this tool to name colors.

And, Be consistent. Use lower case or upper case which follows project guidelines.

Comment on lines 8 to 9
"shadow-1": "0px 24px 40px rgba(121, 127, 136, 0.05)",
"shadow-2": "0px 14px 24px 10px #7E8AAB1C",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • You can use unitless zero
  • Be consistent, Use RGBA or HEX for color.
  • shadow repeated in the class name. (.shadow-shadow-1)

tailwind.config.js Outdated Show resolved Hide resolved
src/assets/images/bg_design1.svg Outdated Show resolved Hide resolved
src/pages/home.html Outdated Show resolved Hide resolved
src/pages/home.html Outdated Show resolved Hide resolved
src/pages/home.html Outdated Show resolved Hide resolved
/>
</svg>
</a>
<a href="#" class="relative text-light-purple">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use #? instead # to prevent scroll to the top on click.

Suggested change
<a href="#" class="relative text-light-purple">
<a href="#?" class="relative text-light-purple">

src/assets/images/oranges.png Outdated Show resolved Hide resolved
Comment on lines 504 to 517
<div class="flex flex-col justify-center gap-3">
<img
src="/src/assets/images/get_shit_done.png"
alt="get shit done"
class="h-[323px] w-[316px]"
/>
<h5 class="text-base text-grey5">قاب عکس</h5>
<p class="text-[22px] font-bold text-blue1">
قاب عکس شیب دار
</p>
<p class="mt-3 text-xl font-bold text-light-blue">
۲۴٬۰۰۰تومان- ۶۸٬۰۰۰ تومان
</p>
</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The whole item or only the image & title are expected as links.

Co-authored-by: Amirhossein Zareian <amirhossein.zareian.engineer@gmail.com>
@AmirHosseinKarimi
Copy link
Member

I committed a change to the branch. Do not forget to pull changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Home Page
2 participants