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

CICD-fix #14

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b71fa6c
update personal information and dependencies
Harrisj22412 Nov 21, 2024
2e6a13f
Update README.md
Harrisj22412 Nov 21, 2024
a1bba78
remove Instagram links from AboutMe, Footer, and Navbar components
Harrisj22412 Nov 21, 2024
65bc150
Merge branch 'main' of https://github.com/Harrisj22412/simple-develop…
Harrisj22412 Nov 21, 2024
9b58b3e
Create nextjs.yml
Harrisj22412 Nov 21, 2024
30f07f4
Create jekyll.yml
Harrisj22412 Nov 22, 2024
a4a74e9
Merge pull request #1 from Harrisj22412/Harrisj22412-patch-1
Harrisj22412 Nov 22, 2024
0de5ff7
Update .env.example with new GitHub credentials
Harrisj22412 Nov 22, 2024
01abfd6
Add GitHub credentials to .env.example and create GitHub Actions work…
Harrisj22412 Nov 22, 2024
82be4bf
Merge branch 'main' of https://github.com/Harrisj22412/simple-develop…
Harrisj22412 Nov 22, 2024
56f9507
Update jekyll.yml
Harrisj22412 Nov 22, 2024
fd565ad
Update jekyll.yml
Harrisj22412 Nov 22, 2024
60d2778
Update nextjs.yml
Harrisj22412 Nov 22, 2024
aa0a1fb
Update image references and modify designation in components
Harrisj22412 Nov 23, 2024
8bb1a6f
Update nextjs.yml
Harrisj22412 Nov 25, 2024
59a1645
Update nextjs.yml
Harrisj22412 Nov 25, 2024
24d28eb
deleted jekyll
Harrisj22412 Nov 25, 2024
3effcc0
Rename components and update project details in user data
Harrisj22412 Nov 25, 2024
e98b6c5
Merge branch 'main' of https://github.com/Harrisj22412/simple-develop…
Harrisj22412 Nov 25, 2024
ca9557f
Merge branch 'main' of https://github.com/Harrisj22412/simple-develop…
Harrisj22412 Nov 25, 2024
1db7787
Update token variable reference in getLatestRepos.js
Harrisj22412 Nov 25, 2024
26ef0a5
test
Harrisj22412 Nov 25, 2024
e4227e5
Update environment variable name for GitHub authentication token
Harrisj22412 Nov 25, 2024
1b2e962
test
Harrisj22412 Nov 25, 2024
8b3894f
Update contact details, project titles, and image references in vario…
Harrisj22412 Nov 25, 2024
4d1338a
Update image reference in ContainerBlock, remove peerlist link from d…
Harrisj22412 Nov 25, 2024
cfe6571
Add new technology icons to AboutMe component and update project link…
Harrisj22412 Nov 25, 2024
d29a7c6
Update links in FavoriteProjects and data constants, add .netlify to …
Harrisj22412 Nov 26, 2024
64bb66c
added more projects
Harrisj22412 Dec 10, 2024
3254125
added more projects
Harrisj22412 Dec 10, 2024
2e42ca6
testing
Harrisj22412 Dec 10, 2024
f9899a2
added vercel analytics package
Harrisj22412 Dec 10, 2024
cde7251
updated facetime app project
Harrisj22412 Dec 10, 2024
8bf9bee
fixing the build for deployment for github actions
Harrisj22412 Dec 10, 2024
d17aa49
fixing the build for deployment for github actions
Harrisj22412 Dec 10, 2024
585156e
Merge branch 'CICD-fix' of https://github.com/Harrisj22412/simple-dev…
Harrisj22412 Dec 10, 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 image references and modify designation in components
Harrisj22412 committed Nov 23, 2024
commit aa0a1fb100c1823db8a135348fa14c4dcb0bf7a5
2 changes: 1 addition & 1 deletion components/ContainerBlock.js
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ export default function ContainerBlock({ children, ...customMeta }) {
const meta = {
title: "Jalen Harris - Developer, Writer, Creator and YouTuber",
description: `I've been developing websites for 5 years straight. Get in touch with me to know more.`,
image: "/avatar.png",
image: "/jalen.png",
type: "website",
...customMeta,
};
2 changes: 1 addition & 1 deletion components/Hero.js
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ export default function Hero() {
</RainbowHighlight>
<RainbowHighlight color={colors[3]}>
<h1 className="text-4xl md:text-8xl font-bold text-gray-700 dark:text-gray-200 my-2">
Youtuber.
Engineer.
</h1>
</RainbowHighlight>
</RoughNotationGroup>
2 changes: 1 addition & 1 deletion constants/data.js
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ const userData = {
githubUsername: "manuarora700",
name: "Jalen Harris",
designation: "Full-Stack Developer",
avatarUrl: "/avatar.png",
avatarUrl: "/IMG_2547 2.jpg",
email: "[email protected]",
phone: "614-937-7182",
address: "Washington, DC",
Binary file added public/IMG_2547 2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/invoice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.