Skip to content

Commit

Permalink
Added portfolio to projects section
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLeoni committed Sep 11, 2019
1 parent 8a676d8 commit bb62bcf
Show file tree
Hide file tree
Showing 4 changed files with 10,414 additions and 8 deletions.
3 changes: 2 additions & 1 deletion src/components/Contact.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import ContactGridElement from "./ContactGridElement";
import emailIcon from "../icons/email.svg";
import ContactGridElement from "./ContactGridElement";

export default class Contact extends React.Component {
render() {
Expand Down Expand Up @@ -29,6 +29,7 @@ export default class Contact extends React.Component {
<div className="row text-left justify-content-center">
<ContactGridElement
icon={emailIcon}
contentSize="4"
content="[email protected]"
></ContactGridElement>
</div>
Expand Down
23 changes: 16 additions & 7 deletions src/components/Projects.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import React from "react";
import ContactGridElement from "./ContactGridElement";
import noteableIcon from "../icons/noteable_icon.png";
import moneylogIcon from "../icons/moneylog_icon.ico";
import matchedIcon from "../icons/matched_icon.png";
import moneylogIcon from "../icons/moneylog_icon.ico";
import noteableIcon from "../icons/noteable_icon.png";
import splashxIcon from "../icons/splashx_icon.svg";

import tomasoleoniIcon from "../icons/tomasoleoni.svg";
import ContactGridElement from "./ContactGridElement";

export default class Projects extends React.Component {
render() {
Expand Down Expand Up @@ -33,7 +33,7 @@ export default class Projects extends React.Component {
<div className="row text-center justify-content-center">
<ContactGridElement
icon={noteableIcon}
content="noteable - A note taking app for iOS and Android"
content="noteable - A note taking app for iOS and Android maded with Flutter"
contentSize="5"
url="https://github.com/TommyLeoni/noteable_public"
></ContactGridElement>
Expand All @@ -48,18 +48,27 @@ export default class Projects extends React.Component {
<ContactGridElement
icon={matchedIcon}
center="true"
content="MatchEd - A platform designed for academics: Share your interests and find people to collaborate with"
content="MatchEd - A platform designed for academics: Share your interests and find people to collaborate with. Built on Node & React JS"
contentSize="5"
url="https://github.com/TommyLeoni/MatchEd-Frontend"
></ContactGridElement>
<ContactGridElement
icon={splashxIcon}
center="true"
content="SplashX - The app that gives you all necessary information about the swimming pools in your area"
content="SplashX - The app that gives you all necessary information about the swimming pools in your area, built on Java within Android Studio"
contentSize="5"
url="https://github.com/TommyLeoni/splashx"
></ContactGridElement>
</div>
<div className="row justify-content-center text-center">
<ContactGridElement
icon={tomasoleoniIcon}
center="true"
contentSize="5"
url="#"
content="My portfolio - the website you are currently looking at! I built this page on React JS with the goal of having a go-to address to get all the necessary information on me"
></ContactGridElement>
</div>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/icons/tomasoleoni.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit bb62bcf

Please sign in to comment.