diff --git a/portfolio/src/Assets/GitHub_Logo_White.png b/portfolio/src/Assets/GitHub_Logo_White.png new file mode 100644 index 0000000..c61ab9d Binary files /dev/null and b/portfolio/src/Assets/GitHub_Logo_White.png differ diff --git a/portfolio/src/Assets/github-mark-white.png b/portfolio/src/Assets/github-mark-white.png new file mode 100644 index 0000000..50b8175 Binary files /dev/null and b/portfolio/src/Assets/github-mark-white.png differ diff --git a/portfolio/src/Pages/Projects.css b/portfolio/src/Pages/Projects.css index dd2ec51..615e4c8 100644 --- a/portfolio/src/Pages/Projects.css +++ b/portfolio/src/Pages/Projects.css @@ -89,6 +89,14 @@ min-width: 20rem; border: 2px solid rgb(100, 100, 100); } +.projectsPhotoGitHub { + object-fit: fill; + width: 30rem; + min-width: 20rem; + margin-top: 7rem; + margin-bottom: 7rem; + +} .projectsTechnologiesUsed { diff --git a/portfolio/src/Pages/Projects.js b/portfolio/src/Pages/Projects.js index 2b956ed..f3d6763 100644 --- a/portfolio/src/Pages/Projects.js +++ b/portfolio/src/Pages/Projects.js @@ -6,19 +6,37 @@ import pongSquare from "../Assets/pong_square_size.jpg"; import pythonLogo from "../Assets/python-logo-only.png"; import arduinoLogo from "../Assets/arduino-logo.png"; import cplusplusLogo from "../Assets/c++-logo.png"; +import GitHubLogo from "../Assets/GitHub_Logo_White.png" +import GitHubLogoCat from "../Assets/github-mark-white.png" import placeholderPhoto from "../Assets/myPhoto.jpg"; import { NavLink } from "react-router-dom"; + + const Projects = () => { + + var github_link = "https://github.com/dreamz12345/" + return ( +
- +
@@ -27,7 +45,7 @@ const Projects = () => {
Pong Game - Famous oldschool game written by me in Python Turtle. + My take on famous oldschool game written in Python Turtle.
projectsPhoto