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

home page done #18

Open
wants to merge 50 commits into
base: starter
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
230a804
adding componenet and pages
ChetreNelson May 22, 2024
0d45887
adding framer motion
ChetreNelson May 22, 2024
f778bd6
creating transito provider
ChetreNelson May 22, 2024
b6f4e80
adding transiton provider
ChetreNelson May 22, 2024
8e09baf
removing unneccsary imports
ChetreNelson May 22, 2024
0a5b1ac
testing push
ChetreNelson May 22, 2024
b7510dd
page transiton done
ChetreNelson May 23, 2024
7d8ee55
added brain icon
ChetreNelson May 23, 2024
b0498dc
adding annimation on about page
ChetreNelson May 24, 2024
93aed6f
defining constatns and factoring file for protfolio
ChetreNelson May 24, 2024
ca6dc3c
adding transiton in protfolio
ChetreNelson May 24, 2024
c3cd0a4
working on protfolio page:
ChetreNelson May 26, 2024
3319464
adding emailjs for sending email functionality
ChetreNelson May 26, 2024
cd554a7
refactoring the protfolio
ChetreNelson May 26, 2024
98db703
adding real projects
ChetreNelson May 27, 2024
32a6722
adding real experinces and job description
ChetreNelson May 27, 2024
07ca85f
changing content and biography
ChetreNelson May 28, 2024
6c0db56
making contact form scrollable
ChetreNelson May 28, 2024
4946b89
adding new form for email and button
ChetreNelson Jun 7, 2024
be2fb21
adding new textare field and input filed style in contact form
ChetreNelson Jun 9, 2024
43b0099
adding social media style
ChetreNelson Jun 9, 2024
de148af
stlying social media
ChetreNelson Jun 9, 2024
00ba38d
making new card for the projects
ChetreNelson Jun 9, 2024
df30b08
adding real link for the demo
ChetreNelson Jun 9, 2024
a9f4a55
adding real account values
ChetreNelson Jun 9, 2024
ad1263f
adding new files and configuring projec
ChetreNelson Jun 10, 2024
271d0da
working on the contianer
ChetreNelson Jun 11, 2024
b36a6eb
changing the style and context of the works
ChetreNelson Jun 12, 2024
ed2388a
adding desciprtion and technologies used in each card
ChetreNelson Jun 12, 2024
d2ad5e7
removed icons that are not used
ChetreNelson Jun 12, 2024
325edff
making changes in the style and uncommenting necessary parts
ChetreNelson Jun 12, 2024
6388196
removing unndecary style
ChetreNelson Jun 12, 2024
4f71381
adding skill icon isnted of skill words
ChetreNelson Jun 12, 2024
a3b8188
testing tempaltes
ChetreNelson Jun 12, 2024
218f487
added iframe in the demo section
ChetreNelson Jun 14, 2024
b7aff94
adding all project link in the iframe src
ChetreNelson Jun 14, 2024
d0848ff
removing frame-border
ChetreNelson Jun 14, 2024
d662b2c
Merge pull request #1 from ChetreNelson/protfolio_refactor
ChetreNelson Jun 14, 2024
284ece2
adding new taiwlind icon for skill
ChetreNelson Jun 19, 2024
516b4fd
build error resolve
ChetreNelson Jun 25, 2024
3ccf97f
Merge pull request #2 from ChetreNelson/protfolio_refactor
ChetreNelson Jun 25, 2024
01a456b
Merge branch 'main' of https://github.com/ChetreNelson/ProtfolioNextJs
ChetreNelson Jun 25, 2024
6eaf214
errror solved
ChetreNelson Jun 25, 2024
c18402d
meta tag added
ChetreNelson Jun 25, 2024
4f4d21c
added new hero image
ChetreNelson Jun 28, 2024
ab082b7
refactoring the forms and some styles
ChetreNelson Jun 28, 2024
1192261
configuring the email service
ChetreNelson Jun 28, 2024
7ce77c9
configuring the email
ChetreNelson Jun 28, 2024
87c7b53
refacotoring the profile p
ChetreNelson Jun 28, 2024
a332822
feat:resolving
ChetreNelson Jan 22, 2025
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
feat:resolving
ChetreNelson committed Jan 22, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a332822278466d634bc6c711517eecda7dbd9f26
1 change: 1 addition & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"jsx": "react",
"paths": {
"@/*": ["./src/*"]
}