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

Modified navbar, hero and footer section #28

Open
wants to merge 50 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
4385e84
codesphere
umarimran1234 Aug 26, 2024
59fa397
update profile
umarimran1234 Aug 26, 2024
2654b88
Changed image relative location
Md-Ashikur-Rahman-Ashik Aug 27, 2024
80e9daf
Installed next-auth
Md-Ashikur-Rahman-Ashik Aug 27, 2024
81e451c
Adding handler on next-auth
Md-Ashikur-Rahman-Ashik Aug 27, 2024
437e942
Adding strategy and providers
Md-Ashikur-Rahman-Ashik Aug 27, 2024
3efe631
Added register function
Md-Ashikur-Rahman-Ashik Aug 27, 2024
b3b11d0
Adding form component
Md-Ashikur-Rahman-Ashik Aug 27, 2024
8e25e92
Customizing register page
Md-Ashikur-Rahman-Ashik Aug 27, 2024
20b2a38
Adding login form component
Md-Ashikur-Rahman-Ashik Aug 27, 2024
deaf01c
Connected to mongodb
Md-Ashikur-Rahman-Ashik Aug 27, 2024
c9f176f
Added auth provider on layout.tsx file
Md-Ashikur-Rahman-Ashik Aug 27, 2024
0151878
Added post api for new user
Md-Ashikur-Rahman-Ashik Aug 27, 2024
af8d9e6
Fixed connection with mongodb
Md-Ashikur-Rahman-Ashik Aug 27, 2024
e9bddb7
Added bcrypt for password hashing
Md-Ashikur-Rahman-Ashik Aug 27, 2024
c32335c
Added user signup
Md-Ashikur-Rahman-Ashik Aug 27, 2024
9d0be34
Merge pull request #1 from umarimran1234/authentication
umarimran1234 Aug 27, 2024
73cf600
Added login logic
Md-Ashikur-Rahman-Ashik Aug 28, 2024
b009125
Added logout functionality
Md-Ashikur-Rahman-Ashik Aug 28, 2024
127efa2
Added redirection from sign in
Md-Ashikur-Rahman-Ashik Aug 28, 2024
b59dcab
Implemented sweet alert
Md-Ashikur-Rahman-Ashik Aug 28, 2024
4470729
Added alert for error
Md-Ashikur-Rahman-Ashik Aug 28, 2024
c06c714
Added social button component
Md-Ashikur-Rahman-Ashik Aug 28, 2024
1151633
Implemented username
Md-Ashikur-Rahman-Ashik Aug 28, 2024
a6cb2b0
Trying to fix google authentication
Md-Ashikur-Rahman-Ashik Aug 28, 2024
19d82f6
Added team in home page
Md-Ashikur-Rahman-Ashik Aug 28, 2024
94074ec
Added team page
Md-Ashikur-Rahman-Ashik Aug 28, 2024
a83ef62
Merge pull request #2 from umarimran1234/authentication
umarimran1234 Aug 28, 2024
87c6a59
update
UmarArshad-DT Aug 28, 2024
bdf182d
marge
UmarArshad-DT Aug 28, 2024
4ef70ba
Added new team member
Md-Ashikur-Rahman-Ashik Aug 28, 2024
1367b45
Merge pull request #3 from umarimran1234/authentication
umarimran1234 Aug 28, 2024
84bd25b
update
UmarArshad-DT Aug 28, 2024
9490059
Merge branch 'main' of https://github.com/umarimran1234/startup-nextjs
UmarArshad-DT Aug 28, 2024
bc0f488
Implementing google authentication
Md-Ashikur-Rahman-Ashik Sep 4, 2024
c8cc1d2
Implemented google authentication
Md-Ashikur-Rahman-Ashik Sep 4, 2024
3e63b5e
Implemented google authentication
Md-Ashikur-Rahman-Ashik Sep 4, 2024
bff87bd
updatecodesphere
UmarArshad-DT Sep 4, 2024
3d5fc10
Update README.md
umarimran1234 Sep 6, 2024
5e2fbd0
Made border radius large
Md-Ashikur-Rahman-Ashik Sep 16, 2024
30f2641
Added background image on hero section
Md-Ashikur-Rahman-Ashik Sep 16, 2024
8fcb7d5
Changed sign in and sign up navlink color
Md-Ashikur-Rahman-Ashik Sep 16, 2024
115226f
Mofied navbar
Md-Ashikur-Rahman-Ashik Sep 16, 2024
ec282e1
Mofied footer section
Md-Ashikur-Rahman-Ashik Sep 16, 2024
96a93c3
Added signup form on home page
Md-Ashikur-Rahman-Ashik Sep 16, 2024
392bbb0
Removed shanza rafiq from team section
Md-Ashikur-Rahman-Ashik Sep 16, 2024
c698f06
Merge branch 'main' into authentication
Md-Ashikur-Rahman-Ashik Sep 16, 2024
70598f4
update
umarimran1234 Oct 8, 2024
07656c2
update
umarimran1234 Oct 8, 2024
244f8fb
Merge branch 'main' into authentication
umarimran1234 Oct 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
umarimran1234 committed Oct 8, 2024
commit 07656c23ce00f77a0fb54b1686c1d36e46909dd5
5 changes: 1 addition & 4 deletions src/components/Blog/SingleBlog.tsx
Original file line number Diff line number Diff line change
@@ -7,10 +7,7 @@ const SingleBlog = ({ blog }: { blog: Blog }) => {
return (
<>
<div className="group relative overflow-hidden rounded-sm bg-white shadow-one duration-300 hover:shadow-two dark:bg-dark dark:hover:shadow-gray-dark">
<Link
href="/blog-details"
className="relative block aspect-[37/22] w-full"
>
<Link href="#" className="relative block aspect-[37/22] w-full">
<span className="absolute right-6 top-6 z-20 inline-flex items-center justify-center rounded-full bg-primary px-4 py-2 text-sm font-semibold capitalize text-white">
{tags[0]}
</span>