Skip to content
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

Inserted social media icons in contact us page #316

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions my-project/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TeleGames</title>
</head>
Expand Down
10 changes: 5 additions & 5 deletions my-project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions my-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"chess.js": "^1.0.0-beta.8",
"dotenv": "^16.4.5",
"gsap": "^3.12.5",
"lodash": "4.17.11",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"my-project": "file:",
"prop-types": "^15.8.1",
Expand All @@ -35,7 +35,7 @@
"react-icons": "^5.2.1",
"react-router-dom": "^6.24.0",
"styled-components": "^6.1.13",
"sweetalert2": "^11.12.0",
"sweetalert2": "^11.6.13",
"three": "^0.157.0",
"viem": "^2.16.5",
"wagmi": "^2.10.8"
Expand Down
6 changes: 3 additions & 3 deletions my-project/src/Components/ContactPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ function ContactPage() {
<p className={styles.pPara}>
<strong>Follow us on social media:</strong>
<br />
<a href="" target="_blank" rel="noopener noreferrer">Twitter</a> |
<a href="" target="_blank" rel="noopener noreferrer">Facebook</a> |
<a href="" target="_blank" rel="noopener noreferrer">Instagram</a>
<a href="" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-x-twitter fa-lg"></i></a> |
<a href="" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-facebook-f fa-lg"></i></a> |
<a href="" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-instagram fa-xl"></i></a>
</p>

</div>
Expand Down
5 changes: 4 additions & 1 deletion my-project/src/Components/ContactPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,7 @@
.submitButton:hover {
background-color: #0056b3;
}


i{
padding: 10px;
}