Giter VIP home page Giter VIP logo

diegogagan2587.github.io's Introduction

Hi ๐Ÿ‘‹, I'm Diego Vidal Lopez

Full-stack Web Developer

diegogagan2587

diegogagan2587

  • ๐Ÿ”ญ Iโ€™m currently working on My Personal Portfolio

  • ๐ŸŒฑ Iโ€™m currently learning at Microverse

  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on a startup where I can learn from dynamic environments and challenges, or a big company where I can grow with teammates.

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at dvloper-z.com

  • ๐Ÿ“ซ How to reach me [email protected]

  • ๐Ÿ“„ Know about my experiences https://www.linkedin.com/in/diego-vidal2587/

Connect with me:

dieg02587 diego-vidal-lopez diego2587 @diego27796gagan

Languages and Tools:

babel css3 git html5 javascript jest linux postgresql postman rails react redux ruby selenium tailwind webpack

diegogagan2587

ย diegogagan2587

diegogagan2587

diegogagan2587.github.io's People

Contributors

aztkmarty avatar diegogagan2587 avatar zven94 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

diegogagan2587.github.io's Issues

Mobile Navigation Does not get back to Deskctop version

Issue:

  • When the page is on mobile and the users click on the hamburger button, if you resize the website to desktop, the menu does not get back to the desktop version, instead keeps the mobile layout, which should not happen.

image
image

Social Icon Media - reduce repetition

Suggested Changes:

Social Icon media include severla icons, but in order to reduce repetition on style, you could map like this example:

import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faEnvelope } from '@fortawesome/free-solid-svg-icons'
import {
  faXTwitter,
  faLinkedinIn,
  faGithub,
  faAngellist,
  faMedium,
} from '@fortawesome/free-brands-svg-icons';

const SocialMediaBar = () => {
    const GITHUB_URL = 'https://github.com/Diegogagan2587'
    const LINKEDIN_URL = 'https://www.linkedin.com/in/diego-vidal-lopez/'
    const TWITTER_URL = 'https://twitter.com/dieg02587'
    const ANGELLIST_URL = 'https://wellfound.com/u/diego-vidal-lopez'
    const MEDIUM_URL = 'https://medium.com/@diego27796gagan'

  return (
    <div id="social-media" className='flex flex-col gap-4'>
      <span className="text-base font-medium text-[#7F8CFF]">
        LET&apos;S CONNECT
      </span>
      <ul className="h-5 flex gap-5 items-center text-xl text-[#505F79]">
        {[
          { url: GITHUB_URL, icon: faGithub },
          { url: LINKEDIN_URL, icon: faLinkedinIn },
          { url: TWITTER_URL, icon: faXTwitter },
          { url: ANGELLIST_URL, icon: faAngellist },
          { url: MEDIUM_URL, icon: faMedium },
          { url: 'mailto:[email protected]', icon: faEnvelope },
        ].map((item, index) => (
          <li
            key={index}
            className='hover:drop-shadow-2xl hover:scale-125 active:animate-ping transition-transform duration-300'
          >
            <a href={item.url} target='_blank' rel='noreferrer'>
              <FontAwesomeIcon icon={item.icon} />
            </a>
          </li>
        ))}
      </ul>
    </div>
  );
};

export default SocialMediaBar;

Update Skills: Add Documentation Skill

Suggested Changes

  • According to your experience so far, hiring managers are looking for documentation skills, and you have been documenting all your work from the beginning, so it is worth adding it. Somre others skills you could consider to add:
    • Heroku
    • Github Pages

Week-3 Morning Session Code Review

This Issue is created according to the morning session week 3 - Codereview; The team will include some suggestions, they will take a look over the closed pull: request #5 for the last 5 commits.

Feature: Performance and user tracking with Google Analytics

Suggested Changes:

It's important to keep track of visits to know what we need to improve in this portfolio, that's why I suggest adding a tracking system, one option to do it could be to follow this guide provided by FreeCodeCamp:

First-team-Issue

-This is intended for completing the first exercises from day2 week 2,

Docs Update LInk to live demo in the Readme

Suggested Changes:

Update Readme

Currently, every time users click on the live demo, it redirects to https://dvloper-z.com/Diego-Vidal/, and GitHub Pages is returning a 404 error page. to fix it, we should update the link to https://dvloper-z.com in the docs(I mean in the Readme).
image

Update Skills: add CRA

Suggested changes:

I think would be great if we include CRA(Create React App) in the skills sections, as a tool or methodology we know how to use, like Vite or Webpack.

Peer to peer code review

  • Would be better to put university selectors at the beginning to no repeat them a lot.
  • use generalization on CSS, for example, private heading, we have defined multiple times the same font sizes, when we could just define a more general selector and apply it to all of those elements.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.