diff --git a/client/src/components/Informational/RequestRecyclingTips.js b/client/src/components/Informational/RequestRecyclingTips.js deleted file mode 100644 index 77e6d665..00000000 --- a/client/src/components/Informational/RequestRecyclingTips.js +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react'; -import { Grid, Row, Col, PageHeader } from 'react-bootstrap'; -import CollapsePanel from '../UtilComponents/CollapsePanel'; - -const RequestRecyclingTips = () => ( -
- - - - - Tips for Requesting Service - - -
  • - Make an appointment with your property manager or landlord to talk about your - campaign -
  • -
  • - Print out the signatures and find neighbors who are interested in going to the - meeting with you -
  • -
  • Listen to your property manager's feedback or concerns
  • -
  • Let us know what they said!
  • - - } - defaultExpanded - /> - - Boo! Why? Fill out{' '} - - this survey - {' '} - and tell us what the roadblockers towards getting recycling services were. -

    - } - /> - -
    -
    -
    -); -export default RequestRecyclingTips; diff --git a/client/src/components/Informational/ToolsForTenants.js b/client/src/components/Informational/ToolsForTenants.js new file mode 100644 index 00000000..72c4ffe7 --- /dev/null +++ b/client/src/components/Informational/ToolsForTenants.js @@ -0,0 +1,117 @@ +import React from 'react'; +import { Grid, Row, Col, PageHeader } from 'react-bootstrap'; +import CollapsePanel from '../UtilComponents/CollapsePanel'; +import Footer from '../Footer/Footer'; + +const ToolsForTenants = () => ( +
    + + + + Tools for Residents +
    +

    + Recycling fact sheet: +

    +

    Useful facts that to help convince neighbors to support recycling intiatives.

    + +

    + Posters and flyers: +

    +

    For publicizing campaigns.

    + +

    + Campaing management sheet: +

    +

    + This sheet guides campaign managers through the process, acting as a sort of + "checklist". It is not required, but is a useful way to visualize the process. +

    + +

    + Signature sheet: +

    +

    Sheet to be printed and hung in select areas along with posters.

    + +

    + "How we did it" Case Study: +

    +

    Stories of other residents succesfully campaigning for service.

    + +

    + Recycling Guidelines from Denver: +

    +

    + For both successful and ongoing campaigns. Note the types of materials that could be + recycled. +

    +
    + + +
    + How much time will I need to dedicate? +

    (give a baseline or minimum)

    +
    + +
    + How can I get people to sign the petition? +

    + (Ideas of where to post locally; digtially post; attending resident meetings and + mixers(if there are ones), newsletter, etc.) +

    +
    + +
    + How should I ask my neighbors to get involved? +

    + (Provide fact sheet; examples from case studies; door-to-door flyering, etc.){' '} +

    +
    +
    + } + defaultExpanded + /> + + +
  • + Make an appointment with your property manager or landlord to talk about your + campaign +
  • +
  • + Print out the signatures and find neighbors who are interested in going to the + meeting with you +
  • +
  • Listen to your property manager's feedback or concerns
  • +
  • Let us know what they said!
  • + + } + /> + + Boo! Why? Fill out{' '} + + this survey + {' '} + and tell us what the roadblockers towards getting recycling services were. +

    + } + /> + + + +
    +
    +
    +); +export default ToolsForTenants; diff --git a/client/src/components/Navigation/Navbar.js b/client/src/components/Navigation/Navbar.js index bf6f1dc2..0827ba80 100644 --- a/client/src/components/Navigation/Navbar.js +++ b/client/src/components/Navigation/Navbar.js @@ -53,7 +53,7 @@ const NavBar = ({ Property Manager Resources - Tips for Requesting + Tools for Tenants diff --git a/client/src/routes.js b/client/src/routes.js index d71e1e56..52c29d3f 100644 --- a/client/src/routes.js +++ b/client/src/routes.js @@ -9,7 +9,7 @@ import CreateCampaignStep2 from './components/CreateCampaignStep2'; import CreateCampaignStep3 from './components/CreateCampaignStep3'; import HowItWorks from './components/HowItWorks/HowItWorks'; import CampaignContainer from './containers/CampaignContainer'; -import RequestRecyclingTips from './components/Informational/RequestRecyclingTips'; +import ToolsForTenants from './components/Informational/ToolsForTenants'; import DenverInfo from './components/Informational/DenverInfo'; import ManagerResources from './components/Informational/ManagerResources'; import DenverLearnMore from './components/Informational/DenverLearnMore'; @@ -49,7 +49,7 @@ export default ( /> callback(null, RequestRecyclingTips)} + getComponent={(location, callback) => callback(null, ToolsForTenants)} /> p { + font-style: italic; + margin-top: .25%; +} + +.faq-div { + margin-top: 2%; +} + +strong { + font-weight: bold; +} + +.spacer { + margin: 5%; +} + + + diff --git a/client/src/stylesheets/main.scss b/client/src/stylesheets/main.scss index f771bfdd..adc756c9 100644 --- a/client/src/stylesheets/main.scss +++ b/client/src/stylesheets/main.scss @@ -45,7 +45,8 @@ 'components/TenantOrPMChoice', 'components/RecyclingInfo', 'components/AdminAddSigantureModal', - 'components/NotFound'; + 'components/NotFound', + 'components/ToolsForTenants'; //Do not change the order of these imports: