-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added images to projects page * Added images to some of the about pages * All about pages have image * Added new projects image * Made it so all images take up the same width --------- Co-authored-by: saltyypanda <[email protected]>
- Loading branch information
1 parent
6117002
commit 788e4c1
Showing
6 changed files
with
28 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ export interface Project{ | |
|
||
export const projectsData: Project[] = [ | ||
{ | ||
logo: defaultImage, | ||
logo: "/images/projects-5.jpg", | ||
title: "Project 1", | ||
lead: "lead 1", | ||
contact: "[email protected]", | ||
|
@@ -22,15 +22,15 @@ export const projectsData: Project[] = [ | |
progress: "In Progress" | ||
}, | ||
{ | ||
logo: defaultImage, | ||
logo: "/images/projects-3.jpg", | ||
title: "Project 2", | ||
lead: "Lead 2", | ||
contact: "[email protected]", | ||
description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quia, aliquid. Laudantium veritatis veniam praesentium nesciunt facilis quod quam nihil labore perferendis, qui molestiae ad quibusdam magnam consequatur tempore, hic minus!", | ||
progress: "Conceptualization" | ||
}, | ||
{ | ||
logo: defaultImage, | ||
logo: "/images/projects-4.jpg", | ||
title: "Project 3", | ||
lead: "Lead 3", | ||
contact: "[email protected]", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.