8000 Bump hosted-git-info from 2.7.1 to 2.8.9 by dependabot[bot] · Pull Request #3 · ggraca/ggraca · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump hosted-git-info from 2.7.1 to 2.8.9 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 49 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/components/Intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ const Intro = () =>

<div className="about">
<p>
I'm a Portuguese developer who loves creating websites and games.
I'm a Portuguese developer who loves coding and building cool products.
</p>

<p>
I currently live in London and work as a Full Stack Developer at <a href="https://www.vinterior.co/" target="_blank" rel="noopener noreferrer">Vinterior</a>,
an online marketplace for vintage furniture.
I currently live in London while launching my own business: <a href="https://ripplr.io/" target="_blank" rel="noopener noreferrer">Ripplr</a>,
a social platform for sharing content available online.
</p>

<p>
In the past I worked at <a href="https://www.whitesmith.co/" target="_blank" rel="noopener noreferrer">Whitesmith</a> and <a href="https://coatsink.com/" target="_blank" rel="noopener noreferrer">Coatsink</a> and I graduated from <a href="https://www.ncl.ac.uk/" target="_blank" rel="noopener noreferrer">Newcastle University</a> with a MSc in Computer Games Engineering.
In the past, I worked at <a href="https://www.vinterior.co/" target="_blank" rel="noopener noreferrer">Vinterior</a>, <a href="https://www.whitesmith.co/" target="_blank" rel="noopener noreferrer">Whitesmith</a> and <a href="https://coatsink.com/" target="_blank" rel="noopener noreferrer">Coatsink</a> and I graduated from <a href="https://www.ncl.ac.uk/" target="_blank" rel="noopener noreferrer">Newcastle University</a> with a MSc in Computer Games Engineering.
</p>

<p>
On my free time I consume movies, books and ale.
I use <a href="https://www.archlinux.org/" target="_blank" rel="noopener noreferrer">Arch Linux</a> as my personal operating system (check my 'rice' <a href="https://github.com/ggraca/configs" target="_blank" rel="noopener noreferrer">here</a>).
During my free time, I love travelling, watching movies and trying craft beer.
I use <a href="https://www.archlinux.org/" target="_blank" rel="noopener noreferrer">Arch Linux</a> as my personal operating system (check my configs <a href="https://github.com/ggraca/configs" target="_blank" rel="noopener noreferrer">here</a>).
I also like to experiment with new technologies and gadgets and help organizing events for the local dev community.
</p>

Expand Down
28 changes: 27 additions & 1 deletion src/data/project_data.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
let project_data = [
{
title: "Ripplr",
image: "/ripplr.jpg",
team: ["Guilherme Graça", "Mário Balça"],
date: "October 2020",
env: "Ripplr",
description: "Ripplr is a social platform for sharing content available online. I quit my job to create this and try to turn it into a sucessfull business.",
links: [
{name: "Ripplr", link: "https://ripplr.io"}
],
tags: ["Ruby on Rails", "Vuejs", "Vitejs", "K8s", "Business"],
featured: false
},
{
title: "Vinterior",
image: "/vinterior.jpg",
team: ["Vinterior", null],
date: "September 2019",
env: "Vinterior",
description: "Vinterior is a marketplace of vintage furniture. We worked on 8 week cycles, inspired by Shape Up. During this time, I helped designing and shipping big changes to our SEO and Frontend infrastructures, alongside other smaller features and improvements.",
links: [
{name: "Vinterior", link: "https://vinterior.co"}
],
tags: ["Ruby on Rails", "Webpack", "SEO", "Web Vitals"],
featured: false
},
{
title: "MSc Dissertation",
image: "/dissertation.png",
Expand Down Expand Up @@ -260,7 +286,7 @@ let project_data = [
{
title: "Splondee",
image: "/splondee.png",
team: ["Guilherme Graça", "Beatriz Diogo", "Mario Balça"],
team: ["Guilherme Graça", "Beatriz Diogo", "Mário Balça"],
date: "May 2014",
env: "University",
description: "Splondee is the best drink ever! But, in order to serve it, you must find the correct pipes and mix all the right ingredients in each one of the nine levels.",
Expand Down
Loading
0