Skip to content

Commit

Permalink
Merge pull request #14 from rishavranjan943/main
Browse files Browse the repository at this point in the history
increasing visiblity of text below discord icon
  • Loading branch information
bhaskar1001101 authored Jun 9, 2024
2 parents f2b1e27 + c2ea68f commit f940249
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
Binary file added src/assets/images/discord/discord_sc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions src/components/Discord/Discord.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
height: 100%;
}

.over{
.over {
position: absolute;
top: 0%;
left: 0;
Expand All @@ -29,7 +29,7 @@
}


.overlay2{
.overlay2 {
position: absolute;
top: 0;
left: 0;
Expand All @@ -39,14 +39,14 @@
}


.stars{
.stars {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('../../assets/images/discord/stars.svg');
background-size : cover;
background-size: cover;
background-position: center;
}

Expand All @@ -70,13 +70,18 @@
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
mix-blend-mode: multiply;

}

.bottom-overlay {
position: absolute;
bottom: 20%;
bottom: 7%;
left: 33%;
width: 32%;
height: 25%;
cursor: pointer;
}

.util{
z-index: 4;
}
3 changes: 2 additions & 1 deletion src/components/Discord/Discord.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import './Discord.css';
import discordSCImage from '../../assets/images/discord/discord_sc.svg'; // Import the image
// import discordSCImage from '../../assets/images/discord/discord_sc.svg'; // Import the image
import discordSCImage from '../../assets/images/discord/discord_sc.png'; // Import the image


function Discord() {
Expand Down
3 changes: 3 additions & 0 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ function Footer() {
return (
<>
<div id="footer" className='main-footer'>
<div className="container mx-auto px-4 py-8">
<p className="footercontent text-xl md:text-2xl text-[#BEBEBE] text-center inline">Join our Discord Community to stay updated on all the latest developments and <br className="hidden lg:inline" />announcements for our hackathon! Don&apos;t miss out on key updates and opportunities, join us today!</p>
</div>
<div id="upfooter" className='bg-cover upfooter relative'>
<div className="flex flex-col py-5 xl:py-10 h-[100%] xl:h-[100%] gap-5 justify-center item-center">
<img src={stars} alt="" className='absolute object-cover w-full h-full'/>
Expand Down

0 comments on commit f940249

Please sign in to comment.