Skip to content

Commit

Permalink
This is my second edit in this portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
kojaamir95 committed Sep 12, 2024
1 parent 19f801d commit 2ea7da6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ import "./styles.css";
* If you don't have one of the social sites listed, leave it as an empty string.
*/
const siteProps = {
name: "Alexandrie Grenier",
title: "Web Designer & Content Creator",
email: "alex@example.com",
name: "Kassim Amir",
title: "Software Developer & Web Designer",
email: "amir.kassim946@gmail.com",
gitHub: "microsoft",
instagram: "microsoft",
linkedIn: "satyanadella",
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import PropTypes from "prop-types";
* Need an image? Check out https://unsplash.com to download a photo you
* freely use on your site.
*/
import image from "../images/woman-with-tablet.jpg";
import image from "../images/kassim.png";

const imageAltText = "Adult female in office setting leaning against a glass wall while holding a platinum Microsoft Surface Pro 7 in tablet mode preparing to write with Microsoft Surface Pen";
const imageAltText = "Adult male in office setting leaning against a glass wall while holding a platinum Microsoft Surface Pro 7 in tablet mode preparing to write with Microsoft Surface Pen";

const Home = ({ name, title }) => {
return (
Expand Down
Binary file added src/images/kassim.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/woman-with-tablet.jpg
Binary file not shown.

0 comments on commit 2ea7da6

Please sign in to comment.