chore: update all information
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Giovani Rodriguez
|
||||
Copyright (c) 2019 Giovani
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
10
README.md
10
README.md
@@ -1,11 +1,11 @@
|
||||
## grodriguez.dev
|
||||
## giovani.lol
|
||||
|
||||
This website was created for the purpose of learning how to use React. It contains information about myself and my experience. It is currently deployed and can be viewed at [grodriguez.dev](https://grodriguez.dev).
|
||||
This website was created for the purpose of learning how to use React. It contains information about myself and my experience. It is currently deployed and can be viewed at [giovani.lol](https://giovani.lol).
|
||||
|
||||
## Demo
|
||||
|
||||
<p align="center">
|
||||
<img src="https://github.com/gio101046/grodriguez.dev/blob/master/readme/demo.gif?raw=true">
|
||||
<img src="https://gitea.redturtle.foo/crayonix/giovani.lol/blob/master/readme/demo.gif?raw=true">
|
||||
</p>
|
||||
|
||||
## Run Project
|
||||
@@ -16,10 +16,10 @@ From the terminal:
|
||||
|
||||
```bash
|
||||
# clone the repository using git
|
||||
$ git clone https://github.com/gio101046/grodriguez.dev.git
|
||||
$ git clone https://gitea.redturtle.foo/crayonix/giovani.lol
|
||||
|
||||
# move into cloned repository directory
|
||||
$ cd grodriguez.dev
|
||||
$ cd giovani.lol
|
||||
|
||||
# install all dependencies using npm
|
||||
$ npm install
|
||||
|
||||
42829
package-lock.json
generated
42829
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -4,8 +4,7 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-scripts": "^4.0.3"
|
||||
"react-dom": "^16.8.6"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
@@ -21,5 +20,8 @@
|
||||
"not dead",
|
||||
"not ie <= 11",
|
||||
"not op_mini all"
|
||||
]
|
||||
],
|
||||
"devDependencies": {
|
||||
"react-scripts": "^5.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
@@ -23,7 +23,7 @@
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
||||
<title>Giovani Rodriguez</title>
|
||||
<title>giovani.lol</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"short_name": "Giovani Rodriguez",
|
||||
"short_name": "giovani.lol",
|
||||
"name": "",
|
||||
"icons": [
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@ function Bio() {
|
||||
A Little About Myself
|
||||
</h1>
|
||||
<h2 className="mx-auto content-text-size content-width mt-4">
|
||||
My name is <strong>Giovani Rodriguez</strong> and I create tools, apps and websites.
|
||||
My name is <strong>Giovani</strong> and I create tools, apps and websites.
|
||||
I am a problem solver, solution maker upper and answer deilverer. I'm always itching to learn something new and striving to deliver my best. I like to read, listen to music and ride my bike.
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
@@ -12,7 +12,7 @@ function Contact() {
|
||||
Wanna Work Together?
|
||||
</h1>
|
||||
<h2 className="mx-auto content-text-size content-width mt-4">
|
||||
You can get a hold of me by emailing me at <strong>me@grodriguez.dev</strong>.
|
||||
You can get a hold of me by emailing me at <strong>giovani@boldquest.net</strong>.
|
||||
You can also see what I am up to by clicking the social media icons below.
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
@@ -2,28 +2,22 @@ import React from 'react';
|
||||
import 'styles/Footer.css';
|
||||
import GithubIcon from 'images/github-logo.svg';
|
||||
import LinkedInIcon from 'images/linkedin-logo.svg';
|
||||
import TwitterIcon from 'images/twitter-logo.svg';
|
||||
|
||||
function Footer() {
|
||||
return (
|
||||
<div className="container-fluid">
|
||||
<div className="section-height"></div>
|
||||
<div className="section-height"></div>
|
||||
<div className="row justify-content-center footer-background-color">
|
||||
<div className="col-3 p-3 text-center">
|
||||
<a href="https://github.com/gio101046" className="d-block" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://gitea.redturtle.foo/crayonix" className="d-block" target="_blank" rel="noopener noreferrer">
|
||||
<img alt="Github Icon" src={GithubIcon} width="32" height="32" />
|
||||
</a>
|
||||
</div>
|
||||
<div className="col-3 p-3 text-center">
|
||||
<a href="https://www.linkedin.com/in/giovaniluisrodriguez/" className="d-block" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://www.linkedin.com/in/giovaniro" className="d-block" target="_blank" rel="noopener noreferrer">
|
||||
<img alt="LinkedIn Icon" src={LinkedInIcon} width="32" height="32" />
|
||||
</a>
|
||||
</div>
|
||||
<div className="col-3 p-3 text-center">
|
||||
<a href="https://twitter.com/gcode0727" className="d-block" target="_blank" rel="noopener noreferrer">
|
||||
<img alt="Twitter Icon" src={TwitterIcon} width="32" height="32" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import React, {Component} from 'react';
|
||||
import ProfilePicture from 'images/home/profilePictureTwo.jpg';
|
||||
import ProfilePicture from 'images/home/profilePictureThree.jpg';
|
||||
import "styles/Introduction.css";
|
||||
|
||||
const lineOneText = 'Hi, my name is Giovani.';
|
||||
@@ -108,7 +108,7 @@ class Introduction extends Component {
|
||||
</a>
|
||||
</div>
|
||||
<div className="d-inline">
|
||||
<a href="https://www.linkedin.com/in/giovaniluisrodriguez/" target="_blank" rel="noreferrer">
|
||||
<a href="https://gitea.redturtle.foo/crayonix/resume/raw/branch/main/resume.pdf" target="_blank" rel="noreferrer">
|
||||
<button type="button" className="btn btn-outline-primary btn-lg">Resume</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 612 612" style="enable-background:new 0 0 612 612;" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path style="fill:#010002;" d="M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411
|
||||
c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513
|
||||
c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101
|
||||
c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104
|
||||
c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194
|
||||
c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485
|
||||
c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user