Skip to content

Commit

Permalink
BI-54: Footer Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
satyam-x10 committed Jan 31, 2024
1 parent 23213ec commit b6de407
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/app/components/Footer/Footer.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.footer {
height: 60px;
width: 100vw;
}
12 changes: 7 additions & 5 deletions src/app/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ function Footer() {
}
switch (platform) {
case SocialNetwork.DISCORD:
url = '#'
url = 'https://discord.gg/FRbdHraQj3'
break
case SocialNetwork.FACEBOOK:
url = '#'
url = 'https://www.facebook.com/profile.php?id=61555598325563'
break
case SocialNetwork.TWITTER:
url = '#'
break
case SocialNetwork.INSTAGRAM:
url = '#'
url = 'https://www.instagram.com/uni.buzz/'
break
default:
return
Expand All @@ -42,11 +42,13 @@ function Footer() {
<Image src={bacpacLogo} alt="" className="w-full h-full" />
</div>
<div className="title w-1/2">
<Image src={bacpacTitle} alt="" className=" w-4/6" />
{/* <Image src={bacpacTitle} alt="" className=" w-4/6" /> */}
<h1 style={{ fontFamily: 'Inter, sans-serif', fontWeight: 'bold', color: '#4754FF', margin: 'auto' }} className="text-xl font-bold">UniBuzz</h1>

</div>
</div>
<div className="text w-3/4 h-full center text-large text-black">
Copyright <AiOutlineCopyrightCircle className="ml-1 mr-1" /> 2023 Bacpac Networks
Copyright <AiOutlineCopyrightCircle className="ml-1 mr-1" /> 2023 Unibuzz Networks
</div>
<div className="center h-full w-2/6">
<div className="icons instagram center" onClick={() => handleRedirect(4)}>
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Inter } from 'next/font/google'
const inter = Inter({ subsets: ['latin'] })

export const metadata = {
title: 'BacPac',
title: 'UniBuzz',
description: 'Connect with Universities',
}

Expand Down

0 comments on commit b6de407

Please sign in to comment.