whiteboards / converse

Personal social expirement
MIT License
0 stars 3 forks source link

Info pages in footer added #4

Closed keawade closed 8 years ago

keawade commented 8 years ago

Needs real data. Also, not quite sure where we want to pull the content from. I'm pretty sure we don't want to make separate templates for what are essentially identical pages just with different text.

keawade commented 8 years ago

Let me know what we need and I'll commit some more to this request.

NathanBland commented 8 years ago

Most of these are going to be place holders for now. Generally the terms is like we have permission to use your data or something.

The help page will fill in more as we build out functionality.

We could make a page schema if we wanted to use them in a eb. Or just put all their data in partial views.

NathanBland commented 8 years ago

Most of these are going to be place holders for now. Generally the terms is like we have permission to use your data or something.

The help page will fill in more as we build out functionality.

We could make a page schema if we wanted to use them in a eb. Or just put all their data in partial views.

keawade commented 8 years ago

Partials are easy. I'll work on that now.

keawade commented 8 years ago

Okay, we're good to pull this now. (We definitely need to change that filler text, haha)

keawade commented 8 years ago

I thought about making partials to drop into the footerpages.jade but ended up just making each one drop directly into layout.jade. There wasn't enough code to justify splitting it up so finely.