Skip to content

Commit 6d44e4f

Browse files
committed
add all changes
1 parent 2f93344 commit 6d44e4f

File tree

9 files changed

+31
-32
lines changed

9 files changed

+31
-32
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.0.0",
44
"description": "Educator JS Codespace Template",
55
"source": "src/index.html",
6-
"homepage": "https://github.com/microsoft/codespaces-teaching-template-js#readme",
6+
"homepage": "https://github.com/doyinsolass/FirstRepo",
77
"scripts": {
88
"start": "parcel",
99
"build": "parcel build",
10-
"build-gh": "parcel build --public-url 'https://{github-username}.github.io/{repo-name}'",
10+
"build-gh": "parcel build --public-url 'https://{doyinsolass}.github.io/{FirstRepo}'",
1111
"predeploy": "npm run build-gh",
1212
"deploy": "gh-pages -d dist"
1313
},

src/App.jsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ import "./styles.css";
2424
* If you don't have one of the social sites listed, leave it as an empty string.
2525
*/
2626
const siteProps = {
27-
name: "Alexandrie Grenier",
28-
title: "Web Designer & Content Creator",
29-
email: "alex@example.com",
30-
gitHub: "microsoft",
31-
instagram: "microsoft",
32-
linkedIn: "satyanadella",
27+
name: "Doyinsola Sotunbo",
28+
title: "2nd Year Computer Science Student",
29+
email: "dsotunbo127@gmail.com",
30+
gitHub: "https://github.com/doyinsolass",
31+
instagram: "",
32+
linkedIn: "https://www.linkedin.com/in/doyinsola-sotunbo-027118250/",
3333
medium: "",
34-
twitter: "microsoft",
35-
youTube: "Code",
34+
twitter: "",
35+
youTube: "",
3636
};
3737

3838
const primaryColor = "#4E567E";

src/Components/About.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ import React from "react";
1616
* Need an image? Check out https://unsplash.com to download a image you
1717
* freely use on your site.
1818
*/
19-
import image from "../images/motion-background.jpg";
19+
import image from "../images/sunset-3495108_1280.jpg";
2020

2121
const imageAltText = "purple and blue abstract background";
2222

2323
/**
2424
* Sort description that expands on your title on the Home component.
2525
*/
2626
const description =
27-
"I'm a UI/UX student studying at Barnett Technical University. I enjoy creating unique and simplistic user interfaces in creative ways.";
27+
"I'm a Computer Science & Software Engineering student studying at National University of Ireland Maynooth. I spend my time creating websites and creating user interfaces";
2828

2929
/**
3030
* List of some of skills or technologies you work on, are learning,
3131
* passionate about, or enjoy,
3232
*/
3333
const skillsList = [
34-
"Web design",
35-
"User experience",
36-
"Inclusive design",
37-
"Focus group testing",
38-
"Mobile user interfaces",
39-
"Graphic design",
34+
"Web Development",
35+
"User Experience",
36+
"UI Design",
37+
"Software Testing",
38+
"Mobile User Interface",
39+
"DAta Structures & Algoritms",
4040
];
4141

4242
/**
@@ -45,7 +45,7 @@ const skillsList = [
4545
* about you on a professional level.
4646
*/
4747
const detailOrQuote =
48-
"I am passionate about solving problems in new creative ways to drive innovation. By leveraging my UI/UX experience I continually look for new and better ways to make tech accessible by all.";
48+
"I enjoy Software Testing and Software Engineering. These 2 have been my passion since I was a child.";
4949

5050
const About = () => {
5151
return (

src/Components/Footer.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Footer = (props) => {
5050
gap: "2.5rem",
5151
padding: "5rem 0 3rem",
5252
backgroundColor: primaryColor,
53-
width: "100vw"
53+
width: "100vw",
5454
}}
5555
>
5656
<div
@@ -135,7 +135,6 @@ Footer.propTypes = {
135135
primaryColor: PropTypes.string,
136136
twitter: PropTypes.string,
137137
youTube: PropTypes.string,
138-
139138
};
140139

141140
export default Footer;

src/Components/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import PropTypes from "prop-types";
2020
* Need an image? Check out https://unsplash.com to download a photo you
2121
* freely use on your site.
2222
*/
23-
import image from "../images/woman-with-tablet.jpg";
23+
import image from "../images/desk-1140699_1280.jpg";
2424

2525
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";
2626

src/Components/Portfolio.jsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import React from "react";
1919
* Need an image? Check out https://unsplash.com to download a photo you
2020
* freely use on your site.
2121
*/
22-
import image from "../images/design-desk.jpeg";
22+
import image from "../images/iphone-1852901_1280.jpg";
2323

2424
const imageAltText = "desktop with books and laptop";
2525

@@ -31,16 +31,16 @@ const imageAltText = "desktop with books and laptop";
3131
*/
3232
const projectList = [
3333
{
34-
title: "10 Things To Know About Azure Static Web Apps 🎉",
34+
title: "Introduction to Java🎉",
3535
description:
36-
"Collaboration to create a beginner friendly article to help explain Azure Static Web Apps and tooling to get started.",
37-
url: "https://dev.to/azure/10-things-to-know-about-azure-static-web-apps-3n4i",
36+
"Used to create an understanding of Java as a language",
37+
url: "https://www.w3schools.com/java/java_output.asp",
3838
},
3939
{
40-
title: "Web Development for Beginners",
40+
title: "Guide to Web Development",
4141
description:
42-
"Contributed sketch note imagery to accompany each lesson. These help provide visual representation of what is being taught.",
43-
url: "https://github.com/microsoft/web-dev-for-beginners",
42+
"A short guide on web development",
43+
url: "https://blog.hubspot.com/website/website-development",
4444
},
4545
{
4646
title: "My Resume Site",
@@ -49,10 +49,10 @@ const projectList = [
4949
url: "https://github.com/microsoft/workshop-library/tree/main/full/build-resume-website",
5050
},
5151
{
52-
title: "GitHub Codespaces and github.dev",
52+
title: "GitHub",
5353
description:
54-
"Video interview to explain when to use GitHub.dev versus GitHub Codespaces, and how best to use each tool.",
55-
url: "https://www.youtube.com/watch?v=c3hHhRME_XI",
54+
"My Github and my projects will be linked down below",
55+
url: "https://github.com/doyinsolass",
5656
},
5757
];
5858

src/images/desk-1140699_1280.jpg

104 KB
Loading

src/images/iphone-1852901_1280.jpg

110 KB
Loading

src/images/sunset-3495108_1280.jpg

313 KB
Loading

0 commit comments

Comments
 (0)