Skip to content

Commit

Permalink
I have done changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samiullahsaleem committed Dec 27, 2023
1 parent 5fc1e26 commit 8fbaa96
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 18 deletions.
14 changes: 7 additions & 7 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ 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: "Sami Ullah Saleem",
title: "Software Engineer",
email: "samiullah1701734@gmail.com",
gitHub: "microsoft",
instagram: "microsoft",
linkedIn: "satyanadella",
medium: "",
twitter: "microsoft",
youTube: "Code",
linkedIn: "samiullahsaleem",
medium: "samiullahsaleem",
twitter: "samiullahsaleem",
youTube: "samiullahsaleem",
};

const primaryColor = "#4E567E";
Expand Down
4 changes: 2 additions & 2 deletions src/Components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ import React from "react";
* Need an image? Check out https://unsplash.com to download a image you
* freely use on your site.
*/
import image from "../images/motion-background.jpg";
import image from "../images/samiullahsaleem.jpg";

const imageAltText = "purple and blue abstract background";

/**
* Sort description that expands on your title on the Home component.
*/
const description =
"I'm a UI/UX student studying at Barnett Technical University. I enjoy creating unique and simplistic user interfaces in creative ways.";
"I'm an IT Student at PUCIT. ";

/**
* List of some of skills or technologies you work on, are learning,
Expand Down
7 changes: 1 addition & 6 deletions src/Components/Header.jsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/**
* Header component
*
* Top navigation bar for your site. Set to remain visible as the
* user scrolls so that they can constantly reach any part of your page.
*/

import React from "react";

const Header = () => {
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/samiullahsaleem.jpg";

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 = "Sami Ullah Saleem";

const Home = ({ name, title }) => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Portfolio.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import React from "react";
* Need an image? Check out https://unsplash.com to download a photo you
* freely use on your site.
*/
import image from "../images/design-desk.jpeg";
import image from "../images/samiullahsaleem.jpg";

const imageAltText = "desktop with books and laptop";

Expand Down
Binary file added src/images/samiullahsaleem.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8fbaa96

Please sign in to comment.