Skip to content

Contact Page UI changed Successfully #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36,767 changes: 0 additions & 36,767 deletions package-lock.json

This file was deleted.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"firebase": "^8.2.10",
"gh-pages": "^3.1.0",
"jquery": "^3.6.0",
"mdbreact": "^5.1.0",
"popper.js": "^1.16.1",
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
Expand All @@ -22,6 +23,7 @@
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-slick": "^0.28.1",
"react-social-icons": "^5.6.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.3",
"web-vitals": "^1.1.0"
Expand Down
1 change: 1 addition & 0 deletions src/assets/head.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
198 changes: 100 additions & 98 deletions src/components/pages/collaboration.js
Original file line number Diff line number Diff line change
@@ -1,109 +1,111 @@
import "../styles/contact.css";
import Customnav from "../layout/customnavbar";
import head from "../../assets/head.svg";
import { SocialIcon } from 'react-social-icons';

import {
FaLinkedin,
FaGithubSquare,
FaTwitterSquare,
FaYoutube,
FaTelegram,
FaLinkedin,
FaGithubSquare,
FaTwitterSquare,
FaYoutube,
FaTelegram,
} from "react-icons/fa";
import useForm from "../hooks/useForm";
import validator from "../utilities/validator";
// import { Card } from "react-bootstrap";

function Collaboration() {
return (
<div className="contact">
{/* <Customnav color="#01bfd9" height="50px" padding="5vh" /> */}
<div className="contact__Packet">
<h1> Contact Us </h1>{" "}
<div className="contact__container">
<div className="contactContainer__left">
<div className="contactContainer__left-info">
<h4> Contact Information </h4>{" "}
<p>
{" "}
Lorem ipsum dolor sit amet consectetur adipisicing
elit.Aspernatur magnam quis autem inventore laboriosam dicta
dolorem error ea, suscipit nobis ut, similique velit vitae
explicabo.{" "}
</p>{" "}
</div>{" "}
<div className="contactContainer__leftIcons">
<a
href="https://github.com/codeflow201"
target="_blank"
rel="noreferrer"
className="contactContainer__leftIcon"
>
<FaGithubSquare className="contact__icon" size={23.5} />{" "}
</a>{" "}
<a
href="https://www.linkedin.com/company/codefloworg/"
target="_blank"
rel="noreferrer"
className="contactContainer__leftIcon"
>
<FaLinkedin className="contact__icon" size={23.5} />{" "}
</a>{" "}
<a
href="https://twitter.com/codefloworg"
target="_blank"
rel="noreferrer"
className="contactContainer__leftIcon"
>
<FaTwitterSquare className="contact__icon" size={23.5} />{" "}
</a>{" "}
<a
href="https://www.youtube.com/channel/UCIsECRBRWOalTC51co-tJWg"
target="_blank"
rel="noreferrer"
className="contactContainer__leftIcon"
>
<FaYoutube className="contact__icon" size={23.5} />{" "}
</a>{" "}
<a
href="https://t.me/joinchat/FdJhyMumJK5sryCv"
target="_blank"
rel="noreferrer"
className="contactContainer__leftIcon"
>
<FaTelegram className="contact__icon" size={23.5} />{" "}
</a>{" "}
</div>{" "}
</div>{" "}
<form action="https://formcarry.com/s/S2thQbCqEvW" method="POST">
<div className="form__first">
<div className="form__first-group">
<label> First Name </label>{" "}
<input name="firstname" type="text" />
</div>{" "}
<div className="form__first-group">
<label> Last Name </label> <input name="lastname" type="text" />
</div>{" "}
</div>{" "}
<div className="form__first">
<div className="form__first-group">
<label> E - Mail </label> <input name="email" type="email" />
</div>{" "}
<div className="form__first-group">
<label> Phone - No </label> <input name="phone" type="tel" />
</div>{" "}
</div>{" "}
<div className="form__first">
<div className="form__first-group">
<label> Message </label> <textarea name="message"> </textarea>{" "}
</div>{" "}
</div>{" "}
<button type="submit" className="form__btn">
{" "}
Submit{" "}
</button>{" "}
</form>{" "}
</div>{" "}
</div>{" "}
</div>
);
return ( <
div className = "contact" > { /* <Customnav color="#01bfd9" height="50px" padding="5vh" /> */ } <
div className = "contact__Packet" >
<
h1 > Contact Us < /h1>{" "} <
div className = "contact__container" >
<
div className = "contactContainer__left" >
<
div className = "contactContainer__left-info" >
<
h3 > Any queries, feel free to Contact Us...! < /h3>{" "} <
p > { " " } <
img height = { 250 }
src = { head }
alt = "header" / > { " " } <
/p>{" "} < /
div > { " " } <
div className = "contactContainer__leftIcons" >
<
SocialIcon url = "https://twitter.com/codefloworg"
fgColor = "#FFFFFF" / >
<
SocialIcon className = "id"
url = "https://www.youtube.com/channel/UCIsECRBRWOalTC51co-tJWg"
fgColor = "#FFFFFF" / >
<
SocialIcon className = "id1"
url = "https://www.linkedin.com/company/codefloworg/"
fgColor = "#FFFFFF" / >
<
SocialIcon className = "id2"
url = "https://github.com/codeflow201"
fgColor = "#FFFFFF" /
>
<
SocialIcon className = "id3"
url = "https://t.me/joinchat/FdJhyMumJK5sryCv"
fgColor = "#FFFFFF"
network = "telegram" /
>
<
/div> { " " } < /
div > { " " } <
form action = "https://formcarry.com/s/S2thQbCqEvW"
method = "POST" >
<
div className = "form__first" >
<
div className = "form__first-group" >
<
label > First Name < /label>{" "} <
input name = "firstname"
type = "text" / >
<
/div>{" "} <
div className = "form__first-group" >
<
label > Last Name < /label> <input name="lastname" type="text" / >
<
/div>{" "} < /
div > { " " } <
div className = "form__first" >
<
div className = "form__first-group" >
<
label > E - Mail < /label> <input name="email" type="email" / >
<
/div>{" "} <
div className = "form__first-group" >
<
label > Phone - No < /label> <input name="phone" type="tel" / >
<
/div>{" "} < /
div > { " " } <
div className = "form__first" >
<
div className = "form__first-group" >
<
label > Message < /label> <textarea name="message"> </textarea > { " " } <
/div>{" "} < /
div > { " " } <
button type = "submit"
className = "form__btn" > { " " }
Submit { " " } <
/button>{" "} < /
form > { " " } <
/div>{" "} < /
div > { " " } <
/div>
);
}

export default Collaboration;
export default Collaboration;
Loading