Skip to content
View pdavenport's full-sized avatar

Block or report pdavenport

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pdavenport/README.md

TODAY tell your loved ones how you feel as if you're dying.



Peter.jsx
export const Peter = (timeOfDay, amountOfCoffee) => {
  let crabStatus;
  if (timeOfDay === "-.- wtf time is it" && amountOfCoffee === 0) {
    crabStatus = "big crab";
  } else crabStatus = "a little crabby";

  return (
    <>
      {timeOfDay && (
        <div class="flex text-lg">
          <h1>Hey!</h1>
          <h2>Peter is a senior full stack developer.</h2>
          <h3>Peter loves to cook and be in the sun.</h3>
          <p>At this very moment, Peter is currently {crabStatus}.</p>
        </div>
      )}
    </>
  );
};


FY5yaizX0AA2SBd

What is the measure of a Man? 
Is it his Affect or his Effect?

Spotify

DoYouKnow

True Joy, powerful in nature, lives amidst Suffering and Gratitude

Popular repositories Loading

  1. CodingCurriculum CodingCurriculum Public

    Forked from Code2Hire/CodingCurriculum

    Base curriculum for the ITA and R2H Tech programs

    HTML

  2. TypescriptCrashCourse TypescriptCrashCourse Public

    A Typescript Crash Course with React

    TypeScript 1

  3. ITA_Projects_2019 ITA_Projects_2019 Public

    Projects for the Internal Tech Academy at Red Ventures

    HTML

  4. TypescriptCrashCourseRedux TypescriptCrashCourseRedux Public

    A Typescript with Redux Course

  5. PHPintroProject PHPintroProject Public

    A quick intro project into PHP

    PHP

  6. pdavenport.github.io pdavenport.github.io Public

    My website/portfolio

    JavaScript