10000 Disabling contact form · davinash97/davinash97.github.io@fb0f020 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb0f020

Browse files
committed
Disabling contact form
1 parent cc3efa8 commit fb0f020

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Pages/Contacts.jsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@ import React from "react";
44
import { contactsCard as Card } from "../Components/card.jsx";
55

66
export default function Contacts() {
7-
// document
8-
// .querySelectorAll("input")
9-
// .forEach((input) => input.setAttribute("disabled", true));
10-
117
return (
128
<section className="flex flex-col py-10 items-center gap-10">
139
<h2 className="text-center">Contacts</h2>
14-
<div>
10+
{/* <div>
1511
<form
1612
action="mailto:davinash97.work@gmail.com"
1713
method="post"
@@ -63,7 +59,7 @@ export default function Contacts() {
6359
</div>
6460
</form>
6561
</div>
66-
<h4 className="text-center">OR</h4>
62+
<h4 className="text-center">OR</h4> */}
6763
<div className="flex gap-10 justify-around contacts">
6864
<Card
6965
title="Gmail"
@@ -77,7 +73,7 @@ export default function Contacts() {
7773
/>
7874

7975
<Card
80-
title="Telegram"
76+
title="Linkedin"
8177
link="https://linkedin.com/in/davinash97"
8278
imgSrc={getImageUrl("linkedin")}
8379
/>

0 commit comments

Comments
 (0)
0