Skip to content

Commit 51923e4

Browse files
committed
implemented new changes
1 parent 6121389 commit 51923e4

File tree

10 files changed

+77890
-35884
lines changed

10 files changed

+77890
-35884
lines changed

package-lock.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"react": "^16.13.1",
1616
"react-animated-css-onscroll": "^1.2.1",
1717
"react-dom": "^16.13.1",
18+
"react-icons": "^3.11.0",
1819
"react-router-dom": "^5.2.0",
1920
"react-scripts": "3.4.1",
2021
"react-scrollchor": "^6.0.0",

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ body{
2525

2626
}
2727
.bgpro{
28-
background-image: url('./image/login_bottom.png');
28+
background-image: url('./image/bg.png');
2929
background-size: cover;
3030
background-repeat:no;
3131
}

src/components/Footer.js

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Logo from '../image/logo.png';
33
import '../css/tailwind.css';
44
import '../App.css';
55
import {GithubFilled,TwitterCircleFilled,FacebookFilled } from '@ant-design/icons';
6-
import 'bulma/css/bulma.css'
6+
// import 'bulma/css/bulma.css'
77
function Footer(){
88
return(
99
<>
@@ -22,45 +22,45 @@ function Footer(){
2222
<div >
2323
<div data-aos="fade-down" data-aos-duration="1000">
2424
<p className="py-3 px-3 text-gray-600 font-bold">Essential links</p>
25-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Popschool club</p></a>
26-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Mutualaid.fund</p></a>
27-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">ForkThisRepo.com</p></a>
28-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">PopSchools.studio</p></a>
25+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Popschool club</p></a>
26+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Mutualaid.fund</p></a>
27+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">ForkThisRepo.com</p></a>
28+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">PopSchools.studio</p></a>
2929
</div>
3030
<div data-aos="fade-down" data-aos-duration="1000">
3131
<p className="pt-16 px-3 text-gray-600 font-bold">Developers</p>
32-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Open source projects</p></a>
33-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Webinars</p></a>
34-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Communities</p></a>
35-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Meetup</p></a>
32+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Open source projects</p></a>
33+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Webinars</p></a>
34+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Communities</p></a>
35+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Meetup</p></a>
3636
</div>
3737
</div>
3838
<div>
3939
<div data-aos="fade-down" data-aos-duration="1000">
4040
<p className="pt-3 px-3 text-gray-600 font-bold">Organization</p>
4141

42-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">About us</p></a>
43-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Sponsors</p></a>
44-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Career</p></a>
45-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Contact</p></a>
46-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Team</p></a>
42+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">About us</p></a>
43+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Sponsors</p></a>
44+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Career</p></a>
45+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Contact</p></a>
46+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Team</p></a>
4747
</div>
4848
<div data-aos="fade-down" data-aos-duration="1000">
4949
<p className="pt-5 px-3 text-gray-600 font-bold">Resources</p>
50-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Blog</p></a>
51-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Webinars</p></a>
52-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Career Guidance</p></a>
53-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 py-2">Meetup</p></a>
50+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Blog</p></a>
51+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Webinars</p></a>
52+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Career Guidance</p></a>
53+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 py-2">Meetup</p></a>
5454
</div>
5555
</div>
5656
<div>
5757
<p className="py-3 px-3 text-gray-600 font-bold">On Social Media</p>
5858
<p className="text-gray-600 py-4 px-3">Follow us on our social media</p>
5959
<hr/>
6060

61-
<a href="https://github.com/PopSchools/popschools.org"><span className=" px-3 text-purple-600 text-4xl inline-block"><GithubFilled /></span> </a>
62-
<span className="px-3 text-purple-600 text-4xl inline-block"><TwitterCircleFilled /></span>
63-
<span className="px-3 text-purple-600 text-4xl inline-block"><FacebookFilled /></span>
61+
<a href="https://github.com/PopSchools/popschools.org"><span className=" px-3 text-gray-600 text-4xl inline-block"><GithubFilled /></span> </a>
62+
<span className="px-3 text-gray-600 text-4xl inline-block"><TwitterCircleFilled /></span>
63+
<span className="px-3 text-gray-600 text-4xl inline-block"><FacebookFilled /></span>
6464
</div>
6565

6666
</div>
@@ -70,8 +70,8 @@ function Footer(){
7070
</div>
7171

7272
<div className="py-6">
73-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 inline-block mr-2">Privacy</p></a>
74-
<a href="" ><p className="px-3 text-gray-600 hover:text-purple-600 inline-block mr-2">Terms and Condition</p></a>
73+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 inline-block mr-2">Privacy</p></a>
74+
<a href="" ><p className="px-3 text-gray-600 hover:text-gray-600 inline-block mr-2">Terms and Condition</p></a>
7575

7676
</div>
7777

0 commit comments

Comments
 (0)