codeforboston / maple

MAPLE makes it easy for anyone to view and submit testimony to the Massachusetts Legislature about the bills that will shape our future.
https://mapletestimony.org
MIT License
44 stars 118 forks source link

Learn - Additional Resources #511

Closed alexjball closed 2 years ago

alexjball commented 2 years ago
Learn - Additional Resources
jkoren commented 2 years ago

@jamesvas5307 let me know how a user would navigate to this page. I assume its under the "Learn" option on the menu?

image

jamesvas5307 commented 2 years ago

@jkoren I believe there is nested list ticket somewhere but yes, this is documented under Learn in the navigation (Documented here in Zeplin: https://zpl.io/B16d3Xq) Let me know if there are other questions!

jkoren commented 2 years ago

I see the navbar is done now. Great.

image

jkoren commented 2 years ago

see wireframe here: https://app.zeplin.io/project/628d69a847f028bc7a5c15c9/screen/629630acb0ad8d14124a3950

jkoren commented 2 years ago

@jamesvas5307 @alexjball Current card functionality does not support links in card content. Please create a ticket for adding that capability.

paragraph: {
      P1: `The MA Legislature has an <b> online tool </b> you can use to identify your legislators (link to malegislature.gov) based on your home address.`
    }
    <Container fluid>
      <Row className="my-auto">
        <Col
          className={`text-center align-self-center justify-content-xs-center ${styles.colRow}`}
        >
          <p className={`h1 ${styles.text}`}>{children.P1}</p>
        </Col>
      </Row>
    </Container>

Result: image

jkoren commented 2 years ago

@jamesvas5307 @mvictor55 Do you have the URL for the 13-step guide on How an Idea Becomes a Law

jkoren commented 2 years ago

image.png

jkoren commented 2 years ago

I found it