Skip to content

Commit

Permalink
photo size
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamz12345 committed Jul 8, 2024
1 parent dcc5a2e commit 175e09d
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
Binary file not shown.
Binary file removed portfolio/src/Assets/about_square_size.jpg~
Binary file not shown.
Binary file removed portfolio/src/Assets/placeholder_portrait.png
Binary file not shown.
Binary file added portfolio/src/Assets/placeholder_portrait4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions portfolio/src/Components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
font-size: 1vmax;
font-weight: 100;
color: rgb(100, 100, 100);
background-color: rgb(40, 40, 43);
background-color: rgb(42, 41, 47);
text-align: center;
border-top: 1px solid rgb(60, 60, 60);
border-top: 0.1vmax solid cornflowerblue;
padding: 1.5vmax;

}
2 changes: 1 addition & 1 deletion portfolio/src/Pages/About.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Navbar from "../Components/Navbar/Navbar";
import Footer from "../Components/Footer/Footer";
import ScrollToTop from "../Components/scrollToTop";
import placeholder_portrait from "./../Assets/placeholder_portrait.png"
import placeholder_portrait from "./../Assets/placeholder_portrait4.png"
import "./About.css";

const About = () => {
Expand Down
3 changes: 2 additions & 1 deletion portfolio/src/Pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ import Navbar from "../Components/Navbar/Navbar";
import ScrollToTop from "../Components/scrollToTop";
import "./Home.css";
import "./Projects.css";
import myPhoto from "../Assets/placeholder_portrait.png";
import myPhoto from "../Assets/placeholder_portrait4.png";
import pongSquare from "../Assets/pong_square_size.jpg";
import aboutSquare from "../Assets/about_square_size.jpg";
import renderPhoto from "../Assets/TT-SU2_700_samples_transparen_background.png";
import { NavLink } from "react-router-dom";


const Home = () => {
return (
<div className="page">
Expand Down

0 comments on commit 175e09d

Please sign in to comment.