Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manazpr committed Jul 29, 2022
1 parent 37ad904 commit 1568813
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Manaz PR Portfolio

[Manaz PR - Frontend Developer from India](https://manaz.vercel.app/)
[Manaz PR ↗️](https://manaz.vercel.app/)

This is my portfolio website, proudly built with [Next.js](https://nextjs.org/), [TypeScript](https://www.typescriptlang.org/), [Tailwind](https://tailwindcss.com/). The content is managed through [GraphCMS](https://graphcms.com/) and accessed via GraphQL endpoints using [Apollo Client](https://www.apollographql.com/).

Expand Down
25 changes: 3 additions & 22 deletions src/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,11 @@ const Contact: FC = () => {
className="flex flex-col gap-2"
>
<label htmlFor="name">Your name</label>
<input
type="text"
id="name"
name="name"
placeholder=""
required
minLength={3}
/>
<input type="text" id="name" name="name" required minLength={3} />
<label htmlFor="email">Your email</label>
<input
type="email"
id="email"
name="email"
placeholder=""
required
/>
<input type="email" id="email" name="email" required />
<label htmlFor="subject">Subject</label>
<input
type="text"
id="subject"
name="subject"
placeholder=""
required
/>
<input type="text" id="subject" name="subject" required />
<button className="mt-2 py-2 text-white rounded transition duration-300 flex justify-center items-center gap-[10px] bg-[#3F3FFF] hover:bg-[#3535ff]">
Send
</button>
Expand Down

1 comment on commit 1568813

@vercel
Copy link

@vercel vercel bot commented on 1568813 Jul 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

manaz – ./

manaz.vercel.app
manaz-manazpr.vercel.app
manaz-git-master-manazpr.vercel.app

Please sign in to comment.