Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
isarojdahal committed Oct 16, 2024
2 parents 9e77096 + a468a78 commit b89a9eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## Made using :
## Related Project Repo :

- Vite ( React + Typescript )
- Shadcn (i.e. Tailwind + Lucide React)
- Tanstack Router
[Assets Repository](https://github.com/isarojdahal/-assets-everydaykarmaa.com) - Contains Images Files and other assets.
[Learn Repo](https://github.com/isarojdahal/learn.everydaykarmaa.com) - Contains the learning resources. (https://learn.everydaykarmaa.com)

#### This project is made using :

πŸš€ Vite ( React + Typescript )
πŸš€ Shadcn (i.e. Tailwind + Lucide React)
πŸš€ Tanstack Router
πŸš€ Husky

--

Expand All @@ -12,14 +18,9 @@
pnpm install && pnpm start:dev
```

##### Related Project Repo :

[Assets Repository](https://github.com/isarojdahal/-assets-everydaykarmaa.com) - Contains Images Files and other assets.
[Learn Repo] (https://github.com/isarojdahal/learn.everydaykarmaa.com) - Contains the learning resources.

<br/>
Contribution are welcome. πŸš€
``We are taking PR on `develop` branch only.``

#### Todo:

1. To update learn.everydaykarmaa.com with latest video resources and docs (for JavaScript, React, Node, Docker etc.)
```
We are taking PR on `develop` branch only.
```
2 changes: 2 additions & 0 deletions src/ui/organisms/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const linksData = [

export function Footer() {
return (

<footer className="relative z-[60] bg-everydaykarma text-gray-100 flex flex-col mt-16">

<div className="container mx-auto ~py-6/4 pr-4 flex max-sm:flex-col max-sm:gap-4 items-center justify-between">
<div className="footer-logo max-sm:hidden">
<Logo />
Expand Down

0 comments on commit b89a9eb

Please sign in to comment.