Skip to content

Commit db4ddf1

Browse files
Nikema ProphetNikema Prophet
Nikema Prophet
authored and
Nikema Prophet
committed
Remove placeholders in preparation for publishing
I removed some of the place holder content and links. I would like to publish this scaled-down version of the landing page and add elements back in when we have the actual data in place.
1 parent 51923e4 commit db4ddf1

File tree

5 files changed

+14
-497
lines changed

5 files changed

+14
-497
lines changed

src/App.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import React from 'react';
2-
import logo from './logo.svg';
32
import './App.css';
43
import './css/tailwind.css';
54
import 'bulma/css/bulma.css'
6-
import Navbar from './components/Navbar.js';
75
import Home from './components/Home.js'
8-
import { BrowserRouter as Router, Route, Link } from "react-router-dom";
6+
import { BrowserRouter as Router, Route} from "react-router-dom";
97
function App() {
108
return (
119
<>

src/components/Footer.js

Lines changed: 6 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import React, { useState } from 'react';
1+
import React from 'react';
22
import Logo from '../image/logo.png';
33
import '../css/tailwind.css';
44
import '../App.css';
5-
import {GithubFilled,TwitterCircleFilled,FacebookFilled } from '@ant-design/icons';
5+
import {GithubFilled,TwitterCircleFilled } from '@ant-design/icons';
66
// import 'bulma/css/bulma.css'
77
function Footer(){
88
return(
@@ -13,54 +13,20 @@ function Footer(){
1313

1414
<div className="flex flex-wrap ">
1515
<div className="w-full md:w-1/3 ">
16-
<img src={Logo} className="w-64 "/>
16+
<img src={Logo} className="w-64 "alt="popschools" />
1717
</div>
1818

1919
<div className="w-full md:w-2/3">
2020

2121
<div className="grid grid-cols-2 md:grid-cols-3">
22-
<div >
23-
<div data-aos="fade-down" data-aos-duration="1000">
24-
<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-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>
29-
</div>
30-
<div data-aos="fade-down" data-aos-duration="1000">
31-
<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-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>
36-
</div>
37-
</div>
38-
<div>
39-
<div data-aos="fade-down" data-aos-duration="1000">
40-
<p className="pt-3 px-3 text-gray-600 font-bold">Organization</p>
41-
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>
47-
</div>
48-
<div data-aos="fade-down" data-aos-duration="1000">
49-
<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-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>
54-
</div>
55-
</div>
22+
5623
<div>
5724
<p className="py-3 px-3 text-gray-600 font-bold">On Social Media</p>
5825
<p className="text-gray-600 py-4 px-3">Follow us on our social media</p>
5926
<hr/>
6027

6128
<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>
29+
<a href="https://twitter.com/popschoolsorg"><span className="px-3 text-gray-600 text-4xl inline-block"><TwitterCircleFilled /></span> </a>
6430
</div>
6531

6632
</div>
@@ -69,12 +35,7 @@ function Footer(){
6935
<span className="text-left text-gray-600 py-2 px-3"><span dangerouslySetInnerHTML={{ "__html": "&copy;" }} />{(new Date().getFullYear())} Popschools, Inc</span>
7036
</div>
7137

72-
<div className="py-6">
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>
75-
76-
</div>
77-
38+
7839
</div>
7940

8041

0 commit comments

Comments
 (0)